Max level shown:
1 [ Nov 26 23:32:00 Enabled. ]
2 [ Nov 26 23:32:00 Rereading configuration. ]
3 [ Nov 26 23:32:01 Rereading configuration. ]
4 [ Nov 26 23:32:03 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Nov 26 23:32:03 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2024.11.26 23:32:03.981567 [ 1 ] {} <Information> Application: Will watch for the process with pid 23991
29 2024.11.26 23:32:03.982169 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.11.26 23:32:04.255589 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23991
31 2024.11.26 23:32:04.256385 [ 1 ] {} <Information> Application: starting up
32 2024.11.26 23:32:04.257110 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.11.26 23:32:04.352761 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.11.26 23:32:04.428587 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.11.26 23:32:04.428661 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.11.26 23:32:04.428678 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.11.26 23:32:04.428766 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.11.26 23:32:04.429238 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.11.26 23:32:04.430883 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2024.11.26 23:32:04.431670 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.11.26 23:32:04.432515 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2024.11.26 23:32:04.432539 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2024.11.26 23:32:04.432554 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.11.26 23:32:04.432741 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.11.26 23:32:04.433688 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.11.26 23:32:04.439284 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.11.26 23:32:04.439982 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.11.26 23:32:04.441903 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.11.26 23:32:04.441971 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.11.26 23:32:04.443636 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2024.11.26 23:32:04.444137 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.11.26 23:32:04.448536 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.11.26 23:32:04.449219 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.11.26 23:32:04.450809 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.11.26 23:32:04.451209 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.11.26 23:32:04.451554 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.11.26 23:32:04.451967 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.11.26 23:32:04.453336 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.11.26 23:32:04.453363 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.11.26 23:32:04.453418 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.11.26 23:32:04.453501 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.11.26 23:32:04.463532 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.11.26 23:32:04.463555 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000142961 sec
68 2024.11.26 23:32:04.463597 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.11.26 23:32:04.463612 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.11.26 23:32:04.464719 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.11.26 23:32:04.465743 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.11.26 23:32:04.477481 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.11.26 23:32:04.477524 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.11.26 23:32:04.477549 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.11.26 23:32:04.477561 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.11.26 23:32:04.477590 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.11.26 23:32:04.477610 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.11.26 23:32:04.480187 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.11.26 23:32:04.480230 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.11.26 23:32:04.480253 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.11.26 23:32:04.480437 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.11.26 23:32:04.480457 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.11.26 23:32:04.480492 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.11.26 23:32:04.480511 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.11.26 23:32:04.480525 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.11.26 23:32:04.480554 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.11.26 23:32:04.480573 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.11.26 23:32:04.507163 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.11.26 23:32:04.511999 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.11.26 23:32:04.512035 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0091e-05 sec
91 2024.11.26 23:32:04.512052 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.11.26 23:32:04.512066 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.11.26 23:32:04.512094 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.11.26 23:32:04.512316 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.11.26 23:32:04.512370 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.11.26 23:32:04.512387 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.11.26 23:32:04.512402 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2024.11.26 23:32:04.512417 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.11.26 23:32:04.517331 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.11.26 23:32:04.517553 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB
101 2024.11.26 23:32:04.518491 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.581e-05 sec.
102 2024.11.26 23:32:04.519433 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.11.26 23:32:04.519527 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.11.26 23:32:04.519545 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.11.26 23:32:04.639293 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63375
106 2024.11.26 23:32:04.639554 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.11.26 23:32:04.639616 [ 3 ] {} <Debug> TCP-Session: 01f7ed8a-9aab-4751-a917-ee8a1cf0fa49 Authenticating user 'default' from [fd00:1122:3344:101::b]:63375
108 2024.11.26 23:32:04.639652 [ 3 ] {} <Debug> TCP-Session: 01f7ed8a-9aab-4751-a917-ee8a1cf0fa49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.11.26 23:32:04.639676 [ 3 ] {} <Debug> TCP-Session: 01f7ed8a-9aab-4751-a917-ee8a1cf0fa49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.11.26 23:32:04.639779 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.11.26 23:32:04.639812 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2024.11.26 23:32:04.639842 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2024.11.26 23:32:04.640206 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46607
114 2024.11.26 23:32:04.640347 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2024.11.26 23:32:04.640383 [ 4 ] {} <Debug> TCP-Session: 8c3c6186-b4da-4c8a-8986-0043b244b385 Authenticating user 'default' from [fd00:1122:3344:101::b]:46607
116 2024.11.26 23:32:04.640411 [ 4 ] {} <Debug> TCP-Session: 8c3c6186-b4da-4c8a-8986-0043b244b385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2024.11.26 23:32:04.640445 [ 4 ] {} <Debug> TCP-Session: 8c3c6186-b4da-4c8a-8986-0043b244b385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2024.11.26 23:32:04.641057 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42511
119 2024.11.26 23:32:04.641058 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51646
120 2024.11.26 23:32:04.641154 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41584
121 2024.11.26 23:32:04.641185 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2024.11.26 23:32:04.641377 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2024.11.26 23:32:04.641413 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2024.11.26 23:32:04.641433 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41062
125 2024.11.26 23:32:04.641464 [ 5 ] {} <Debug> TCP-Session: cffafdb3-0810-479d-9a65-7100008e6ed4 Authenticating user 'default' from [fd00:1122:3344:101::b]:51646
126 2024.11.26 23:32:04.641445 [ 253 ] {} <Debug> TCP-Session: e5771f6d-7e86-4d41-8579-e47643f8ca16 Authenticating user 'default' from [fd00:1122:3344:101::b]:42511
127 2024.11.26 23:32:04.641515 [ 254 ] {} <Debug> TCP-Session: 4caeb12a-aa72-4a78-bb4b-1c2c3f75b7de Authenticating user 'default' from [fd00:1122:3344:101::b]:41584
128 2024.11.26 23:32:04.641539 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33968
129 2024.11.26 23:32:04.641576 [ 5 ] {} <Debug> TCP-Session: cffafdb3-0810-479d-9a65-7100008e6ed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
130 2024.11.26 23:32:04.641677 [ 254 ] {} <Debug> TCP-Session: 4caeb12a-aa72-4a78-bb4b-1c2c3f75b7de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
131 2024.11.26 23:32:04.641732 [ 5 ] {} <Debug> TCP-Session: cffafdb3-0810-479d-9a65-7100008e6ed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2024.11.26 23:32:04.641777 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2024.11.26 23:32:04.641779 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49693
134 2024.11.26 23:32:04.641832 [ 253 ] {} <Debug> TCP-Session: e5771f6d-7e86-4d41-8579-e47643f8ca16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2024.11.26 23:32:04.641807 [ 254 ] {} <Debug> TCP-Session: 4caeb12a-aa72-4a78-bb4b-1c2c3f75b7de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2024.11.26 23:32:04.641897 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33370
137 2024.11.26 23:32:04.641920 [ 255 ] {} <Debug> TCP-Session: 9061e26a-1d2b-4b7d-9892-6f79ec73e8d1 Authenticating user 'default' from [fd00:1122:3344:101::b]:41062
138 2024.11.26 23:32:04.641944 [ 253 ] {} <Debug> TCP-Session: e5771f6d-7e86-4d41-8579-e47643f8ca16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
139 2024.11.26 23:32:04.642093 [ 255 ] {} <Debug> TCP-Session: 9061e26a-1d2b-4b7d-9892-6f79ec73e8d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
140 2024.11.26 23:32:04.642124 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2024.11.26 23:32:04.642334 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
142 2024.11.26 23:32:04.642138 [ 255 ] {} <Debug> TCP-Session: 9061e26a-1d2b-4b7d-9892-6f79ec73e8d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
143 2024.11.26 23:32:04.642363 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
144 2024.11.26 23:32:04.642397 [ 258 ] {} <Debug> TCP-Session: 8a699393-a79c-434e-b93c-ee48d5b53a20 Authenticating user 'default' from [fd00:1122:3344:101::c]:33370
145 2024.11.26 23:32:04.642413 [ 257 ] {} <Debug> TCP-Session: aa865851-802f-4528-9948-686ee4d9aa01 Authenticating user 'default' from [fd00:1122:3344:101::b]:49693
146 2024.11.26 23:32:04.642480 [ 258 ] {} <Debug> TCP-Session: 8a699393-a79c-434e-b93c-ee48d5b53a20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2024.11.26 23:32:04.642515 [ 257 ] {} <Debug> TCP-Session: aa865851-802f-4528-9948-686ee4d9aa01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
148 2024.11.26 23:32:04.642537 [ 258 ] {} <Debug> TCP-Session: 8a699393-a79c-434e-b93c-ee48d5b53a20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
149 2024.11.26 23:32:04.642558 [ 257 ] {} <Debug> TCP-Session: aa865851-802f-4528-9948-686ee4d9aa01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
150 2024.11.26 23:32:04.642526 [ 256 ] {} <Debug> TCP-Session: f9f016fc-b8b1-4284-acd0-8ec436c8803a Authenticating user 'default' from [fd00:1122:3344:101::b]:33968
151 2024.11.26 23:32:04.642666 [ 256 ] {} <Debug> TCP-Session: f9f016fc-b8b1-4284-acd0-8ec436c8803a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2024.11.26 23:32:04.642694 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
153 2024.11.26 23:32:04.642701 [ 256 ] {} <Debug> TCP-Session: f9f016fc-b8b1-4284-acd0-8ec436c8803a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2024.11.26 23:32:04.642752 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2024.11.26 23:32:04.642788 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2024.11.26 23:32:04.643289 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40957
157 2024.11.26 23:32:04.643418 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45875
158 2024.11.26 23:32:04.643504 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2024.11.26 23:32:04.643513 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46837
160 2024.11.26 23:32:04.643607 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
161 2024.11.26 23:32:04.643775 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50836
162 2024.11.26 23:32:04.643770 [ 259 ] {} <Debug> TCP-Session: be3698d1-fca9-4671-b78d-db54d98cbf80 Authenticating user 'default' from [fd00:1122:3344:101::c]:40957
163 2024.11.26 23:32:04.643792 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
164 2024.11.26 23:32:04.643799 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59965
165 2024.11.26 23:32:04.643816 [ 260 ] {} <Debug> TCP-Session: c70e9a58-13d8-48f9-bc5c-9d2131e66b7b Authenticating user 'default' from [fd00:1122:3344:101::c]:45875
166 2024.11.26 23:32:04.644049 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34814
167 2024.11.26 23:32:04.644040 [ 261 ] {} <Debug> TCP-Session: f80ad137-b5bf-4687-ba18-79c8131f7897 Authenticating user 'default' from [fd00:1122:3344:101::c]:46837
168 2024.11.26 23:32:04.644199 [ 259 ] {} <Debug> TCP-Session: be3698d1-fca9-4671-b78d-db54d98cbf80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
169 2024.11.26 23:32:04.644249 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47051
170 2024.11.26 23:32:04.644277 [ 260 ] {} <Debug> TCP-Session: c70e9a58-13d8-48f9-bc5c-9d2131e66b7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
171 2024.11.26 23:32:04.644289 [ 261 ] {} <Debug> TCP-Session: f80ad137-b5bf-4687-ba18-79c8131f7897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2024.11.26 23:32:04.644294 [ 259 ] {} <Debug> TCP-Session: be3698d1-fca9-4671-b78d-db54d98cbf80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
173 2024.11.26 23:32:04.644398 [ 260 ] {} <Debug> TCP-Session: c70e9a58-13d8-48f9-bc5c-9d2131e66b7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
174 2024.11.26 23:32:04.644547 [ 261 ] {} <Debug> TCP-Session: f80ad137-b5bf-4687-ba18-79c8131f7897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
175 2024.11.26 23:32:04.646282 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
176 2024.11.26 23:32:04.646320 [ 262 ] {} <Debug> TCP-Session: 770b769b-a623-426a-8583-c5a523f147bd Authenticating user 'default' from [fd00:1122:3344:101::c]:59965
177 2024.11.26 23:32:04.646338 [ 262 ] {} <Debug> TCP-Session: 770b769b-a623-426a-8583-c5a523f147bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
178 2024.11.26 23:32:04.646363 [ 262 ] {} <Debug> TCP-Session: 770b769b-a623-426a-8583-c5a523f147bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
179 2024.11.26 23:32:04.650005 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
180 2024.11.26 23:32:04.650054 [ 264 ] {} <Debug> TCP-Session: 4c71a0c8-5e59-420e-9fbe-72150bcaf235 Authenticating user 'default' from [fd00:1122:3344:101::c]:34814
181 2024.11.26 23:32:04.650091 [ 264 ] {} <Debug> TCP-Session: 4c71a0c8-5e59-420e-9fbe-72150bcaf235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2024.11.26 23:32:04.650107 [ 264 ] {} <Debug> TCP-Session: 4c71a0c8-5e59-420e-9fbe-72150bcaf235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
183 2024.11.26 23:32:04.650584 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
184 2024.11.26 23:32:04.650595 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
185 2024.11.26 23:32:04.650666 [ 263 ] {} <Debug> TCP-Session: f08e95e1-a8de-4a43-9a67-42e68410c871 Authenticating user 'default' from [fd00:1122:3344:101::c]:50836
186 2024.11.26 23:32:04.650675 [ 265 ] {} <Debug> TCP-Session: 5f787bb2-f250-40e8-a412-bf8da05020ff Authenticating user 'default' from [fd00:1122:3344:101::c]:47051
187 2024.11.26 23:32:04.650703 [ 263 ] {} <Debug> TCP-Session: f08e95e1-a8de-4a43-9a67-42e68410c871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
188 2024.11.26 23:32:04.650737 [ 265 ] {} <Debug> TCP-Session: 5f787bb2-f250-40e8-a412-bf8da05020ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
189 2024.11.26 23:32:04.650752 [ 263 ] {} <Debug> TCP-Session: f08e95e1-a8de-4a43-9a67-42e68410c871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2024.11.26 23:32:04.650776 [ 265 ] {} <Debug> TCP-Session: 5f787bb2-f250-40e8-a412-bf8da05020ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2024.11.26 23:32:05.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.22 MiB, peak 117.22 MiB, free memory in arenas 0.00 B, will set to 119.91 MiB (RSS), difference: 2.68 MiB
192 2024.11.26 23:32:05.111116 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54489
193 2024.11.26 23:32:05.111690 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
194 2024.11.26 23:32:05.111738 [ 266 ] {} <Debug> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54489
195 2024.11.26 23:32:05.111767 [ 266 ] {} <Debug> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2024.11.26 23:32:05.111784 [ 266 ] {} <Debug> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2024.11.26 23:32:05.111866 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
198 2024.11.26 23:32:05.111897 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2024.11.26 23:32:05.111928 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
200 2024.11.26 23:32:05.112794 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51316
201 2024.11.26 23:32:05.112988 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
202 2024.11.26 23:32:05.113017 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59960
203 2024.11.26 23:32:05.113044 [ 267 ] {} <Debug> TCP-Session: 40f200ce-bce7-41ca-ad6e-f9f9ea3f1346 Authenticating user 'default' from [fd00:1122:3344:101::d]:51316
204 2024.11.26 23:32:05.113018 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38753
205 2024.11.26 23:32:05.113092 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65169
206 2024.11.26 23:32:05.113203 [ 267 ] {} <Debug> TCP-Session: 40f200ce-bce7-41ca-ad6e-f9f9ea3f1346 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
207 2024.11.26 23:32:05.113565 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
208 2024.11.26 23:32:05.113566 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
209 2024.11.26 23:32:05.113550 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48750
210 2024.11.26 23:32:05.113585 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45669
211 2024.11.26 23:32:05.113815 [ 267 ] {} <Debug> TCP-Session: 40f200ce-bce7-41ca-ad6e-f9f9ea3f1346 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
212 2024.11.26 23:32:05.114483 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
213 2024.11.26 23:32:05.113828 [ 270 ] {} <Debug> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Authenticating user 'default' from [fd00:1122:3344:101::d]:65169
214 2024.11.26 23:32:05.114508 [ 268 ] {} <Debug> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Authenticating user 'default' from [fd00:1122:3344:101::d]:38753
215 2024.11.26 23:32:05.114659 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
216 2024.11.26 23:32:05.114661 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
217 2024.11.26 23:32:05.114703 [ 270 ] {} <Debug> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
218 2024.11.26 23:32:05.114725 [ 268 ] {} <Debug> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
219 2024.11.26 23:32:05.114721 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55388
220 2024.11.26 23:32:05.114808 [ 271 ] {} <Debug> TCP-Session: ac10421f-7340-49cb-bace-46e1155820a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48750
221 2024.11.26 23:32:05.114813 [ 270 ] {} <Debug> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
222 2024.11.26 23:32:05.114833 [ 268 ] {} <Debug> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
223 2024.11.26 23:32:05.114874 [ 269 ] {} <Debug> TCP-Session: b4728036-c5b7-40c0-9580-3cf3332bbf4c Authenticating user 'default' from [fd00:1122:3344:101::d]:59960
224 2024.11.26 23:32:05.114908 [ 271 ] {} <Debug> TCP-Session: ac10421f-7340-49cb-bace-46e1155820a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
225 2024.11.26 23:32:05.114873 [ 272 ] {} <Debug> TCP-Session: 32dae596-c66d-48f2-a32b-3055d6b8490a Authenticating user 'default' from [fd00:1122:3344:101::d]:45669
226 2024.11.26 23:32:05.115380 [ 271 ] {} <Debug> TCP-Session: ac10421f-7340-49cb-bace-46e1155820a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
227 2024.11.26 23:32:05.115474 [ 272 ] {} <Debug> TCP-Session: 32dae596-c66d-48f2-a32b-3055d6b8490a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
228 2024.11.26 23:32:05.115519 [ 269 ] {} <Debug> TCP-Session: b4728036-c5b7-40c0-9580-3cf3332bbf4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
229 2024.11.26 23:32:05.115568 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34732
230 2024.11.26 23:32:05.115674 [ 269 ] {} <Debug> TCP-Session: b4728036-c5b7-40c0-9580-3cf3332bbf4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
231 2024.11.26 23:32:05.115709 [ 272 ] {} <Debug> TCP-Session: 32dae596-c66d-48f2-a32b-3055d6b8490a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
232 2024.11.26 23:32:05.115732 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
233 2024.11.26 23:32:05.115743 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
234 2024.11.26 23:32:05.115844 [ 273 ] {} <Debug> TCP-Session: c78cc82a-e3fe-4d1c-afbe-ed1b68a94b33 Authenticating user 'default' from [fd00:1122:3344:101::d]:55388
235 2024.11.26 23:32:05.116010 [ 273 ] {} <Debug> TCP-Session: c78cc82a-e3fe-4d1c-afbe-ed1b68a94b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
236 2024.11.26 23:32:05.116015 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2024.11.26 23:32:05.116037 [ 273 ] {} <Debug> TCP-Session: c78cc82a-e3fe-4d1c-afbe-ed1b68a94b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
238 2024.11.26 23:32:05.116101 [ 274 ] {} <Debug> TCP-Session: 3ad3644e-46d0-4626-8869-f8f3bc47acbe Authenticating user 'default' from [fd00:1122:3344:101::d]:34732
239 2024.11.26 23:32:05.116143 [ 274 ] {} <Debug> TCP-Session: 3ad3644e-46d0-4626-8869-f8f3bc47acbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
240 2024.11.26 23:32:05.116170 [ 274 ] {} <Debug> TCP-Session: 3ad3644e-46d0-4626-8869-f8f3bc47acbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
241 2024.11.26 23:32:05.119226 [ 266 ] {b9f296b3-9a1f-4628-bfa3-a71e6d2a42f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
242 2024.11.26 23:32:05.175711 [ 266 ] {b9f296b3-9a1f-4628-bfa3-a71e6d2a42f0} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54489) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
243 
244 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
245 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
246 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
247 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
248 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
249 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
250 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
251 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
252 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
253 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
254 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
255 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
256 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
257 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
258 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
259 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
260 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
261 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
262 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
263 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
264 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
265 
266 2024.11.26 23:32:05.177094 [ 266 ] {b9f296b3-9a1f-4628-bfa3-a71e6d2a42f0} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
267 
268 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
269 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
270 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
271 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
272 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
273 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
274 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
275 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
276 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
277 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
278 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
279 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
280 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
281 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
282 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
283 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
284 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
285 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
286 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
287 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
288 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
289 
290 2024.11.26 23:32:05.177213 [ 266 ] {b9f296b3-9a1f-4628-bfa3-a71e6d2a42f0} <Debug> TCPHandler: Processed in 0.063690564 sec.
291 2024.11.26 23:32:05.177578 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
292 2024.11.26 23:32:05.177800 [ 268 ] {ba9650c3-0d79-415e-8c49-9168dca67ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
293 2024.11.26 23:32:05.178158 [ 268 ] {ba9650c3-0d79-415e-8c49-9168dca67ef0} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38753) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
294 
295 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
296 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
297 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
298 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
299 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
300 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
301 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
302 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
303 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
304 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
305 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
306 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
307 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
308 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
309 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
310 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
311 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
312 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
313 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
314 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
315 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
316 
317 2024.11.26 23:32:05.178333 [ 268 ] {ba9650c3-0d79-415e-8c49-9168dca67ef0} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
318 
319 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
320 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
321 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
322 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
323 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
324 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
325 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
326 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
327 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
328 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
329 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
330 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
331 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
332 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
333 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
334 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
335 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
336 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
337 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
338 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
339 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
340 
341 2024.11.26 23:32:05.178453 [ 268 ] {ba9650c3-0d79-415e-8c49-9168dca67ef0} <Debug> TCPHandler: Processed in 0.00103102 sec.
342 2024.11.26 23:32:05.179333 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
343 2024.11.26 23:32:05.180782 [ 266 ] {62c0d43b-9df1-431f-876f-8a47fb1f7495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) DROP DATABASE IF EXISTS oximeter (stage: Complete)
344 2024.11.26 23:32:05.181436 [ 266 ] {62c0d43b-9df1-431f-876f-8a47fb1f7495} <Debug> TCPHandler: Processed in 0.002226041 sec.
345 2024.11.26 23:32:05.181671 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
346 2024.11.26 23:32:05.181804 [ 268 ] {7fb15c22-6138-4e99-8ddc-51ba0997f7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
347 2024.11.26 23:32:05.181919 [ 268 ] {7fb15c22-6138-4e99-8ddc-51ba0997f7ba} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
348 2024.11.26 23:32:05.183569 [ 268 ] {7fb15c22-6138-4e99-8ddc-51ba0997f7ba} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
349 2024.11.26 23:32:05.183591 [ 268 ] {7fb15c22-6138-4e99-8ddc-51ba0997f7ba} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6011e-05 sec
350 2024.11.26 23:32:05.183605 [ 268 ] {7fb15c22-6138-4e99-8ddc-51ba0997f7ba} <Trace> ReferentialDeps: No tables
351 2024.11.26 23:32:05.183632 [ 268 ] {7fb15c22-6138-4e99-8ddc-51ba0997f7ba} <Trace> LoadingDeps: No tables
352 2024.11.26 23:32:05.183656 [ 268 ] {7fb15c22-6138-4e99-8ddc-51ba0997f7ba} <Information> DatabaseAtomic (oximeter): Starting up tables.
353 2024.11.26 23:32:05.183710 [ 268 ] {7fb15c22-6138-4e99-8ddc-51ba0997f7ba} <Debug> TCPHandler: Processed in 0.00210625 sec.
354 2024.11.26 23:32:05.183887 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
355 2024.11.26 23:32:05.184113 [ 266 ] {2f402a5f-444b-4e93-82a6-f86483fee0bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) /* The version table contains metadata about the `oximeter` database */
356 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
357 2024.11.26 23:32:05.184172 [ 266 ] {2f402a5f-444b-4e93-82a6-f86483fee0bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
358 2024.11.26 23:32:05.191930 [ 266 ] {2f402a5f-444b-4e93-82a6-f86483fee0bb} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
359 2024.11.26 23:32:05.194521 [ 266 ] {2f402a5f-444b-4e93-82a6-f86483fee0bb} <Debug> oximeter.version (1792e30c-7923-47d8-a326-1122c9d1b3a6): Loading data parts
360 2024.11.26 23:32:05.195061 [ 266 ] {2f402a5f-444b-4e93-82a6-f86483fee0bb} <Debug> oximeter.version (1792e30c-7923-47d8-a326-1122c9d1b3a6): There are no data parts
361 2024.11.26 23:32:05.198142 [ 266 ] {2f402a5f-444b-4e93-82a6-f86483fee0bb} <Debug> TCPHandler: Processed in 0.014321304 sec.
362 2024.11.26 23:32:05.198368 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
363 2024.11.26 23:32:05.198643 [ 268 ] {ec4e237a-4018-4567-a2d3-79fd3ff556c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) /* The measurement tables contain all individual samples from each timeseries.
364 *
365 * Each table stores a single datum type, and otherwise contains nearly the same
366 * structure. The primary sorting key is on the timeseries name, key, and then
367 * timestamp, so that all timeseries from the same schema are grouped, followed
368 * by all samples from the same timeseries.
369 *
370 * This reflects that one usually looks up the _key_ in one or more field table,
371 * and then uses that to index quickly into the measurements tables.
372 */
373 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)
374 2024.11.26 23:32:05.198737 [ 268 ] {ec4e237a-4018-4567-a2d3-79fd3ff556c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
375 2024.11.26 23:32:05.210661 [ 268 ] {ec4e237a-4018-4567-a2d3-79fd3ff556c4} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Loading data parts
376 2024.11.26 23:32:05.210937 [ 268 ] {ec4e237a-4018-4567-a2d3-79fd3ff556c4} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): There are no data parts
377 2024.11.26 23:32:05.212640 [ 268 ] {ec4e237a-4018-4567-a2d3-79fd3ff556c4} <Debug> TCPHandler: Processed in 0.014342954 sec.
378 2024.11.26 23:32:05.212843 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
379 2024.11.26 23:32:05.213133 [ 266 ] {bd74d297-c085-442a-b233-d387d1294f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
380 2024.11.26 23:32:05.213208 [ 266 ] {bd74d297-c085-442a-b233-d387d1294f39} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
381 2024.11.26 23:32:05.218956 [ 266 ] {bd74d297-c085-442a-b233-d387d1294f39} <Debug> oximeter.measurements_i8 (6f3aed5c-ea2b-4067-b97b-4b68223a51fa): Loading data parts
382 2024.11.26 23:32:05.219136 [ 266 ] {bd74d297-c085-442a-b233-d387d1294f39} <Debug> oximeter.measurements_i8 (6f3aed5c-ea2b-4067-b97b-4b68223a51fa): There are no data parts
383 2024.11.26 23:32:05.220968 [ 266 ] {bd74d297-c085-442a-b233-d387d1294f39} <Debug> TCPHandler: Processed in 0.008197217 sec.
384 2024.11.26 23:32:05.221179 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
385 2024.11.26 23:32:05.221414 [ 268 ] {6a732993-b4ea-4908-9673-b3b1221624b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
386 2024.11.26 23:32:05.221495 [ 268 ] {6a732993-b4ea-4908-9673-b3b1221624b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
387 2024.11.26 23:32:05.226801 [ 268 ] {6a732993-b4ea-4908-9673-b3b1221624b4} <Debug> oximeter.measurements_u8 (5b5d41da-b6ab-4f4a-876f-7039695d06c3): Loading data parts
388 2024.11.26 23:32:05.226972 [ 268 ] {6a732993-b4ea-4908-9673-b3b1221624b4} <Debug> oximeter.measurements_u8 (5b5d41da-b6ab-4f4a-876f-7039695d06c3): There are no data parts
389 2024.11.26 23:32:05.228629 [ 268 ] {6a732993-b4ea-4908-9673-b3b1221624b4} <Debug> TCPHandler: Processed in 0.00753245 sec.
390 2024.11.26 23:32:05.228824 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
391 2024.11.26 23:32:05.229096 [ 266 ] {b6b7d3a8-0ff5-402d-97d2-e9d0b1c56135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
392 2024.11.26 23:32:05.229169 [ 266 ] {b6b7d3a8-0ff5-402d-97d2-e9d0b1c56135} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
393 2024.11.26 23:32:05.236781 [ 266 ] {b6b7d3a8-0ff5-402d-97d2-e9d0b1c56135} <Debug> oximeter.measurements_i16 (479dcc03-e022-4443-b649-f0e4708f74e0): Loading data parts
394 2024.11.26 23:32:05.236944 [ 266 ] {b6b7d3a8-0ff5-402d-97d2-e9d0b1c56135} <Debug> oximeter.measurements_i16 (479dcc03-e022-4443-b649-f0e4708f74e0): There are no data parts
395 2024.11.26 23:32:05.238840 [ 266 ] {b6b7d3a8-0ff5-402d-97d2-e9d0b1c56135} <Debug> TCPHandler: Processed in 0.010084884 sec.
396 2024.11.26 23:32:05.239041 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
397 2024.11.26 23:32:05.239301 [ 268 ] {fd9be9c8-e7ef-4478-bd3e-7cf1151796c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
398 2024.11.26 23:32:05.239388 [ 268 ] {fd9be9c8-e7ef-4478-bd3e-7cf1151796c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
399 2024.11.26 23:32:05.244793 [ 268 ] {fd9be9c8-e7ef-4478-bd3e-7cf1151796c0} <Debug> oximeter.measurements_u16 (b21718a1-6742-4e54-870f-47f2812dd4d7): Loading data parts
400 2024.11.26 23:32:05.244959 [ 268 ] {fd9be9c8-e7ef-4478-bd3e-7cf1151796c0} <Debug> oximeter.measurements_u16 (b21718a1-6742-4e54-870f-47f2812dd4d7): There are no data parts
401 2024.11.26 23:32:05.246602 [ 268 ] {fd9be9c8-e7ef-4478-bd3e-7cf1151796c0} <Debug> TCPHandler: Processed in 0.007632901 sec.
402 2024.11.26 23:32:05.246782 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
403 2024.11.26 23:32:05.247009 [ 266 ] {d320341d-bae3-4d31-a09b-8cf791b4962d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
404 2024.11.26 23:32:05.247067 [ 266 ] {d320341d-bae3-4d31-a09b-8cf791b4962d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
405 2024.11.26 23:32:05.252965 [ 266 ] {d320341d-bae3-4d31-a09b-8cf791b4962d} <Debug> oximeter.measurements_i32 (45fe7709-728d-4962-b0c1-6de88722e9f5): Loading data parts
406 2024.11.26 23:32:05.253435 [ 266 ] {d320341d-bae3-4d31-a09b-8cf791b4962d} <Debug> oximeter.measurements_i32 (45fe7709-728d-4962-b0c1-6de88722e9f5): There are no data parts
407 2024.11.26 23:32:05.255063 [ 266 ] {d320341d-bae3-4d31-a09b-8cf791b4962d} <Debug> TCPHandler: Processed in 0.008336198 sec.
408 2024.11.26 23:32:05.255414 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
409 2024.11.26 23:32:05.255672 [ 268 ] {235a7606-2c6b-4c2f-bed9-ed5277dac86a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
410 2024.11.26 23:32:05.255770 [ 268 ] {235a7606-2c6b-4c2f-bed9-ed5277dac86a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
411 2024.11.26 23:32:05.261070 [ 268 ] {235a7606-2c6b-4c2f-bed9-ed5277dac86a} <Debug> oximeter.measurements_u32 (a182c708-4a35-4f48-affe-f24c5fa9db73): Loading data parts
412 2024.11.26 23:32:05.261378 [ 268 ] {235a7606-2c6b-4c2f-bed9-ed5277dac86a} <Debug> oximeter.measurements_u32 (a182c708-4a35-4f48-affe-f24c5fa9db73): There are no data parts
413 2024.11.26 23:32:05.262969 [ 268 ] {235a7606-2c6b-4c2f-bed9-ed5277dac86a} <Debug> TCPHandler: Processed in 0.007627852 sec.
414 2024.11.26 23:32:05.263154 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
415 2024.11.26 23:32:05.263389 [ 266 ] {37e9e849-8cc0-4f95-8ce4-57b0f98ba790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
416 2024.11.26 23:32:05.263452 [ 266 ] {37e9e849-8cc0-4f95-8ce4-57b0f98ba790} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
417 2024.11.26 23:32:05.273020 [ 266 ] {37e9e849-8cc0-4f95-8ce4-57b0f98ba790} <Debug> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Loading data parts
418 2024.11.26 23:32:05.273200 [ 266 ] {37e9e849-8cc0-4f95-8ce4-57b0f98ba790} <Debug> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): There are no data parts
419 2024.11.26 23:32:05.278818 [ 266 ] {37e9e849-8cc0-4f95-8ce4-57b0f98ba790} <Debug> TCPHandler: Processed in 0.015721587 sec.
420 2024.11.26 23:32:05.279054 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
421 2024.11.26 23:32:05.279328 [ 268 ] {ddbe8a85-7ed9-49b8-a0ab-142b60bf1dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
422 2024.11.26 23:32:05.279421 [ 268 ] {ddbe8a85-7ed9-49b8-a0ab-142b60bf1dcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
423 2024.11.26 23:32:05.287495 [ 268 ] {ddbe8a85-7ed9-49b8-a0ab-142b60bf1dcd} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Loading data parts
424 2024.11.26 23:32:05.287716 [ 268 ] {ddbe8a85-7ed9-49b8-a0ab-142b60bf1dcd} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): There are no data parts
425 2024.11.26 23:32:05.293229 [ 268 ] {ddbe8a85-7ed9-49b8-a0ab-142b60bf1dcd} <Debug> TCPHandler: Processed in 0.014255553 sec.
426 2024.11.26 23:32:05.293429 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
427 2024.11.26 23:32:05.293668 [ 266 ] {d1c2a176-2ef7-48ae-8b10-303c4fa58a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
428 2024.11.26 23:32:05.293731 [ 266 ] {d1c2a176-2ef7-48ae-8b10-303c4fa58a4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
429 2024.11.26 23:32:05.295891 [ 266 ] {d1c2a176-2ef7-48ae-8b10-303c4fa58a4f} <Debug> oximeter.measurements_f32 (27437233-73fb-410d-83a0-3ede5bd93b05): Loading data parts
430 2024.11.26 23:32:05.296073 [ 266 ] {d1c2a176-2ef7-48ae-8b10-303c4fa58a4f} <Debug> oximeter.measurements_f32 (27437233-73fb-410d-83a0-3ede5bd93b05): There are no data parts
431 2024.11.26 23:32:05.304946 [ 266 ] {d1c2a176-2ef7-48ae-8b10-303c4fa58a4f} <Debug> TCPHandler: Processed in 0.011574859 sec.
432 2024.11.26 23:32:05.305231 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
433 2024.11.26 23:32:05.305462 [ 268 ] {7acd42e4-3e32-4ed6-817a-e90723bf9cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
434 2024.11.26 23:32:05.305543 [ 268 ] {7acd42e4-3e32-4ed6-817a-e90723bf9cad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
435 2024.11.26 23:32:05.308194 [ 268 ] {7acd42e4-3e32-4ed6-817a-e90723bf9cad} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Loading data parts
436 2024.11.26 23:32:05.308397 [ 268 ] {7acd42e4-3e32-4ed6-817a-e90723bf9cad} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): There are no data parts
437 2024.11.26 23:32:05.313126 [ 268 ] {7acd42e4-3e32-4ed6-817a-e90723bf9cad} <Debug> TCPHandler: Processed in 0.007983205 sec.
438 2024.11.26 23:32:05.313337 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2024.11.26 23:32:05.313576 [ 266 ] {20115100-4f76-4c0d-97dc-901c5a7daaf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
440 2024.11.26 23:32:05.313634 [ 266 ] {20115100-4f76-4c0d-97dc-901c5a7daaf2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
441 2024.11.26 23:32:05.322060 [ 266 ] {20115100-4f76-4c0d-97dc-901c5a7daaf2} <Debug> oximeter.measurements_string (b5baa38c-e54d-428b-912c-5f3bb4cda546): Loading data parts
442 2024.11.26 23:32:05.322234 [ 266 ] {20115100-4f76-4c0d-97dc-901c5a7daaf2} <Debug> oximeter.measurements_string (b5baa38c-e54d-428b-912c-5f3bb4cda546): There are no data parts
443 2024.11.26 23:32:05.327610 [ 266 ] {20115100-4f76-4c0d-97dc-901c5a7daaf2} <Debug> TCPHandler: Processed in 0.014334494 sec.
444 2024.11.26 23:32:05.327828 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
445 2024.11.26 23:32:05.328054 [ 268 ] {085f13c1-7462-444c-9074-e8b74c15a548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
446 * NOTE: Right now we can't unambiguously record a nullable byte array.
447 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
448 * a string isn't palatable for a few reasons.
449 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
450 * details.
451 */
452 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
453 2024.11.26 23:32:05.328138 [ 268 ] {085f13c1-7462-444c-9074-e8b74c15a548} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
454 2024.11.26 23:32:05.330457 [ 268 ] {085f13c1-7462-444c-9074-e8b74c15a548} <Debug> oximeter.measurements_bytes (dd9008b8-d429-4c1c-a358-0ae180df0b7d): Loading data parts
455 2024.11.26 23:32:05.330657 [ 268 ] {085f13c1-7462-444c-9074-e8b74c15a548} <Debug> oximeter.measurements_bytes (dd9008b8-d429-4c1c-a358-0ae180df0b7d): There are no data parts
456 2024.11.26 23:32:05.338762 [ 268 ] {085f13c1-7462-444c-9074-e8b74c15a548} <Debug> TCPHandler: Processed in 0.010993973 sec.
457 2024.11.26 23:32:05.338968 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
458 2024.11.26 23:32:05.339195 [ 266 ] {6753cc15-aab4-4e78-9c66-d8da1000cbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
459 2024.11.26 23:32:05.339278 [ 266 ] {6753cc15-aab4-4e78-9c66-d8da1000cbab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
460 2024.11.26 23:32:05.343995 [ 266 ] {6753cc15-aab4-4e78-9c66-d8da1000cbab} <Debug> oximeter.measurements_cumulativei64 (d5a3ad36-e85c-41ba-a84b-451d9a6f6439): Loading data parts
461 2024.11.26 23:32:05.344179 [ 266 ] {6753cc15-aab4-4e78-9c66-d8da1000cbab} <Debug> oximeter.measurements_cumulativei64 (d5a3ad36-e85c-41ba-a84b-451d9a6f6439): There are no data parts
462 2024.11.26 23:32:05.352518 [ 266 ] {6753cc15-aab4-4e78-9c66-d8da1000cbab} <Debug> TCPHandler: Processed in 0.013612847 sec.
463 2024.11.26 23:32:05.352735 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
464 2024.11.26 23:32:05.352981 [ 268 ] {10bfd9d1-917d-4c7d-8b94-07d0253d6e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
465 2024.11.26 23:32:05.353054 [ 268 ] {10bfd9d1-917d-4c7d-8b94-07d0253d6e76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
466 2024.11.26 23:32:05.356470 [ 268 ] {10bfd9d1-917d-4c7d-8b94-07d0253d6e76} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Loading data parts
467 2024.11.26 23:32:05.356671 [ 268 ] {10bfd9d1-917d-4c7d-8b94-07d0253d6e76} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): There are no data parts
468 2024.11.26 23:32:05.367111 [ 268 ] {10bfd9d1-917d-4c7d-8b94-07d0253d6e76} <Debug> TCPHandler: Processed in 0.014439245 sec.
469 2024.11.26 23:32:05.367314 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
470 2024.11.26 23:32:05.367571 [ 266 ] {355445ea-aed3-4081-8c79-c65248c7bea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
471 2024.11.26 23:32:05.367641 [ 266 ] {355445ea-aed3-4081-8c79-c65248c7bea1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
472 2024.11.26 23:32:05.379647 [ 266 ] {355445ea-aed3-4081-8c79-c65248c7bea1} <Debug> oximeter.measurements_cumulativef32 (5b0160a9-967a-4848-94f6-04cdf1c03c99): Loading data parts
473 2024.11.26 23:32:05.379856 [ 266 ] {355445ea-aed3-4081-8c79-c65248c7bea1} <Debug> oximeter.measurements_cumulativef32 (5b0160a9-967a-4848-94f6-04cdf1c03c99): There are no data parts
474 2024.11.26 23:32:05.382072 [ 266 ] {355445ea-aed3-4081-8c79-c65248c7bea1} <Debug> TCPHandler: Processed in 0.014818268 sec.
475 2024.11.26 23:32:05.382303 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
476 2024.11.26 23:32:05.382585 [ 268 ] {47354637-df8a-4f78-9043-da0199dc8612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
477 2024.11.26 23:32:05.382677 [ 268 ] {47354637-df8a-4f78-9043-da0199dc8612} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
478 2024.11.26 23:32:05.397367 [ 268 ] {47354637-df8a-4f78-9043-da0199dc8612} <Debug> oximeter.measurements_cumulativef64 (67e3ba98-c1c3-4ed5-b205-42c7c362f46d): Loading data parts
479 2024.11.26 23:32:05.397545 [ 268 ] {47354637-df8a-4f78-9043-da0199dc8612} <Debug> oximeter.measurements_cumulativef64 (67e3ba98-c1c3-4ed5-b205-42c7c362f46d): There are no data parts
480 2024.11.26 23:32:05.399992 [ 268 ] {47354637-df8a-4f78-9043-da0199dc8612} <Debug> TCPHandler: Processed in 0.017764006 sec.
481 2024.11.26 23:32:05.400243 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
482 2024.11.26 23:32:05.400598 [ 266 ] {7afabd98-a114-462f-868d-b678e8563821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
483 * NOTE: Array types cannot be Nullable, see
484 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
485 * for more details.
486 *
487 * This means we need to use empty arrays to indicate a missing value. This
488 * is unfortunate, and at this point relies on the fact that an
489 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
490 * to figure out another way to represent missing samples here.
491 */
492 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)
493 2024.11.26 23:32:05.400681 [ 266 ] {7afabd98-a114-462f-868d-b678e8563821} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
494 2024.11.26 23:32:05.404156 [ 266 ] {7afabd98-a114-462f-868d-b678e8563821} <Debug> oximeter.measurements_histogrami8 (6d5315c6-6706-4334-846d-318cf39252a4): Loading data parts
495 2024.11.26 23:32:05.404338 [ 266 ] {7afabd98-a114-462f-868d-b678e8563821} <Debug> oximeter.measurements_histogrami8 (6d5315c6-6706-4334-846d-318cf39252a4): There are no data parts
496 2024.11.26 23:32:05.413054 [ 266 ] {7afabd98-a114-462f-868d-b678e8563821} <Debug> TCPHandler: Processed in 0.01289364 sec.
497 2024.11.26 23:32:05.413281 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
498 2024.11.26 23:32:05.413654 [ 268 ] {d2be6d41-b726-4d8b-ab25-6d0b2f354f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
499 2024.11.26 23:32:05.413766 [ 268 ] {d2be6d41-b726-4d8b-ab25-6d0b2f354f2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
500 2024.11.26 23:32:05.419043 [ 268 ] {d2be6d41-b726-4d8b-ab25-6d0b2f354f2e} <Debug> oximeter.measurements_histogramu8 (f5b72d60-96dd-47b6-ac01-0125e1ef00cf): Loading data parts
501 2024.11.26 23:32:05.419302 [ 268 ] {d2be6d41-b726-4d8b-ab25-6d0b2f354f2e} <Debug> oximeter.measurements_histogramu8 (f5b72d60-96dd-47b6-ac01-0125e1ef00cf): There are no data parts
502 2024.11.26 23:32:05.430015 [ 268 ] {d2be6d41-b726-4d8b-ab25-6d0b2f354f2e} <Debug> TCPHandler: Processed in 0.016816887 sec.
503 2024.11.26 23:32:05.430241 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
504 2024.11.26 23:32:05.430652 [ 266 ] {892226c0-a837-4c9c-8be1-1fb794f27ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
505 2024.11.26 23:32:05.430748 [ 266 ] {892226c0-a837-4c9c-8be1-1fb794f27ada} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
506 2024.11.26 23:32:05.432808 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54873
507 2024.11.26 23:32:05.432939 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
508 2024.11.26 23:32:05.432967 [ 277 ] {} <Debug> TCP-Session: b18c154a-30bb-4c93-b40d-a8c77f7519f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:54873
509 2024.11.26 23:32:05.433012 [ 277 ] {} <Debug> TCP-Session: b18c154a-30bb-4c93-b40d-a8c77f7519f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
510 2024.11.26 23:32:05.433026 [ 277 ] {} <Debug> TCP-Session: b18c154a-30bb-4c93-b40d-a8c77f7519f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
511 2024.11.26 23:32:05.433084 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
512 2024.11.26 23:32:05.433119 [ 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
513 2024.11.26 23:32:05.433135 [ 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
514 2024.11.26 23:32:05.433584 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60507
515 2024.11.26 23:32:05.433786 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
516 2024.11.26 23:32:05.433819 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61222
517 2024.11.26 23:32:05.433805 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57623
518 2024.11.26 23:32:05.433869 [ 278 ] {} <Debug> TCP-Session: 98977dee-0961-401e-97c5-d3c4426ed70e Authenticating user 'default' from [fd00:1122:3344:101::e]:60507
519 2024.11.26 23:32:05.433927 [ 266 ] {892226c0-a837-4c9c-8be1-1fb794f27ada} <Debug> oximeter.measurements_histogrami16 (91893f58-e5c0-499d-a9f3-2f0e33c446f4): Loading data parts
520 2024.11.26 23:32:05.433959 [ 278 ] {} <Debug> TCP-Session: 98977dee-0961-401e-97c5-d3c4426ed70e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
521 2024.11.26 23:32:05.433932 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57009
522 2024.11.26 23:32:05.434268 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
523 2024.11.26 23:32:05.434107 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57225
524 2024.11.26 23:32:05.434336 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
525 2024.11.26 23:32:05.434360 [ 278 ] {} <Debug> TCP-Session: 98977dee-0961-401e-97c5-d3c4426ed70e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
526 2024.11.26 23:32:05.434430 [ 280 ] {} <Debug> TCP-Session: 24d034e2-4f4d-4ff3-bf91-952de122ebb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:57623
527 2024.11.26 23:32:05.434374 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33010
528 2024.11.26 23:32:05.434535 [ 281 ] {} <Debug> TCP-Session: ad2ee8b7-e9a5-4f1c-b0d2-4a7f19688578 Authenticating user 'default' from [fd00:1122:3344:101::e]:57009
529 2024.11.26 23:32:05.434582 [ 280 ] {} <Debug> TCP-Session: 24d034e2-4f4d-4ff3-bf91-952de122ebb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
530 2024.11.26 23:32:05.434601 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
531 2024.11.26 23:32:05.434667 [ 281 ] {} <Debug> TCP-Session: ad2ee8b7-e9a5-4f1c-b0d2-4a7f19688578 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
532 2024.11.26 23:32:05.434711 [ 280 ] {} <Debug> TCP-Session: 24d034e2-4f4d-4ff3-bf91-952de122ebb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
533 2024.11.26 23:32:05.434759 [ 281 ] {} <Debug> TCP-Session: ad2ee8b7-e9a5-4f1c-b0d2-4a7f19688578 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
534 2024.11.26 23:32:05.434763 [ 282 ] {} <Debug> TCP-Session: cd376136-aa5d-47f8-bd46-97d93b34c506 Authenticating user 'default' from [fd00:1122:3344:101::e]:57225
535 2024.11.26 23:32:05.434840 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40233
536 2024.11.26 23:32:05.434903 [ 282 ] {} <Debug> TCP-Session: cd376136-aa5d-47f8-bd46-97d93b34c506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
537 2024.11.26 23:32:05.434961 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
538 2024.11.26 23:32:05.434992 [ 282 ] {} <Debug> TCP-Session: cd376136-aa5d-47f8-bd46-97d93b34c506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
539 2024.11.26 23:32:05.435207 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
540 2024.11.26 23:32:05.435234 [ 266 ] {892226c0-a837-4c9c-8be1-1fb794f27ada} <Debug> oximeter.measurements_histogrami16 (91893f58-e5c0-499d-a9f3-2f0e33c446f4): There are no data parts
541 2024.11.26 23:32:05.435246 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
542 2024.11.26 23:32:05.435295 [ 279 ] {} <Debug> TCP-Session: 3cf9054b-96b4-433e-9917-5db7a2a855c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:61222
543 2024.11.26 23:32:05.435341 [ 284 ] {} <Debug> TCP-Session: 44292606-738c-48ca-a68d-10a81ee4f038 Authenticating user 'default' from [fd00:1122:3344:101::e]:40233
544 2024.11.26 23:32:05.435362 [ 283 ] {} <Debug> TCP-Session: 3d6eef49-5a6e-4d5f-ba4a-542912072f1b Authenticating user 'default' from [fd00:1122:3344:101::e]:33010
545 2024.11.26 23:32:05.435432 [ 279 ] {} <Debug> TCP-Session: 3cf9054b-96b4-433e-9917-5db7a2a855c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
546 2024.11.26 23:32:05.435468 [ 283 ] {} <Debug> TCP-Session: 3d6eef49-5a6e-4d5f-ba4a-542912072f1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
547 2024.11.26 23:32:05.435461 [ 284 ] {} <Debug> TCP-Session: 44292606-738c-48ca-a68d-10a81ee4f038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
548 2024.11.26 23:32:05.435538 [ 279 ] {} <Debug> TCP-Session: 3cf9054b-96b4-433e-9917-5db7a2a855c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
549 2024.11.26 23:32:05.435562 [ 283 ] {} <Debug> TCP-Session: 3d6eef49-5a6e-4d5f-ba4a-542912072f1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
550 2024.11.26 23:32:05.435582 [ 284 ] {} <Debug> TCP-Session: 44292606-738c-48ca-a68d-10a81ee4f038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
551 2024.11.26 23:32:05.440506 [ 266 ] {892226c0-a837-4c9c-8be1-1fb794f27ada} <Debug> TCPHandler: Processed in 0.010342687 sec.
552 2024.11.26 23:32:05.440778 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
553 2024.11.26 23:32:05.441149 [ 268 ] {e7bbff17-d349-493f-aceb-e33ef133e962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
554 2024.11.26 23:32:05.441265 [ 268 ] {e7bbff17-d349-493f-aceb-e33ef133e962} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
555 2024.11.26 23:32:05.443803 [ 268 ] {e7bbff17-d349-493f-aceb-e33ef133e962} <Debug> oximeter.measurements_histogramu16 (54b7bb22-c349-4e6b-be67-cff72d454cee): Loading data parts
556 2024.11.26 23:32:05.444004 [ 268 ] {e7bbff17-d349-493f-aceb-e33ef133e962} <Debug> oximeter.measurements_histogramu16 (54b7bb22-c349-4e6b-be67-cff72d454cee): There are no data parts
557 2024.11.26 23:32:05.448762 [ 268 ] {e7bbff17-d349-493f-aceb-e33ef133e962} <Debug> TCPHandler: Processed in 0.008090705 sec.
558 2024.11.26 23:32:05.448953 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
559 2024.11.26 23:32:05.449368 [ 266 ] {75955575-c8e2-4a4e-872e-be7e6694438b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
560 2024.11.26 23:32:05.449446 [ 266 ] {75955575-c8e2-4a4e-872e-be7e6694438b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
561 2024.11.26 23:32:05.451892 [ 266 ] {75955575-c8e2-4a4e-872e-be7e6694438b} <Debug> oximeter.measurements_histogrami32 (d5a56a16-0347-4568-9500-2aadd0b229d1): Loading data parts
562 2024.11.26 23:32:05.452065 [ 266 ] {75955575-c8e2-4a4e-872e-be7e6694438b} <Debug> oximeter.measurements_histogrami32 (d5a56a16-0347-4568-9500-2aadd0b229d1): There are no data parts
563 2024.11.26 23:32:05.456881 [ 266 ] {75955575-c8e2-4a4e-872e-be7e6694438b} <Debug> TCPHandler: Processed in 0.007952904 sec.
564 2024.11.26 23:32:05.457110 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
565 2024.11.26 23:32:05.457471 [ 268 ] {84e0703e-00c4-4d3b-8d8e-9dc501a7c0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
566 2024.11.26 23:32:05.457574 [ 268 ] {84e0703e-00c4-4d3b-8d8e-9dc501a7c0fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
567 2024.11.26 23:32:05.460270 [ 268 ] {84e0703e-00c4-4d3b-8d8e-9dc501a7c0fb} <Debug> oximeter.measurements_histogramu32 (c866403c-d67a-404d-ac39-cdbf969fdba4): Loading data parts
568 2024.11.26 23:32:05.460470 [ 268 ] {84e0703e-00c4-4d3b-8d8e-9dc501a7c0fb} <Debug> oximeter.measurements_histogramu32 (c866403c-d67a-404d-ac39-cdbf969fdba4): There are no data parts
569 2024.11.26 23:32:05.467645 [ 268 ] {84e0703e-00c4-4d3b-8d8e-9dc501a7c0fb} <Debug> TCPHandler: Processed in 0.010601879 sec.
570 2024.11.26 23:32:05.467873 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
571 2024.11.26 23:32:05.468273 [ 266 ] {57b56234-6671-467e-b1c2-dd84950e1b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
572 2024.11.26 23:32:05.468355 [ 266 ] {57b56234-6671-467e-b1c2-dd84950e1b84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
573 2024.11.26 23:32:05.471123 [ 266 ] {57b56234-6671-467e-b1c2-dd84950e1b84} <Debug> oximeter.measurements_histogrami64 (c1474b56-4ac0-4c7f-b44d-f2ce0d8a5779): Loading data parts
574 2024.11.26 23:32:05.471365 [ 266 ] {57b56234-6671-467e-b1c2-dd84950e1b84} <Debug> oximeter.measurements_histogrami64 (c1474b56-4ac0-4c7f-b44d-f2ce0d8a5779): There are no data parts
575 2024.11.26 23:32:05.476233 [ 266 ] {57b56234-6671-467e-b1c2-dd84950e1b84} <Debug> TCPHandler: Processed in 0.008432419 sec.
576 2024.11.26 23:32:05.476478 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
577 2024.11.26 23:32:05.476773 [ 268 ] {44b85e88-d0b3-4b6e-b67c-0ede38d4f2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
578 2024.11.26 23:32:05.476868 [ 268 ] {44b85e88-d0b3-4b6e-b67c-0ede38d4f2ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
579 2024.11.26 23:32:05.479601 [ 268 ] {44b85e88-d0b3-4b6e-b67c-0ede38d4f2ca} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Loading data parts
580 2024.11.26 23:32:05.479797 [ 268 ] {44b85e88-d0b3-4b6e-b67c-0ede38d4f2ca} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): There are no data parts
581 2024.11.26 23:32:05.484966 [ 268 ] {44b85e88-d0b3-4b6e-b67c-0ede38d4f2ca} <Debug> TCPHandler: Processed in 0.008547 sec.
582 2024.11.26 23:32:05.485166 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
583 2024.11.26 23:32:05.485496 [ 266 ] {fd3cd54f-c240-4cdf-854c-f870e5a9a9b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
584 2024.11.26 23:32:05.485582 [ 266 ] {fd3cd54f-c240-4cdf-854c-f870e5a9a9b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
585 2024.11.26 23:32:05.512688 [ 266 ] {fd3cd54f-c240-4cdf-854c-f870e5a9a9b8} <Debug> oximeter.measurements_histogramf32 (f4d055ad-75bd-4a0d-a357-6539b37945ac): Loading data parts
586 2024.11.26 23:32:05.512871 [ 266 ] {fd3cd54f-c240-4cdf-854c-f870e5a9a9b8} <Debug> oximeter.measurements_histogramf32 (f4d055ad-75bd-4a0d-a357-6539b37945ac): There are no data parts
587 2024.11.26 23:32:05.515573 [ 266 ] {fd3cd54f-c240-4cdf-854c-f870e5a9a9b8} <Debug> TCPHandler: Processed in 0.030466914 sec.
588 2024.11.26 23:32:05.515805 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
589 2024.11.26 23:32:05.516113 [ 268 ] {77f0cf27-08ae-43b8-af96-022b922a1094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
590 2024.11.26 23:32:05.516213 [ 268 ] {77f0cf27-08ae-43b8-af96-022b922a1094} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
591 2024.11.26 23:32:05.519369 [ 268 ] {77f0cf27-08ae-43b8-af96-022b922a1094} <Debug> oximeter.measurements_histogramf64 (78d61e14-eda5-4720-aab7-3f3f6e248bd0): Loading data parts
592 2024.11.26 23:32:05.519603 [ 268 ] {77f0cf27-08ae-43b8-af96-022b922a1094} <Debug> oximeter.measurements_histogramf64 (78d61e14-eda5-4720-aab7-3f3f6e248bd0): There are no data parts
593 2024.11.26 23:32:05.530882 [ 268 ] {77f0cf27-08ae-43b8-af96-022b922a1094} <Debug> TCPHandler: Processed in 0.015139021 sec.
594 2024.11.26 23:32:05.531112 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
595 2024.11.26 23:32:05.531363 [ 266 ] {f150eb2f-6dc1-4848-9c3b-4551c0ea844c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) /* The field tables store named dimensions of each timeseries.
596 *
597 * As with the measurement tables, there is one field table for each field data
598 * type. Fields are deduplicated by using the "replacing merge tree", though
599 * this behavior **must not** be relied upon for query correctness.
600 *
601 * The index for the fields differs from the measurements, however. Rows are
602 * sorted by timeseries name, then field name, field value, and finally
603 * timeseries key. This reflects the most common pattern for looking them up:
604 * by field name and possibly value, within a timeseries. The resulting keys are
605 * usually then used to look up measurements.
606 *
607 * NOTE: We may want to consider a secondary index on these tables, sorting by
608 * timeseries name and then key, since it would improve lookups where one
609 * already has the key. Realistically though, these tables are quite small and
610 * so performance benefits will be low in absolute terms.
611 *
612 * TTL: We use a materialized column to expire old field table records. This
613 * column is generated automatically by the database whenever a new row is
614 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
615 * query. Since these tables are `ReplacingMergeTree`s, that means the last
616 * record will remain during a deduplication, which will have the last
617 * timestamp. ClickHouse will then expire old data for us, similar to the
618 * measurement tables.
619 */
620 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
621 2024.11.26 23:32:05.531447 [ 266 ] {f150eb2f-6dc1-4848-9c3b-4551c0ea844c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
622 2024.11.26 23:32:05.537351 [ 266 ] {f150eb2f-6dc1-4848-9c3b-4551c0ea844c} <Debug> oximeter.fields_bool (e6208953-0a45-4542-bee3-6371b058ac68): Loading data parts
623 2024.11.26 23:32:05.537561 [ 266 ] {f150eb2f-6dc1-4848-9c3b-4551c0ea844c} <Debug> oximeter.fields_bool (e6208953-0a45-4542-bee3-6371b058ac68): There are no data parts
624 2024.11.26 23:32:05.546639 [ 266 ] {f150eb2f-6dc1-4848-9c3b-4551c0ea844c} <Debug> TCPHandler: Processed in 0.015595806 sec.
625 2024.11.26 23:32:05.546908 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
626 2024.11.26 23:32:05.547226 [ 268 ] {3df8f2ef-b4ab-4e08-b7db-0617d96e1aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
627 2024.11.26 23:32:05.547310 [ 268 ] {3df8f2ef-b4ab-4e08-b7db-0617d96e1aed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
628 2024.11.26 23:32:05.553478 [ 268 ] {3df8f2ef-b4ab-4e08-b7db-0617d96e1aed} <Debug> oximeter.fields_i8 (4d6933d2-4e30-4bf3-b353-4265bd28502f): Loading data parts
629 2024.11.26 23:32:05.553638 [ 268 ] {3df8f2ef-b4ab-4e08-b7db-0617d96e1aed} <Debug> oximeter.fields_i8 (4d6933d2-4e30-4bf3-b353-4265bd28502f): There are no data parts
630 2024.11.26 23:32:05.564624 [ 268 ] {3df8f2ef-b4ab-4e08-b7db-0617d96e1aed} <Debug> TCPHandler: Processed in 0.017810496 sec.
631 2024.11.26 23:32:05.564842 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
632 2024.11.26 23:32:05.565053 [ 266 ] {d40070eb-3b3d-4b6d-9566-2a3eb9082021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
633 2024.11.26 23:32:05.565134 [ 266 ] {d40070eb-3b3d-4b6d-9566-2a3eb9082021} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
634 2024.11.26 23:32:05.567918 [ 266 ] {d40070eb-3b3d-4b6d-9566-2a3eb9082021} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Loading data parts
635 2024.11.26 23:32:05.568105 [ 266 ] {d40070eb-3b3d-4b6d-9566-2a3eb9082021} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): There are no data parts
636 2024.11.26 23:32:05.572846 [ 266 ] {d40070eb-3b3d-4b6d-9566-2a3eb9082021} <Debug> TCPHandler: Processed in 0.008064665 sec.
637 2024.11.26 23:32:05.573054 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
638 2024.11.26 23:32:05.573339 [ 268 ] {b0f46e68-98d2-41e9-8354-dcec474b3975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
639 2024.11.26 23:32:05.573411 [ 268 ] {b0f46e68-98d2-41e9-8354-dcec474b3975} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
640 2024.11.26 23:32:05.575650 [ 268 ] {b0f46e68-98d2-41e9-8354-dcec474b3975} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Loading data parts
641 2024.11.26 23:32:05.575831 [ 268 ] {b0f46e68-98d2-41e9-8354-dcec474b3975} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): There are no data parts
642 2024.11.26 23:32:05.582267 [ 268 ] {b0f46e68-98d2-41e9-8354-dcec474b3975} <Debug> TCPHandler: Processed in 0.009281557 sec.
643 2024.11.26 23:32:05.582497 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
644 2024.11.26 23:32:05.582758 [ 266 ] {2ed9bda5-d633-4977-89f5-607f1546b0d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
645 2024.11.26 23:32:05.582857 [ 266 ] {2ed9bda5-d633-4977-89f5-607f1546b0d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
646 2024.11.26 23:32:05.585400 [ 266 ] {2ed9bda5-d633-4977-89f5-607f1546b0d6} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Loading data parts
647 2024.11.26 23:32:05.585595 [ 266 ] {2ed9bda5-d633-4977-89f5-607f1546b0d6} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): There are no data parts
648 2024.11.26 23:32:05.590506 [ 266 ] {2ed9bda5-d633-4977-89f5-607f1546b0d6} <Debug> TCPHandler: Processed in 0.008079946 sec.
649 2024.11.26 23:32:05.590754 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
650 2024.11.26 23:32:05.591075 [ 268 ] {6c3c31c8-f553-477d-890e-04dc9775df71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
651 2024.11.26 23:32:05.591186 [ 268 ] {6c3c31c8-f553-477d-890e-04dc9775df71} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
652 2024.11.26 23:32:05.593493 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59575
653 2024.11.26 23:32:05.593652 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
654 2024.11.26 23:32:05.593708 [ 285 ] {} <Debug> TCP-Session: aef7ddb0-450e-4dae-a9c9-46cb80b7a8f8 Authenticating user 'default' from [fd00:1122:3344:101::a]:59575
655 2024.11.26 23:32:05.593731 [ 285 ] {} <Debug> TCP-Session: aef7ddb0-450e-4dae-a9c9-46cb80b7a8f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
656 2024.11.26 23:32:05.593745 [ 285 ] {} <Debug> TCP-Session: aef7ddb0-450e-4dae-a9c9-46cb80b7a8f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
657 2024.11.26 23:32:05.593816 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
658 2024.11.26 23:32:05.593842 [ 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
659 2024.11.26 23:32:05.593886 [ 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
660 2024.11.26 23:32:05.594271 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54810
661 2024.11.26 23:32:05.594361 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55785
662 2024.11.26 23:32:05.594618 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54074
663 2024.11.26 23:32:05.594700 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
664 2024.11.26 23:32:05.594690 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
665 2024.11.26 23:32:05.594750 [ 287 ] {} <Debug> TCP-Session: b2c6ce4f-a061-47bf-ba06-104256aa29b9 Authenticating user 'default' from [fd00:1122:3344:101::a]:55785
666 2024.11.26 23:32:05.594879 [ 286 ] {} <Debug> TCP-Session: bb6ec27b-837d-48c9-a0b6-5b66cb5f94de Authenticating user 'default' from [fd00:1122:3344:101::a]:54810
667 2024.11.26 23:32:05.594892 [ 287 ] {} <Debug> TCP-Session: b2c6ce4f-a061-47bf-ba06-104256aa29b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
668 2024.11.26 23:32:05.594970 [ 286 ] {} <Debug> TCP-Session: bb6ec27b-837d-48c9-a0b6-5b66cb5f94de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
669 2024.11.26 23:32:05.594934 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
670 2024.11.26 23:32:05.595005 [ 287 ] {} <Debug> TCP-Session: b2c6ce4f-a061-47bf-ba06-104256aa29b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
671 2024.11.26 23:32:05.595011 [ 286 ] {} <Debug> TCP-Session: bb6ec27b-837d-48c9-a0b6-5b66cb5f94de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
672 2024.11.26 23:32:05.595040 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61184
673 2024.11.26 23:32:05.595062 [ 288 ] {} <Debug> TCP-Session: a793bd5c-330a-43ba-bfa5-44e6a9fccf3b Authenticating user 'default' from [fd00:1122:3344:101::a]:54074
674 2024.11.26 23:32:05.594929 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53400
675 2024.11.26 23:32:05.594915 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62939
676 2024.11.26 23:32:05.595211 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41295
677 2024.11.26 23:32:05.595278 [ 288 ] {} <Debug> TCP-Session: a793bd5c-330a-43ba-bfa5-44e6a9fccf3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
678 2024.11.26 23:32:05.595452 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2024.11.26 23:32:05.595494 [ 288 ] {} <Debug> TCP-Session: a793bd5c-330a-43ba-bfa5-44e6a9fccf3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
680 2024.11.26 23:32:05.595672 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
681 2024.11.26 23:32:05.595823 [ 291 ] {} <Debug> TCP-Session: 3d899723-5826-4fce-b463-dc8e26ea8b3b Authenticating user 'default' from [fd00:1122:3344:101::a]:61184
682 2024.11.26 23:32:05.595856 [ 289 ] {} <Debug> TCP-Session: 15d6f290-c6af-4d8b-bc84-b77f108bf4d7 Authenticating user 'default' from [fd00:1122:3344:101::a]:53400
683 2024.11.26 23:32:05.595826 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
684 2024.11.26 23:32:05.595920 [ 291 ] {} <Debug> TCP-Session: 3d899723-5826-4fce-b463-dc8e26ea8b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
685 2024.11.26 23:32:05.595940 [ 289 ] {} <Debug> TCP-Session: 15d6f290-c6af-4d8b-bc84-b77f108bf4d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
686 2024.11.26 23:32:05.595967 [ 292 ] {} <Debug> TCP-Session: b36076e3-458a-459b-893d-a10433872fa7 Authenticating user 'default' from [fd00:1122:3344:101::a]:41295
687 2024.11.26 23:32:05.595997 [ 291 ] {} <Debug> TCP-Session: 3d899723-5826-4fce-b463-dc8e26ea8b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
688 2024.11.26 23:32:05.596020 [ 292 ] {} <Debug> TCP-Session: b36076e3-458a-459b-893d-a10433872fa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
689 2024.11.26 23:32:05.596010 [ 289 ] {} <Debug> TCP-Session: 15d6f290-c6af-4d8b-bc84-b77f108bf4d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
690 2024.11.26 23:32:05.596078 [ 292 ] {} <Debug> TCP-Session: b36076e3-458a-459b-893d-a10433872fa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
691 2024.11.26 23:32:05.596347 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
692 2024.11.26 23:32:05.596383 [ 290 ] {} <Debug> TCP-Session: 861d23c0-e2e1-48c6-815b-5d73666ec29b Authenticating user 'default' from [fd00:1122:3344:101::a]:62939
693 2024.11.26 23:32:05.596402 [ 290 ] {} <Debug> TCP-Session: 861d23c0-e2e1-48c6-815b-5d73666ec29b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
694 2024.11.26 23:32:05.596457 [ 290 ] {} <Debug> TCP-Session: 861d23c0-e2e1-48c6-815b-5d73666ec29b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2024.11.26 23:32:05.603367 [ 268 ] {6c3c31c8-f553-477d-890e-04dc9775df71} <Debug> oximeter.fields_i32 (26da1fe2-6b7c-4e07-9f3f-6e09d2576a2b): Loading data parts
696 2024.11.26 23:32:05.603559 [ 268 ] {6c3c31c8-f553-477d-890e-04dc9775df71} <Debug> oximeter.fields_i32 (26da1fe2-6b7c-4e07-9f3f-6e09d2576a2b): There are no data parts
697 2024.11.26 23:32:05.615422 [ 268 ] {6c3c31c8-f553-477d-890e-04dc9775df71} <Debug> TCPHandler: Processed in 0.024746851 sec.
698 2024.11.26 23:32:05.615709 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
699 2024.11.26 23:32:05.615967 [ 266 ] {a1673e26-6206-4681-8355-f296ca094d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
700 2024.11.26 23:32:05.616914 [ 266 ] {a1673e26-6206-4681-8355-f296ca094d25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
701 2024.11.26 23:32:05.623220 [ 266 ] {a1673e26-6206-4681-8355-f296ca094d25} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Loading data parts
702 2024.11.26 23:32:05.623424 [ 266 ] {a1673e26-6206-4681-8355-f296ca094d25} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): There are no data parts
703 2024.11.26 23:32:05.625138 [ 266 ] {a1673e26-6206-4681-8355-f296ca094d25} <Debug> TCPHandler: Processed in 0.009532739 sec.
704 2024.11.26 23:32:05.625429 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
705 2024.11.26 23:32:05.625741 [ 268 ] {755d9f71-a075-469b-b34b-24cbfe7003b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
706 2024.11.26 23:32:05.625827 [ 268 ] {755d9f71-a075-469b-b34b-24cbfe7003b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
707 2024.11.26 23:32:05.633796 [ 268 ] {755d9f71-a075-469b-b34b-24cbfe7003b6} <Debug> oximeter.fields_i64 (598f6a3d-22e7-4e97-b045-2185e1d04bb4): Loading data parts
708 2024.11.26 23:32:05.633991 [ 268 ] {755d9f71-a075-469b-b34b-24cbfe7003b6} <Debug> oximeter.fields_i64 (598f6a3d-22e7-4e97-b045-2185e1d04bb4): There are no data parts
709 2024.11.26 23:32:05.639245 [ 268 ] {755d9f71-a075-469b-b34b-24cbfe7003b6} <Debug> TCPHandler: Processed in 0.01393348 sec.
710 2024.11.26 23:32:05.639479 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
711 2024.11.26 23:32:05.639751 [ 266 ] {fa69fab7-a09a-43c2-83f4-fb0fafdd8dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
712 2024.11.26 23:32:05.639863 [ 266 ] {fa69fab7-a09a-43c2-83f4-fb0fafdd8dfd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
713 2024.11.26 23:32:05.648178 [ 266 ] {fa69fab7-a09a-43c2-83f4-fb0fafdd8dfd} <Debug> oximeter.fields_u64 (8f5c4ccf-3d84-4aff-894f-a9b5377b19f4): Loading data parts
714 2024.11.26 23:32:05.648394 [ 266 ] {fa69fab7-a09a-43c2-83f4-fb0fafdd8dfd} <Debug> oximeter.fields_u64 (8f5c4ccf-3d84-4aff-894f-a9b5377b19f4): There are no data parts
715 2024.11.26 23:32:05.653501 [ 266 ] {fa69fab7-a09a-43c2-83f4-fb0fafdd8dfd} <Debug> TCPHandler: Processed in 0.014100842 sec.
716 2024.11.26 23:32:05.653720 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
717 2024.11.26 23:32:05.653985 [ 268 ] {5c1a24b0-49ff-4566-b3e7-e97bec3e23a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
718 2024.11.26 23:32:05.654055 [ 268 ] {5c1a24b0-49ff-4566-b3e7-e97bec3e23a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
719 2024.11.26 23:32:05.665552 [ 268 ] {5c1a24b0-49ff-4566-b3e7-e97bec3e23a7} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Loading data parts
720 2024.11.26 23:32:05.665833 [ 268 ] {5c1a24b0-49ff-4566-b3e7-e97bec3e23a7} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): There are no data parts
721 2024.11.26 23:32:05.668052 [ 268 ] {5c1a24b0-49ff-4566-b3e7-e97bec3e23a7} <Debug> TCPHandler: Processed in 0.014395325 sec.
722 2024.11.26 23:32:05.668270 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
723 2024.11.26 23:32:05.668497 [ 266 ] {26832a76-c998-405a-bb43-b5ee5c16c19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
724 2024.11.26 23:32:05.668589 [ 266 ] {26832a76-c998-405a-bb43-b5ee5c16c19a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
725 2024.11.26 23:32:05.674128 [ 266 ] {26832a76-c998-405a-bb43-b5ee5c16c19a} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Loading data parts
726 2024.11.26 23:32:05.674338 [ 266 ] {26832a76-c998-405a-bb43-b5ee5c16c19a} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): There are no data parts
727 2024.11.26 23:32:05.675970 [ 266 ] {26832a76-c998-405a-bb43-b5ee5c16c19a} <Debug> TCPHandler: Processed in 0.007763082 sec.
728 2024.11.26 23:32:05.676201 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
729 2024.11.26 23:32:05.676420 [ 268 ] {3a524b24-460f-40f0-9802-b59a6e246a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
730 2024.11.26 23:32:05.676503 [ 268 ] {3a524b24-460f-40f0-9802-b59a6e246a58} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
731 2024.11.26 23:32:05.682615 [ 268 ] {3a524b24-460f-40f0-9802-b59a6e246a58} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Loading data parts
732 2024.11.26 23:32:05.682805 [ 268 ] {3a524b24-460f-40f0-9802-b59a6e246a58} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): There are no data parts
733 2024.11.26 23:32:05.684512 [ 268 ] {3a524b24-460f-40f0-9802-b59a6e246a58} <Debug> TCPHandler: Processed in 0.008381398 sec.
734 2024.11.26 23:32:05.684748 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
735 2024.11.26 23:32:05.685087 [ 266 ] {f8f9691c-b2e8-46f8-b40c-35da90754423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) /* The timeseries schema table stores the extracted schema for the samples
736 * oximeter collects.
737 */
738 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)
739 2024.11.26 23:32:05.685195 [ 266 ] {f8f9691c-b2e8-46f8-b40c-35da90754423} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
740 2024.11.26 23:32:05.690587 [ 266 ] {f8f9691c-b2e8-46f8-b40c-35da90754423} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Loading data parts
741 2024.11.26 23:32:05.690777 [ 266 ] {f8f9691c-b2e8-46f8-b40c-35da90754423} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): There are no data parts
742 2024.11.26 23:32:05.692666 [ 266 ] {f8f9691c-b2e8-46f8-b40c-35da90754423} <Debug> TCPHandler: Processed in 0.007977645 sec.
743 2024.11.26 23:32:05.692873 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
744 2024.11.26 23:32:05.693103 [ 268 ] {f5d4353d-5acf-4d9a-962d-89d6876568f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
745 2024.11.26 23:32:05.694348 [ 268 ] {f5d4353d-5acf-4d9a-962d-89d6876568f5} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
746 2024.11.26 23:32:05.702513 [ 276 ] {f5d4353d-5acf-4d9a-962d-89d6876568f5} <Trace> oximeter.version (1792e30c-7923-47d8-a326-1122c9d1b3a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
747 2024.11.26 23:32:05.702575 [ 276 ] {f5d4353d-5acf-4d9a-962d-89d6876568f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
748 2024.11.26 23:32:05.707181 [ 276 ] {f5d4353d-5acf-4d9a-962d-89d6876568f5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
749 2024.11.26 23:32:05.707557 [ 276 ] {f5d4353d-5acf-4d9a-962d-89d6876568f5} <Trace> oximeter.version (1792e30c-7923-47d8-a326-1122c9d1b3a6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
750 2024.11.26 23:32:05.707887 [ 268 ] {f5d4353d-5acf-4d9a-962d-89d6876568f5} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014871 sec., 67.24497343823549 rows/sec., 1.05 KiB/sec.
751 2024.11.26 23:32:05.708187 [ 268 ] {f5d4353d-5acf-4d9a-962d-89d6876568f5} <Debug> TCPHandler: Processed in 0.015378823 sec.
752 2024.11.26 23:32:06.000248 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.37 MiB, peak 127.37 MiB, free memory in arenas 0.00 B, will set to 141.33 MiB (RSS), difference: 13.96 MiB
753 2024.11.26 23:32:11.980968 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
754 2024.11.26 23:32:11.980964 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
755 2024.11.26 23:32:11.981112 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
756 2024.11.26 23:32:11.981170 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
757 2024.11.26 23:32:11.994963 [ 244 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Loading data parts
758 2024.11.26 23:32:11.995460 [ 244 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): There are no data parts
759 2024.11.26 23:32:11.999755 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2024.11.26 23:32:11.999797 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
761 2024.11.26 23:32:12.000206 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 141.51 MiB, peak 141.51 MiB, free memory in arenas 0.00 B, will set to 143.74 MiB (RSS), difference: 2.23 MiB
762 2024.11.26 23:32:12.001870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
763 2024.11.26 23:32:12.002137 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
764 2024.11.26 23:32:12.002354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
765 2024.11.26 23:32:12.002484 [ 243 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Loading data parts
766 2024.11.26 23:32:12.002680 [ 243 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): There are no data parts
767 2024.11.26 23:32:12.030507 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
768 2024.11.26 23:32:12.030573 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
769 2024.11.26 23:32:12.038026 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
770 2024.11.26 23:32:12.038781 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
771 2024.11.26 23:32:12.041144 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
772 2024.11.26 23:32:13.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.60 MiB, peak 152.60 MiB, free memory in arenas 0.00 B, will set to 151.07 MiB (RSS), difference: 2.47 MiB
773 2024.11.26 23:32:14.480919 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
774 2024.11.26 23:32:14.481021 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
775 2024.11.26 23:32:14.495711 [ 242 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Loading data parts
776 2024.11.26 23:32:14.495898 [ 242 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): There are no data parts
777 2024.11.26 23:32:14.511063 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
778 2024.11.26 23:32:14.511104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
779 2024.11.26 23:32:14.512741 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
780 2024.11.26 23:32:14.513058 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
781 2024.11.26 23:32:14.513541 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
782 2024.11.26 23:32:15.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.25 MiB, peak 155.25 MiB, free memory in arenas 0.00 B, will set to 151.44 MiB (RSS), difference: -3.81 MiB
783 2024.11.26 23:32:19.453550 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
784 2024.11.26 23:32:19.453620 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
785 2024.11.26 23:32:19.502585 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
786 2024.11.26 23:32:19.503893 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
787 2024.11.26 23:32:19.503934 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
788 2024.11.26 23:32:19.504483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
789 2024.11.26 23:32:19.504753 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
790 2024.11.26 23:32:19.504991 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
791 2024.11.26 23:32:19.541334 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
792 2024.11.26 23:32:19.562242 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
793 2024.11.26 23:32:19.562306 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
794 2024.11.26 23:32:19.568742 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
795 2024.11.26 23:32:19.569496 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
796 2024.11.26 23:32:19.571983 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
797 2024.11.26 23:32:21.587394 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
798 2024.11.26 23:32:21.587595 [ 266 ] {44f9d8fc-1ac0-41f2-8a4a-94447e88a082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
799 2024.11.26 23:32:21.588022 [ 266 ] {44f9d8fc-1ac0-41f2-8a4a-94447e88a082} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
800 2024.11.26 23:32:21.592139 [ 266 ] {44f9d8fc-1ac0-41f2-8a4a-94447e88a082} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
801 2024.11.26 23:32:21.594894 [ 266 ] {44f9d8fc-1ac0-41f2-8a4a-94447e88a082} <Debug> TCPHandler: Processed in 0.007623851 sec.
802 2024.11.26 23:32:21.602684 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
803 2024.11.26 23:32:21.602921 [ 268 ] {c2e2175c-5db0-4364-98ab-f4e83645e9ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
804 2024.11.26 23:32:21.604758 [ 268 ] {c2e2175c-5db0-4364-98ab-f4e83645e9ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
805 2024.11.26 23:32:21.604827 [ 268 ] {c2e2175c-5db0-4364-98ab-f4e83645e9ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
806 2024.11.26 23:32:21.605551 [ 268 ] {c2e2175c-5db0-4364-98ab-f4e83645e9ff} <Debug> TCPHandler: Processed in 0.003009728 sec.
807 2024.11.26 23:32:21.605831 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
808 2024.11.26 23:32:21.606006 [ 266 ] {294e05c6-07e4-4e39-b704-c7f212198974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
809 2024.11.26 23:32:21.606468 [ 266 ] {294e05c6-07e4-4e39-b704-c7f212198974} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
810 2024.11.26 23:32:21.606526 [ 266 ] {294e05c6-07e4-4e39-b704-c7f212198974} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
811 2024.11.26 23:32:21.607114 [ 266 ] {294e05c6-07e4-4e39-b704-c7f212198974} <Debug> TCPHandler: Processed in 0.001347503 sec.
812 2024.11.26 23:32:21.608010 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
813 2024.11.26 23:32:21.608167 [ 268 ] {1dbbd86a-662d-4da7-b9c0-2d0c34c615d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
814 2024.11.26 23:32:21.608537 [ 268 ] {1dbbd86a-662d-4da7-b9c0-2d0c34c615d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
815 2024.11.26 23:32:21.608594 [ 268 ] {1dbbd86a-662d-4da7-b9c0-2d0c34c615d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
816 2024.11.26 23:32:21.609092 [ 268 ] {1dbbd86a-662d-4da7-b9c0-2d0c34c615d6} <Debug> TCPHandler: Processed in 0.001142081 sec.
817 2024.11.26 23:32:21.609366 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
818 2024.11.26 23:32:21.609522 [ 266 ] {857b610d-9c91-4224-a178-55497885a6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
819 2024.11.26 23:32:21.609898 [ 266 ] {857b610d-9c91-4224-a178-55497885a6ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
820 2024.11.26 23:32:21.609960 [ 266 ] {857b610d-9c91-4224-a178-55497885a6ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
821 2024.11.26 23:32:21.610514 [ 266 ] {857b610d-9c91-4224-a178-55497885a6ba} <Debug> TCPHandler: Processed in 0.001207361 sec.
822 2024.11.26 23:32:21.611435 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
823 2024.11.26 23:32:21.611593 [ 268 ] {40e6e22f-53b3-4ac9-b246-4ea7c416ea34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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)
824 2024.11.26 23:32:21.611961 [ 268 ] {40e6e22f-53b3-4ac9-b246-4ea7c416ea34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
825 2024.11.26 23:32:21.612017 [ 268 ] {40e6e22f-53b3-4ac9-b246-4ea7c416ea34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
826 2024.11.26 23:32:21.612497 [ 268 ] {40e6e22f-53b3-4ac9-b246-4ea7c416ea34} <Debug> TCPHandler: Processed in 0.001120881 sec.
827 2024.11.26 23:32:21.612785 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
828 2024.11.26 23:32:21.612944 [ 266 ] {b193541e-3f60-410c-8411-e74e4711b27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', '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)
829 2024.11.26 23:32:21.613328 [ 266 ] {b193541e-3f60-410c-8411-e74e4711b27d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
830 2024.11.26 23:32:21.613384 [ 266 ] {b193541e-3f60-410c-8411-e74e4711b27d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
831 2024.11.26 23:32:21.613925 [ 266 ] {b193541e-3f60-410c-8411-e74e4711b27d} <Debug> TCPHandler: Processed in 0.001204681 sec.
832 2024.11.26 23:32:21.614184 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
833 2024.11.26 23:32:21.614337 [ 268 ] {30561a3f-a9ea-4346-b595-61cc38b7e0d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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)
834 2024.11.26 23:32:21.614713 [ 268 ] {30561a3f-a9ea-4346-b595-61cc38b7e0d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
835 2024.11.26 23:32:21.614768 [ 268 ] {30561a3f-a9ea-4346-b595-61cc38b7e0d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
836 2024.11.26 23:32:21.615245 [ 268 ] {30561a3f-a9ea-4346-b595-61cc38b7e0d6} <Debug> TCPHandler: Processed in 0.00111739 sec.
837 2024.11.26 23:32:21.615514 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
838 2024.11.26 23:32:21.615675 [ 266 ] {fa5c77d2-dc57-4a18-ac55-8cf1b2dabb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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)
839 2024.11.26 23:32:21.616062 [ 266 ] {fa5c77d2-dc57-4a18-ac55-8cf1b2dabb00} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
840 2024.11.26 23:32:21.616117 [ 266 ] {fa5c77d2-dc57-4a18-ac55-8cf1b2dabb00} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
841 2024.11.26 23:32:21.616753 [ 266 ] {fa5c77d2-dc57-4a18-ac55-8cf1b2dabb00} <Debug> TCPHandler: Processed in 0.001296872 sec.
842 2024.11.26 23:32:21.617074 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
843 2024.11.26 23:32:21.617261 [ 268 ] {cd9da8df-b884-4e2d-b073-d6fe622b263d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', '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)
844 2024.11.26 23:32:21.617721 [ 268 ] {cd9da8df-b884-4e2d-b073-d6fe622b263d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
845 2024.11.26 23:32:21.617787 [ 268 ] {cd9da8df-b884-4e2d-b073-d6fe622b263d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
846 2024.11.26 23:32:21.618289 [ 268 ] {cd9da8df-b884-4e2d-b073-d6fe622b263d} <Debug> TCPHandler: Processed in 0.001284742 sec.
847 2024.11.26 23:32:21.618565 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
848 2024.11.26 23:32:21.618726 [ 266 ] {a35ac657-8a59-430d-852a-1850cb9ff403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', '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)
849 2024.11.26 23:32:21.619092 [ 266 ] {a35ac657-8a59-430d-852a-1850cb9ff403} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
850 2024.11.26 23:32:21.619146 [ 266 ] {a35ac657-8a59-430d-852a-1850cb9ff403} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
851 2024.11.26 23:32:21.619741 [ 266 ] {a35ac657-8a59-430d-852a-1850cb9ff403} <Debug> TCPHandler: Processed in 0.001234171 sec.
852 2024.11.26 23:32:21.620035 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2024.11.26 23:32:21.620206 [ 268 ] {1f7d08d8-31b0-4910-8d2e-4caacec9cff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', '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)
854 2024.11.26 23:32:21.620610 [ 268 ] {1f7d08d8-31b0-4910-8d2e-4caacec9cff3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
855 2024.11.26 23:32:21.620665 [ 268 ] {1f7d08d8-31b0-4910-8d2e-4caacec9cff3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
856 2024.11.26 23:32:21.621163 [ 268 ] {1f7d08d8-31b0-4910-8d2e-4caacec9cff3} <Debug> TCPHandler: Processed in 0.001185691 sec.
857 2024.11.26 23:32:21.621429 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
858 2024.11.26 23:32:21.621594 [ 266 ] {cdb0ccd9-5190-4756-8667-efb916304897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', '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)
859 2024.11.26 23:32:21.621991 [ 266 ] {cdb0ccd9-5190-4756-8667-efb916304897} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
860 2024.11.26 23:32:21.622047 [ 266 ] {cdb0ccd9-5190-4756-8667-efb916304897} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
861 2024.11.26 23:32:21.622573 [ 266 ] {cdb0ccd9-5190-4756-8667-efb916304897} <Debug> TCPHandler: Processed in 0.001201282 sec.
862 2024.11.26 23:32:21.622841 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
863 2024.11.26 23:32:21.623043 [ 268 ] {60ac5eaa-7e12-4fc3-99ee-e7e620172802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', '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)
864 2024.11.26 23:32:21.623536 [ 268 ] {60ac5eaa-7e12-4fc3-99ee-e7e620172802} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
865 2024.11.26 23:32:21.623604 [ 268 ] {60ac5eaa-7e12-4fc3-99ee-e7e620172802} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
866 2024.11.26 23:32:21.624139 [ 268 ] {60ac5eaa-7e12-4fc3-99ee-e7e620172802} <Debug> TCPHandler: Processed in 0.001366652 sec.
867 2024.11.26 23:32:21.624383 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
868 2024.11.26 23:32:21.624551 [ 266 ] {74c8456a-b24a-46bf-ac28-542cf33a370a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', '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)
869 2024.11.26 23:32:21.624968 [ 266 ] {74c8456a-b24a-46bf-ac28-542cf33a370a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
870 2024.11.26 23:32:21.625025 [ 266 ] {74c8456a-b24a-46bf-ac28-542cf33a370a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
871 2024.11.26 23:32:21.625556 [ 266 ] {74c8456a-b24a-46bf-ac28-542cf33a370a} <Debug> TCPHandler: Processed in 0.001230591 sec.
872 2024.11.26 23:32:21.625860 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
873 2024.11.26 23:32:21.626029 [ 268 ] {ea7a1b69-4e79-40a3-9de7-7b72abd98ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', '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)
874 2024.11.26 23:32:21.626442 [ 268 ] {ea7a1b69-4e79-40a3-9de7-7b72abd98ac1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
875 2024.11.26 23:32:21.626499 [ 268 ] {ea7a1b69-4e79-40a3-9de7-7b72abd98ac1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
876 2024.11.26 23:32:21.626981 [ 268 ] {ea7a1b69-4e79-40a3-9de7-7b72abd98ac1} <Debug> TCPHandler: Processed in 0.001188621 sec.
877 2024.11.26 23:32:21.627276 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2024.11.26 23:32:21.627444 [ 266 ] {66352467-325a-4277-9edf-4957b36deb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', '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)
879 2024.11.26 23:32:21.627871 [ 266 ] {66352467-325a-4277-9edf-4957b36deb9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
880 2024.11.26 23:32:21.627929 [ 266 ] {66352467-325a-4277-9edf-4957b36deb9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
881 2024.11.26 23:32:21.628630 [ 266 ] {66352467-325a-4277-9edf-4957b36deb9e} <Debug> TCPHandler: Processed in 0.001413483 sec.
882 2024.11.26 23:32:21.628901 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
883 2024.11.26 23:32:21.629099 [ 268 ] {376eea69-18ab-40de-84a1-09468ae98f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', '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)
884 2024.11.26 23:32:21.629594 [ 268 ] {376eea69-18ab-40de-84a1-09468ae98f41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
885 2024.11.26 23:32:21.629661 [ 268 ] {376eea69-18ab-40de-84a1-09468ae98f41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
886 2024.11.26 23:32:21.630182 [ 268 ] {376eea69-18ab-40de-84a1-09468ae98f41} <Debug> TCPHandler: Processed in 0.001349713 sec.
887 2024.11.26 23:32:21.630441 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
888 2024.11.26 23:32:21.630635 [ 266 ] {84c4e539-3697-4403-9cb6-df18483bf715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', '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)
889 2024.11.26 23:32:21.631067 [ 266 ] {84c4e539-3697-4403-9cb6-df18483bf715} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
890 2024.11.26 23:32:21.631128 [ 266 ] {84c4e539-3697-4403-9cb6-df18483bf715} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
891 2024.11.26 23:32:21.631699 [ 266 ] {84c4e539-3697-4403-9cb6-df18483bf715} <Debug> TCPHandler: Processed in 0.001315862 sec.
892 2024.11.26 23:32:21.633094 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
893 2024.11.26 23:32:21.633263 [ 268 ] {851ed005-58cd-4fc6-95c3-175c78b5e6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
894 2024.11.26 23:32:21.633680 [ 268 ] {851ed005-58cd-4fc6-95c3-175c78b5e6ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
895 2024.11.26 23:32:21.633739 [ 268 ] {851ed005-58cd-4fc6-95c3-175c78b5e6ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
896 2024.11.26 23:32:21.634265 [ 268 ] {851ed005-58cd-4fc6-95c3-175c78b5e6ea} <Debug> TCPHandler: Processed in 0.001230132 sec.
897 2024.11.26 23:32:21.634549 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
898 2024.11.26 23:32:21.634723 [ 266 ] {44262f65-ce71-483e-b215-9c64e9b62236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
899 2024.11.26 23:32:21.635154 [ 266 ] {44262f65-ce71-483e-b215-9c64e9b62236} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
900 2024.11.26 23:32:21.635212 [ 266 ] {44262f65-ce71-483e-b215-9c64e9b62236} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
901 2024.11.26 23:32:21.635770 [ 266 ] {44262f65-ce71-483e-b215-9c64e9b62236} <Debug> TCPHandler: Processed in 0.001279482 sec.
902 2024.11.26 23:32:21.636048 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
903 2024.11.26 23:32:21.636220 [ 268 ] {03e75563-62ef-46e6-9417-60659a964ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
904 2024.11.26 23:32:21.636643 [ 268 ] {03e75563-62ef-46e6-9417-60659a964ea4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
905 2024.11.26 23:32:21.636699 [ 268 ] {03e75563-62ef-46e6-9417-60659a964ea4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
906 2024.11.26 23:32:21.637226 [ 268 ] {03e75563-62ef-46e6-9417-60659a964ea4} <Debug> TCPHandler: Processed in 0.001232031 sec.
907 2024.11.26 23:32:21.637490 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
908 2024.11.26 23:32:21.637664 [ 266 ] {bfea815e-b415-4fd1-955b-3a08becf9116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', '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_rib:active_routes') FORMAT Native; (stage: Complete)
909 2024.11.26 23:32:21.638095 [ 266 ] {bfea815e-b415-4fd1-955b-3a08becf9116} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
910 2024.11.26 23:32:21.638153 [ 266 ] {bfea815e-b415-4fd1-955b-3a08becf9116} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
911 2024.11.26 23:32:21.638711 [ 266 ] {bfea815e-b415-4fd1-955b-3a08becf9116} <Debug> TCPHandler: Processed in 0.001279941 sec.
912 2024.11.26 23:32:21.638983 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
913 2024.11.26 23:32:21.639156 [ 268 ] {72fc5215-1783-4cd7-8c4f-e82651fabb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', '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_rib:active_routes') FORMAT Native; (stage: Complete)
914 2024.11.26 23:32:21.639591 [ 268 ] {72fc5215-1783-4cd7-8c4f-e82651fabb5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
915 2024.11.26 23:32:21.639648 [ 268 ] {72fc5215-1783-4cd7-8c4f-e82651fabb5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
916 2024.11.26 23:32:21.640167 [ 268 ] {72fc5215-1783-4cd7-8c4f-e82651fabb5a} <Debug> TCPHandler: Processed in 0.001237532 sec.
917 2024.11.26 23:32:21.640425 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
918 2024.11.26 23:32:21.640599 [ 266 ] {a8d5eab7-2122-420b-9a3a-5fc3534af4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', '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_rib:active_routes') FORMAT Native; (stage: Complete)
919 2024.11.26 23:32:21.641038 [ 266 ] {a8d5eab7-2122-420b-9a3a-5fc3534af4b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
920 2024.11.26 23:32:21.641105 [ 266 ] {a8d5eab7-2122-420b-9a3a-5fc3534af4b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
921 2024.11.26 23:32:21.641656 [ 266 ] {a8d5eab7-2122-420b-9a3a-5fc3534af4b1} <Debug> TCPHandler: Processed in 0.001288542 sec.
922 2024.11.26 23:32:21.701898 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
923 2024.11.26 23:32:21.702046 [ 266 ] {8efbbd27-7b63-477f-acc8-3a61903d3ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
924 2024.11.26 23:32:21.702109 [ 266 ] {8efbbd27-7b63-477f-acc8-3a61903d3ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
925 2024.11.26 23:32:21.702961 [ 266 ] {8efbbd27-7b63-477f-acc8-3a61903d3ff0} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Trying to reserve 1.00 MiB using storage policy from min volume index 0
926 2024.11.26 23:32:21.703013 [ 266 ] {8efbbd27-7b63-477f-acc8-3a61903d3ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
927 2024.11.26 23:32:21.703704 [ 266 ] {8efbbd27-7b63-477f-acc8-3a61903d3ff0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
928 2024.11.26 23:32:21.704183 [ 266 ] {8efbbd27-7b63-477f-acc8-3a61903d3ff0} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
929 2024.11.26 23:32:21.704432 [ 266 ] {8efbbd27-7b63-477f-acc8-3a61903d3ff0} <Debug> executeQuery: Read 25 rows, 4.00 KiB in 0.002425 sec., 10309.278350515464 rows/sec., 1.61 MiB/sec.
930 2024.11.26 23:32:21.704494 [ 266 ] {8efbbd27-7b63-477f-acc8-3a61903d3ff0} <Debug> TCPHandler: Processed in 0.002679055 sec.
931 2024.11.26 23:32:21.704701 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
932 2024.11.26 23:32:21.704876 [ 268 ] {3be3d5df-c870-4184-b81f-c31fe7b7bc08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
933 2024.11.26 23:32:21.704936 [ 268 ] {3be3d5df-c870-4184-b81f-c31fe7b7bc08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
934 2024.11.26 23:32:21.707564 [ 268 ] {3be3d5df-c870-4184-b81f-c31fe7b7bc08} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
935 2024.11.26 23:32:21.707616 [ 268 ] {3be3d5df-c870-4184-b81f-c31fe7b7bc08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
936 2024.11.26 23:32:21.708316 [ 268 ] {3be3d5df-c870-4184-b81f-c31fe7b7bc08} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
937 2024.11.26 23:32:21.708913 [ 268 ] {3be3d5df-c870-4184-b81f-c31fe7b7bc08} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
938 2024.11.26 23:32:21.709146 [ 268 ] {3be3d5df-c870-4184-b81f-c31fe7b7bc08} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.004317 sec., 280750.52119527454 rows/sec., 23.20 MiB/sec.
939 2024.11.26 23:32:21.709204 [ 268 ] {3be3d5df-c870-4184-b81f-c31fe7b7bc08} <Debug> TCPHandler: Processed in 0.004592033 sec.
940 2024.11.26 23:32:21.709372 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
941 2024.11.26 23:32:21.709521 [ 266 ] {9659b6d1-89ea-46b6-b500-115ce2d348d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
942 2024.11.26 23:32:21.709581 [ 266 ] {9659b6d1-89ea-46b6-b500-115ce2d348d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
943 2024.11.26 23:32:21.710280 [ 266 ] {9659b6d1-89ea-46b6-b500-115ce2d348d6} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
944 2024.11.26 23:32:21.710320 [ 266 ] {9659b6d1-89ea-46b6-b500-115ce2d348d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
945 2024.11.26 23:32:21.710883 [ 266 ] {9659b6d1-89ea-46b6-b500-115ce2d348d6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
946 2024.11.26 23:32:21.711428 [ 266 ] {9659b6d1-89ea-46b6-b500-115ce2d348d6} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
947 2024.11.26 23:32:21.711637 [ 266 ] {9659b6d1-89ea-46b6-b500-115ce2d348d6} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.002142 sec., 3734.8272642390293 rows/sec., 280.84 KiB/sec.
948 2024.11.26 23:32:21.711783 [ 266 ] {9659b6d1-89ea-46b6-b500-115ce2d348d6} <Debug> TCPHandler: Processed in 0.002477993 sec.
949 2024.11.26 23:32:21.711944 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
950 2024.11.26 23:32:21.712068 [ 268 ] {f823237a-454e-4066-b5e2-dba9a46a2820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
951 2024.11.26 23:32:21.712119 [ 268 ] {f823237a-454e-4066-b5e2-dba9a46a2820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
952 2024.11.26 23:32:21.712792 [ 268 ] {f823237a-454e-4066-b5e2-dba9a46a2820} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
953 2024.11.26 23:32:21.712831 [ 268 ] {f823237a-454e-4066-b5e2-dba9a46a2820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
954 2024.11.26 23:32:21.713408 [ 268 ] {f823237a-454e-4066-b5e2-dba9a46a2820} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
955 2024.11.26 23:32:21.713970 [ 268 ] {f823237a-454e-4066-b5e2-dba9a46a2820} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
956 2024.11.26 23:32:21.714181 [ 268 ] {f823237a-454e-4066-b5e2-dba9a46a2820} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002139 sec., 106591.86535764376 rows/sec., 7.22 MiB/sec.
957 2024.11.26 23:32:21.714235 [ 268 ] {f823237a-454e-4066-b5e2-dba9a46a2820} <Debug> TCPHandler: Processed in 0.002352022 sec.
958 2024.11.26 23:32:21.714394 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
959 2024.11.26 23:32:21.714517 [ 266 ] {b32f2166-db03-4f0c-bfbe-24958dbe55e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
960 2024.11.26 23:32:21.714568 [ 266 ] {b32f2166-db03-4f0c-bfbe-24958dbe55e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
961 2024.11.26 23:32:21.715387 [ 266 ] {b32f2166-db03-4f0c-bfbe-24958dbe55e4} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
962 2024.11.26 23:32:21.715426 [ 266 ] {b32f2166-db03-4f0c-bfbe-24958dbe55e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
963 2024.11.26 23:32:21.715968 [ 266 ] {b32f2166-db03-4f0c-bfbe-24958dbe55e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
964 2024.11.26 23:32:21.716481 [ 266 ] {b32f2166-db03-4f0c-bfbe-24958dbe55e4} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
965 2024.11.26 23:32:21.716711 [ 266 ] {b32f2166-db03-4f0c-bfbe-24958dbe55e4} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.002198 sec., 240218.3803457689 rows/sec., 17.79 MiB/sec.
966 2024.11.26 23:32:21.716787 [ 266 ] {b32f2166-db03-4f0c-bfbe-24958dbe55e4} <Debug> TCPHandler: Processed in 0.002452813 sec.
967 2024.11.26 23:32:21.716955 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
968 2024.11.26 23:32:21.717096 [ 268 ] {39a3a86d-97e8-4894-a797-95d3d551ec50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
969 2024.11.26 23:32:21.717160 [ 268 ] {39a3a86d-97e8-4894-a797-95d3d551ec50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
970 2024.11.26 23:32:21.718302 [ 268 ] {39a3a86d-97e8-4894-a797-95d3d551ec50} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
971 2024.11.26 23:32:21.718340 [ 268 ] {39a3a86d-97e8-4894-a797-95d3d551ec50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
972 2024.11.26 23:32:21.719014 [ 268 ] {39a3a86d-97e8-4894-a797-95d3d551ec50} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
973 2024.11.26 23:32:21.719522 [ 268 ] {39a3a86d-97e8-4894-a797-95d3d551ec50} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
974 2024.11.26 23:32:21.719729 [ 268 ] {39a3a86d-97e8-4894-a797-95d3d551ec50} <Debug> executeQuery: Read 1496 rows, 102.36 KiB in 0.002665 sec., 561350.8442776736 rows/sec., 37.51 MiB/sec.
975 2024.11.26 23:32:21.719779 [ 268 ] {39a3a86d-97e8-4894-a797-95d3d551ec50} <Debug> TCPHandler: Processed in 0.002894907 sec.
976 2024.11.26 23:32:21.719951 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
977 2024.11.26 23:32:21.720093 [ 266 ] {73e02b8b-c230-4173-8c50-5ab3a3324d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
978 2024.11.26 23:32:21.720185 [ 266 ] {73e02b8b-c230-4173-8c50-5ab3a3324d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
979 2024.11.26 23:32:21.721372 [ 266 ] {73e02b8b-c230-4173-8c50-5ab3a3324d86} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
980 2024.11.26 23:32:21.721412 [ 266 ] {73e02b8b-c230-4173-8c50-5ab3a3324d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
981 2024.11.26 23:32:21.724334 [ 266 ] {73e02b8b-c230-4173-8c50-5ab3a3324d86} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
982 2024.11.26 23:32:21.724802 [ 266 ] {73e02b8b-c230-4173-8c50-5ab3a3324d86} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
983 2024.11.26 23:32:21.725007 [ 266 ] {73e02b8b-c230-4173-8c50-5ab3a3324d86} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004946 sec., 1617.4686615446826 rows/sec., 2.90 MiB/sec.
984 2024.11.26 23:32:21.725112 [ 266 ] {73e02b8b-c230-4173-8c50-5ab3a3324d86} <Debug> TCPHandler: Processed in 0.005233539 sec.
985 2024.11.26 23:32:21.725281 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
986 2024.11.26 23:32:21.725403 [ 268 ] {024a03b0-dae1-4fd7-a35e-560e12f03047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
987 2024.11.26 23:32:21.725457 [ 268 ] {024a03b0-dae1-4fd7-a35e-560e12f03047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
988 2024.11.26 23:32:21.726288 [ 268 ] {024a03b0-dae1-4fd7-a35e-560e12f03047} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
989 2024.11.26 23:32:21.726329 [ 268 ] {024a03b0-dae1-4fd7-a35e-560e12f03047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB.
990 2024.11.26 23:32:21.726837 [ 268 ] {024a03b0-dae1-4fd7-a35e-560e12f03047} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
991 2024.11.26 23:32:21.727345 [ 268 ] {024a03b0-dae1-4fd7-a35e-560e12f03047} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
992 2024.11.26 23:32:21.727576 [ 268 ] {024a03b0-dae1-4fd7-a35e-560e12f03047} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.002193 sec., 5471.956224350205 rows/sec., 377.62 KiB/sec.
993 2024.11.26 23:32:21.727637 [ 268 ] {024a03b0-dae1-4fd7-a35e-560e12f03047} <Debug> TCPHandler: Processed in 0.002415293 sec.
994 2024.11.26 23:32:24.514042 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 156
995 2024.11.26 23:32:24.518252 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
996 2024.11.26 23:32:24.518294 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
997 2024.11.26 23:32:24.519895 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
998 2024.11.26 23:32:24.520567 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
999 2024.11.26 23:32:24.521107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 156
1000 2024.11.26 23:32:25.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.59 MiB, peak 156.12 MiB, free memory in arenas 0.00 B, will set to 154.64 MiB (RSS), difference: 4.05 MiB
1001 2024.11.26 23:32:25.720876 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1002 2024.11.26 23:32:25.721177 [ 266 ] {7e2bf77d-2db0-461f-b4ed-591463b2f201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1003 2024.11.26 23:32:25.721294 [ 266 ] {7e2bf77d-2db0-461f-b4ed-591463b2f201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1004 2024.11.26 23:32:25.722315 [ 266 ] {7e2bf77d-2db0-461f-b4ed-591463b2f201} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1005 2024.11.26 23:32:25.722369 [ 266 ] {7e2bf77d-2db0-461f-b4ed-591463b2f201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1006 2024.11.26 23:32:25.722800 [ 266 ] {7e2bf77d-2db0-461f-b4ed-591463b2f201} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1007 2024.11.26 23:32:25.723050 [ 266 ] {7e2bf77d-2db0-461f-b4ed-591463b2f201} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1008 2024.11.26 23:32:25.723289 [ 266 ] {7e2bf77d-2db0-461f-b4ed-591463b2f201} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002195 sec., 25512.5284738041 rows/sec., 1.96 MiB/sec.
1009 2024.11.26 23:32:25.723352 [ 266 ] {7e2bf77d-2db0-461f-b4ed-591463b2f201} <Debug> TCPHandler: Processed in 0.002662885 sec.
1010 2024.11.26 23:32:25.723598 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1011 2024.11.26 23:32:25.723811 [ 268 ] {f8d810a8-71ae-439a-a414-c03eaba0b72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1012 2024.11.26 23:32:25.723891 [ 268 ] {f8d810a8-71ae-439a-a414-c03eaba0b72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1013 2024.11.26 23:32:25.724648 [ 268 ] {f8d810a8-71ae-439a-a414-c03eaba0b72f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1014 2024.11.26 23:32:25.724692 [ 268 ] {f8d810a8-71ae-439a-a414-c03eaba0b72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1015 2024.11.26 23:32:25.725131 [ 268 ] {f8d810a8-71ae-439a-a414-c03eaba0b72f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1016 2024.11.26 23:32:25.725390 [ 268 ] {f8d810a8-71ae-439a-a414-c03eaba0b72f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1017 2024.11.26 23:32:25.725580 [ 268 ] {f8d810a8-71ae-439a-a414-c03eaba0b72f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00183 sec., 34972.67759562842 rows/sec., 2.73 MiB/sec.
1018 2024.11.26 23:32:25.725641 [ 268 ] {f8d810a8-71ae-439a-a414-c03eaba0b72f} <Debug> TCPHandler: Processed in 0.00218374 sec.
1019 2024.11.26 23:32:25.725841 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1020 2024.11.26 23:32:25.726072 [ 266 ] {1e1c99b1-bee3-44b2-aa3a-e8e4667c76a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1021 2024.11.26 23:32:25.726171 [ 266 ] {1e1c99b1-bee3-44b2-aa3a-e8e4667c76a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1022 2024.11.26 23:32:25.727096 [ 266 ] {1e1c99b1-bee3-44b2-aa3a-e8e4667c76a8} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1023 2024.11.26 23:32:25.727135 [ 266 ] {1e1c99b1-bee3-44b2-aa3a-e8e4667c76a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1024 2024.11.26 23:32:25.727532 [ 266 ] {1e1c99b1-bee3-44b2-aa3a-e8e4667c76a8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1025 2024.11.26 23:32:25.727785 [ 266 ] {1e1c99b1-bee3-44b2-aa3a-e8e4667c76a8} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1026 2024.11.26 23:32:25.728001 [ 266 ] {1e1c99b1-bee3-44b2-aa3a-e8e4667c76a8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001991 sec., 64289.301858362625 rows/sec., 4.48 MiB/sec.
1027 2024.11.26 23:32:25.728054 [ 266 ] {1e1c99b1-bee3-44b2-aa3a-e8e4667c76a8} <Debug> TCPHandler: Processed in 0.002324072 sec.
1028 2024.11.26 23:32:25.728207 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1029 2024.11.26 23:32:25.728352 [ 268 ] {738f70bc-98a4-4536-809c-0e3aeeb58bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1030 2024.11.26 23:32:25.728416 [ 268 ] {738f70bc-98a4-4536-809c-0e3aeeb58bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1031 2024.11.26 23:32:25.728991 [ 268 ] {738f70bc-98a4-4536-809c-0e3aeeb58bee} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1032 2024.11.26 23:32:25.729034 [ 268 ] {738f70bc-98a4-4536-809c-0e3aeeb58bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1033 2024.11.26 23:32:25.729425 [ 268 ] {738f70bc-98a4-4536-809c-0e3aeeb58bee} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1034 2024.11.26 23:32:25.729677 [ 268 ] {738f70bc-98a4-4536-809c-0e3aeeb58bee} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1035 2024.11.26 23:32:25.729900 [ 268 ] {738f70bc-98a4-4536-809c-0e3aeeb58bee} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001561 sec., 30749.519538757206 rows/sec., 2.07 MiB/sec.
1036 2024.11.26 23:32:25.730025 [ 268 ] {738f70bc-98a4-4536-809c-0e3aeeb58bee} <Debug> TCPHandler: Processed in 0.001885197 sec.
1037 2024.11.26 23:32:27.005213 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
1038 2024.11.26 23:32:27.005866 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1039 2024.11.26 23:32:27.005916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1040 2024.11.26 23:32:27.006533 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1041 2024.11.26 23:32:27.006796 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1042 2024.11.26 23:32:27.007026 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
1043 2024.11.26 23:32:27.072168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
1044 2024.11.26 23:32:27.090596 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1045 2024.11.26 23:32:27.090654 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1046 2024.11.26 23:32:27.097740 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1047 2024.11.26 23:32:27.099015 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1048 2024.11.26 23:32:27.102093 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
1049 2024.11.26 23:32:30.722353 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1050 2024.11.26 23:32:30.722677 [ 266 ] {8abf3fd2-bfee-48d1-8f1e-42d99590e56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1051 2024.11.26 23:32:30.722798 [ 266 ] {8abf3fd2-bfee-48d1-8f1e-42d99590e56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1052 2024.11.26 23:32:30.723703 [ 266 ] {8abf3fd2-bfee-48d1-8f1e-42d99590e56c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1053 2024.11.26 23:32:30.723761 [ 266 ] {8abf3fd2-bfee-48d1-8f1e-42d99590e56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1054 2024.11.26 23:32:30.724205 [ 266 ] {8abf3fd2-bfee-48d1-8f1e-42d99590e56c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1055 2024.11.26 23:32:30.724462 [ 266 ] {8abf3fd2-bfee-48d1-8f1e-42d99590e56c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1056 2024.11.26 23:32:30.724754 [ 266 ] {8abf3fd2-bfee-48d1-8f1e-42d99590e56c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002153 sec., 26010.218300046447 rows/sec., 2.00 MiB/sec.
1057 2024.11.26 23:32:30.724883 [ 266 ] {8abf3fd2-bfee-48d1-8f1e-42d99590e56c} <Debug> TCPHandler: Processed in 0.002715685 sec.
1058 2024.11.26 23:32:30.725138 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1059 2024.11.26 23:32:30.725355 [ 268 ] {bb118e2d-0b36-48dd-8cca-a8a4f9f731f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1060 2024.11.26 23:32:30.725438 [ 268 ] {bb118e2d-0b36-48dd-8cca-a8a4f9f731f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1061 2024.11.26 23:32:30.726286 [ 268 ] {bb118e2d-0b36-48dd-8cca-a8a4f9f731f1} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1062 2024.11.26 23:32:30.726335 [ 268 ] {bb118e2d-0b36-48dd-8cca-a8a4f9f731f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1063 2024.11.26 23:32:30.726775 [ 268 ] {bb118e2d-0b36-48dd-8cca-a8a4f9f731f1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1064 2024.11.26 23:32:30.727041 [ 268 ] {bb118e2d-0b36-48dd-8cca-a8a4f9f731f1} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1065 2024.11.26 23:32:30.727315 [ 268 ] {bb118e2d-0b36-48dd-8cca-a8a4f9f731f1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002018 sec., 31714.56888007929 rows/sec., 2.48 MiB/sec.
1066 2024.11.26 23:32:30.727385 [ 268 ] {bb118e2d-0b36-48dd-8cca-a8a4f9f731f1} <Debug> TCPHandler: Processed in 0.002394223 sec.
1067 2024.11.26 23:32:30.727590 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1068 2024.11.26 23:32:30.727824 [ 266 ] {f0e5dc38-682f-41b5-99ec-996040245216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1069 2024.11.26 23:32:30.727927 [ 266 ] {f0e5dc38-682f-41b5-99ec-996040245216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1070 2024.11.26 23:32:30.728633 [ 266 ] {f0e5dc38-682f-41b5-99ec-996040245216} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1071 2024.11.26 23:32:30.728676 [ 266 ] {f0e5dc38-682f-41b5-99ec-996040245216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1072 2024.11.26 23:32:30.729084 [ 266 ] {f0e5dc38-682f-41b5-99ec-996040245216} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1073 2024.11.26 23:32:30.729335 [ 266 ] {f0e5dc38-682f-41b5-99ec-996040245216} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1074 2024.11.26 23:32:30.729557 [ 266 ] {f0e5dc38-682f-41b5-99ec-996040245216} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001795 sec., 89136.49025069638 rows/sec., 6.21 MiB/sec.
1075 2024.11.26 23:32:30.729612 [ 266 ] {f0e5dc38-682f-41b5-99ec-996040245216} <Debug> TCPHandler: Processed in 0.00213512 sec.
1076 2024.11.26 23:32:30.729750 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1077 2024.11.26 23:32:30.729874 [ 268 ] {da992b64-71aa-45e5-84ca-247d8dd91180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1078 2024.11.26 23:32:30.729930 [ 268 ] {da992b64-71aa-45e5-84ca-247d8dd91180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1079 2024.11.26 23:32:30.730454 [ 268 ] {da992b64-71aa-45e5-84ca-247d8dd91180} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1080 2024.11.26 23:32:30.730495 [ 268 ] {da992b64-71aa-45e5-84ca-247d8dd91180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1081 2024.11.26 23:32:30.730885 [ 268 ] {da992b64-71aa-45e5-84ca-247d8dd91180} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1082 2024.11.26 23:32:30.731128 [ 268 ] {da992b64-71aa-45e5-84ca-247d8dd91180} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1083 2024.11.26 23:32:30.731340 [ 268 ] {da992b64-71aa-45e5-84ca-247d8dd91180} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec.
1084 2024.11.26 23:32:30.731394 [ 268 ] {da992b64-71aa-45e5-84ca-247d8dd91180} <Debug> TCPHandler: Processed in 0.001702486 sec.
1085 2024.11.26 23:32:34.453657 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache
1086 2024.11.26 23:32:34.453725 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache
1087 2024.11.26 23:32:34.507250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
1088 2024.11.26 23:32:34.507970 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1089 2024.11.26 23:32:34.508026 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1090 2024.11.26 23:32:34.508640 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1091 2024.11.26 23:32:34.508910 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1092 2024.11.26 23:32:34.509217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
1093 2024.11.26 23:32:34.521588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 172
1094 2024.11.26 23:32:34.524306 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1095 2024.11.26 23:32:34.524356 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1096 2024.11.26 23:32:34.525794 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1097 2024.11.26 23:32:34.526110 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1098 2024.11.26 23:32:34.526704 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 172
1099 2024.11.26 23:32:34.602276 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
1100 2024.11.26 23:32:34.621775 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1101 2024.11.26 23:32:34.621829 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1102 2024.11.26 23:32:34.628326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1103 2024.11.26 23:32:34.629069 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1104 2024.11.26 23:32:34.631568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1105 2024.11.26 23:32:35.723147 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1106 2024.11.26 23:32:35.723357 [ 266 ] {901a102f-8a34-4132-b901-083e8d9df5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1107 2024.11.26 23:32:35.723429 [ 266 ] {901a102f-8a34-4132-b901-083e8d9df5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1108 2024.11.26 23:32:35.724377 [ 266 ] {901a102f-8a34-4132-b901-083e8d9df5c0} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1109 2024.11.26 23:32:35.724432 [ 266 ] {901a102f-8a34-4132-b901-083e8d9df5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1110 2024.11.26 23:32:35.724873 [ 266 ] {901a102f-8a34-4132-b901-083e8d9df5c0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1111 2024.11.26 23:32:35.725145 [ 266 ] {901a102f-8a34-4132-b901-083e8d9df5c0} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1112 2024.11.26 23:32:35.725386 [ 266 ] {901a102f-8a34-4132-b901-083e8d9df5c0} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002088 sec., 34482.75862068965 rows/sec., 2.80 MiB/sec.
1113 2024.11.26 23:32:35.725451 [ 266 ] {901a102f-8a34-4132-b901-083e8d9df5c0} <Debug> TCPHandler: Processed in 0.002441403 sec.
1114 2024.11.26 23:32:35.725701 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1115 2024.11.26 23:32:35.725893 [ 268 ] {be1faafb-5c51-437b-a809-6e51a5fb4236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1116 2024.11.26 23:32:35.725967 [ 268 ] {be1faafb-5c51-437b-a809-6e51a5fb4236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1117 2024.11.26 23:32:35.726715 [ 268 ] {be1faafb-5c51-437b-a809-6e51a5fb4236} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1118 2024.11.26 23:32:35.726767 [ 268 ] {be1faafb-5c51-437b-a809-6e51a5fb4236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1119 2024.11.26 23:32:35.727226 [ 268 ] {be1faafb-5c51-437b-a809-6e51a5fb4236} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1120 2024.11.26 23:32:35.727482 [ 268 ] {be1faafb-5c51-437b-a809-6e51a5fb4236} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1121 2024.11.26 23:32:35.727813 [ 268 ] {be1faafb-5c51-437b-a809-6e51a5fb4236} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001963 sec., 4075.3948038716253 rows/sec., 306.45 KiB/sec.
1122 2024.11.26 23:32:35.727890 [ 268 ] {be1faafb-5c51-437b-a809-6e51a5fb4236} <Debug> TCPHandler: Processed in 0.002319891 sec.
1123 2024.11.26 23:32:35.728184 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1124 2024.11.26 23:32:35.728331 [ 266 ] {c6c96b30-e51b-4422-927c-92c5bc19b41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1125 2024.11.26 23:32:35.728386 [ 266 ] {c6c96b30-e51b-4422-927c-92c5bc19b41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1126 2024.11.26 23:32:35.729006 [ 266 ] {c6c96b30-e51b-4422-927c-92c5bc19b41d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1127 2024.11.26 23:32:35.729048 [ 266 ] {c6c96b30-e51b-4422-927c-92c5bc19b41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1128 2024.11.26 23:32:35.729421 [ 266 ] {c6c96b30-e51b-4422-927c-92c5bc19b41d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1129 2024.11.26 23:32:35.729669 [ 266 ] {c6c96b30-e51b-4422-927c-92c5bc19b41d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1130 2024.11.26 23:32:35.729890 [ 266 ] {c6c96b30-e51b-4422-927c-92c5bc19b41d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001594 sec., 45169.3851944793 rows/sec., 3.53 MiB/sec.
1131 2024.11.26 23:32:35.729944 [ 266 ] {c6c96b30-e51b-4422-927c-92c5bc19b41d} <Debug> TCPHandler: Processed in 0.001847637 sec.
1132 2024.11.26 23:32:35.730099 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1133 2024.11.26 23:32:35.730227 [ 268 ] {b8a1c7ef-5537-4990-b0ce-06c354ff9279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1134 2024.11.26 23:32:35.730285 [ 268 ] {b8a1c7ef-5537-4990-b0ce-06c354ff9279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1135 2024.11.26 23:32:35.730991 [ 268 ] {b8a1c7ef-5537-4990-b0ce-06c354ff9279} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1136 2024.11.26 23:32:35.731040 [ 268 ] {b8a1c7ef-5537-4990-b0ce-06c354ff9279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1137 2024.11.26 23:32:35.731499 [ 268 ] {b8a1c7ef-5537-4990-b0ce-06c354ff9279} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1138 2024.11.26 23:32:35.731747 [ 268 ] {b8a1c7ef-5537-4990-b0ce-06c354ff9279} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1139 2024.11.26 23:32:35.731971 [ 268 ] {b8a1c7ef-5537-4990-b0ce-06c354ff9279} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec.
1140 2024.11.26 23:32:35.732039 [ 268 ] {b8a1c7ef-5537-4990-b0ce-06c354ff9279} <Debug> TCPHandler: Processed in 0.001999289 sec.
1141 2024.11.26 23:32:35.732184 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1142 2024.11.26 23:32:35.732303 [ 266 ] {168adcd8-838d-432d-904b-e55a8c814377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1143 2024.11.26 23:32:35.732385 [ 266 ] {168adcd8-838d-432d-904b-e55a8c814377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1144 2024.11.26 23:32:35.733488 [ 266 ] {168adcd8-838d-432d-904b-e55a8c814377} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1145 2024.11.26 23:32:35.733530 [ 266 ] {168adcd8-838d-432d-904b-e55a8c814377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1146 2024.11.26 23:32:35.734164 [ 266 ] {168adcd8-838d-432d-904b-e55a8c814377} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1147 2024.11.26 23:32:35.734424 [ 266 ] {168adcd8-838d-432d-904b-e55a8c814377} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1148 2024.11.26 23:32:35.734660 [ 266 ] {168adcd8-838d-432d-904b-e55a8c814377} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002383 sec., 3357.112882920688 rows/sec., 6.02 MiB/sec.
1149 2024.11.26 23:32:35.734767 [ 266 ] {168adcd8-838d-432d-904b-e55a8c814377} <Debug> TCPHandler: Processed in 0.002639444 sec.
1150 2024.11.26 23:32:35.734969 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1151 2024.11.26 23:32:35.735098 [ 268 ] {cd75100d-fe3e-4595-9fab-c9341d5fc8f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1152 2024.11.26 23:32:35.735151 [ 268 ] {cd75100d-fe3e-4595-9fab-c9341d5fc8f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1153 2024.11.26 23:32:35.735661 [ 268 ] {cd75100d-fe3e-4595-9fab-c9341d5fc8f2} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1154 2024.11.26 23:32:35.735701 [ 268 ] {cd75100d-fe3e-4595-9fab-c9341d5fc8f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1155 2024.11.26 23:32:35.736086 [ 268 ] {cd75100d-fe3e-4595-9fab-c9341d5fc8f2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1156 2024.11.26 23:32:35.736323 [ 268 ] {cd75100d-fe3e-4595-9fab-c9341d5fc8f2} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1157 2024.11.26 23:32:35.736535 [ 268 ] {cd75100d-fe3e-4595-9fab-c9341d5fc8f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec.
1158 2024.11.26 23:32:35.736591 [ 268 ] {cd75100d-fe3e-4595-9fab-c9341d5fc8f2} <Debug> TCPHandler: Processed in 0.001682596 sec.
1159 2024.11.26 23:32:40.716036 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1160 2024.11.26 23:32:40.716311 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1161 2024.11.26 23:32:40.718818 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1162 2024.11.26 23:32:40.722805 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1163 2024.11.26 23:32:40.723199 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1164 2024.11.26 23:32:40.725268 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1165 2024.11.26 23:32:40.727926 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1166 2024.11.26 23:32:40.731093 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1167 2024.11.26 23:32:40.733063 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1168 2024.11.26 23:32:40.733096 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1169 2024.11.26 23:32:40.735198 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1170 2024.11.26 23:32:40.735233 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1171 2024.11.26 23:32:40.748979 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.03278 sec., 762.660158633313 rows/sec., 30.48 KiB/sec.
1172 2024.11.26 23:32:40.749139 [ 266 ] {d08456e2-06b7-40cf-94b5-1dbab4d69da6} <Debug> TCPHandler: Processed in 0.03323533 sec.
1173 2024.11.26 23:32:40.749650 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1174 2024.11.26 23:32:40.749927 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1175 2024.11.26 23:32:40.750406 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1176 2024.11.26 23:32:40.750463 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1177 2024.11.26 23:32:40.750887 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1178 2024.11.26 23:32:40.750988 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1179 2024.11.26 23:32:40.751176 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1180 2024.11.26 23:32:40.751216 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1181 2024.11.26 23:32:40.751244 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1182 2024.11.26 23:32:40.751263 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1183 2024.11.26 23:32:40.751315 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1184 2024.11.26 23:32:40.751342 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1185 2024.11.26 23:32:40.752097 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.00228 sec., 10964.912280701756 rows/sec., 438.17 KiB/sec.
1186 2024.11.26 23:32:40.752234 [ 268 ] {3533ca64-1cce-4878-8f8c-de5ac50b2e06} <Debug> TCPHandler: Processed in 0.002720305 sec.
1187 2024.11.26 23:32:40.752955 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1188 2024.11.26 23:32:40.753205 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1189 2024.11.26 23:32:40.753599 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1190 2024.11.26 23:32:40.753646 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1191 2024.11.26 23:32:40.753973 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1192 2024.11.26 23:32:40.754049 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1193 2024.11.26 23:32:40.754214 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1194 2024.11.26 23:32:40.754251 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1195 2024.11.26 23:32:40.754276 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1196 2024.11.26 23:32:40.754293 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1197 2024.11.26 23:32:40.754342 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <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', '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'))"
1198 2024.11.26 23:32:40.754367 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1199 2024.11.26 23:32:40.755016 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.001937 sec., 12906.556530717606 rows/sec., 515.76 KiB/sec.
1200 2024.11.26 23:32:40.755140 [ 266 ] {0782a175-752f-4d6e-8ebe-abd974d508e1} <Debug> TCPHandler: Processed in 0.002295581 sec.
1201 2024.11.26 23:32:40.755432 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1202 2024.11.26 23:32:40.755690 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1203 2024.11.26 23:32:40.756166 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1204 2024.11.26 23:32:40.756233 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1205 2024.11.26 23:32:40.756684 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1206 2024.11.26 23:32:40.756775 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1207 2024.11.26 23:32:40.756994 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1208 2024.11.26 23:32:40.757042 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1209 2024.11.26 23:32:40.757075 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1210 2024.11.26 23:32:40.757100 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1211 2024.11.26 23:32:40.757163 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <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', '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'))"
1212 2024.11.26 23:32:40.757198 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1213 2024.11.26 23:32:40.757928 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.002369 sec., 10552.975939214859 rows/sec., 421.71 KiB/sec.
1214 2024.11.26 23:32:40.758085 [ 268 ] {636697fe-3c6d-4bf2-9a86-5de7d0ceb2b8} <Debug> TCPHandler: Processed in 0.002727036 sec.
1215 2024.11.26 23:32:40.758388 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1216 2024.11.26 23:32:40.758598 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1217 2024.11.26 23:32:40.758959 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1218 2024.11.26 23:32:40.759006 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1219 2024.11.26 23:32:40.759325 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1220 2024.11.26 23:32:40.759395 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1221 2024.11.26 23:32:40.759557 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1222 2024.11.26 23:32:40.759593 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1223 2024.11.26 23:32:40.759618 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1224 2024.11.26 23:32:40.759636 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1225 2024.11.26 23:32:40.759683 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1226 2024.11.26 23:32:40.759707 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1227 2024.11.26 23:32:40.760354 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.001862 sec., 13426.423200859292 rows/sec., 536.53 KiB/sec.
1228 2024.11.26 23:32:40.760479 [ 266 ] {7806ace6-9e63-4b37-85ec-d7b1b1d4eb11} <Debug> TCPHandler: Processed in 0.00215501 sec.
1229 2024.11.26 23:32:40.760747 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1230 2024.11.26 23:32:40.760942 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1231 2024.11.26 23:32:40.761283 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1232 2024.11.26 23:32:40.761331 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1233 2024.11.26 23:32:40.761645 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1234 2024.11.26 23:32:40.761712 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1235 2024.11.26 23:32:40.761870 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1236 2024.11.26 23:32:40.761908 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1237 2024.11.26 23:32:40.761932 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1238 2024.11.26 23:32:40.761952 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1239 2024.11.26 23:32:40.761998 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1240 2024.11.26 23:32:40.762022 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1241 2024.11.26 23:32:40.762655 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.001806 sec., 13842.746400885935 rows/sec., 553.17 KiB/sec.
1242 2024.11.26 23:32:40.762773 [ 268 ] {97b57b1c-0f9f-46f3-9a47-bd6be090758e} <Debug> TCPHandler: Processed in 0.002088909 sec.
1243 2024.11.26 23:32:40.763066 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1244 2024.11.26 23:32:40.763261 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1245 2024.11.26 23:32:40.763681 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1246 2024.11.26 23:32:40.763730 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1247 2024.11.26 23:32:40.764071 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1248 2024.11.26 23:32:40.764155 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1249 2024.11.26 23:32:40.764323 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1250 2024.11.26 23:32:40.764357 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1251 2024.11.26 23:32:40.764381 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1252 2024.11.26 23:32:40.764398 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1253 2024.11.26 23:32:40.764446 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1254 2024.11.26 23:32:40.764470 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1255 2024.11.26 23:32:40.765097 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.00193 sec., 12953.367875647667 rows/sec., 517.63 KiB/sec.
1256 2024.11.26 23:32:40.765357 [ 266 ] {20135da0-2d90-4243-b34d-7f51f3646a73} <Debug> TCPHandler: Processed in 0.002344291 sec.
1257 2024.11.26 23:32:40.765619 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1258 2024.11.26 23:32:40.765814 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1259 2024.11.26 23:32:40.766293 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1260 2024.11.26 23:32:40.766367 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1261 2024.11.26 23:32:40.766900 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1262 2024.11.26 23:32:40.766998 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1263 2024.11.26 23:32:40.767219 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1264 2024.11.26 23:32:40.767260 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1265 2024.11.26 23:32:40.767284 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1266 2024.11.26 23:32:40.767302 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1267 2024.11.26 23:32:40.767348 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1268 2024.11.26 23:32:40.767401 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1269 2024.11.26 23:32:40.768017 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.002301 sec., 10864.841373315949 rows/sec., 434.17 KiB/sec.
1270 2024.11.26 23:32:40.768136 [ 268 ] {492eca10-9131-4624-aad5-1be427a8da05} <Debug> TCPHandler: Processed in 0.002578075 sec.
1271 2024.11.26 23:32:40.768419 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1272 2024.11.26 23:32:40.768636 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1273 2024.11.26 23:32:40.768980 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1274 2024.11.26 23:32:40.769030 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1275 2024.11.26 23:32:40.769347 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1276 2024.11.26 23:32:40.769414 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1277 2024.11.26 23:32:40.769567 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1278 2024.11.26 23:32:40.769602 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1279 2024.11.26 23:32:40.769626 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1280 2024.11.26 23:32:40.769644 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1281 2024.11.26 23:32:40.769691 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1282 2024.11.26 23:32:40.769717 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1283 2024.11.26 23:32:40.770345 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.001808 sec., 13827.433628318584 rows/sec., 552.56 KiB/sec.
1284 2024.11.26 23:32:40.770467 [ 266 ] {afede663-78b1-48f6-af22-da8a9b1dbe4d} <Debug> TCPHandler: Processed in 0.00211747 sec.
1285 2024.11.26 23:32:40.770704 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1286 2024.11.26 23:32:40.770892 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1287 2024.11.26 23:32:40.771236 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1288 2024.11.26 23:32:40.771284 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1289 2024.11.26 23:32:40.771603 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1290 2024.11.26 23:32:40.771669 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1291 2024.11.26 23:32:40.771822 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1292 2024.11.26 23:32:40.771857 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1293 2024.11.26 23:32:40.771881 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1294 2024.11.26 23:32:40.771898 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1295 2024.11.26 23:32:40.771944 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1296 2024.11.26 23:32:40.771967 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1297 2024.11.26 23:32:40.772572 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.001772 sec., 14108.352144469527 rows/sec., 563.78 KiB/sec.
1298 2024.11.26 23:32:40.772695 [ 268 ] {146652bf-2897-4fa6-b535-eaafc129234f} <Debug> TCPHandler: Processed in 0.002040829 sec.
1299 2024.11.26 23:32:40.772964 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1300 2024.11.26 23:32:40.773156 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1301 2024.11.26 23:32:40.773498 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1302 2024.11.26 23:32:40.773548 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1303 2024.11.26 23:32:40.773872 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1304 2024.11.26 23:32:40.773945 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1305 2024.11.26 23:32:40.774099 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1306 2024.11.26 23:32:40.774134 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1307 2024.11.26 23:32:40.774159 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1308 2024.11.26 23:32:40.774177 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1309 2024.11.26 23:32:40.774222 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1310 2024.11.26 23:32:40.774246 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1311 2024.11.26 23:32:40.774873 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.001792 sec., 13950.892857142857 rows/sec., 557.49 KiB/sec.
1312 2024.11.26 23:32:40.775012 [ 266 ] {4bcca1d4-8a34-46a0-825c-f4df640d332a} <Debug> TCPHandler: Processed in 0.00210883 sec.
1313 2024.11.26 23:32:40.779121 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1314 2024.11.26 23:32:40.779321 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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', '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)
1315 2024.11.26 23:32:40.779674 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1316 2024.11.26 23:32:40.779725 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <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', '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
1317 2024.11.26 23:32:40.780055 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1318 2024.11.26 23:32:40.780122 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1319 2024.11.26 23:32:40.780278 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1320 2024.11.26 23:32:40.780313 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1321 2024.11.26 23:32:40.780337 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1322 2024.11.26 23:32:40.780356 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1323 2024.11.26 23:32:40.780401 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <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', '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'))"
1324 2024.11.26 23:32:40.780425 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 25 rows starting from 0
1325 2024.11.26 23:32:40.781048 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Debug> executeQuery: Read 25 rows, 1023.00 B in 0.001824 sec., 13706.140350877193 rows/sec., 547.71 KiB/sec.
1326 2024.11.26 23:32:40.781180 [ 268 ] {05cab4be-b33b-4557-bb8b-4e0d3ce67b00} <Debug> TCPHandler: Processed in 0.0021217 sec.
1327 2024.11.26 23:32:40.788248 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1328 2024.11.26 23:32:40.788386 [ 266 ] {7ec05a8a-df87-45a6-9787-c014a6cbb058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1329 2024.11.26 23:32:40.788442 [ 266 ] {7ec05a8a-df87-45a6-9787-c014a6cbb058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1330 2024.11.26 23:32:40.789220 [ 266 ] {7ec05a8a-df87-45a6-9787-c014a6cbb058} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1331 2024.11.26 23:32:40.789268 [ 266 ] {7ec05a8a-df87-45a6-9787-c014a6cbb058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1332 2024.11.26 23:32:40.789798 [ 266 ] {7ec05a8a-df87-45a6-9787-c014a6cbb058} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1333 2024.11.26 23:32:40.790031 [ 266 ] {7ec05a8a-df87-45a6-9787-c014a6cbb058} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1334 2024.11.26 23:32:40.790280 [ 266 ] {7ec05a8a-df87-45a6-9787-c014a6cbb058} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001929 sec., 6220.839813374806 rows/sec., 1.26 MiB/sec.
1335 2024.11.26 23:32:40.790368 [ 266 ] {7ec05a8a-df87-45a6-9787-c014a6cbb058} <Debug> TCPHandler: Processed in 0.002182351 sec.
1336 2024.11.26 23:32:40.790538 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1337 2024.11.26 23:32:40.790683 [ 268 ] {28722aac-3622-4840-8bb1-6b0c48aede32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1338 2024.11.26 23:32:40.790738 [ 268 ] {28722aac-3622-4840-8bb1-6b0c48aede32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1339 2024.11.26 23:32:40.791988 [ 268 ] {28722aac-3622-4840-8bb1-6b0c48aede32} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1340 2024.11.26 23:32:40.792033 [ 268 ] {28722aac-3622-4840-8bb1-6b0c48aede32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1341 2024.11.26 23:32:40.792470 [ 268 ] {28722aac-3622-4840-8bb1-6b0c48aede32} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1342 2024.11.26 23:32:40.792722 [ 268 ] {28722aac-3622-4840-8bb1-6b0c48aede32} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1343 2024.11.26 23:32:40.792981 [ 268 ] {28722aac-3622-4840-8bb1-6b0c48aede32} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002338 sec., 5988.023952095808 rows/sec., 431.06 KiB/sec.
1344 2024.11.26 23:32:40.793050 [ 268 ] {28722aac-3622-4840-8bb1-6b0c48aede32} <Debug> TCPHandler: Processed in 0.002581954 sec.
1345 2024.11.26 23:32:40.793263 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1346 2024.11.26 23:32:40.793386 [ 266 ] {114678bc-96bf-4427-b91a-d68cdc74ee67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1347 2024.11.26 23:32:40.793437 [ 266 ] {114678bc-96bf-4427-b91a-d68cdc74ee67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1348 2024.11.26 23:32:40.794119 [ 266 ] {114678bc-96bf-4427-b91a-d68cdc74ee67} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1349 2024.11.26 23:32:40.794162 [ 266 ] {114678bc-96bf-4427-b91a-d68cdc74ee67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1350 2024.11.26 23:32:40.794567 [ 266 ] {114678bc-96bf-4427-b91a-d68cdc74ee67} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1351 2024.11.26 23:32:40.794812 [ 266 ] {114678bc-96bf-4427-b91a-d68cdc74ee67} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1352 2024.11.26 23:32:40.795062 [ 266 ] {114678bc-96bf-4427-b91a-d68cdc74ee67} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.0017 sec., 119411.76470588236 rows/sec., 10.34 MiB/sec.
1353 2024.11.26 23:32:40.795119 [ 266 ] {114678bc-96bf-4427-b91a-d68cdc74ee67} <Debug> TCPHandler: Processed in 0.001913107 sec.
1354 2024.11.26 23:32:40.795264 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1355 2024.11.26 23:32:40.795386 [ 268 ] {24b4a12d-ed54-4b78-9296-ab9411bdb3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1356 2024.11.26 23:32:40.795449 [ 268 ] {24b4a12d-ed54-4b78-9296-ab9411bdb3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1357 2024.11.26 23:32:40.796150 [ 268 ] {24b4a12d-ed54-4b78-9296-ab9411bdb3c4} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1358 2024.11.26 23:32:40.796197 [ 268 ] {24b4a12d-ed54-4b78-9296-ab9411bdb3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1359 2024.11.26 23:32:40.796656 [ 268 ] {24b4a12d-ed54-4b78-9296-ab9411bdb3c4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1360 2024.11.26 23:32:40.796905 [ 268 ] {24b4a12d-ed54-4b78-9296-ab9411bdb3c4} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1361 2024.11.26 23:32:40.797124 [ 268 ] {24b4a12d-ed54-4b78-9296-ab9411bdb3c4} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001765 sec., 3966.0056657223795 rows/sec., 258.39 KiB/sec.
1362 2024.11.26 23:32:40.797177 [ 268 ] {24b4a12d-ed54-4b78-9296-ab9411bdb3c4} <Debug> TCPHandler: Processed in 0.001968889 sec.
1363 2024.11.26 23:32:40.797323 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1364 2024.11.26 23:32:40.797444 [ 266 ] {1b3cee09-4bdd-40b1-b6be-033329842426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1365 2024.11.26 23:32:40.797494 [ 266 ] {1b3cee09-4bdd-40b1-b6be-033329842426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1366 2024.11.26 23:32:40.798082 [ 266 ] {1b3cee09-4bdd-40b1-b6be-033329842426} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1367 2024.11.26 23:32:40.798125 [ 266 ] {1b3cee09-4bdd-40b1-b6be-033329842426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1368 2024.11.26 23:32:40.798498 [ 266 ] {1b3cee09-4bdd-40b1-b6be-033329842426} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1369 2024.11.26 23:32:40.798737 [ 266 ] {1b3cee09-4bdd-40b1-b6be-033329842426} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1370 2024.11.26 23:32:40.798956 [ 266 ] {1b3cee09-4bdd-40b1-b6be-033329842426} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001539 sec., 9096.816114359974 rows/sec., 637.08 KiB/sec.
1371 2024.11.26 23:32:40.799010 [ 266 ] {1b3cee09-4bdd-40b1-b6be-033329842426} <Debug> TCPHandler: Processed in 0.001743527 sec.
1372 2024.11.26 23:32:40.799148 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1373 2024.11.26 23:32:40.799266 [ 268 ] {c09594ab-1bef-4748-b55b-2b820cf7c1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1374 2024.11.26 23:32:40.799316 [ 268 ] {c09594ab-1bef-4748-b55b-2b820cf7c1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1375 2024.11.26 23:32:40.799907 [ 268 ] {c09594ab-1bef-4748-b55b-2b820cf7c1b4} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1376 2024.11.26 23:32:40.799948 [ 268 ] {c09594ab-1bef-4748-b55b-2b820cf7c1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1377 2024.11.26 23:32:40.800329 [ 268 ] {c09594ab-1bef-4748-b55b-2b820cf7c1b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1378 2024.11.26 23:32:40.800586 [ 268 ] {c09594ab-1bef-4748-b55b-2b820cf7c1b4} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1379 2024.11.26 23:32:40.800836 [ 268 ] {c09594ab-1bef-4748-b55b-2b820cf7c1b4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00159 sec., 8176.100628930817 rows/sec., 509.78 KiB/sec.
1380 2024.11.26 23:32:40.800966 [ 268 ] {c09594ab-1bef-4748-b55b-2b820cf7c1b4} <Debug> TCPHandler: Processed in 0.001876498 sec.
1381 2024.11.26 23:32:40.801128 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1382 2024.11.26 23:32:40.801269 [ 266 ] {d0892f71-b35d-41e2-99d2-4445df8f946c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1383 2024.11.26 23:32:40.801328 [ 266 ] {d0892f71-b35d-41e2-99d2-4445df8f946c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1384 2024.11.26 23:32:40.802097 [ 266 ] {d0892f71-b35d-41e2-99d2-4445df8f946c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1385 2024.11.26 23:32:40.802138 [ 266 ] {d0892f71-b35d-41e2-99d2-4445df8f946c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1386 2024.11.26 23:32:40.802535 [ 266 ] {d0892f71-b35d-41e2-99d2-4445df8f946c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1387 2024.11.26 23:32:40.802789 [ 266 ] {d0892f71-b35d-41e2-99d2-4445df8f946c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1388 2024.11.26 23:32:40.803041 [ 266 ] {d0892f71-b35d-41e2-99d2-4445df8f946c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001795 sec., 212813.37047353762 rows/sec., 15.06 MiB/sec.
1389 2024.11.26 23:32:40.803112 [ 266 ] {d0892f71-b35d-41e2-99d2-4445df8f946c} <Debug> TCPHandler: Processed in 0.002052679 sec.
1390 2024.11.26 23:32:40.803277 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1391 2024.11.26 23:32:40.803409 [ 268 ] {fd8a563f-6902-4ad2-b326-94f44bd86c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1392 2024.11.26 23:32:40.803462 [ 268 ] {fd8a563f-6902-4ad2-b326-94f44bd86c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1393 2024.11.26 23:32:40.803967 [ 268 ] {fd8a563f-6902-4ad2-b326-94f44bd86c23} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1394 2024.11.26 23:32:40.804012 [ 268 ] {fd8a563f-6902-4ad2-b326-94f44bd86c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1395 2024.11.26 23:32:40.804392 [ 268 ] {fd8a563f-6902-4ad2-b326-94f44bd86c23} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1396 2024.11.26 23:32:40.804645 [ 268 ] {fd8a563f-6902-4ad2-b326-94f44bd86c23} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1397 2024.11.26 23:32:40.804942 [ 268 ] {fd8a563f-6902-4ad2-b326-94f44bd86c23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec.
1398 2024.11.26 23:32:40.805016 [ 268 ] {fd8a563f-6902-4ad2-b326-94f44bd86c23} <Debug> TCPHandler: Processed in 0.001799207 sec.
1399 2024.11.26 23:32:40.805168 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1400 2024.11.26 23:32:40.805289 [ 266 ] {11d29283-5889-41cf-966b-10abcee2d04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1401 2024.11.26 23:32:40.805343 [ 266 ] {11d29283-5889-41cf-966b-10abcee2d04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1402 2024.11.26 23:32:40.805939 [ 266 ] {11d29283-5889-41cf-966b-10abcee2d04d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1403 2024.11.26 23:32:40.805977 [ 266 ] {11d29283-5889-41cf-966b-10abcee2d04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1404 2024.11.26 23:32:40.806352 [ 266 ] {11d29283-5889-41cf-966b-10abcee2d04d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1405 2024.11.26 23:32:40.806587 [ 266 ] {11d29283-5889-41cf-966b-10abcee2d04d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1406 2024.11.26 23:32:40.806824 [ 266 ] {11d29283-5889-41cf-966b-10abcee2d04d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec.
1407 2024.11.26 23:32:40.806948 [ 266 ] {11d29283-5889-41cf-966b-10abcee2d04d} <Debug> TCPHandler: Processed in 0.001837407 sec.
1408 2024.11.26 23:32:40.807127 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1409 2024.11.26 23:32:40.807270 [ 268 ] {dbfa9471-6327-4431-b35b-660e1fc44d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1410 2024.11.26 23:32:40.807333 [ 268 ] {dbfa9471-6327-4431-b35b-660e1fc44d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1411 2024.11.26 23:32:40.807868 [ 268 ] {dbfa9471-6327-4431-b35b-660e1fc44d0b} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1412 2024.11.26 23:32:40.807910 [ 268 ] {dbfa9471-6327-4431-b35b-660e1fc44d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1413 2024.11.26 23:32:40.808269 [ 268 ] {dbfa9471-6327-4431-b35b-660e1fc44d0b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1414 2024.11.26 23:32:40.808545 [ 268 ] {dbfa9471-6327-4431-b35b-660e1fc44d0b} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1415 2024.11.26 23:32:40.808813 [ 268 ] {dbfa9471-6327-4431-b35b-660e1fc44d0b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001559 sec., 641.4368184733803 rows/sec., 43.22 KiB/sec.
1416 2024.11.26 23:32:40.808877 [ 268 ] {dbfa9471-6327-4431-b35b-660e1fc44d0b} <Debug> TCPHandler: Processed in 0.001819087 sec.
1417 2024.11.26 23:32:40.809055 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1418 2024.11.26 23:32:40.809192 [ 266 ] {f79791ab-9959-48fa-b6a2-c33d607b6685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1419 2024.11.26 23:32:40.809264 [ 266 ] {f79791ab-9959-48fa-b6a2-c33d607b6685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1420 2024.11.26 23:32:40.809770 [ 266 ] {f79791ab-9959-48fa-b6a2-c33d607b6685} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1421 2024.11.26 23:32:40.809810 [ 266 ] {f79791ab-9959-48fa-b6a2-c33d607b6685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1422 2024.11.26 23:32:40.810191 [ 266 ] {f79791ab-9959-48fa-b6a2-c33d607b6685} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1423 2024.11.26 23:32:40.810442 [ 266 ] {f79791ab-9959-48fa-b6a2-c33d607b6685} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1424 2024.11.26 23:32:40.810668 [ 266 ] {f79791ab-9959-48fa-b6a2-c33d607b6685} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0015 sec., 54666.666666666664 rows/sec., 3.47 MiB/sec.
1425 2024.11.26 23:32:40.810726 [ 266 ] {f79791ab-9959-48fa-b6a2-c33d607b6685} <Debug> TCPHandler: Processed in 0.001747626 sec.
1426 2024.11.26 23:32:42.009451 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1427 2024.11.26 23:32:42.010107 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1428 2024.11.26 23:32:42.010144 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1429 2024.11.26 23:32:42.010704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1430 2024.11.26 23:32:42.010979 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1431 2024.11.26 23:32:42.011158 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1432 2024.11.26 23:32:42.131755 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1433 2024.11.26 23:32:42.150922 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1434 2024.11.26 23:32:42.150977 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1435 2024.11.26 23:32:42.157987 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1436 2024.11.26 23:32:42.158754 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1437 2024.11.26 23:32:42.161498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1438 2024.11.26 23:32:43.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.30 MiB, peak 162.30 MiB, free memory in arenas 0.00 B, will set to 159.34 MiB (RSS), difference: 1.04 MiB
1439 2024.11.26 23:32:44.526982 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 230
1440 2024.11.26 23:32:44.530583 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1441 2024.11.26 23:32:44.530639 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1442 2024.11.26 23:32:44.532190 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1443 2024.11.26 23:32:44.532517 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1444 2024.11.26 23:32:44.533248 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230
1445 2024.11.26 23:32:45.723683 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1446 2024.11.26 23:32:45.723971 [ 266 ] {5713b6ba-c1e4-49c2-a1eb-6a4bfd915c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1447 2024.11.26 23:32:45.724086 [ 266 ] {5713b6ba-c1e4-49c2-a1eb-6a4bfd915c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1448 2024.11.26 23:32:45.725109 [ 266 ] {5713b6ba-c1e4-49c2-a1eb-6a4bfd915c22} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1449 2024.11.26 23:32:45.725152 [ 266 ] {5713b6ba-c1e4-49c2-a1eb-6a4bfd915c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1450 2024.11.26 23:32:45.725585 [ 266 ] {5713b6ba-c1e4-49c2-a1eb-6a4bfd915c22} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1451 2024.11.26 23:32:45.725839 [ 266 ] {5713b6ba-c1e4-49c2-a1eb-6a4bfd915c22} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1452 2024.11.26 23:32:45.726044 [ 139 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1453 2024.11.26 23:32:45.726084 [ 266 ] {5713b6ba-c1e4-49c2-a1eb-6a4bfd915c22} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002195 sec., 32801.82232346242 rows/sec., 2.66 MiB/sec.
1454 2024.11.26 23:32:45.726184 [ 139 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1455 2024.11.26 23:32:45.726202 [ 266 ] {5713b6ba-c1e4-49c2-a1eb-6a4bfd915c22} <Debug> TCPHandler: Processed in 0.002641395 sec.
1456 2024.11.26 23:32:45.726252 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1457 2024.11.26 23:32:45.726504 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1458 2024.11.26 23:32:45.726727 [ 268 ] {0c70d9f5-da6b-443e-907d-52d6066fd0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1459 2024.11.26 23:32:45.726803 [ 268 ] {0c70d9f5-da6b-443e-907d-52d6066fd0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1460 2024.11.26 23:32:45.727555 [ 268 ] {0c70d9f5-da6b-443e-907d-52d6066fd0f2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1461 2024.11.26 23:32:45.727608 [ 268 ] {0c70d9f5-da6b-443e-907d-52d6066fd0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1462 2024.11.26 23:32:45.728046 [ 268 ] {0c70d9f5-da6b-443e-907d-52d6066fd0f2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1463 2024.11.26 23:32:45.728317 [ 268 ] {0c70d9f5-da6b-443e-907d-52d6066fd0f2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1464 2024.11.26 23:32:45.728576 [ 268 ] {0c70d9f5-da6b-443e-907d-52d6066fd0f2} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001909 sec., 4190.675746464117 rows/sec., 315.12 KiB/sec.
1465 2024.11.26 23:32:45.728596 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
1466 2024.11.26 23:32:45.728661 [ 268 ] {0c70d9f5-da6b-443e-907d-52d6066fd0f2} <Debug> TCPHandler: Processed in 0.002333122 sec.
1467 2024.11.26 23:32:45.728787 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1468 2024.11.26 23:32:45.728822 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1469 2024.11.26 23:32:45.728889 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1212 rows starting from the beginning of the part
1470 2024.11.26 23:32:45.729016 [ 266 ] {6430cd82-8e95-4003-a87c-b3722fa6293b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1471 2024.11.26 23:32:45.729125 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1472 2024.11.26 23:32:45.729167 [ 266 ] {6430cd82-8e95-4003-a87c-b3722fa6293b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1473 2024.11.26 23:32:45.729631 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
1474 2024.11.26 23:32:45.729996 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part
1475 2024.11.26 23:32:45.730248 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 203 rows starting from the beginning of the part
1476 2024.11.26 23:32:45.730604 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1477 2024.11.26 23:32:45.732282 [ 266 ] {6430cd82-8e95-4003-a87c-b3722fa6293b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1478 2024.11.26 23:32:45.732355 [ 266 ] {6430cd82-8e95-4003-a87c-b3722fa6293b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1479 2024.11.26 23:32:45.733429 [ 266 ] {6430cd82-8e95-4003-a87c-b3722fa6293b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1480 2024.11.26 23:32:45.733990 [ 266 ] {6430cd82-8e95-4003-a87c-b3722fa6293b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1481 2024.11.26 23:32:45.734207 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1671 rows, containing 5 columns (5 merged, 0 gathered) in 0.007793173 sec., 214418.4403451585 rows/sec., 18.53 MiB/sec.
1482 2024.11.26 23:32:45.734350 [ 138 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1483 2024.11.26 23:32:45.734449 [ 266 ] {6430cd82-8e95-4003-a87c-b3722fa6293b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00549 sec., 13114.754098360656 rows/sec., 1.02 MiB/sec.
1484 2024.11.26 23:32:45.734456 [ 138 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1485 2024.11.26 23:32:45.734579 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1486 2024.11.26 23:32:45.734675 [ 266 ] {6430cd82-8e95-4003-a87c-b3722fa6293b} <Debug> TCPHandler: Processed in 0.005925645 sec.
1487 2024.11.26 23:32:45.734789 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1488 2024.11.26 23:32:45.735062 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1489 2024.11.26 23:32:45.735064 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1490 2024.11.26 23:32:45.735434 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1491 2024.11.26 23:32:45.735455 [ 268 ] {db5563d4-daac-44d8-a7e0-44f3a4f8cb2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1492 2024.11.26 23:32:45.735523 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 528 rows starting from the beginning of the part
1493 2024.11.26 23:32:45.735637 [ 268 ] {db5563d4-daac-44d8-a7e0-44f3a4f8cb2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1494 2024.11.26 23:32:45.735641 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_6_1} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1495 2024.11.26 23:32:45.736116 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part
1496 2024.11.26 23:32:45.736347 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_6_1} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1497 2024.11.26 23:32:45.736844 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
1498 2024.11.26 23:32:45.736915 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
1499 2024.11.26 23:32:45.737336 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part
1500 2024.11.26 23:32:45.737674 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part
1501 2024.11.26 23:32:45.737840 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1502 2024.11.26 23:32:45.738830 [ 268 ] {db5563d4-daac-44d8-a7e0-44f3a4f8cb2d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1503 2024.11.26 23:32:45.738896 [ 268 ] {db5563d4-daac-44d8-a7e0-44f3a4f8cb2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1504 2024.11.26 23:32:45.740009 [ 268 ] {db5563d4-daac-44d8-a7e0-44f3a4f8cb2d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1505 2024.11.26 23:32:45.740483 [ 268 ] {db5563d4-daac-44d8-a7e0-44f3a4f8cb2d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1506 2024.11.26 23:32:45.740852 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1507 2024.11.26 23:32:45.741020 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1508 2024.11.26 23:32:45.741168 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1509 2024.11.26 23:32:45.741189 [ 268 ] {db5563d4-daac-44d8-a7e0-44f3a4f8cb2d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005877 sec., 27224.7745448358 rows/sec., 1.90 MiB/sec.
1510 2024.11.26 23:32:45.741446 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1182 rows, containing 5 columns (5 merged, 0 gathered) in 0.006672482 sec., 177145.47600128406 rows/sec., 13.77 MiB/sec.
1511 2024.11.26 23:32:45.741584 [ 268 ] {db5563d4-daac-44d8-a7e0-44f3a4f8cb2d} <Debug> TCPHandler: Processed in 0.006743513 sec.
1512 2024.11.26 23:32:45.741693 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
1513 2024.11.26 23:32:45.742012 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1514 2024.11.26 23:32:45.742232 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1515 2024.11.26 23:32:45.742363 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1516 2024.11.26 23:32:45.742387 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1496 rows starting from the beginning of the part
1517 2024.11.26 23:32:45.742657 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 128 rows starting from the beginning of the part
1518 2024.11.26 23:32:45.743004 [ 266 ] {eaba880a-e884-4ca0-9502-041e6f51c8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1519 2024.11.26 23:32:45.743029 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
1520 2024.11.26 23:32:45.743355 [ 266 ] {eaba880a-e884-4ca0-9502-041e6f51c8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1521 2024.11.26 23:32:45.743385 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part
1522 2024.11.26 23:32:45.743924 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part
1523 2024.11.26 23:32:45.744340 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1524 2024.11.26 23:32:45.744395 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1525 2024.11.26 23:32:45.745234 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_6_1} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1526 2024.11.26 23:32:45.745464 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.
1527 2024.11.26 23:32:45.746365 [ 266 ] {eaba880a-e884-4ca0-9502-041e6f51c8e9} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1528 2024.11.26 23:32:45.746410 [ 266 ] {eaba880a-e884-4ca0-9502-041e6f51c8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1529 2024.11.26 23:32:45.747503 [ 266 ] {eaba880a-e884-4ca0-9502-041e6f51c8e9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1530 2024.11.26 23:32:45.748069 [ 266 ] {eaba880a-e884-4ca0-9502-041e6f51c8e9} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1531 2024.11.26 23:32:45.748747 [ 266 ] {eaba880a-e884-4ca0-9502-041e6f51c8e9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005838 sec., 1370.332305584104 rows/sec., 2.46 MiB/sec.
1532 2024.11.26 23:32:45.749290 [ 266 ] {eaba880a-e884-4ca0-9502-041e6f51c8e9} <Debug> TCPHandler: Processed in 0.00753162 sec.
1533 2024.11.26 23:32:45.749492 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1534 2024.11.26 23:32:45.749650 [ 268 ] {6c1fc899-40d1-4d99-8ea0-b9cd0c3f9016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1535 2024.11.26 23:32:45.749742 [ 268 ] {6c1fc899-40d1-4d99-8ea0-b9cd0c3f9016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1536 2024.11.26 23:32:45.750057 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2341 rows, containing 5 columns (5 merged, 0 gathered) in 0.008637 sec., 271043.1862915364 rows/sec., 18.32 MiB/sec.
1537 2024.11.26 23:32:45.750472 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1538 2024.11.26 23:32:45.750755 [ 268 ] {6c1fc899-40d1-4d99-8ea0-b9cd0c3f9016} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1539 2024.11.26 23:32:45.750817 [ 268 ] {6c1fc899-40d1-4d99-8ea0-b9cd0c3f9016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1540 2024.11.26 23:32:45.751107 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1541 2024.11.26 23:32:45.751280 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1542 2024.11.26 23:32:45.751439 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
1543 2024.11.26 23:32:45.751551 [ 268 ] {6c1fc899-40d1-4d99-8ea0-b9cd0c3f9016} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1544 2024.11.26 23:32:45.751803 [ 268 ] {6c1fc899-40d1-4d99-8ea0-b9cd0c3f9016} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1545 2024.11.26 23:32:45.751983 [ 138 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1546 2024.11.26 23:32:45.752046 [ 138 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1547 2024.11.26 23:32:45.752062 [ 268 ] {6c1fc899-40d1-4d99-8ea0-b9cd0c3f9016} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002438 sec., 24610.33634126333 rows/sec., 1.66 MiB/sec.
1548 2024.11.26 23:32:45.752094 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
1549 2024.11.26 23:32:45.752240 [ 268 ] {6c1fc899-40d1-4d99-8ea0-b9cd0c3f9016} <Debug> TCPHandler: Processed in 0.002817266 sec.
1550 2024.11.26 23:32:45.752295 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
1551 2024.11.26 23:32:45.752395 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1552 2024.11.26 23:32:45.752421 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part
1553 2024.11.26 23:32:45.752482 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 48 rows starting from the beginning of the part
1554 2024.11.26 23:32:45.752591 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
1555 2024.11.26 23:32:45.752808 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
1556 2024.11.26 23:32:45.752880 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
1557 2024.11.26 23:32:45.753073 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1558 2024.11.26 23:32:45.754134 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 4 columns (4 merged, 0 gathered) in 0.001914008 sec., 168233.3616160434 rows/sec., 11.17 MiB/sec.
1559 2024.11.26 23:32:45.754269 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1560 2024.11.26 23:32:45.754544 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_6_1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1561 2024.11.26 23:32:45.754613 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_6_1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1562 2024.11.26 23:32:45.754679 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1563 2024.11.26 23:32:49.453768 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache
1564 2024.11.26 23:32:49.453846 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache
1565 2024.11.26 23:32:49.511390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1566 2024.11.26 23:32:49.512028 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1567 2024.11.26 23:32:49.512079 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1568 2024.11.26 23:32:49.512603 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1569 2024.11.26 23:32:49.512857 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1570 2024.11.26 23:32:49.513036 [ 134 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1571 2024.11.26 23:32:49.513133 [ 134 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1572 2024.11.26 23:32:49.513155 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1573 2024.11.26 23:32:49.513169 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1574 2024.11.26 23:32:49.513316 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
1575 2024.11.26 23:32:49.513473 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1576 2024.11.26 23:32:49.513516 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
1577 2024.11.26 23:32:49.513592 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
1578 2024.11.26 23:32:49.513682 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1579 2024.11.26 23:32:49.513898 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1580 2024.11.26 23:32:49.514136 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1581 2024.11.26 23:32:49.514251 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1582 2024.11.26 23:32:49.529417 [ 195 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.016162681 sec., 173609.811392058 rows/sec., 2.48 MiB/sec.
1583 2024.11.26 23:32:49.530134 [ 188 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1584 2024.11.26 23:32:49.530463 [ 188 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_6_1} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1585 2024.11.26 23:32:49.530540 [ 188 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_6_1} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1586 2024.11.26 23:32:49.530646 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1587 2024.11.26 23:32:49.661677 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1588 2024.11.26 23:32:49.681605 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1589 2024.11.26 23:32:49.681654 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1590 2024.11.26 23:32:49.688695 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1591 2024.11.26 23:32:49.689443 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1592 2024.11.26 23:32:49.689789 [ 134 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1593 2024.11.26 23:32:49.689928 [ 134 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1594 2024.11.26 23:32:49.690001 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1595 2024.11.26 23:32:49.690633 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
1596 2024.11.26 23:32:49.704631 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1597 2024.11.26 23:32:49.706366 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1598 2024.11.26 23:32:49.707487 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
1599 2024.11.26 23:32:49.712800 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
1600 2024.11.26 23:32:49.717892 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
1601 2024.11.26 23:32:49.722751 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
1602 2024.11.26 23:32:49.729952 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
1603 2024.11.26 23:32:49.734491 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
1604 2024.11.26 23:32:49.792581 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.102392166 sec., 449.2531196185458 rows/sec., 2.32 MiB/sec.
1605 2024.11.26 23:32:49.795192 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1606 2024.11.26 23:32:49.798347 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_6_1} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1607 2024.11.26 23:32:49.798475 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_6_1} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1608 2024.11.26 23:32:49.801035 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1609 2024.11.26 23:32:50.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.02 MiB, peak 170.55 MiB, free memory in arenas 0.00 B, will set to 164.55 MiB (RSS), difference: 3.54 MiB
1610 2024.11.26 23:32:50.727728 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1611 2024.11.26 23:32:50.727998 [ 266 ] {e446b95d-1565-4fbe-971d-829644f554e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1612 2024.11.26 23:32:50.728072 [ 266 ] {e446b95d-1565-4fbe-971d-829644f554e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1613 2024.11.26 23:32:50.728830 [ 266 ] {e446b95d-1565-4fbe-971d-829644f554e6} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1614 2024.11.26 23:32:50.728877 [ 266 ] {e446b95d-1565-4fbe-971d-829644f554e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1615 2024.11.26 23:32:50.729318 [ 266 ] {e446b95d-1565-4fbe-971d-829644f554e6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1616 2024.11.26 23:32:50.729574 [ 266 ] {e446b95d-1565-4fbe-971d-829644f554e6} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1617 2024.11.26 23:32:50.729796 [ 266 ] {e446b95d-1565-4fbe-971d-829644f554e6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec.
1618 2024.11.26 23:32:50.729961 [ 266 ] {e446b95d-1565-4fbe-971d-829644f554e6} <Debug> TCPHandler: Processed in 0.002413253 sec.
1619 2024.11.26 23:32:50.730228 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1620 2024.11.26 23:32:50.730444 [ 268 ] {8dc2d7cd-682d-4fbb-be56-4856dc99e9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1621 2024.11.26 23:32:50.730527 [ 268 ] {8dc2d7cd-682d-4fbb-be56-4856dc99e9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1622 2024.11.26 23:32:50.731424 [ 268 ] {8dc2d7cd-682d-4fbb-be56-4856dc99e9e5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1623 2024.11.26 23:32:50.731472 [ 268 ] {8dc2d7cd-682d-4fbb-be56-4856dc99e9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1624 2024.11.26 23:32:50.731931 [ 268 ] {8dc2d7cd-682d-4fbb-be56-4856dc99e9e5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1625 2024.11.26 23:32:50.732196 [ 268 ] {8dc2d7cd-682d-4fbb-be56-4856dc99e9e5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1626 2024.11.26 23:32:50.732442 [ 268 ] {8dc2d7cd-682d-4fbb-be56-4856dc99e9e5} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002058 sec., 98639.45578231293 rows/sec., 8.54 MiB/sec.
1627 2024.11.26 23:32:50.732508 [ 268 ] {8dc2d7cd-682d-4fbb-be56-4856dc99e9e5} <Debug> TCPHandler: Processed in 0.002422802 sec.
1628 2024.11.26 23:32:50.732726 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1629 2024.11.26 23:32:50.732946 [ 266 ] {8e98f878-444a-4a6f-8887-1c3b178bc487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1630 2024.11.26 23:32:50.733007 [ 266 ] {8e98f878-444a-4a6f-8887-1c3b178bc487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1631 2024.11.26 23:32:50.733714 [ 266 ] {8e98f878-444a-4a6f-8887-1c3b178bc487} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1632 2024.11.26 23:32:50.733759 [ 266 ] {8e98f878-444a-4a6f-8887-1c3b178bc487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1633 2024.11.26 23:32:50.734149 [ 266 ] {8e98f878-444a-4a6f-8887-1c3b178bc487} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1634 2024.11.26 23:32:50.734386 [ 266 ] {8e98f878-444a-4a6f-8887-1c3b178bc487} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1635 2024.11.26 23:32:50.734578 [ 266 ] {8e98f878-444a-4a6f-8887-1c3b178bc487} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001678 sec., 4171.6328963051255 rows/sec., 271.78 KiB/sec.
1636 2024.11.26 23:32:50.734651 [ 266 ] {8e98f878-444a-4a6f-8887-1c3b178bc487} <Debug> TCPHandler: Processed in 0.002035559 sec.
1637 2024.11.26 23:32:50.734830 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1638 2024.11.26 23:32:50.735022 [ 268 ] {01648802-b4a3-4071-b11f-9e045bd70735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1639 2024.11.26 23:32:50.735086 [ 268 ] {01648802-b4a3-4071-b11f-9e045bd70735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1640 2024.11.26 23:32:50.735819 [ 268 ] {01648802-b4a3-4071-b11f-9e045bd70735} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1641 2024.11.26 23:32:50.735869 [ 268 ] {01648802-b4a3-4071-b11f-9e045bd70735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1642 2024.11.26 23:32:50.736252 [ 268 ] {01648802-b4a3-4071-b11f-9e045bd70735} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1643 2024.11.26 23:32:50.736498 [ 268 ] {01648802-b4a3-4071-b11f-9e045bd70735} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1644 2024.11.26 23:32:50.736709 [ 268 ] {01648802-b4a3-4071-b11f-9e045bd70735} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001727 sec., 8106.543138390272 rows/sec., 567.73 KiB/sec.
1645 2024.11.26 23:32:50.736766 [ 268 ] {01648802-b4a3-4071-b11f-9e045bd70735} <Debug> TCPHandler: Processed in 0.002005839 sec.
1646 2024.11.26 23:32:50.736913 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1647 2024.11.26 23:32:50.737053 [ 266 ] {eaa5e817-429b-4474-8eb5-684f0a52282e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1648 2024.11.26 23:32:50.737113 [ 266 ] {eaa5e817-429b-4474-8eb5-684f0a52282e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1649 2024.11.26 23:32:50.737804 [ 266 ] {eaa5e817-429b-4474-8eb5-684f0a52282e} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1650 2024.11.26 23:32:50.737849 [ 266 ] {eaa5e817-429b-4474-8eb5-684f0a52282e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1651 2024.11.26 23:32:50.738208 [ 266 ] {eaa5e817-429b-4474-8eb5-684f0a52282e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1652 2024.11.26 23:32:50.738445 [ 266 ] {eaa5e817-429b-4474-8eb5-684f0a52282e} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1653 2024.11.26 23:32:50.738615 [ 266 ] {eaa5e817-429b-4474-8eb5-684f0a52282e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001594 sec., 8155.583437892095 rows/sec., 508.50 KiB/sec.
1654 2024.11.26 23:32:50.738669 [ 266 ] {eaa5e817-429b-4474-8eb5-684f0a52282e} <Debug> TCPHandler: Processed in 0.001817707 sec.
1655 2024.11.26 23:32:50.738814 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1656 2024.11.26 23:32:50.738941 [ 268 ] {9ff9b6ba-b3fc-4eb3-a454-d66f8b981f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1657 2024.11.26 23:32:50.738999 [ 268 ] {9ff9b6ba-b3fc-4eb3-a454-d66f8b981f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1658 2024.11.26 23:32:50.739908 [ 268 ] {9ff9b6ba-b3fc-4eb3-a454-d66f8b981f27} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1659 2024.11.26 23:32:50.739948 [ 268 ] {9ff9b6ba-b3fc-4eb3-a454-d66f8b981f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1660 2024.11.26 23:32:50.740329 [ 268 ] {9ff9b6ba-b3fc-4eb3-a454-d66f8b981f27} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1661 2024.11.26 23:32:50.740571 [ 268 ] {9ff9b6ba-b3fc-4eb3-a454-d66f8b981f27} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1662 2024.11.26 23:32:50.740862 [ 268 ] {9ff9b6ba-b3fc-4eb3-a454-d66f8b981f27} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001929 sec., 198030.06739243132 rows/sec., 14.01 MiB/sec.
1663 2024.11.26 23:32:50.741036 [ 268 ] {9ff9b6ba-b3fc-4eb3-a454-d66f8b981f27} <Debug> TCPHandler: Processed in 0.002277892 sec.
1664 2024.11.26 23:32:50.741248 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1665 2024.11.26 23:32:50.741470 [ 266 ] {db42ad48-3628-42bb-82c8-e3412a8f9b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1666 2024.11.26 23:32:50.741563 [ 266 ] {db42ad48-3628-42bb-82c8-e3412a8f9b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1667 2024.11.26 23:32:50.742226 [ 266 ] {db42ad48-3628-42bb-82c8-e3412a8f9b54} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1668 2024.11.26 23:32:50.742263 [ 266 ] {db42ad48-3628-42bb-82c8-e3412a8f9b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1669 2024.11.26 23:32:50.742618 [ 266 ] {db42ad48-3628-42bb-82c8-e3412a8f9b54} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1670 2024.11.26 23:32:50.742850 [ 266 ] {db42ad48-3628-42bb-82c8-e3412a8f9b54} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1671 2024.11.26 23:32:50.743088 [ 266 ] {db42ad48-3628-42bb-82c8-e3412a8f9b54} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00166 sec., 3614.457831325301 rows/sec., 188.84 KiB/sec.
1672 2024.11.26 23:32:50.743207 [ 266 ] {db42ad48-3628-42bb-82c8-e3412a8f9b54} <Debug> TCPHandler: Processed in 0.002068899 sec.
1673 2024.11.26 23:32:50.743359 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1674 2024.11.26 23:32:50.743481 [ 268 ] {68582bc4-bc50-4bf5-9f14-f33a9b872849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1675 2024.11.26 23:32:50.743535 [ 268 ] {68582bc4-bc50-4bf5-9f14-f33a9b872849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1676 2024.11.26 23:32:50.744143 [ 268 ] {68582bc4-bc50-4bf5-9f14-f33a9b872849} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1677 2024.11.26 23:32:50.744181 [ 268 ] {68582bc4-bc50-4bf5-9f14-f33a9b872849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1678 2024.11.26 23:32:50.744577 [ 268 ] {68582bc4-bc50-4bf5-9f14-f33a9b872849} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1679 2024.11.26 23:32:50.744821 [ 268 ] {68582bc4-bc50-4bf5-9f14-f33a9b872849} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1680 2024.11.26 23:32:50.745113 [ 268 ] {68582bc4-bc50-4bf5-9f14-f33a9b872849} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec.
1681 2024.11.26 23:32:50.745245 [ 268 ] {68582bc4-bc50-4bf5-9f14-f33a9b872849} <Debug> TCPHandler: Processed in 0.001943048 sec.
1682 2024.11.26 23:32:50.745404 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1683 2024.11.26 23:32:50.745544 [ 266 ] {3c717ab1-5671-4c7c-a87e-5d1d473d9639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1684 2024.11.26 23:32:50.745603 [ 266 ] {3c717ab1-5671-4c7c-a87e-5d1d473d9639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1685 2024.11.26 23:32:50.746108 [ 266 ] {3c717ab1-5671-4c7c-a87e-5d1d473d9639} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1686 2024.11.26 23:32:50.746145 [ 266 ] {3c717ab1-5671-4c7c-a87e-5d1d473d9639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1687 2024.11.26 23:32:50.746505 [ 266 ] {3c717ab1-5671-4c7c-a87e-5d1d473d9639} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1688 2024.11.26 23:32:50.746737 [ 266 ] {3c717ab1-5671-4c7c-a87e-5d1d473d9639} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1689 2024.11.26 23:32:50.746984 [ 266 ] {3c717ab1-5671-4c7c-a87e-5d1d473d9639} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001454 sec., 687.757909215956 rows/sec., 46.34 KiB/sec.
1690 2024.11.26 23:32:50.747044 [ 266 ] {3c717ab1-5671-4c7c-a87e-5d1d473d9639} <Debug> TCPHandler: Processed in 0.001708946 sec.
1691 2024.11.26 23:32:50.747192 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1692 2024.11.26 23:32:50.747332 [ 268 ] {27cd3be4-1b10-4d66-bf53-8dddfdbef33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1693 2024.11.26 23:32:50.747393 [ 268 ] {27cd3be4-1b10-4d66-bf53-8dddfdbef33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1694 2024.11.26 23:32:50.747961 [ 268 ] {27cd3be4-1b10-4d66-bf53-8dddfdbef33d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1695 2024.11.26 23:32:50.747998 [ 268 ] {27cd3be4-1b10-4d66-bf53-8dddfdbef33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1696 2024.11.26 23:32:50.748365 [ 268 ] {27cd3be4-1b10-4d66-bf53-8dddfdbef33d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1697 2024.11.26 23:32:50.748604 [ 268 ] {27cd3be4-1b10-4d66-bf53-8dddfdbef33d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1698 2024.11.26 23:32:50.748887 [ 268 ] {27cd3be4-1b10-4d66-bf53-8dddfdbef33d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001568 sec., 52295.91836734694 rows/sec., 3.32 MiB/sec.
1699 2024.11.26 23:32:50.749035 [ 268 ] {27cd3be4-1b10-4d66-bf53-8dddfdbef33d} <Debug> TCPHandler: Processed in 0.001909688 sec.
1700 2024.11.26 23:32:53.110985 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1701 2024.11.26 23:32:53.111305 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
1702 2024.11.26 23:32:53.111801 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1703 2024.11.26 23:32:53.111863 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <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
1704 2024.11.26 23:32:53.112254 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1705 2024.11.26 23:32:53.112336 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1706 2024.11.26 23:32:53.112515 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1707 2024.11.26 23:32:53.112781 [ 296 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1708 2024.11.26 23:32:53.112774 [ 295 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1709 2024.11.26 23:32:53.112944 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1710 2024.11.26 23:32:53.112978 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1711 2024.11.26 23:32:53.115389 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1712 2024.11.26 23:32:53.115421 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Reading approx. 37 rows with 2 streams
1713 2024.11.26 23:32:53.115482 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <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'))"
1714 2024.11.26 23:32:53.115530 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <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'))"
1715 2024.11.26 23:32:53.117013 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.005854 sec., 6320.464639562692 rows/sec., 236.88 KiB/sec.
1716 2024.11.26 23:32:53.117180 [ 266 ] {1b2686a7-b0b8-4bc2-bc1e-a8f839390368} <Debug> TCPHandler: Processed in 0.006335619 sec.
1717 2024.11.26 23:32:53.117556 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1718 2024.11.26 23:32:53.117811 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
1719 2024.11.26 23:32:53.118235 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1720 2024.11.26 23:32:53.118288 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <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
1721 2024.11.26 23:32:53.118659 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1722 2024.11.26 23:32:53.118744 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1723 2024.11.26 23:32:53.118926 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1724 2024.11.26 23:32:53.119019 [ 295 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1725 2024.11.26 23:32:53.119043 [ 297 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1726 2024.11.26 23:32:53.119171 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1727 2024.11.26 23:32:53.119200 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1728 2024.11.26 23:32:53.119288 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1729 2024.11.26 23:32:53.119311 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Reading approx. 37 rows with 2 streams
1730 2024.11.26 23:32:53.119355 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <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'))"
1731 2024.11.26 23:32:53.119404 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <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'))"
1732 2024.11.26 23:32:53.120499 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002814 sec., 13148.542999289268 rows/sec., 492.79 KiB/sec.
1733 2024.11.26 23:32:53.120646 [ 268 ] {daf95e62-7052-4045-b85a-9b475e3176e7} <Debug> TCPHandler: Processed in 0.00321288 sec.
1734 2024.11.26 23:32:53.120898 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1735 2024.11.26 23:32:53.121186 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) 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)
1736 2024.11.26 23:32:53.121788 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1737 2024.11.26 23:32:53.121879 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <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
1738 2024.11.26 23:32:53.122274 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1739 2024.11.26 23:32:53.122340 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1740 2024.11.26 23:32:53.122491 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1741 2024.11.26 23:32:53.122590 [ 296 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1742 2024.11.26 23:32:53.122604 [ 295 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1743 2024.11.26 23:32:53.122706 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
1744 2024.11.26 23:32:53.122736 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
1745 2024.11.26 23:32:53.122821 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1746 2024.11.26 23:32:53.122841 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Reading approx. 37 rows with 2 streams
1747 2024.11.26 23:32:53.122882 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <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'))"
1748 2024.11.26 23:32:53.122930 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <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'))"
1749 2024.11.26 23:32:53.124072 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003068 sec., 12059.973924380703 rows/sec., 451.99 KiB/sec.
1750 2024.11.26 23:32:53.124235 [ 266 ] {7fbbfd3d-f1aa-48dd-945f-b4e4ac9a7be6} <Debug> TCPHandler: Processed in 0.003399111 sec.
1751 2024.11.26 23:32:53.162794 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1752 2024.11.26 23:32:53.162948 [ 266 ] {c35413cf-f9af-44e0-a7b3-ddc1ec4a7673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1753 2024.11.26 23:32:53.163011 [ 266 ] {c35413cf-f9af-44e0-a7b3-ddc1ec4a7673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1754 2024.11.26 23:32:53.163766 [ 266 ] {c35413cf-f9af-44e0-a7b3-ddc1ec4a7673} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1755 2024.11.26 23:32:53.163814 [ 266 ] {c35413cf-f9af-44e0-a7b3-ddc1ec4a7673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1756 2024.11.26 23:32:53.164314 [ 266 ] {c35413cf-f9af-44e0-a7b3-ddc1ec4a7673} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1757 2024.11.26 23:32:53.164533 [ 266 ] {c35413cf-f9af-44e0-a7b3-ddc1ec4a7673} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1758 2024.11.26 23:32:53.164835 [ 266 ] {c35413cf-f9af-44e0-a7b3-ddc1ec4a7673} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001908 sec., 1572.3270440251572 rows/sec., 143.31 KiB/sec.
1759 2024.11.26 23:32:53.164946 [ 266 ] {c35413cf-f9af-44e0-a7b3-ddc1ec4a7673} <Debug> TCPHandler: Processed in 0.00222205 sec.
1760 2024.11.26 23:32:53.165099 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1761 2024.11.26 23:32:53.165241 [ 268 ] {c7ae90d4-ba4e-4068-b239-f76100c29f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1762 2024.11.26 23:32:53.165295 [ 268 ] {c7ae90d4-ba4e-4068-b239-f76100c29f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1763 2024.11.26 23:32:53.166775 [ 268 ] {c7ae90d4-ba4e-4068-b239-f76100c29f96} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1764 2024.11.26 23:32:53.166813 [ 268 ] {c7ae90d4-ba4e-4068-b239-f76100c29f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1765 2024.11.26 23:32:53.167426 [ 268 ] {c7ae90d4-ba4e-4068-b239-f76100c29f96} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1766 2024.11.26 23:32:53.167682 [ 268 ] {c7ae90d4-ba4e-4068-b239-f76100c29f96} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1767 2024.11.26 23:32:53.167873 [ 268 ] {c7ae90d4-ba4e-4068-b239-f76100c29f96} <Debug> executeQuery: Read 1254 rows, 106.48 KiB in 0.00267 sec., 469662.9213483146 rows/sec., 38.95 MiB/sec.
1768 2024.11.26 23:32:53.167932 [ 268 ] {c7ae90d4-ba4e-4068-b239-f76100c29f96} <Debug> TCPHandler: Processed in 0.002894097 sec.
1769 2024.11.26 23:32:53.168089 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1770 2024.11.26 23:32:53.168230 [ 266 ] {7040dd56-a13e-4ab8-b54d-738f349381a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1771 2024.11.26 23:32:53.168291 [ 266 ] {7040dd56-a13e-4ab8-b54d-738f349381a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1772 2024.11.26 23:32:53.169009 [ 266 ] {7040dd56-a13e-4ab8-b54d-738f349381a1} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1773 2024.11.26 23:32:53.169050 [ 266 ] {7040dd56-a13e-4ab8-b54d-738f349381a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1774 2024.11.26 23:32:53.169409 [ 266 ] {7040dd56-a13e-4ab8-b54d-738f349381a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1775 2024.11.26 23:32:53.169645 [ 266 ] {7040dd56-a13e-4ab8-b54d-738f349381a1} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1776 2024.11.26 23:32:53.169805 [ 129 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1777 2024.11.26 23:32:53.169867 [ 129 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1778 2024.11.26 23:32:53.169883 [ 266 ] {7040dd56-a13e-4ab8-b54d-738f349381a1} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001679 sec., 17272.185824895772 rows/sec., 1.27 MiB/sec.
1779 2024.11.26 23:32:53.169905 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1780 2024.11.26 23:32:53.170031 [ 266 ] {7040dd56-a13e-4ab8-b54d-738f349381a1} <Debug> TCPHandler: Processed in 0.002009889 sec.
1781 2024.11.26 23:32:53.170119 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
1782 2024.11.26 23:32:53.170205 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1783 2024.11.26 23:32:53.170292 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1784 2024.11.26 23:32:53.170395 [ 268 ] {19da40ac-8fc6-4f2f-b24f-13b7635d4f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1785 2024.11.26 23:32:53.170395 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
1786 2024.11.26 23:32:53.170464 [ 268 ] {19da40ac-8fc6-4f2f-b24f-13b7635d4f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1787 2024.11.26 23:32:53.170719 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
1788 2024.11.26 23:32:53.171056 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
1789 2024.11.26 23:32:53.171451 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
1790 2024.11.26 23:32:53.171931 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
1791 2024.11.26 23:32:53.172276 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part
1792 2024.11.26 23:32:53.173681 [ 268 ] {19da40ac-8fc6-4f2f-b24f-13b7635d4f03} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1793 2024.11.26 23:32:53.173754 [ 268 ] {19da40ac-8fc6-4f2f-b24f-13b7635d4f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1794 2024.11.26 23:32:53.174913 [ 268 ] {19da40ac-8fc6-4f2f-b24f-13b7635d4f03} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1795 2024.11.26 23:32:53.175076 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 67 rows, containing 5 columns (5 merged, 0 gathered) in 0.005035457 sec., 13305.644353630663 rows/sec., 1.00 MiB/sec.
1796 2024.11.26 23:32:53.175322 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1797 2024.11.26 23:32:53.175450 [ 268 ] {19da40ac-8fc6-4f2f-b24f-13b7635d4f03} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1798 2024.11.26 23:32:53.175926 [ 268 ] {19da40ac-8fc6-4f2f-b24f-13b7635d4f03} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005586 sec., 40816.32653061225 rows/sec., 2.76 MiB/sec.
1799 2024.11.26 23:32:53.176118 [ 268 ] {19da40ac-8fc6-4f2f-b24f-13b7635d4f03} <Debug> TCPHandler: Processed in 0.005986626 sec.
1800 2024.11.26 23:32:53.176126 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_6_1} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1801 2024.11.26 23:32:53.176328 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1802 2024.11.26 23:32:53.176332 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_6_1} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1803 2024.11.26 23:32:53.176525 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
1804 2024.11.26 23:32:53.176557 [ 266 ] {b3790135-85a2-4f7f-8390-90d0f9c5659a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1805 2024.11.26 23:32:53.176615 [ 266 ] {b3790135-85a2-4f7f-8390-90d0f9c5659a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1806 2024.11.26 23:32:53.177429 [ 266 ] {b3790135-85a2-4f7f-8390-90d0f9c5659a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1807 2024.11.26 23:32:53.177468 [ 266 ] {b3790135-85a2-4f7f-8390-90d0f9c5659a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1808 2024.11.26 23:32:53.177854 [ 266 ] {b3790135-85a2-4f7f-8390-90d0f9c5659a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1809 2024.11.26 23:32:53.178092 [ 266 ] {b3790135-85a2-4f7f-8390-90d0f9c5659a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1810 2024.11.26 23:32:53.178302 [ 266 ] {b3790135-85a2-4f7f-8390-90d0f9c5659a} <Debug> executeQuery: Read 556 rows, 42.30 KiB in 0.001807 sec., 307692.3076923077 rows/sec., 22.86 MiB/sec.
1811 2024.11.26 23:32:53.178357 [ 266 ] {b3790135-85a2-4f7f-8390-90d0f9c5659a} <Debug> TCPHandler: Processed in 0.002125951 sec.
1812 2024.11.26 23:32:53.178521 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1813 2024.11.26 23:32:53.178665 [ 268 ] {b7f02cfb-8b2f-46e0-80a6-206bc34ca13c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1814 2024.11.26 23:32:53.178728 [ 268 ] {b7f02cfb-8b2f-46e0-80a6-206bc34ca13c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1815 2024.11.26 23:32:53.179591 [ 268 ] {b7f02cfb-8b2f-46e0-80a6-206bc34ca13c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1816 2024.11.26 23:32:53.179627 [ 268 ] {b7f02cfb-8b2f-46e0-80a6-206bc34ca13c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1817 2024.11.26 23:32:53.180086 [ 268 ] {b7f02cfb-8b2f-46e0-80a6-206bc34ca13c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1818 2024.11.26 23:32:53.180330 [ 268 ] {b7f02cfb-8b2f-46e0-80a6-206bc34ca13c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1819 2024.11.26 23:32:53.180510 [ 268 ] {b7f02cfb-8b2f-46e0-80a6-206bc34ca13c} <Debug> executeQuery: Read 936 rows, 64.27 KiB in 0.00188 sec., 497872.3404255319 rows/sec., 33.38 MiB/sec.
1820 2024.11.26 23:32:53.180565 [ 268 ] {b7f02cfb-8b2f-46e0-80a6-206bc34ca13c} <Debug> TCPHandler: Processed in 0.00211199 sec.
1821 2024.11.26 23:32:53.180764 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1822 2024.11.26 23:32:53.180985 [ 266 ] {b3b41c9c-aa74-4267-bc2a-b0f99fe452cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1823 2024.11.26 23:32:53.181079 [ 266 ] {b3b41c9c-aa74-4267-bc2a-b0f99fe452cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1824 2024.11.26 23:32:53.182207 [ 266 ] {b3b41c9c-aa74-4267-bc2a-b0f99fe452cb} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1825 2024.11.26 23:32:53.182246 [ 266 ] {b3b41c9c-aa74-4267-bc2a-b0f99fe452cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1826 2024.11.26 23:32:53.182893 [ 266 ] {b3b41c9c-aa74-4267-bc2a-b0f99fe452cb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1827 2024.11.26 23:32:53.183152 [ 266 ] {b3b41c9c-aa74-4267-bc2a-b0f99fe452cb} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1828 2024.11.26 23:32:53.183413 [ 266 ] {b3b41c9c-aa74-4267-bc2a-b0f99fe452cb} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002479 sec., 11698.265429608713 rows/sec., 20.96 MiB/sec.
1829 2024.11.26 23:32:53.183522 [ 266 ] {b3b41c9c-aa74-4267-bc2a-b0f99fe452cb} <Debug> TCPHandler: Processed in 0.002871277 sec.
1830 2024.11.26 23:32:53.183678 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1831 2024.11.26 23:32:53.183817 [ 268 ] {06bcef0c-0d79-472b-acb3-501a69afa961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1832 2024.11.26 23:32:53.183878 [ 268 ] {06bcef0c-0d79-472b-acb3-501a69afa961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1833 2024.11.26 23:32:53.184376 [ 268 ] {06bcef0c-0d79-472b-acb3-501a69afa961} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1834 2024.11.26 23:32:53.184413 [ 268 ] {06bcef0c-0d79-472b-acb3-501a69afa961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1835 2024.11.26 23:32:53.184780 [ 268 ] {06bcef0c-0d79-472b-acb3-501a69afa961} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1836 2024.11.26 23:32:53.185020 [ 268 ] {06bcef0c-0d79-472b-acb3-501a69afa961} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1837 2024.11.26 23:32:53.185217 [ 268 ] {06bcef0c-0d79-472b-acb3-501a69afa961} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.00143 sec., 8391.608391608392 rows/sec., 632.38 KiB/sec.
1838 2024.11.26 23:32:53.185265 [ 268 ] {06bcef0c-0d79-472b-acb3-501a69afa961} <Debug> TCPHandler: Processed in 0.001654845 sec.
1839 2024.11.26 23:32:53.185463 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1840 2024.11.26 23:32:53.185684 [ 266 ] {b26cea5c-e2dd-4a23-8e8a-04d1cc89fd04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1841 2024.11.26 23:32:53.185777 [ 266 ] {b26cea5c-e2dd-4a23-8e8a-04d1cc89fd04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1842 2024.11.26 23:32:53.186366 [ 266 ] {b26cea5c-e2dd-4a23-8e8a-04d1cc89fd04} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1843 2024.11.26 23:32:53.186405 [ 266 ] {b26cea5c-e2dd-4a23-8e8a-04d1cc89fd04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1844 2024.11.26 23:32:53.186764 [ 266 ] {b26cea5c-e2dd-4a23-8e8a-04d1cc89fd04} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1845 2024.11.26 23:32:53.186996 [ 266 ] {b26cea5c-e2dd-4a23-8e8a-04d1cc89fd04} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1846 2024.11.26 23:32:53.187208 [ 266 ] {b26cea5c-e2dd-4a23-8e8a-04d1cc89fd04} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00158 sec., 22784.810126582277 rows/sec., 1.54 MiB/sec.
1847 2024.11.26 23:32:53.187260 [ 266 ] {b26cea5c-e2dd-4a23-8e8a-04d1cc89fd04} <Debug> TCPHandler: Processed in 0.001910797 sec.
1848 2024.11.26 23:32:54.533697 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 286
1849 2024.11.26 23:32:54.537091 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1850 2024.11.26 23:32:54.537140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1851 2024.11.26 23:32:54.538623 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1852 2024.11.26 23:32:54.538935 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1853 2024.11.26 23:32:54.539480 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 286
1854 2024.11.26 23:32:55.718060 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1855 2024.11.26 23:32:55.718271 [ 266 ] {2e2a9d2e-a1e8-4c68-a977-48f429c190df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1856 2024.11.26 23:32:55.718350 [ 266 ] {2e2a9d2e-a1e8-4c68-a977-48f429c190df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1857 2024.11.26 23:32:55.719223 [ 266 ] {2e2a9d2e-a1e8-4c68-a977-48f429c190df} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1858 2024.11.26 23:32:55.719266 [ 266 ] {2e2a9d2e-a1e8-4c68-a977-48f429c190df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1859 2024.11.26 23:32:55.719688 [ 266 ] {2e2a9d2e-a1e8-4c68-a977-48f429c190df} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1860 2024.11.26 23:32:55.719949 [ 266 ] {2e2a9d2e-a1e8-4c68-a977-48f429c190df} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1861 2024.11.26 23:32:55.720144 [ 266 ] {2e2a9d2e-a1e8-4c68-a977-48f429c190df} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.23 MiB/sec.
1862 2024.11.26 23:32:55.720198 [ 266 ] {2e2a9d2e-a1e8-4c68-a977-48f429c190df} <Debug> TCPHandler: Processed in 0.002272711 sec.
1863 2024.11.26 23:32:55.720453 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1864 2024.11.26 23:32:55.720646 [ 268 ] {05e61573-7000-4b13-aa58-f2acb23f4cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1865 2024.11.26 23:32:55.720720 [ 268 ] {05e61573-7000-4b13-aa58-f2acb23f4cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1866 2024.11.26 23:32:55.721494 [ 268 ] {05e61573-7000-4b13-aa58-f2acb23f4cb5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1867 2024.11.26 23:32:55.721538 [ 268 ] {05e61573-7000-4b13-aa58-f2acb23f4cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1868 2024.11.26 23:32:55.721980 [ 268 ] {05e61573-7000-4b13-aa58-f2acb23f4cb5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1869 2024.11.26 23:32:55.722243 [ 268 ] {05e61573-7000-4b13-aa58-f2acb23f4cb5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1870 2024.11.26 23:32:55.722475 [ 268 ] {05e61573-7000-4b13-aa58-f2acb23f4cb5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001883 sec., 33988.316516197556 rows/sec., 2.65 MiB/sec.
1871 2024.11.26 23:32:55.722539 [ 268 ] {05e61573-7000-4b13-aa58-f2acb23f4cb5} <Debug> TCPHandler: Processed in 0.00221133 sec.
1872 2024.11.26 23:32:55.722700 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1873 2024.11.26 23:32:55.722837 [ 266 ] {f145b1f7-8c9a-4b88-9a22-b6c7906f738e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1874 2024.11.26 23:32:55.722901 [ 266 ] {f145b1f7-8c9a-4b88-9a22-b6c7906f738e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1875 2024.11.26 23:32:55.723478 [ 266 ] {f145b1f7-8c9a-4b88-9a22-b6c7906f738e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2024.11.26 23:32:55.723516 [ 266 ] {f145b1f7-8c9a-4b88-9a22-b6c7906f738e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1877 2024.11.26 23:32:55.723901 [ 266 ] {f145b1f7-8c9a-4b88-9a22-b6c7906f738e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1878 2024.11.26 23:32:55.724160 [ 266 ] {f145b1f7-8c9a-4b88-9a22-b6c7906f738e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1879 2024.11.26 23:32:55.724351 [ 266 ] {f145b1f7-8c9a-4b88-9a22-b6c7906f738e} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001545 sec., 41423.948220064725 rows/sec., 2.89 MiB/sec.
1880 2024.11.26 23:32:55.724401 [ 266 ] {f145b1f7-8c9a-4b88-9a22-b6c7906f738e} <Debug> TCPHandler: Processed in 0.001766477 sec.
1881 2024.11.26 23:32:55.724552 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1882 2024.11.26 23:32:55.724696 [ 268 ] {4c796797-f093-4f05-b2f4-7db502959810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1883 2024.11.26 23:32:55.724760 [ 268 ] {4c796797-f093-4f05-b2f4-7db502959810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1884 2024.11.26 23:32:55.725312 [ 268 ] {4c796797-f093-4f05-b2f4-7db502959810} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1885 2024.11.26 23:32:55.725351 [ 268 ] {4c796797-f093-4f05-b2f4-7db502959810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1886 2024.11.26 23:32:55.725732 [ 268 ] {4c796797-f093-4f05-b2f4-7db502959810} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1887 2024.11.26 23:32:55.725971 [ 268 ] {4c796797-f093-4f05-b2f4-7db502959810} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1888 2024.11.26 23:32:55.726199 [ 268 ] {4c796797-f093-4f05-b2f4-7db502959810} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001539 sec., 15594.541910331383 rows/sec., 1.05 MiB/sec.
1889 2024.11.26 23:32:55.726251 [ 268 ] {4c796797-f093-4f05-b2f4-7db502959810} <Debug> TCPHandler: Processed in 0.001768867 sec.
1890 2024.11.26 23:32:57.013399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1891 2024.11.26 23:32:57.014155 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1892 2024.11.26 23:32:57.014204 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1893 2024.11.26 23:32:57.014752 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1894 2024.11.26 23:32:57.015025 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1895 2024.11.26 23:32:57.015305 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1896 2024.11.26 23:32:57.204837 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1897 2024.11.26 23:32:57.224122 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1898 2024.11.26 23:32:57.224179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1899 2024.11.26 23:32:57.230975 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1900 2024.11.26 23:32:57.231705 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1901 2024.11.26 23:32:57.234829 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1902 2024.11.26 23:32:58.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.46 MiB, peak 170.55 MiB, free memory in arenas 0.00 B, will set to 166.86 MiB (RSS), difference: 1.40 MiB
1903 2024.11.26 23:33:00.727482 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1904 2024.11.26 23:33:00.727687 [ 266 ] {7644a13b-5f63-46e1-a195-9b11883155b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1905 2024.11.26 23:33:00.727767 [ 266 ] {7644a13b-5f63-46e1-a195-9b11883155b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1906 2024.11.26 23:33:00.728566 [ 266 ] {7644a13b-5f63-46e1-a195-9b11883155b2} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1907 2024.11.26 23:33:00.728615 [ 266 ] {7644a13b-5f63-46e1-a195-9b11883155b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1908 2024.11.26 23:33:00.729044 [ 266 ] {7644a13b-5f63-46e1-a195-9b11883155b2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1909 2024.11.26 23:33:00.729307 [ 266 ] {7644a13b-5f63-46e1-a195-9b11883155b2} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1910 2024.11.26 23:33:00.729547 [ 266 ] {7644a13b-5f63-46e1-a195-9b11883155b2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec.
1911 2024.11.26 23:33:00.729602 [ 266 ] {7644a13b-5f63-46e1-a195-9b11883155b2} <Debug> TCPHandler: Processed in 0.002256952 sec.
1912 2024.11.26 23:33:00.729842 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1913 2024.11.26 23:33:00.730060 [ 268 ] {4eca6dbd-3ffd-4a7c-89fa-c8d838d522f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1914 2024.11.26 23:33:00.730141 [ 268 ] {4eca6dbd-3ffd-4a7c-89fa-c8d838d522f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1915 2024.11.26 23:33:00.730975 [ 268 ] {4eca6dbd-3ffd-4a7c-89fa-c8d838d522f5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1916 2024.11.26 23:33:00.731023 [ 268 ] {4eca6dbd-3ffd-4a7c-89fa-c8d838d522f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1917 2024.11.26 23:33:00.731491 [ 268 ] {4eca6dbd-3ffd-4a7c-89fa-c8d838d522f5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1918 2024.11.26 23:33:00.731755 [ 268 ] {4eca6dbd-3ffd-4a7c-89fa-c8d838d522f5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1919 2024.11.26 23:33:00.732065 [ 268 ] {4eca6dbd-3ffd-4a7c-89fa-c8d838d522f5} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002065 sec., 98305.08474576271 rows/sec., 8.51 MiB/sec.
1920 2024.11.26 23:33:00.732303 [ 268 ] {4eca6dbd-3ffd-4a7c-89fa-c8d838d522f5} <Debug> TCPHandler: Processed in 0.002596615 sec.
1921 2024.11.26 23:33:00.732477 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1922 2024.11.26 23:33:00.732613 [ 266 ] {d3abb773-801d-4d7e-9909-31630daac02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1923 2024.11.26 23:33:00.732673 [ 266 ] {d3abb773-801d-4d7e-9909-31630daac02c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1924 2024.11.26 23:33:00.733332 [ 266 ] {d3abb773-801d-4d7e-9909-31630daac02c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1925 2024.11.26 23:33:00.733371 [ 266 ] {d3abb773-801d-4d7e-9909-31630daac02c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1926 2024.11.26 23:33:00.733733 [ 266 ] {d3abb773-801d-4d7e-9909-31630daac02c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1927 2024.11.26 23:33:00.733979 [ 266 ] {d3abb773-801d-4d7e-9909-31630daac02c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1928 2024.11.26 23:33:00.734281 [ 266 ] {d3abb773-801d-4d7e-9909-31630daac02c} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001679 sec., 4169.148302561049 rows/sec., 271.62 KiB/sec.
1929 2024.11.26 23:33:00.734396 [ 266 ] {d3abb773-801d-4d7e-9909-31630daac02c} <Debug> TCPHandler: Processed in 0.001988918 sec.
1930 2024.11.26 23:33:00.734548 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1931 2024.11.26 23:33:00.734692 [ 268 ] {80e2cfa9-fd0b-4255-b4f2-3c906c0d0492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1932 2024.11.26 23:33:00.734755 [ 268 ] {80e2cfa9-fd0b-4255-b4f2-3c906c0d0492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1933 2024.11.26 23:33:00.735430 [ 268 ] {80e2cfa9-fd0b-4255-b4f2-3c906c0d0492} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1934 2024.11.26 23:33:00.735468 [ 268 ] {80e2cfa9-fd0b-4255-b4f2-3c906c0d0492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1935 2024.11.26 23:33:00.735830 [ 268 ] {80e2cfa9-fd0b-4255-b4f2-3c906c0d0492} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1936 2024.11.26 23:33:00.736070 [ 268 ] {80e2cfa9-fd0b-4255-b4f2-3c906c0d0492} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1937 2024.11.26 23:33:00.736355 [ 268 ] {80e2cfa9-fd0b-4255-b4f2-3c906c0d0492} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001678 sec., 8343.265792610251 rows/sec., 584.31 KiB/sec.
1938 2024.11.26 23:33:00.736467 [ 268 ] {80e2cfa9-fd0b-4255-b4f2-3c906c0d0492} <Debug> TCPHandler: Processed in 0.001986699 sec.
1939 2024.11.26 23:33:00.736619 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1940 2024.11.26 23:33:00.736755 [ 266 ] {1803c39d-62de-4b92-a4cc-9d2f984d2da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1941 2024.11.26 23:33:00.736812 [ 266 ] {1803c39d-62de-4b92-a4cc-9d2f984d2da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1942 2024.11.26 23:33:00.737461 [ 266 ] {1803c39d-62de-4b92-a4cc-9d2f984d2da5} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1943 2024.11.26 23:33:00.737501 [ 266 ] {1803c39d-62de-4b92-a4cc-9d2f984d2da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1944 2024.11.26 23:33:00.737851 [ 266 ] {1803c39d-62de-4b92-a4cc-9d2f984d2da5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1945 2024.11.26 23:33:00.738106 [ 266 ] {1803c39d-62de-4b92-a4cc-9d2f984d2da5} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1946 2024.11.26 23:33:00.738320 [ 266 ] {1803c39d-62de-4b92-a4cc-9d2f984d2da5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec.
1947 2024.11.26 23:33:00.738410 [ 266 ] {1803c39d-62de-4b92-a4cc-9d2f984d2da5} <Debug> TCPHandler: Processed in 0.001858358 sec.
1948 2024.11.26 23:33:00.738565 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1949 2024.11.26 23:33:00.738705 [ 268 ] {903f3ca8-fc50-4f87-b672-a6f934e4e607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1950 2024.11.26 23:33:00.738764 [ 268 ] {903f3ca8-fc50-4f87-b672-a6f934e4e607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1951 2024.11.26 23:33:00.739551 [ 268 ] {903f3ca8-fc50-4f87-b672-a6f934e4e607} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1952 2024.11.26 23:33:00.739589 [ 268 ] {903f3ca8-fc50-4f87-b672-a6f934e4e607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1953 2024.11.26 23:33:00.739985 [ 268 ] {903f3ca8-fc50-4f87-b672-a6f934e4e607} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1954 2024.11.26 23:33:00.740225 [ 268 ] {903f3ca8-fc50-4f87-b672-a6f934e4e607} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1955 2024.11.26 23:33:00.740465 [ 268 ] {903f3ca8-fc50-4f87-b672-a6f934e4e607} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001791 sec., 213288.66554997207 rows/sec., 15.09 MiB/sec.
1956 2024.11.26 23:33:00.740684 [ 268 ] {903f3ca8-fc50-4f87-b672-a6f934e4e607} <Debug> TCPHandler: Processed in 0.002179131 sec.
1957 2024.11.26 23:33:00.740894 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1958 2024.11.26 23:33:00.741114 [ 266 ] {6c5baf34-110c-4912-8e56-8f983f3d3cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1959 2024.11.26 23:33:00.741208 [ 266 ] {6c5baf34-110c-4912-8e56-8f983f3d3cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1960 2024.11.26 23:33:00.741719 [ 266 ] {6c5baf34-110c-4912-8e56-8f983f3d3cf3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1961 2024.11.26 23:33:00.741756 [ 266 ] {6c5baf34-110c-4912-8e56-8f983f3d3cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1962 2024.11.26 23:33:00.742120 [ 266 ] {6c5baf34-110c-4912-8e56-8f983f3d3cf3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1963 2024.11.26 23:33:00.742355 [ 266 ] {6c5baf34-110c-4912-8e56-8f983f3d3cf3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1964 2024.11.26 23:33:00.742586 [ 266 ] {6c5baf34-110c-4912-8e56-8f983f3d3cf3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec.
1965 2024.11.26 23:33:00.742656 [ 266 ] {6c5baf34-110c-4912-8e56-8f983f3d3cf3} <Debug> TCPHandler: Processed in 0.001873297 sec.
1966 2024.11.26 23:33:00.742806 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1967 2024.11.26 23:33:00.742946 [ 268 ] {b0118c12-c598-4e6d-8af7-815234df8f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1968 2024.11.26 23:33:00.743011 [ 268 ] {b0118c12-c598-4e6d-8af7-815234df8f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1969 2024.11.26 23:33:00.743678 [ 268 ] {b0118c12-c598-4e6d-8af7-815234df8f1f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1970 2024.11.26 23:33:00.743716 [ 268 ] {b0118c12-c598-4e6d-8af7-815234df8f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1971 2024.11.26 23:33:00.744116 [ 268 ] {b0118c12-c598-4e6d-8af7-815234df8f1f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1972 2024.11.26 23:33:00.744364 [ 268 ] {b0118c12-c598-4e6d-8af7-815234df8f1f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1973 2024.11.26 23:33:00.744545 [ 268 ] {b0118c12-c598-4e6d-8af7-815234df8f1f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001632 sec., 145220.58823529413 rows/sec., 9.73 MiB/sec.
1974 2024.11.26 23:33:00.744607 [ 268 ] {b0118c12-c598-4e6d-8af7-815234df8f1f} <Debug> TCPHandler: Processed in 0.001868227 sec.
1975 2024.11.26 23:33:00.744757 [ 266 ] {} <Trace> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1976 2024.11.26 23:33:00.744894 [ 266 ] {a1dc3565-3d57-4621-87bc-c7bd6844efdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54489) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1977 2024.11.26 23:33:00.744955 [ 266 ] {a1dc3565-3d57-4621-87bc-c7bd6844efdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1978 2024.11.26 23:33:00.745469 [ 266 ] {a1dc3565-3d57-4621-87bc-c7bd6844efdd} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1979 2024.11.26 23:33:00.745508 [ 266 ] {a1dc3565-3d57-4621-87bc-c7bd6844efdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1980 2024.11.26 23:33:00.745860 [ 266 ] {a1dc3565-3d57-4621-87bc-c7bd6844efdd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1981 2024.11.26 23:33:00.746095 [ 266 ] {a1dc3565-3d57-4621-87bc-c7bd6844efdd} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1982 2024.11.26 23:33:00.746342 [ 266 ] {a1dc3565-3d57-4621-87bc-c7bd6844efdd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec.
1983 2024.11.26 23:33:00.746474 [ 266 ] {a1dc3565-3d57-4621-87bc-c7bd6844efdd} <Debug> TCPHandler: Processed in 0.001781597 sec.
1984 2024.11.26 23:33:00.746636 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1985 2024.11.26 23:33:00.746802 [ 268 ] {15e7ec8e-a861-49ec-8056-185d95f73cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1986 2024.11.26 23:33:00.746881 [ 268 ] {15e7ec8e-a861-49ec-8056-185d95f73cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1987 2024.11.26 23:33:00.747503 [ 268 ] {15e7ec8e-a861-49ec-8056-185d95f73cd8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1988 2024.11.26 23:33:00.747544 [ 268 ] {15e7ec8e-a861-49ec-8056-185d95f73cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1989 2024.11.26 23:33:00.747937 [ 268 ] {15e7ec8e-a861-49ec-8056-185d95f73cd8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1990 2024.11.26 23:33:00.748187 [ 268 ] {15e7ec8e-a861-49ec-8056-185d95f73cd8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1991 2024.11.26 23:33:00.748373 [ 268 ] {15e7ec8e-a861-49ec-8056-185d95f73cd8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001612 sec., 50868.48635235732 rows/sec., 3.23 MiB/sec.
1992 2024.11.26 23:33:00.748427 [ 268 ] {15e7ec8e-a861-49ec-8056-185d95f73cd8} <Debug> TCPHandler: Processed in 0.001871437 sec.
1993 2024.11.26 23:33:04.454084 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache
1994 2024.11.26 23:33:04.454149 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache
1995 2024.11.26 23:33:04.515554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1996 2024.11.26 23:33:04.516191 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1997 2024.11.26 23:33:04.516239 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1998 2024.11.26 23:33:04.516846 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1999 2024.11.26 23:33:04.517103 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2000 2024.11.26 23:33:04.517356 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
2001 2024.11.26 23:33:04.539917 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 314
2002 2024.11.26 23:33:04.542840 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2003 2024.11.26 23:33:04.542888 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2004 2024.11.26 23:33:04.544334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2005 2024.11.26 23:33:04.544649 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2006 2024.11.26 23:33:04.544859 [ 109 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2007 2024.11.26 23:33:04.544981 [ 109 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2008 2024.11.26 23:33:04.545039 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2009 2024.11.26 23:33:04.545641 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
2010 2024.11.26 23:33:04.546409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314
2011 2024.11.26 23:33:04.546864 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2012 2024.11.26 23:33:04.547047 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
2013 2024.11.26 23:33:04.547676 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 66 rows starting from the beginning of the part
2014 2024.11.26 23:33:04.548269 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
2015 2024.11.26 23:33:04.548864 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part
2016 2024.11.26 23:33:04.549445 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
2017 2024.11.26 23:33:04.550067 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part
2018 2024.11.26 23:33:04.560205 [ 197 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 72 columns (72 merged, 0 gathered) in 0.01502273 sec., 20901.660350681934 rows/sec., 21.21 MiB/sec.
2019 2024.11.26 23:33:04.561030 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2020 2024.11.26 23:33:04.561745 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_6_1} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2021 2024.11.26 23:33:04.561822 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_6_1} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2022 2024.11.26 23:33:04.562025 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB.
2023 2024.11.26 23:33:04.735012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
2024 2024.11.26 23:33:04.755893 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2025 2024.11.26 23:33:04.755959 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2026 2024.11.26 23:33:04.763202 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2027 2024.11.26 23:33:04.763984 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2028 2024.11.26 23:33:04.767207 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
2029 2024.11.26 23:33:05.117617 [ 266 ] {} <Debug> TCPHandler: Done processing connection.
2030 2024.11.26 23:33:05.117701 [ 266 ] {} <Debug> TCP-Session: 6adad06a-3fe1-4552-a04b-28eae5abbab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2031 2024.11.26 23:33:05.724569 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2032 2024.11.26 23:33:05.724757 [ 268 ] {f5c13f4e-1930-48f7-9d32-c924f4500962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2033 2024.11.26 23:33:05.724828 [ 268 ] {f5c13f4e-1930-48f7-9d32-c924f4500962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2034 2024.11.26 23:33:05.725639 [ 268 ] {f5c13f4e-1930-48f7-9d32-c924f4500962} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2035 2024.11.26 23:33:05.725685 [ 268 ] {f5c13f4e-1930-48f7-9d32-c924f4500962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2036 2024.11.26 23:33:05.726131 [ 268 ] {f5c13f4e-1930-48f7-9d32-c924f4500962} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2037 2024.11.26 23:33:05.726417 [ 268 ] {f5c13f4e-1930-48f7-9d32-c924f4500962} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2038 2024.11.26 23:33:05.726616 [ 107 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2039 2024.11.26 23:33:05.726685 [ 268 ] {f5c13f4e-1930-48f7-9d32-c924f4500962} <Debug> executeQuery: Read 114 rows, 9.92 KiB in 0.001974 sec., 57750.75987841945 rows/sec., 4.91 MiB/sec.
2040 2024.11.26 23:33:05.726693 [ 107 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2041 2024.11.26 23:33:05.726771 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2042 2024.11.26 23:33:05.726827 [ 268 ] {f5c13f4e-1930-48f7-9d32-c924f4500962} <Debug> TCPHandler: Processed in 0.002383672 sec.
2043 2024.11.26 23:33:05.727336 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2044 2024.11.26 23:33:05.727403 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
2045 2024.11.26 23:33:05.727592 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2046 2024.11.26 23:33:05.727612 [ 270 ] {7af6e7ae-185a-4dfa-8132-a2accde22bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2047 2024.11.26 23:33:05.727637 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
2048 2024.11.26 23:33:05.727722 [ 270 ] {7af6e7ae-185a-4dfa-8132-a2accde22bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2049 2024.11.26 23:33:05.727742 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 203 rows starting from the beginning of the part
2050 2024.11.26 23:33:05.728172 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1254 rows starting from the beginning of the part
2051 2024.11.26 23:33:05.728528 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
2052 2024.11.26 23:33:05.728903 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 203 rows starting from the beginning of the part
2053 2024.11.26 23:33:05.729289 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 114 rows starting from the beginning of the part
2054 2024.11.26 23:33:05.730576 [ 270 ] {7af6e7ae-185a-4dfa-8132-a2accde22bf2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2055 2024.11.26 23:33:05.730623 [ 270 ] {7af6e7ae-185a-4dfa-8132-a2accde22bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2056 2024.11.26 23:33:05.731171 [ 270 ] {7af6e7ae-185a-4dfa-8132-a2accde22bf2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2057 2024.11.26 23:33:05.731453 [ 270 ] {7af6e7ae-185a-4dfa-8132-a2accde22bf2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2058 2024.11.26 23:33:05.731871 [ 270 ] {7af6e7ae-185a-4dfa-8132-a2accde22bf2} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.004278 sec., 6778.868630201029 rows/sec., 509.74 KiB/sec.
2059 2024.11.26 23:33:05.732201 [ 270 ] {7af6e7ae-185a-4dfa-8132-a2accde22bf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2060 2024.11.26 23:33:05.732233 [ 270 ] {7af6e7ae-185a-4dfa-8132-a2accde22bf2} <Debug> TCPHandler: Processed in 0.005242559 sec.
2061 2024.11.26 23:33:05.732337 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3189 rows, containing 5 columns (5 merged, 0 gathered) in 0.00540946 sec., 589522.7989485088 rows/sec., 51.52 MiB/sec.
2062 2024.11.26 23:33:05.732430 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2063 2024.11.26 23:33:05.732580 [ 268 ] {1eab1471-4321-4614-867e-6713fc3086b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2064 2024.11.26 23:33:05.732617 [ 197 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2065 2024.11.26 23:33:05.732637 [ 268 ] {1eab1471-4321-4614-867e-6713fc3086b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2066 2024.11.26 23:33:05.733046 [ 197 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_11_2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2067 2024.11.26 23:33:05.733158 [ 197 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_11_2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2068 2024.11.26 23:33:05.733292 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
2069 2024.11.26 23:33:05.733490 [ 268 ] {1eab1471-4321-4614-867e-6713fc3086b5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2070 2024.11.26 23:33:05.733530 [ 268 ] {1eab1471-4321-4614-867e-6713fc3086b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2071 2024.11.26 23:33:05.733908 [ 268 ] {1eab1471-4321-4614-867e-6713fc3086b5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2072 2024.11.26 23:33:05.734160 [ 268 ] {1eab1471-4321-4614-867e-6713fc3086b5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2073 2024.11.26 23:33:05.734328 [ 107 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2074 2024.11.26 23:33:05.734395 [ 107 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2075 2024.11.26 23:33:05.734412 [ 268 ] {1eab1471-4321-4614-867e-6713fc3086b5} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001853 sec., 50188.88289260658 rows/sec., 3.92 MiB/sec.
2076 2024.11.26 23:33:05.734444 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2077 2024.11.26 23:33:05.734612 [ 268 ] {1eab1471-4321-4614-867e-6713fc3086b5} <Debug> TCPHandler: Processed in 0.002258091 sec.
2078 2024.11.26 23:33:05.734946 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2079 2024.11.26 23:33:05.735283 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
2080 2024.11.26 23:33:05.735376 [ 270 ] {9b0cb168-c80e-4eef-895c-078e19865f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2081 2024.11.26 23:33:05.735520 [ 270 ] {9b0cb168-c80e-4eef-895c-078e19865f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2082 2024.11.26 23:33:05.735647 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2083 2024.11.26 23:33:05.735743 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
2084 2024.11.26 23:33:05.736102 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 382 rows starting from the beginning of the part
2085 2024.11.26 23:33:05.736475 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 556 rows starting from the beginning of the part
2086 2024.11.26 23:33:05.736756 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
2087 2024.11.26 23:33:05.736924 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 382 rows starting from the beginning of the part
2088 2024.11.26 23:33:05.737181 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 93 rows starting from the beginning of the part
2089 2024.11.26 23:33:05.738061 [ 270 ] {9b0cb168-c80e-4eef-895c-078e19865f81} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2090 2024.11.26 23:33:05.738126 [ 270 ] {9b0cb168-c80e-4eef-895c-078e19865f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2091 2024.11.26 23:33:05.739232 [ 270 ] {9b0cb168-c80e-4eef-895c-078e19865f81} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2092 2024.11.26 23:33:05.739739 [ 270 ] {9b0cb168-c80e-4eef-895c-078e19865f81} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2093 2024.11.26 23:33:05.739926 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2094 2024.11.26 23:33:05.740023 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2095 2024.11.26 23:33:05.740086 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2096 2024.11.26 23:33:05.740248 [ 270 ] {9b0cb168-c80e-4eef-895c-078e19865f81} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004952 sec., 32310.177705977385 rows/sec., 2.25 MiB/sec.
2097 2024.11.26 23:33:05.741000 [ 270 ] {9b0cb168-c80e-4eef-895c-078e19865f81} <Debug> TCPHandler: Processed in 0.006237678 sec.
2098 2024.11.26 23:33:05.741017 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
2099 2024.11.26 23:33:05.741474 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2100 2024.11.26 23:33:05.741985 [ 268 ] {9c14cc2c-6b81-4f41-b936-75c6035462d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2101 2024.11.26 23:33:05.741969 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2323 rows, containing 5 columns (5 merged, 0 gathered) in 0.007367939 sec., 315284.91210364253 rows/sec., 24.11 MiB/sec.
2102 2024.11.26 23:33:05.742039 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2103 2024.11.26 23:33:05.742124 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2341 rows starting from the beginning of the part
2104 2024.11.26 23:33:05.742181 [ 268 ] {9c14cc2c-6b81-4f41-b936-75c6035462d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2105 2024.11.26 23:33:05.742358 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2106 2024.11.26 23:33:05.742561 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part
2107 2024.11.26 23:33:05.743125 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 936 rows starting from the beginning of the part
2108 2024.11.26 23:33:05.743643 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
2109 2024.11.26 23:33:05.743671 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_11_2} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2110 2024.11.26 23:33:05.744149 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_11_2} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2111 2024.11.26 23:33:05.744193 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
2112 2024.11.26 23:33:05.744448 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
2113 2024.11.26 23:33:05.744665 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
2114 2024.11.26 23:33:05.746538 [ 268 ] {9c14cc2c-6b81-4f41-b936-75c6035462d9} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2115 2024.11.26 23:33:05.746587 [ 268 ] {9c14cc2c-6b81-4f41-b936-75c6035462d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2116 2024.11.26 23:33:05.747434 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3975 rows, containing 5 columns (5 merged, 0 gathered) in 0.007153607 sec., 555663.7371888056 rows/sec., 37.51 MiB/sec.
2117 2024.11.26 23:33:05.747625 [ 268 ] {9c14cc2c-6b81-4f41-b936-75c6035462d9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2118 2024.11.26 23:33:05.747925 [ 268 ] {9c14cc2c-6b81-4f41-b936-75c6035462d9} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2119 2024.11.26 23:33:05.748228 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2120 2024.11.26 23:33:05.748596 [ 268 ] {9c14cc2c-6b81-4f41-b936-75c6035462d9} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.006747 sec., 4298.206610345338 rows/sec., 7.70 MiB/sec.
2121 2024.11.26 23:33:05.748913 [ 268 ] {9c14cc2c-6b81-4f41-b936-75c6035462d9} <Debug> TCPHandler: Processed in 0.007751413 sec.
2122 2024.11.26 23:33:05.749134 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2123 2024.11.26 23:33:05.749208 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2124 2024.11.26 23:33:05.749261 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2125 2024.11.26 23:33:05.749427 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
2126 2024.11.26 23:33:05.749510 [ 270 ] {2c247b68-16fe-446d-828e-4dd08b995b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2127 2024.11.26 23:33:05.749565 [ 270 ] {2c247b68-16fe-446d-828e-4dd08b995b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2128 2024.11.26 23:33:05.750054 [ 270 ] {2c247b68-16fe-446d-828e-4dd08b995b2c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2129 2024.11.26 23:33:05.750093 [ 270 ] {2c247b68-16fe-446d-828e-4dd08b995b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2130 2024.11.26 23:33:05.750459 [ 270 ] {2c247b68-16fe-446d-828e-4dd08b995b2c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2131 2024.11.26 23:33:05.750683 [ 270 ] {2c247b68-16fe-446d-828e-4dd08b995b2c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2132 2024.11.26 23:33:05.750838 [ 107 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2133 2024.11.26 23:33:05.750893 [ 107 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2134 2024.11.26 23:33:05.750926 [ 270 ] {2c247b68-16fe-446d-828e-4dd08b995b2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec.
2135 2024.11.26 23:33:05.750933 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
2136 2024.11.26 23:33:05.751069 [ 270 ] {2c247b68-16fe-446d-828e-4dd08b995b2c} <Debug> TCPHandler: Processed in 0.002088399 sec.
2137 2024.11.26 23:33:05.751338 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
2138 2024.11.26 23:33:05.751508 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2139 2024.11.26 23:33:05.751537 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part
2140 2024.11.26 23:33:05.751606 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part
2141 2024.11.26 23:33:05.751746 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
2142 2024.11.26 23:33:05.751907 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part
2143 2024.11.26 23:33:05.751986 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
2144 2024.11.26 23:33:05.752065 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
2145 2024.11.26 23:33:05.753422 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 4 columns (4 merged, 0 gathered) in 0.002319752 sec., 261234.82165334915 rows/sec., 17.19 MiB/sec.
2146 2024.11.26 23:33:05.753673 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2147 2024.11.26 23:33:05.754096 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_11_2} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2148 2024.11.26 23:33:05.754210 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_11_2} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2149 2024.11.26 23:33:05.754326 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
2150 2024.11.26 23:33:10.728202 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2151 2024.11.26 23:33:10.728417 [ 268 ] {92af0a17-cb22-4cfe-98f7-3fd06f8bc13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2152 2024.11.26 23:33:10.728496 [ 268 ] {92af0a17-cb22-4cfe-98f7-3fd06f8bc13a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2153 2024.11.26 23:33:10.729272 [ 268 ] {92af0a17-cb22-4cfe-98f7-3fd06f8bc13a} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2154 2024.11.26 23:33:10.729323 [ 268 ] {92af0a17-cb22-4cfe-98f7-3fd06f8bc13a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2155 2024.11.26 23:33:10.729757 [ 268 ] {92af0a17-cb22-4cfe-98f7-3fd06f8bc13a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2156 2024.11.26 23:33:10.730027 [ 268 ] {92af0a17-cb22-4cfe-98f7-3fd06f8bc13a} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2157 2024.11.26 23:33:10.730252 [ 268 ] {92af0a17-cb22-4cfe-98f7-3fd06f8bc13a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec.
2158 2024.11.26 23:33:10.730310 [ 268 ] {92af0a17-cb22-4cfe-98f7-3fd06f8bc13a} <Debug> TCPHandler: Processed in 0.002249771 sec.
2159 2024.11.26 23:33:10.730573 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2160 2024.11.26 23:33:10.730751 [ 270 ] {5c4eacb0-5036-4945-9ea9-84c15dc5ec27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2161 2024.11.26 23:33:10.730824 [ 270 ] {5c4eacb0-5036-4945-9ea9-84c15dc5ec27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2162 2024.11.26 23:33:10.731793 [ 270 ] {5c4eacb0-5036-4945-9ea9-84c15dc5ec27} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2163 2024.11.26 23:33:10.731839 [ 270 ] {5c4eacb0-5036-4945-9ea9-84c15dc5ec27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2164 2024.11.26 23:33:10.732310 [ 270 ] {5c4eacb0-5036-4945-9ea9-84c15dc5ec27} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2165 2024.11.26 23:33:10.732582 [ 270 ] {5c4eacb0-5036-4945-9ea9-84c15dc5ec27} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2166 2024.11.26 23:33:10.732823 [ 270 ] {5c4eacb0-5036-4945-9ea9-84c15dc5ec27} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002097 sec., 96804.95946590368 rows/sec., 8.38 MiB/sec.
2167 2024.11.26 23:33:10.733043 [ 270 ] {5c4eacb0-5036-4945-9ea9-84c15dc5ec27} <Debug> TCPHandler: Processed in 0.002579734 sec.
2168 2024.11.26 23:33:10.733221 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2169 2024.11.26 23:33:10.733351 [ 268 ] {7c0a06f9-7ae9-4958-aeb5-a132e2c97518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2170 2024.11.26 23:33:10.733403 [ 268 ] {7c0a06f9-7ae9-4958-aeb5-a132e2c97518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2171 2024.11.26 23:33:10.734054 [ 268 ] {7c0a06f9-7ae9-4958-aeb5-a132e2c97518} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2172 2024.11.26 23:33:10.734094 [ 268 ] {7c0a06f9-7ae9-4958-aeb5-a132e2c97518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2173 2024.11.26 23:33:10.734470 [ 268 ] {7c0a06f9-7ae9-4958-aeb5-a132e2c97518} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2174 2024.11.26 23:33:10.734717 [ 268 ] {7c0a06f9-7ae9-4958-aeb5-a132e2c97518} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2175 2024.11.26 23:33:10.734926 [ 268 ] {7c0a06f9-7ae9-4958-aeb5-a132e2c97518} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001602 sec., 4369.5380774032465 rows/sec., 284.68 KiB/sec.
2176 2024.11.26 23:33:10.734982 [ 268 ] {7c0a06f9-7ae9-4958-aeb5-a132e2c97518} <Debug> TCPHandler: Processed in 0.001821817 sec.
2177 2024.11.26 23:33:10.735137 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2178 2024.11.26 23:33:10.735285 [ 270 ] {00bd3fb3-2cc3-49e9-ad4c-8f2694e84eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2179 2024.11.26 23:33:10.735349 [ 270 ] {00bd3fb3-2cc3-49e9-ad4c-8f2694e84eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2180 2024.11.26 23:33:10.736006 [ 270 ] {00bd3fb3-2cc3-49e9-ad4c-8f2694e84eca} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2181 2024.11.26 23:33:10.736045 [ 270 ] {00bd3fb3-2cc3-49e9-ad4c-8f2694e84eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2182 2024.11.26 23:33:10.736413 [ 270 ] {00bd3fb3-2cc3-49e9-ad4c-8f2694e84eca} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2183 2024.11.26 23:33:10.736661 [ 270 ] {00bd3fb3-2cc3-49e9-ad4c-8f2694e84eca} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2184 2024.11.26 23:33:10.736782 [ 100 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2185 2024.11.26 23:33:10.736827 [ 100 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2186 2024.11.26 23:33:10.736851 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2187 2024.11.26 23:33:10.736855 [ 270 ] {00bd3fb3-2cc3-49e9-ad4c-8f2694e84eca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001604 sec., 8728.179551122195 rows/sec., 611.26 KiB/sec.
2188 2024.11.26 23:33:10.737005 [ 270 ] {00bd3fb3-2cc3-49e9-ad4c-8f2694e84eca} <Debug> TCPHandler: Processed in 0.001937738 sec.
2189 2024.11.26 23:33:10.737130 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
2190 2024.11.26 23:33:10.737184 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2191 2024.11.26 23:33:10.737306 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2192 2024.11.26 23:33:10.737320 [ 268 ] {de99598a-fbc0-4cb6-bc2b-d5fe31f5d371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2193 2024.11.26 23:33:10.737355 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part
2194 2024.11.26 23:33:10.737381 [ 268 ] {de99598a-fbc0-4cb6-bc2b-d5fe31f5d371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2195 2024.11.26 23:33:10.737556 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
2196 2024.11.26 23:33:10.737794 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2197 2024.11.26 23:33:10.738240 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part
2198 2024.11.26 23:33:10.738674 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
2199 2024.11.26 23:33:10.739125 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
2200 2024.11.26 23:33:10.739781 [ 268 ] {de99598a-fbc0-4cb6-bc2b-d5fe31f5d371} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2201 2024.11.26 23:33:10.739822 [ 268 ] {de99598a-fbc0-4cb6-bc2b-d5fe31f5d371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2202 2024.11.26 23:33:10.740322 [ 268 ] {de99598a-fbc0-4cb6-bc2b-d5fe31f5d371} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2203 2024.11.26 23:33:10.740644 [ 268 ] {de99598a-fbc0-4cb6-bc2b-d5fe31f5d371} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2204 2024.11.26 23:33:10.740936 [ 268 ] {de99598a-fbc0-4cb6-bc2b-d5fe31f5d371} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003649 sec., 3562.61989586188 rows/sec., 222.13 KiB/sec.
2205 2024.11.26 23:33:10.741127 [ 268 ] {de99598a-fbc0-4cb6-bc2b-d5fe31f5d371} <Debug> TCPHandler: Processed in 0.004013507 sec.
2206 2024.11.26 23:33:10.741211 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.00426692 sec., 119992.87542302177 rows/sec., 8.59 MiB/sec.
2207 2024.11.26 23:33:10.741314 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2208 2024.11.26 23:33:10.741459 [ 199 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2209 2024.11.26 23:33:10.741492 [ 270 ] {9bd45448-b8ec-4476-8919-14b5183b11de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2210 2024.11.26 23:33:10.741617 [ 270 ] {9bd45448-b8ec-4476-8919-14b5183b11de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2211 2024.11.26 23:33:10.742094 [ 199 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_6_1} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2212 2024.11.26 23:33:10.742297 [ 199 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_6_1} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2213 2024.11.26 23:33:10.742442 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
2214 2024.11.26 23:33:10.742837 [ 270 ] {9bd45448-b8ec-4476-8919-14b5183b11de} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2215 2024.11.26 23:33:10.742881 [ 270 ] {9bd45448-b8ec-4476-8919-14b5183b11de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2216 2024.11.26 23:33:10.743298 [ 270 ] {9bd45448-b8ec-4476-8919-14b5183b11de} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2217 2024.11.26 23:33:10.743557 [ 270 ] {9bd45448-b8ec-4476-8919-14b5183b11de} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2218 2024.11.26 23:33:10.743741 [ 270 ] {9bd45448-b8ec-4476-8919-14b5183b11de} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002295 sec., 166448.80174291937 rows/sec., 11.78 MiB/sec.
2219 2024.11.26 23:33:10.743802 [ 270 ] {9bd45448-b8ec-4476-8919-14b5183b11de} <Debug> TCPHandler: Processed in 0.002574604 sec.
2220 2024.11.26 23:33:10.743966 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2221 2024.11.26 23:33:10.744092 [ 268 ] {f60ea248-5c7a-42f8-8662-a06966f40a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2222 2024.11.26 23:33:10.744147 [ 268 ] {f60ea248-5c7a-42f8-8662-a06966f40a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2223 2024.11.26 23:33:10.744759 [ 268 ] {f60ea248-5c7a-42f8-8662-a06966f40a3a} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2224 2024.11.26 23:33:10.744808 [ 268 ] {f60ea248-5c7a-42f8-8662-a06966f40a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2225 2024.11.26 23:33:10.745216 [ 268 ] {f60ea248-5c7a-42f8-8662-a06966f40a3a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2226 2024.11.26 23:33:10.745476 [ 268 ] {f60ea248-5c7a-42f8-8662-a06966f40a3a} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2227 2024.11.26 23:33:10.745735 [ 268 ] {f60ea248-5c7a-42f8-8662-a06966f40a3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001654 sec., 3627.569528415961 rows/sec., 189.53 KiB/sec.
2228 2024.11.26 23:33:10.745868 [ 268 ] {f60ea248-5c7a-42f8-8662-a06966f40a3a} <Debug> TCPHandler: Processed in 0.001962928 sec.
2229 2024.11.26 23:33:10.746032 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2230 2024.11.26 23:33:10.746164 [ 270 ] {26b65772-5d3c-4eeb-bd60-0761cad7c923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2231 2024.11.26 23:33:10.746220 [ 270 ] {26b65772-5d3c-4eeb-bd60-0761cad7c923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2232 2024.11.26 23:33:10.746846 [ 270 ] {26b65772-5d3c-4eeb-bd60-0761cad7c923} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2233 2024.11.26 23:33:10.746885 [ 270 ] {26b65772-5d3c-4eeb-bd60-0761cad7c923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2234 2024.11.26 23:33:10.747288 [ 270 ] {26b65772-5d3c-4eeb-bd60-0761cad7c923} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2235 2024.11.26 23:33:10.747677 [ 270 ] {26b65772-5d3c-4eeb-bd60-0761cad7c923} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2236 2024.11.26 23:33:10.747873 [ 270 ] {26b65772-5d3c-4eeb-bd60-0761cad7c923} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001737 sec., 136442.14162348877 rows/sec., 9.15 MiB/sec.
2237 2024.11.26 23:33:10.747930 [ 270 ] {26b65772-5d3c-4eeb-bd60-0761cad7c923} <Debug> TCPHandler: Processed in 0.001961248 sec.
2238 2024.11.26 23:33:10.748100 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2239 2024.11.26 23:33:10.748241 [ 268 ] {804c3d10-663d-4f57-b059-2782b85b10cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2240 2024.11.26 23:33:10.748302 [ 268 ] {804c3d10-663d-4f57-b059-2782b85b10cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2241 2024.11.26 23:33:10.748830 [ 268 ] {804c3d10-663d-4f57-b059-2782b85b10cb} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2242 2024.11.26 23:33:10.748869 [ 268 ] {804c3d10-663d-4f57-b059-2782b85b10cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2243 2024.11.26 23:33:10.749237 [ 268 ] {804c3d10-663d-4f57-b059-2782b85b10cb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2244 2024.11.26 23:33:10.749487 [ 268 ] {804c3d10-663d-4f57-b059-2782b85b10cb} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2245 2024.11.26 23:33:10.749776 [ 268 ] {804c3d10-663d-4f57-b059-2782b85b10cb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001546 sec., 646.8305304010349 rows/sec., 43.59 KiB/sec.
2246 2024.11.26 23:33:10.749853 [ 268 ] {804c3d10-663d-4f57-b059-2782b85b10cb} <Debug> TCPHandler: Processed in 0.001820367 sec.
2247 2024.11.26 23:33:10.749997 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2248 2024.11.26 23:33:10.750117 [ 270 ] {388d564b-8254-4af4-8066-b70e87553ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2249 2024.11.26 23:33:10.750171 [ 270 ] {388d564b-8254-4af4-8066-b70e87553ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2250 2024.11.26 23:33:10.750681 [ 270 ] {388d564b-8254-4af4-8066-b70e87553ece} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2251 2024.11.26 23:33:10.750720 [ 270 ] {388d564b-8254-4af4-8066-b70e87553ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2252 2024.11.26 23:33:10.751112 [ 270 ] {388d564b-8254-4af4-8066-b70e87553ece} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2253 2024.11.26 23:33:10.751361 [ 270 ] {388d564b-8254-4af4-8066-b70e87553ece} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2254 2024.11.26 23:33:10.751624 [ 270 ] {388d564b-8254-4af4-8066-b70e87553ece} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001512 sec., 54232.80423280423 rows/sec., 3.44 MiB/sec.
2255 2024.11.26 23:33:10.751763 [ 270 ] {388d564b-8254-4af4-8066-b70e87553ece} <Debug> TCPHandler: Processed in 0.001822426 sec.
2256 2024.11.26 23:33:12.017596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2257 2024.11.26 23:33:12.018269 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2258 2024.11.26 23:33:12.018317 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2259 2024.11.26 23:33:12.018828 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2260 2024.11.26 23:33:12.019079 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2261 2024.11.26 23:33:12.019321 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2262 2024.11.26 23:33:12.267393 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2263 2024.11.26 23:33:12.288752 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2264 2024.11.26 23:33:12.288815 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2265 2024.11.26 23:33:12.296017 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2266 2024.11.26 23:33:12.296794 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2267 2024.11.26 23:33:12.300049 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2268 2024.11.26 23:33:14.546750 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 346
2269 2024.11.26 23:33:14.549733 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2270 2024.11.26 23:33:14.549783 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2271 2024.11.26 23:33:14.551321 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2272 2024.11.26 23:33:14.551653 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2273 2024.11.26 23:33:14.552323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 346
2274 2024.11.26 23:33:15.725065 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2275 2024.11.26 23:33:15.725254 [ 268 ] {de43e0da-e27e-455c-9e9d-ec601e4651ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2276 2024.11.26 23:33:15.725330 [ 268 ] {de43e0da-e27e-455c-9e9d-ec601e4651ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2277 2024.11.26 23:33:15.726138 [ 268 ] {de43e0da-e27e-455c-9e9d-ec601e4651ae} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2278 2024.11.26 23:33:15.726183 [ 268 ] {de43e0da-e27e-455c-9e9d-ec601e4651ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2279 2024.11.26 23:33:15.726662 [ 268 ] {de43e0da-e27e-455c-9e9d-ec601e4651ae} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2280 2024.11.26 23:33:15.726933 [ 268 ] {de43e0da-e27e-455c-9e9d-ec601e4651ae} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2281 2024.11.26 23:33:15.727178 [ 268 ] {de43e0da-e27e-455c-9e9d-ec601e4651ae} <Debug> executeQuery: Read 114 rows, 9.92 KiB in 0.001971 sec., 57838.6605783866 rows/sec., 4.91 MiB/sec.
2282 2024.11.26 23:33:15.727404 [ 268 ] {de43e0da-e27e-455c-9e9d-ec601e4651ae} <Debug> TCPHandler: Processed in 0.002459354 sec.
2283 2024.11.26 23:33:15.727683 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2284 2024.11.26 23:33:15.727879 [ 270 ] {1f658016-ef09-4c24-a520-fedc67450ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2285 2024.11.26 23:33:15.727953 [ 270 ] {1f658016-ef09-4c24-a520-fedc67450ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2286 2024.11.26 23:33:15.728721 [ 270 ] {1f658016-ef09-4c24-a520-fedc67450ffa} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2287 2024.11.26 23:33:15.728772 [ 270 ] {1f658016-ef09-4c24-a520-fedc67450ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2288 2024.11.26 23:33:15.729216 [ 270 ] {1f658016-ef09-4c24-a520-fedc67450ffa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2289 2024.11.26 23:33:15.729481 [ 270 ] {1f658016-ef09-4c24-a520-fedc67450ffa} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2290 2024.11.26 23:33:15.729683 [ 270 ] {1f658016-ef09-4c24-a520-fedc67450ffa} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001859 sec., 15599.784830554061 rows/sec., 1.15 MiB/sec.
2291 2024.11.26 23:33:15.729749 [ 270 ] {1f658016-ef09-4c24-a520-fedc67450ffa} <Debug> TCPHandler: Processed in 0.00220165 sec.
2292 2024.11.26 23:33:15.729910 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2293 2024.11.26 23:33:15.730063 [ 268 ] {1110d2f4-81b2-491f-b83b-cef8aad94481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2294 2024.11.26 23:33:15.730126 [ 268 ] {1110d2f4-81b2-491f-b83b-cef8aad94481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2295 2024.11.26 23:33:15.730882 [ 268 ] {1110d2f4-81b2-491f-b83b-cef8aad94481} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2296 2024.11.26 23:33:15.730924 [ 268 ] {1110d2f4-81b2-491f-b83b-cef8aad94481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2297 2024.11.26 23:33:15.731318 [ 268 ] {1110d2f4-81b2-491f-b83b-cef8aad94481} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2298 2024.11.26 23:33:15.731574 [ 268 ] {1110d2f4-81b2-491f-b83b-cef8aad94481} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2299 2024.11.26 23:33:15.731801 [ 268 ] {1110d2f4-81b2-491f-b83b-cef8aad94481} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001775 sec., 52394.366197183095 rows/sec., 4.09 MiB/sec.
2300 2024.11.26 23:33:15.731860 [ 268 ] {1110d2f4-81b2-491f-b83b-cef8aad94481} <Debug> TCPHandler: Processed in 0.002019079 sec.
2301 2024.11.26 23:33:15.732041 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2302 2024.11.26 23:33:15.732216 [ 270 ] {a62e8925-fd48-418e-bf7b-8a8438cc4941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2303 2024.11.26 23:33:15.732286 [ 270 ] {a62e8925-fd48-418e-bf7b-8a8438cc4941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2304 2024.11.26 23:33:15.732960 [ 270 ] {a62e8925-fd48-418e-bf7b-8a8438cc4941} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2305 2024.11.26 23:33:15.732998 [ 270 ] {a62e8925-fd48-418e-bf7b-8a8438cc4941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2306 2024.11.26 23:33:15.733422 [ 270 ] {a62e8925-fd48-418e-bf7b-8a8438cc4941} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2307 2024.11.26 23:33:15.733700 [ 270 ] {a62e8925-fd48-418e-bf7b-8a8438cc4941} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2308 2024.11.26 23:33:15.733887 [ 270 ] {a62e8925-fd48-418e-bf7b-8a8438cc4941} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001715 sec., 93294.46064139942 rows/sec., 6.50 MiB/sec.
2309 2024.11.26 23:33:15.733945 [ 270 ] {a62e8925-fd48-418e-bf7b-8a8438cc4941} <Debug> TCPHandler: Processed in 0.001986589 sec.
2310 2024.11.26 23:33:15.734105 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2311 2024.11.26 23:33:15.734249 [ 268 ] {1613604c-c4e5-4b70-ae29-58e328846a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2312 2024.11.26 23:33:15.734345 [ 268 ] {1613604c-c4e5-4b70-ae29-58e328846a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2313 2024.11.26 23:33:15.735631 [ 268 ] {1613604c-c4e5-4b70-ae29-58e328846a9c} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2314 2024.11.26 23:33:15.735671 [ 268 ] {1613604c-c4e5-4b70-ae29-58e328846a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2315 2024.11.26 23:33:15.736365 [ 268 ] {1613604c-c4e5-4b70-ae29-58e328846a9c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2316 2024.11.26 23:33:15.736637 [ 268 ] {1613604c-c4e5-4b70-ae29-58e328846a9c} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2317 2024.11.26 23:33:15.736817 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2318 2024.11.26 23:33:15.736889 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2319 2024.11.26 23:33:15.736928 [ 268 ] {1613604c-c4e5-4b70-ae29-58e328846a9c} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002702 sec., 10732.79052553664 rows/sec., 19.23 MiB/sec.
2320 2024.11.26 23:33:15.736934 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2321 2024.11.26 23:33:15.737418 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
2322 2024.11.26 23:33:15.737593 [ 268 ] {1613604c-c4e5-4b70-ae29-58e328846a9c} <Debug> TCPHandler: Processed in 0.003551453 sec.
2323 2024.11.26 23:33:15.737806 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2324 2024.11.26 23:33:15.737982 [ 270 ] {60e7be74-79c2-45e7-bdc1-28631b4970f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2325 2024.11.26 23:33:15.737991 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2326 2024.11.26 23:33:15.738055 [ 270 ] {60e7be74-79c2-45e7-bdc1-28631b4970f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2327 2024.11.26 23:33:15.738084 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
2328 2024.11.26 23:33:15.738721 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
2329 2024.11.26 23:33:15.739199 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
2330 2024.11.26 23:33:15.739776 [ 270 ] {60e7be74-79c2-45e7-bdc1-28631b4970f6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2331 2024.11.26 23:33:15.739796 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part
2332 2024.11.26 23:33:15.739823 [ 270 ] {60e7be74-79c2-45e7-bdc1-28631b4970f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2333 2024.11.26 23:33:15.740338 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part
2334 2024.11.26 23:33:15.740963 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part
2335 2024.11.26 23:33:15.741026 [ 270 ] {60e7be74-79c2-45e7-bdc1-28631b4970f6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2336 2024.11.26 23:33:15.741718 [ 270 ] {60e7be74-79c2-45e7-bdc1-28631b4970f6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2337 2024.11.26 23:33:15.741999 [ 270 ] {60e7be74-79c2-45e7-bdc1-28631b4970f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004061 sec., 14774.686037921692 rows/sec., 1019.61 KiB/sec.
2338 2024.11.26 23:33:15.742073 [ 270 ] {60e7be74-79c2-45e7-bdc1-28631b4970f6} <Debug> TCPHandler: Processed in 0.004377741 sec.
2339 2024.11.26 23:33:15.744008 [ 199 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 111 rows, containing 19 columns (19 merged, 0 gathered) in 0.006922225 sec., 16035.306566891426 rows/sec., 28.73 MiB/sec.
2340 2024.11.26 23:33:15.744312 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2341 2024.11.26 23:33:15.744698 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2342 2024.11.26 23:33:15.744772 [ 192 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2343 2024.11.26 23:33:15.744875 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
2344 2024.11.26 23:33:19.454399 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
2345 2024.11.26 23:33:19.454463 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
2346 2024.11.26 23:33:19.519566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2347 2024.11.26 23:33:19.520198 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2348 2024.11.26 23:33:19.520242 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2349 2024.11.26 23:33:19.520768 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2350 2024.11.26 23:33:19.521024 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2351 2024.11.26 23:33:19.521221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2352 2024.11.26 23:33:19.800239 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2353 2024.11.26 23:33:19.820741 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2354 2024.11.26 23:33:19.820788 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2355 2024.11.26 23:33:19.827941 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2356 2024.11.26 23:33:19.828723 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2357 2024.11.26 23:33:19.831172 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2358 2024.11.26 23:33:20.728349 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2359 2024.11.26 23:33:20.728566 [ 268 ] {a6703791-461b-4005-bb1f-225e603760bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2360 2024.11.26 23:33:20.728648 [ 268 ] {a6703791-461b-4005-bb1f-225e603760bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2361 2024.11.26 23:33:20.729442 [ 268 ] {a6703791-461b-4005-bb1f-225e603760bd} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2362 2024.11.26 23:33:20.729490 [ 268 ] {a6703791-461b-4005-bb1f-225e603760bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2363 2024.11.26 23:33:20.729956 [ 268 ] {a6703791-461b-4005-bb1f-225e603760bd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2364 2024.11.26 23:33:20.730224 [ 268 ] {a6703791-461b-4005-bb1f-225e603760bd} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2365 2024.11.26 23:33:20.730409 [ 86 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2366 2024.11.26 23:33:20.730487 [ 268 ] {a6703791-461b-4005-bb1f-225e603760bd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001974 sec., 7092.198581560284 rows/sec., 510.54 KiB/sec.
2367 2024.11.26 23:33:20.730495 [ 86 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2368 2024.11.26 23:33:20.730574 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2369 2024.11.26 23:33:20.730625 [ 268 ] {a6703791-461b-4005-bb1f-225e603760bd} <Debug> TCPHandler: Processed in 0.002420052 sec.
2370 2024.11.26 23:33:20.730804 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
2371 2024.11.26 23:33:20.730946 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2372 2024.11.26 23:33:20.730971 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2373 2024.11.26 23:33:20.731038 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
2374 2024.11.26 23:33:20.731288 [ 270 ] {058a8076-a0ee-4b12-965f-8fb0845defcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2375 2024.11.26 23:33:20.731310 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
2376 2024.11.26 23:33:20.731510 [ 270 ] {058a8076-a0ee-4b12-965f-8fb0845defcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2377 2024.11.26 23:33:20.731594 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
2378 2024.11.26 23:33:20.731994 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
2379 2024.11.26 23:33:20.732270 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
2380 2024.11.26 23:33:20.734195 [ 270 ] {058a8076-a0ee-4b12-965f-8fb0845defcb} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2381 2024.11.26 23:33:20.734280 [ 270 ] {058a8076-a0ee-4b12-965f-8fb0845defcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2382 2024.11.26 23:33:20.734869 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004198079 sec., 16674.293170757384 rows/sec., 1.24 MiB/sec.
2383 2024.11.26 23:33:20.735074 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2384 2024.11.26 23:33:20.735391 [ 270 ] {058a8076-a0ee-4b12-965f-8fb0845defcb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2385 2024.11.26 23:33:20.735634 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_5_1} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2386 2024.11.26 23:33:20.735816 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_5_1} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2387 2024.11.26 23:33:20.735878 [ 270 ] {058a8076-a0ee-4b12-965f-8fb0845defcb} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2388 2024.11.26 23:33:20.736024 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2389 2024.11.26 23:33:20.736306 [ 270 ] {058a8076-a0ee-4b12-965f-8fb0845defcb} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.005177 sec., 39211.898783079 rows/sec., 3.39 MiB/sec.
2390 2024.11.26 23:33:20.736539 [ 270 ] {058a8076-a0ee-4b12-965f-8fb0845defcb} <Debug> TCPHandler: Processed in 0.005765574 sec.
2391 2024.11.26 23:33:20.736711 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2392 2024.11.26 23:33:20.736854 [ 268 ] {67000bbd-eab4-4ef5-acad-22b6d3ea5dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2393 2024.11.26 23:33:20.736913 [ 268 ] {67000bbd-eab4-4ef5-acad-22b6d3ea5dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2394 2024.11.26 23:33:20.737507 [ 268 ] {67000bbd-eab4-4ef5-acad-22b6d3ea5dc0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2395 2024.11.26 23:33:20.737546 [ 268 ] {67000bbd-eab4-4ef5-acad-22b6d3ea5dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2396 2024.11.26 23:33:20.737935 [ 268 ] {67000bbd-eab4-4ef5-acad-22b6d3ea5dc0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2397 2024.11.26 23:33:20.738183 [ 268 ] {67000bbd-eab4-4ef5-acad-22b6d3ea5dc0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2398 2024.11.26 23:33:20.738346 [ 86 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2399 2024.11.26 23:33:20.738430 [ 86 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2400 2024.11.26 23:33:20.738438 [ 268 ] {67000bbd-eab4-4ef5-acad-22b6d3ea5dc0} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001606 sec., 4358.65504358655 rows/sec., 283.97 KiB/sec.
2401 2024.11.26 23:33:20.738472 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2402 2024.11.26 23:33:20.738576 [ 268 ] {67000bbd-eab4-4ef5-acad-22b6d3ea5dc0} <Debug> TCPHandler: Processed in 0.001934048 sec.
2403 2024.11.26 23:33:20.738820 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
2404 2024.11.26 23:33:20.738904 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2405 2024.11.26 23:33:20.739046 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2406 2024.11.26 23:33:20.739122 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
2407 2024.11.26 23:33:20.739205 [ 270 ] {be03ce37-f65c-405f-b898-5586a6c15e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2408 2024.11.26 23:33:20.739388 [ 270 ] {be03ce37-f65c-405f-b898-5586a6c15e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2409 2024.11.26 23:33:20.739440 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
2410 2024.11.26 23:33:20.739840 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 29 rows starting from the beginning of the part
2411 2024.11.26 23:33:20.740156 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
2412 2024.11.26 23:33:20.740582 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part
2413 2024.11.26 23:33:20.740901 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
2414 2024.11.26 23:33:20.741949 [ 270 ] {be03ce37-f65c-405f-b898-5586a6c15e34} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2415 2024.11.26 23:33:20.742011 [ 270 ] {be03ce37-f65c-405f-b898-5586a6c15e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2416 2024.11.26 23:33:20.743061 [ 270 ] {be03ce37-f65c-405f-b898-5586a6c15e34} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2417 2024.11.26 23:33:20.743551 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 115 rows, containing 5 columns (5 merged, 0 gathered) in 0.004939406 sec., 23282.151740512927 rows/sec., 1.74 MiB/sec.
2418 2024.11.26 23:33:20.743617 [ 270 ] {be03ce37-f65c-405f-b898-5586a6c15e34} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2419 2024.11.26 23:33:20.743770 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2420 2024.11.26 23:33:20.744068 [ 270 ] {be03ce37-f65c-405f-b898-5586a6c15e34} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004935 sec., 2836.879432624113 rows/sec., 198.68 KiB/sec.
2421 2024.11.26 23:33:20.744226 [ 270 ] {be03ce37-f65c-405f-b898-5586a6c15e34} <Debug> TCPHandler: Processed in 0.005525052 sec.
2422 2024.11.26 23:33:20.744419 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2423 2024.11.26 23:33:20.744463 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_11_2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2424 2024.11.26 23:33:20.744632 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_11_2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2425 2024.11.26 23:33:20.744634 [ 268 ] {c4a34579-d8bb-4edd-b833-ddc8b2ac7342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2426 2024.11.26 23:33:20.744760 [ 268 ] {c4a34579-d8bb-4edd-b833-ddc8b2ac7342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2427 2024.11.26 23:33:20.744778 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2428 2024.11.26 23:33:20.745387 [ 268 ] {c4a34579-d8bb-4edd-b833-ddc8b2ac7342} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2429 2024.11.26 23:33:20.745432 [ 268 ] {c4a34579-d8bb-4edd-b833-ddc8b2ac7342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2430 2024.11.26 23:33:20.745797 [ 268 ] {c4a34579-d8bb-4edd-b833-ddc8b2ac7342} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2431 2024.11.26 23:33:20.746050 [ 268 ] {c4a34579-d8bb-4edd-b833-ddc8b2ac7342} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2432 2024.11.26 23:33:20.746209 [ 86 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2433 2024.11.26 23:33:20.746276 [ 86 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2434 2024.11.26 23:33:20.746311 [ 268 ] {c4a34579-d8bb-4edd-b833-ddc8b2ac7342} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001721 sec., 7553.747821034282 rows/sec., 470.97 KiB/sec.
2435 2024.11.26 23:33:20.746322 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2436 2024.11.26 23:33:20.746466 [ 268 ] {c4a34579-d8bb-4edd-b833-ddc8b2ac7342} <Debug> TCPHandler: Processed in 0.002139451 sec.
2437 2024.11.26 23:33:20.746549 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
2438 2024.11.26 23:33:20.746713 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2439 2024.11.26 23:33:20.746730 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2440 2024.11.26 23:33:20.746750 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
2441 2024.11.26 23:33:20.746986 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
2442 2024.11.26 23:33:20.747244 [ 270 ] {86dbcfbf-f26c-469e-906c-07e3452f2c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2443 2024.11.26 23:33:20.747279 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
2444 2024.11.26 23:33:20.747422 [ 270 ] {86dbcfbf-f26c-469e-906c-07e3452f2c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2445 2024.11.26 23:33:20.747664 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
2446 2024.11.26 23:33:20.747959 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
2447 2024.11.26 23:33:20.749904 [ 270 ] {86dbcfbf-f26c-469e-906c-07e3452f2c31} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2448 2024.11.26 23:33:20.749977 [ 270 ] {86dbcfbf-f26c-469e-906c-07e3452f2c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2449 2024.11.26 23:33:20.750374 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003897467 sec., 16677.49848812062 rows/sec., 1.08 MiB/sec.
2450 2024.11.26 23:33:20.750600 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2451 2024.11.26 23:33:20.750954 [ 270 ] {86dbcfbf-f26c-469e-906c-07e3452f2c31} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2452 2024.11.26 23:33:20.751184 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_5_1} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2453 2024.11.26 23:33:20.751372 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_5_1} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2454 2024.11.26 23:33:20.751536 [ 270 ] {86dbcfbf-f26c-469e-906c-07e3452f2c31} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2455 2024.11.26 23:33:20.751549 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2456 2024.11.26 23:33:20.751904 [ 270 ] {86dbcfbf-f26c-469e-906c-07e3452f2c31} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00482 sec., 79253.11203319502 rows/sec., 5.61 MiB/sec.
2457 2024.11.26 23:33:20.752092 [ 270 ] {86dbcfbf-f26c-469e-906c-07e3452f2c31} <Debug> TCPHandler: Processed in 0.005516442 sec.
2458 2024.11.26 23:33:20.752253 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2459 2024.11.26 23:33:20.752395 [ 268 ] {6bf4819c-315c-4470-8b64-65c991f3c0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2460 2024.11.26 23:33:20.752454 [ 268 ] {6bf4819c-315c-4470-8b64-65c991f3c0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2461 2024.11.26 23:33:20.753031 [ 268 ] {6bf4819c-315c-4470-8b64-65c991f3c0c3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2462 2024.11.26 23:33:20.753070 [ 268 ] {6bf4819c-315c-4470-8b64-65c991f3c0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2463 2024.11.26 23:33:20.753446 [ 268 ] {6bf4819c-315c-4470-8b64-65c991f3c0c3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2464 2024.11.26 23:33:20.753710 [ 268 ] {6bf4819c-315c-4470-8b64-65c991f3c0c3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2465 2024.11.26 23:33:20.753959 [ 268 ] {6bf4819c-315c-4470-8b64-65c991f3c0c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00159 sec., 3773.5849056603774 rows/sec., 197.16 KiB/sec.
2466 2024.11.26 23:33:20.754031 [ 268 ] {6bf4819c-315c-4470-8b64-65c991f3c0c3} <Debug> TCPHandler: Processed in 0.001845827 sec.
2467 2024.11.26 23:33:20.754169 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2468 2024.11.26 23:33:20.754286 [ 270 ] {1b4d0af6-7d01-4ef1-b2dd-44e85a8baf3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2469 2024.11.26 23:33:20.754340 [ 270 ] {1b4d0af6-7d01-4ef1-b2dd-44e85a8baf3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2470 2024.11.26 23:33:20.754934 [ 270 ] {1b4d0af6-7d01-4ef1-b2dd-44e85a8baf3a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2471 2024.11.26 23:33:20.755037 [ 270 ] {1b4d0af6-7d01-4ef1-b2dd-44e85a8baf3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2472 2024.11.26 23:33:20.755464 [ 270 ] {1b4d0af6-7d01-4ef1-b2dd-44e85a8baf3a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2473 2024.11.26 23:33:20.755716 [ 270 ] {1b4d0af6-7d01-4ef1-b2dd-44e85a8baf3a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2474 2024.11.26 23:33:20.755932 [ 270 ] {1b4d0af6-7d01-4ef1-b2dd-44e85a8baf3a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001671 sec., 141831.23877917416 rows/sec., 9.51 MiB/sec.
2475 2024.11.26 23:33:20.755988 [ 270 ] {1b4d0af6-7d01-4ef1-b2dd-44e85a8baf3a} <Debug> TCPHandler: Processed in 0.001876397 sec.
2476 2024.11.26 23:33:20.756139 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2477 2024.11.26 23:33:20.756279 [ 268 ] {ae501872-7b56-4af7-adda-1164ff79fe04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2478 2024.11.26 23:33:20.756339 [ 268 ] {ae501872-7b56-4af7-adda-1164ff79fe04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2479 2024.11.26 23:33:20.756904 [ 268 ] {ae501872-7b56-4af7-adda-1164ff79fe04} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2480 2024.11.26 23:33:20.756981 [ 268 ] {ae501872-7b56-4af7-adda-1164ff79fe04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2481 2024.11.26 23:33:20.757349 [ 268 ] {ae501872-7b56-4af7-adda-1164ff79fe04} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2482 2024.11.26 23:33:20.757595 [ 268 ] {ae501872-7b56-4af7-adda-1164ff79fe04} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2483 2024.11.26 23:33:20.757754 [ 86 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2484 2024.11.26 23:33:20.757821 [ 86 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2485 2024.11.26 23:33:20.757858 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2486 2024.11.26 23:33:20.757872 [ 268 ] {ae501872-7b56-4af7-adda-1164ff79fe04} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001614 sec., 619.5786864931846 rows/sec., 41.75 KiB/sec.
2487 2024.11.26 23:33:20.758069 [ 268 ] {ae501872-7b56-4af7-adda-1164ff79fe04} <Debug> TCPHandler: Processed in 0.001989649 sec.
2488 2024.11.26 23:33:20.758181 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
2489 2024.11.26 23:33:20.758340 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2490 2024.11.26 23:33:20.758475 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2491 2024.11.26 23:33:20.758595 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
2492 2024.11.26 23:33:20.758708 [ 270 ] {cb057d62-be65-4a42-af3a-26e0fec08472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2493 2024.11.26 23:33:20.758877 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
2494 2024.11.26 23:33:20.758993 [ 270 ] {cb057d62-be65-4a42-af3a-26e0fec08472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2495 2024.11.26 23:33:20.759359 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
2496 2024.11.26 23:33:20.759700 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
2497 2024.11.26 23:33:20.760007 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
2498 2024.11.26 23:33:20.761276 [ 270 ] {cb057d62-be65-4a42-af3a-26e0fec08472} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2499 2024.11.26 23:33:20.761356 [ 270 ] {cb057d62-be65-4a42-af3a-26e0fec08472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2500 2024.11.26 23:33:20.762565 [ 270 ] {cb057d62-be65-4a42-af3a-26e0fec08472} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2501 2024.11.26 23:33:20.762587 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004612403 sec., 1084.0336371301466 rows/sec., 73.05 KiB/sec.
2502 2024.11.26 23:33:20.762786 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2503 2024.11.26 23:33:20.763002 [ 270 ] {cb057d62-be65-4a42-af3a-26e0fec08472} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2504 2024.11.26 23:33:20.763407 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_5_1} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2505 2024.11.26 23:33:20.763447 [ 270 ] {cb057d62-be65-4a42-af3a-26e0fec08472} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004848 sec., 16914.191419141916 rows/sec., 1.07 MiB/sec.
2506 2024.11.26 23:33:20.763574 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_5_1} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2507 2024.11.26 23:33:20.763600 [ 270 ] {cb057d62-be65-4a42-af3a-26e0fec08472} <Debug> TCPHandler: Processed in 0.00541921 sec.
2508 2024.11.26 23:33:20.763751 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2509 2024.11.26 23:33:23.104485 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2510 2024.11.26 23:33:23.104780 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
2511 2024.11.26 23:33:23.105250 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2512 2024.11.26 23:33:23.105320 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <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
2513 2024.11.26 23:33:23.105759 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2514 2024.11.26 23:33:23.105852 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2515 2024.11.26 23:33:23.106033 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2516 2024.11.26 23:33:23.106205 [ 295 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2517 2024.11.26 23:33:23.106236 [ 296 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2518 2024.11.26 23:33:23.106241 [ 297 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2519 2024.11.26 23:33:23.106410 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (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
2520 2024.11.26 23:33:23.106442 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
2521 2024.11.26 23:33:23.106563 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2522 2024.11.26 23:33:23.106587 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Reading approx. 40 rows with 3 streams
2523 2024.11.26 23:33:23.106632 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Trace> MergeTreeBaseSelectProcessor: 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'))"
2524 2024.11.26 23:33:23.106683 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Trace> MergeTreeBaseSelectProcessor: 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'))"
2525 2024.11.26 23:33:23.106739 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Trace> MergeTreeBaseSelectProcessor: 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'))"
2526 2024.11.26 23:33:23.108402 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003757 sec., 10646.79265371307 rows/sec., 406.01 KiB/sec.
2527 2024.11.26 23:33:23.108619 [ 268 ] {eb59ce2c-606c-4038-8754-027f078a72fc} <Debug> TCPHandler: Processed in 0.004271009 sec.
2528 2024.11.26 23:33:23.152035 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2529 2024.11.26 23:33:23.152212 [ 268 ] {5669fbbd-0f4b-4e02-b5eb-74ee88fb3328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2530 2024.11.26 23:33:23.152298 [ 268 ] {5669fbbd-0f4b-4e02-b5eb-74ee88fb3328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2531 2024.11.26 23:33:23.153135 [ 268 ] {5669fbbd-0f4b-4e02-b5eb-74ee88fb3328} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2532 2024.11.26 23:33:23.153185 [ 268 ] {5669fbbd-0f4b-4e02-b5eb-74ee88fb3328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2533 2024.11.26 23:33:23.153727 [ 268 ] {5669fbbd-0f4b-4e02-b5eb-74ee88fb3328} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2534 2024.11.26 23:33:23.153969 [ 268 ] {5669fbbd-0f4b-4e02-b5eb-74ee88fb3328} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2535 2024.11.26 23:33:23.154209 [ 268 ] {5669fbbd-0f4b-4e02-b5eb-74ee88fb3328} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002049 sec., 488.0429477794046 rows/sec., 110.57 KiB/sec.
2536 2024.11.26 23:33:23.154300 [ 268 ] {5669fbbd-0f4b-4e02-b5eb-74ee88fb3328} <Debug> TCPHandler: Processed in 0.002375292 sec.
2537 2024.11.26 23:33:23.154535 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2538 2024.11.26 23:33:23.154733 [ 270 ] {5fb78ce6-5f43-4d26-818c-3f3be9e48b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2539 2024.11.26 23:33:23.154815 [ 270 ] {5fb78ce6-5f43-4d26-818c-3f3be9e48b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2540 2024.11.26 23:33:23.155595 [ 270 ] {5fb78ce6-5f43-4d26-818c-3f3be9e48b11} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2541 2024.11.26 23:33:23.155651 [ 270 ] {5fb78ce6-5f43-4d26-818c-3f3be9e48b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2542 2024.11.26 23:33:23.156086 [ 270 ] {5fb78ce6-5f43-4d26-818c-3f3be9e48b11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2543 2024.11.26 23:33:23.156381 [ 270 ] {5fb78ce6-5f43-4d26-818c-3f3be9e48b11} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2544 2024.11.26 23:33:23.156621 [ 270 ] {5fb78ce6-5f43-4d26-818c-3f3be9e48b11} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001943 sec., 5146.68039114771 rows/sec., 419.68 KiB/sec.
2545 2024.11.26 23:33:23.156695 [ 270 ] {5fb78ce6-5f43-4d26-818c-3f3be9e48b11} <Debug> TCPHandler: Processed in 0.002289121 sec.
2546 2024.11.26 23:33:23.156842 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2547 2024.11.26 23:33:23.156967 [ 268 ] {c875f2c4-b5c7-4e68-87b9-847f3f70bafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2548 2024.11.26 23:33:23.157021 [ 268 ] {c875f2c4-b5c7-4e68-87b9-847f3f70bafc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2549 2024.11.26 23:33:23.158296 [ 268 ] {c875f2c4-b5c7-4e68-87b9-847f3f70bafc} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2550 2024.11.26 23:33:23.158340 [ 268 ] {c875f2c4-b5c7-4e68-87b9-847f3f70bafc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2551 2024.11.26 23:33:23.158816 [ 268 ] {c875f2c4-b5c7-4e68-87b9-847f3f70bafc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2552 2024.11.26 23:33:23.159086 [ 268 ] {c875f2c4-b5c7-4e68-87b9-847f3f70bafc} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2553 2024.11.26 23:33:23.159309 [ 268 ] {c875f2c4-b5c7-4e68-87b9-847f3f70bafc} <Debug> executeQuery: Read 1283 rows, 109.13 KiB in 0.002371 sec., 541121.8894981021 rows/sec., 44.95 MiB/sec.
2554 2024.11.26 23:33:23.159371 [ 268 ] {c875f2c4-b5c7-4e68-87b9-847f3f70bafc} <Debug> TCPHandler: Processed in 0.002587574 sec.
2555 2024.11.26 23:33:23.159542 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2556 2024.11.26 23:33:23.159702 [ 270 ] {805cf7d7-138e-4d71-a3f2-8f3fc70c9559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2557 2024.11.26 23:33:23.159768 [ 270 ] {805cf7d7-138e-4d71-a3f2-8f3fc70c9559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2558 2024.11.26 23:33:23.160458 [ 270 ] {805cf7d7-138e-4d71-a3f2-8f3fc70c9559} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2559 2024.11.26 23:33:23.160500 [ 270 ] {805cf7d7-138e-4d71-a3f2-8f3fc70c9559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2560 2024.11.26 23:33:23.160879 [ 270 ] {805cf7d7-138e-4d71-a3f2-8f3fc70c9559} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2561 2024.11.26 23:33:23.161131 [ 270 ] {805cf7d7-138e-4d71-a3f2-8f3fc70c9559} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2562 2024.11.26 23:33:23.161352 [ 270 ] {805cf7d7-138e-4d71-a3f2-8f3fc70c9559} <Debug> executeQuery: Read 51 rows, 3.78 KiB in 0.001688 sec., 30213.270142180096 rows/sec., 2.19 MiB/sec.
2563 2024.11.26 23:33:23.161408 [ 270 ] {805cf7d7-138e-4d71-a3f2-8f3fc70c9559} <Debug> TCPHandler: Processed in 0.001937228 sec.
2564 2024.11.26 23:33:23.161568 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2565 2024.11.26 23:33:23.161712 [ 268 ] {ede34393-3039-474e-a408-d70e3d0e3dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2566 2024.11.26 23:33:23.161773 [ 268 ] {ede34393-3039-474e-a408-d70e3d0e3dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2567 2024.11.26 23:33:23.162521 [ 268 ] {ede34393-3039-474e-a408-d70e3d0e3dbb} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2568 2024.11.26 23:33:23.162564 [ 268 ] {ede34393-3039-474e-a408-d70e3d0e3dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2569 2024.11.26 23:33:23.162960 [ 268 ] {ede34393-3039-474e-a408-d70e3d0e3dbb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2570 2024.11.26 23:33:23.163212 [ 268 ] {ede34393-3039-474e-a408-d70e3d0e3dbb} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2571 2024.11.26 23:33:23.163412 [ 268 ] {ede34393-3039-474e-a408-d70e3d0e3dbb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00173 sec., 131791.90751445087 rows/sec., 8.92 MiB/sec.
2572 2024.11.26 23:33:23.163548 [ 268 ] {ede34393-3039-474e-a408-d70e3d0e3dbb} <Debug> TCPHandler: Processed in 0.002044959 sec.
2573 2024.11.26 23:33:23.163716 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2574 2024.11.26 23:33:23.163837 [ 270 ] {519d2113-0c05-47a6-8d87-fb751a31d2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2575 2024.11.26 23:33:23.163890 [ 270 ] {519d2113-0c05-47a6-8d87-fb751a31d2bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2576 2024.11.26 23:33:23.164734 [ 270 ] {519d2113-0c05-47a6-8d87-fb751a31d2bc} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2577 2024.11.26 23:33:23.164776 [ 270 ] {519d2113-0c05-47a6-8d87-fb751a31d2bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2578 2024.11.26 23:33:23.165196 [ 270 ] {519d2113-0c05-47a6-8d87-fb751a31d2bc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2579 2024.11.26 23:33:23.165446 [ 270 ] {519d2113-0c05-47a6-8d87-fb751a31d2bc} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2580 2024.11.26 23:33:23.165672 [ 270 ] {519d2113-0c05-47a6-8d87-fb751a31d2bc} <Debug> executeQuery: Read 584 rows, 44.56 KiB in 0.001861 sec., 313809.7796883396 rows/sec., 23.38 MiB/sec.
2581 2024.11.26 23:33:23.165728 [ 270 ] {519d2113-0c05-47a6-8d87-fb751a31d2bc} <Debug> TCPHandler: Processed in 0.00207876 sec.
2582 2024.11.26 23:33:23.165866 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2583 2024.11.26 23:33:23.165991 [ 268 ] {498f8cf7-34ba-4540-9267-a89f5e1df6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2584 2024.11.26 23:33:23.166048 [ 268 ] {498f8cf7-34ba-4540-9267-a89f5e1df6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2585 2024.11.26 23:33:23.167059 [ 268 ] {498f8cf7-34ba-4540-9267-a89f5e1df6c7} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2586 2024.11.26 23:33:23.167106 [ 268 ] {498f8cf7-34ba-4540-9267-a89f5e1df6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2587 2024.11.26 23:33:23.167583 [ 268 ] {498f8cf7-34ba-4540-9267-a89f5e1df6c7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2588 2024.11.26 23:33:23.167832 [ 268 ] {498f8cf7-34ba-4540-9267-a89f5e1df6c7} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2589 2024.11.26 23:33:23.168047 [ 268 ] {498f8cf7-34ba-4540-9267-a89f5e1df6c7} <Debug> executeQuery: Read 927 rows, 63.61 KiB in 0.002083 sec., 445031.2049927988 rows/sec., 29.82 MiB/sec.
2590 2024.11.26 23:33:23.168104 [ 268 ] {498f8cf7-34ba-4540-9267-a89f5e1df6c7} <Debug> TCPHandler: Processed in 0.002293942 sec.
2591 2024.11.26 23:33:23.168271 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2592 2024.11.26 23:33:23.168411 [ 270 ] {fefcabad-6d0c-4141-ba8e-bccf15d4e4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2593 2024.11.26 23:33:23.168505 [ 270 ] {fefcabad-6d0c-4141-ba8e-bccf15d4e4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2594 2024.11.26 23:33:23.169851 [ 270 ] {fefcabad-6d0c-4141-ba8e-bccf15d4e4a4} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2595 2024.11.26 23:33:23.169894 [ 270 ] {fefcabad-6d0c-4141-ba8e-bccf15d4e4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2596 2024.11.26 23:33:23.170610 [ 270 ] {fefcabad-6d0c-4141-ba8e-bccf15d4e4a4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2597 2024.11.26 23:33:23.170887 [ 270 ] {fefcabad-6d0c-4141-ba8e-bccf15d4e4a4} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2598 2024.11.26 23:33:23.171145 [ 270 ] {fefcabad-6d0c-4141-ba8e-bccf15d4e4a4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002768 sec., 14812.1387283237 rows/sec., 26.54 MiB/sec.
2599 2024.11.26 23:33:23.171258 [ 270 ] {fefcabad-6d0c-4141-ba8e-bccf15d4e4a4} <Debug> TCPHandler: Processed in 0.003048758 sec.
2600 2024.11.26 23:33:23.171432 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2601 2024.11.26 23:33:23.171560 [ 268 ] {e92acd58-86ac-4b45-8132-1b37374a4116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2602 2024.11.26 23:33:23.171615 [ 268 ] {e92acd58-86ac-4b45-8132-1b37374a4116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2603 2024.11.26 23:33:23.172124 [ 268 ] {e92acd58-86ac-4b45-8132-1b37374a4116} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2604 2024.11.26 23:33:23.172165 [ 268 ] {e92acd58-86ac-4b45-8132-1b37374a4116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2605 2024.11.26 23:33:23.172556 [ 268 ] {e92acd58-86ac-4b45-8132-1b37374a4116} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2606 2024.11.26 23:33:23.172816 [ 268 ] {e92acd58-86ac-4b45-8132-1b37374a4116} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2607 2024.11.26 23:33:23.173054 [ 268 ] {e92acd58-86ac-4b45-8132-1b37374a4116} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001519 sec., 9874.917709019091 rows/sec., 716.19 KiB/sec.
2608 2024.11.26 23:33:23.173117 [ 268 ] {e92acd58-86ac-4b45-8132-1b37374a4116} <Debug> TCPHandler: Processed in 0.001744386 sec.
2609 2024.11.26 23:33:23.173261 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2610 2024.11.26 23:33:23.173382 [ 270 ] {7975814c-a321-4c73-a95e-c63e4ed17f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2611 2024.11.26 23:33:23.173436 [ 270 ] {7975814c-a321-4c73-a95e-c63e4ed17f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2612 2024.11.26 23:33:23.173939 [ 270 ] {7975814c-a321-4c73-a95e-c63e4ed17f99} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2613 2024.11.26 23:33:23.173980 [ 270 ] {7975814c-a321-4c73-a95e-c63e4ed17f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2614 2024.11.26 23:33:23.174365 [ 270 ] {7975814c-a321-4c73-a95e-c63e4ed17f99} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2615 2024.11.26 23:33:23.174620 [ 270 ] {7975814c-a321-4c73-a95e-c63e4ed17f99} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2616 2024.11.26 23:33:23.174853 [ 270 ] {7975814c-a321-4c73-a95e-c63e4ed17f99} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001497 sec., 20040.080160320642 rows/sec., 1.35 MiB/sec.
2617 2024.11.26 23:33:23.174946 [ 270 ] {7975814c-a321-4c73-a95e-c63e4ed17f99} <Debug> TCPHandler: Processed in 0.001742027 sec.
2618 2024.11.26 23:33:24.552668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 400
2619 2024.11.26 23:33:24.556309 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2620 2024.11.26 23:33:24.556369 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2621 2024.11.26 23:33:24.557927 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2622 2024.11.26 23:33:24.558275 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2623 2024.11.26 23:33:24.559267 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400
2624 2024.11.26 23:33:25.719213 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2625 2024.11.26 23:33:25.719406 [ 268 ] {6ffec88e-58ab-4729-bf1b-2eca578f50a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2626 2024.11.26 23:33:25.719479 [ 268 ] {6ffec88e-58ab-4729-bf1b-2eca578f50a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2627 2024.11.26 23:33:25.720229 [ 268 ] {6ffec88e-58ab-4729-bf1b-2eca578f50a4} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2628 2024.11.26 23:33:25.720282 [ 268 ] {6ffec88e-58ab-4729-bf1b-2eca578f50a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2629 2024.11.26 23:33:25.720717 [ 268 ] {6ffec88e-58ab-4729-bf1b-2eca578f50a4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2630 2024.11.26 23:33:25.720980 [ 268 ] {6ffec88e-58ab-4729-bf1b-2eca578f50a4} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2631 2024.11.26 23:33:25.721164 [ 91 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2632 2024.11.26 23:33:25.721228 [ 268 ] {6ffec88e-58ab-4729-bf1b-2eca578f50a4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.30 MiB/sec.
2633 2024.11.26 23:33:25.721242 [ 91 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2634 2024.11.26 23:33:25.721313 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2635 2024.11.26 23:33:25.721368 [ 268 ] {6ffec88e-58ab-4729-bf1b-2eca578f50a4} <Debug> TCPHandler: Processed in 0.002288462 sec.
2636 2024.11.26 23:33:25.721499 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
2637 2024.11.26 23:33:25.721598 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2638 2024.11.26 23:33:25.721636 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2639 2024.11.26 23:33:25.721655 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1401 rows starting from the beginning of the part
2640 2024.11.26 23:33:25.721949 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 203 rows starting from the beginning of the part
2641 2024.11.26 23:33:25.722012 [ 270 ] {e49e835d-dd4f-4b76-a7d6-515be818dbbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2642 2024.11.26 23:33:25.722275 [ 270 ] {e49e835d-dd4f-4b76-a7d6-515be818dbbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2643 2024.11.26 23:33:25.722301 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 114 rows starting from the beginning of the part
2644 2024.11.26 23:33:25.722649 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 203 rows starting from the beginning of the part
2645 2024.11.26 23:33:25.722991 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1283 rows starting from the beginning of the part
2646 2024.11.26 23:33:25.723253 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part
2647 2024.11.26 23:33:25.725055 [ 270 ] {e49e835d-dd4f-4b76-a7d6-515be818dbbf} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2648 2024.11.26 23:33:25.725144 [ 270 ] {e49e835d-dd4f-4b76-a7d6-515be818dbbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2649 2024.11.26 23:33:25.725915 [ 270 ] {e49e835d-dd4f-4b76-a7d6-515be818dbbf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2650 2024.11.26 23:33:25.726430 [ 270 ] {e49e835d-dd4f-4b76-a7d6-515be818dbbf} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2651 2024.11.26 23:33:25.726610 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3260 rows, containing 5 columns (5 merged, 0 gathered) in 0.005193229 sec., 627740.4674432805 rows/sec., 54.95 MiB/sec.
2652 2024.11.26 23:33:25.726728 [ 91 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2653 2024.11.26 23:33:25.726803 [ 91 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2654 2024.11.26 23:33:25.726885 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2655 2024.11.26 23:33:25.726987 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2656 2024.11.26 23:33:25.727012 [ 270 ] {e49e835d-dd4f-4b76-a7d6-515be818dbbf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005129 sec., 12478.065899785533 rows/sec., 997.32 KiB/sec.
2657 2024.11.26 23:33:25.727270 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
2658 2024.11.26 23:33:25.727372 [ 270 ] {e49e835d-dd4f-4b76-a7d6-515be818dbbf} <Debug> TCPHandler: Processed in 0.005878095 sec.
2659 2024.11.26 23:33:25.727622 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2660 2024.11.26 23:33:25.727642 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2661 2024.11.26 23:33:25.727704 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 874 rows starting from the beginning of the part
2662 2024.11.26 23:33:25.728067 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 382 rows starting from the beginning of the part
2663 2024.11.26 23:33:25.728079 [ 268 ] {da7250cd-fdc9-4413-9613-39bf56b17238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2664 2024.11.26 23:33:25.728237 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2665 2024.11.26 23:33:25.728343 [ 268 ] {da7250cd-fdc9-4413-9613-39bf56b17238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2666 2024.11.26 23:33:25.728531 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 93 rows starting from the beginning of the part
2667 2024.11.26 23:33:25.728823 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_16_3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2668 2024.11.26 23:33:25.729043 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 382 rows starting from the beginning of the part
2669 2024.11.26 23:33:25.729244 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
2670 2024.11.26 23:33:25.729504 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 584 rows starting from the beginning of the part
2671 2024.11.26 23:33:25.729912 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part
2672 2024.11.26 23:33:25.731038 [ 268 ] {da7250cd-fdc9-4413-9613-39bf56b17238} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2673 2024.11.26 23:33:25.731085 [ 268 ] {da7250cd-fdc9-4413-9613-39bf56b17238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2674 2024.11.26 23:33:25.731649 [ 268 ] {da7250cd-fdc9-4413-9613-39bf56b17238} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2675 2024.11.26 23:33:25.731971 [ 268 ] {da7250cd-fdc9-4413-9613-39bf56b17238} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2676 2024.11.26 23:33:25.732090 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2379 rows, containing 5 columns (5 merged, 0 gathered) in 0.005092018 sec., 467201.8048640048 rows/sec., 35.79 MiB/sec.
2677 2024.11.26 23:33:25.732235 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2678 2024.11.26 23:33:25.732350 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2679 2024.11.26 23:33:25.732415 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2680 2024.11.26 23:33:25.732422 [ 268 ] {da7250cd-fdc9-4413-9613-39bf56b17238} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.004594 sec., 18284.719198955157 rows/sec., 1.27 MiB/sec.
2681 2024.11.26 23:33:25.732549 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2682 2024.11.26 23:33:25.733061 [ 268 ] {da7250cd-fdc9-4413-9613-39bf56b17238} <Debug> TCPHandler: Processed in 0.005553822 sec.
2683 2024.11.26 23:33:25.733162 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
2684 2024.11.26 23:33:25.733869 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2685 2024.11.26 23:33:25.733873 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2686 2024.11.26 23:33:25.733971 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2687 2024.11.26 23:33:25.733998 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3975 rows starting from the beginning of the part
2688 2024.11.26 23:33:25.734335 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_16_3} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2689 2024.11.26 23:33:25.734349 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part
2690 2024.11.26 23:33:25.734372 [ 270 ] {4f6f49c1-b2cc-4e09-bd4d-92c893d4a407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2691 2024.11.26 23:33:25.734655 [ 270 ] {4f6f49c1-b2cc-4e09-bd4d-92c893d4a407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2692 2024.11.26 23:33:25.734805 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
2693 2024.11.26 23:33:25.734823 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
2694 2024.11.26 23:33:25.735254 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
2695 2024.11.26 23:33:25.735620 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 927 rows starting from the beginning of the part
2696 2024.11.26 23:33:25.736069 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 84 rows starting from the beginning of the part
2697 2024.11.26 23:33:25.737342 [ 270 ] {4f6f49c1-b2cc-4e09-bd4d-92c893d4a407} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2698 2024.11.26 23:33:25.737391 [ 270 ] {4f6f49c1-b2cc-4e09-bd4d-92c893d4a407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2699 2024.11.26 23:33:25.738284 [ 270 ] {4f6f49c1-b2cc-4e09-bd4d-92c893d4a407} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2700 2024.11.26 23:33:25.738692 [ 270 ] {4f6f49c1-b2cc-4e09-bd4d-92c893d4a407} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2701 2024.11.26 23:33:25.738876 [ 91 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2702 2024.11.26 23:33:25.738993 [ 91 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2703 2024.11.26 23:33:25.739074 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2704 2024.11.26 23:33:25.739126 [ 270 ] {4f6f49c1-b2cc-4e09-bd4d-92c893d4a407} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.004868 sec., 6162.695152013147 rows/sec., 426.69 KiB/sec.
2705 2024.11.26 23:33:25.739369 [ 270 ] {4f6f49c1-b2cc-4e09-bd4d-92c893d4a407} <Debug> TCPHandler: Processed in 0.006123157 sec.
2706 2024.11.26 23:33:25.739523 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
2707 2024.11.26 23:33:25.739669 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2708 2024.11.26 23:33:25.739711 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 606 rows starting from the beginning of the part
2709 2024.11.26 23:33:25.739857 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
2710 2024.11.26 23:33:25.740011 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
2711 2024.11.26 23:33:25.740198 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
2712 2024.11.26 23:33:25.740427 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
2713 2024.11.26 23:33:25.740703 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
2714 2024.11.26 23:33:25.740946 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5620 rows, containing 5 columns (5 merged, 0 gathered) in 0.008400168 sec., 669034.2383628518 rows/sec., 45.14 MiB/sec.
2715 2024.11.26 23:33:25.741450 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2716 2024.11.26 23:33:25.741889 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2717 2024.11.26 23:33:25.742006 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2718 2024.11.26 23:33:25.742126 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB.
2719 2024.11.26 23:33:25.742490 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 4 columns (4 merged, 0 gathered) in 0.00319698 sec., 278387.72841869516 rows/sec., 18.26 MiB/sec.
2720 2024.11.26 23:33:25.742655 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2721 2024.11.26 23:33:25.742940 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_16_3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2722 2024.11.26 23:33:25.743010 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_16_3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2723 2024.11.26 23:33:25.743079 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2724 2024.11.26 23:33:27.021466 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2725 2024.11.26 23:33:27.022142 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2726 2024.11.26 23:33:27.022193 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2727 2024.11.26 23:33:27.022764 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2728 2024.11.26 23:33:27.023113 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2729 2024.11.26 23:33:27.023323 [ 142 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2730 2024.11.26 23:33:27.023423 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2731 2024.11.26 23:33:27.023430 [ 142 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2732 2024.11.26 23:33:27.023473 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2733 2024.11.26 23:33:27.023612 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
2734 2024.11.26 23:33:27.023772 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2735 2024.11.26 23:33:27.023817 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
2736 2024.11.26 23:33:27.023919 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2737 2024.11.26 23:33:27.024124 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2738 2024.11.26 23:33:27.024324 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2739 2024.11.26 23:33:27.024440 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2740 2024.11.26 23:33:27.024543 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2741 2024.11.26 23:33:27.026288 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002743966 sec., 1867370.0767429334 rows/sec., 26.71 MiB/sec.
2742 2024.11.26 23:33:27.026678 [ 188 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2743 2024.11.26 23:33:27.026997 [ 188 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_11_2} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2744 2024.11.26 23:33:27.027094 [ 188 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_11_2} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2745 2024.11.26 23:33:27.027206 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2746 2024.11.26 23:33:27.331363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2747 2024.11.26 23:33:27.353202 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2748 2024.11.26 23:33:27.353267 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2749 2024.11.26 23:33:27.360878 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2750 2024.11.26 23:33:27.361632 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2751 2024.11.26 23:33:27.362013 [ 142 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2752 2024.11.26 23:33:27.362148 [ 142 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2753 2024.11.26 23:33:27.362230 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB.
2754 2024.11.26 23:33:27.362658 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
2755 2024.11.26 23:33:27.371285 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2756 2024.11.26 23:33:27.372414 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2757 2024.11.26 23:33:27.373296 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
2758 2024.11.26 23:33:27.378230 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
2759 2024.11.26 23:33:27.382864 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
2760 2024.11.26 23:33:27.387858 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
2761 2024.11.26 23:33:27.394514 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
2762 2024.11.26 23:33:27.399160 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
2763 2024.11.26 23:33:27.461714 [ 193 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.099341408 sec., 835.5025529736804 rows/sec., 4.32 MiB/sec.
2764 2024.11.26 23:33:27.464284 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2765 2024.11.26 23:33:27.467497 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_11_2} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2766 2024.11.26 23:33:27.467640 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_11_2} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2767 2024.11.26 23:33:27.470067 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB.
2768 2024.11.26 23:33:28.000191 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.02 MiB, peak 180.89 MiB, free memory in arenas 0.00 B, will set to 173.48 MiB (RSS), difference: 2.47 MiB
2769 2024.11.26 23:33:30.728494 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2770 2024.11.26 23:33:30.728703 [ 268 ] {e0a924da-d1da-42db-ba65-0e95416c5957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2771 2024.11.26 23:33:30.728782 [ 268 ] {e0a924da-d1da-42db-ba65-0e95416c5957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2772 2024.11.26 23:33:30.729581 [ 268 ] {e0a924da-d1da-42db-ba65-0e95416c5957} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2773 2024.11.26 23:33:30.729623 [ 268 ] {e0a924da-d1da-42db-ba65-0e95416c5957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2774 2024.11.26 23:33:30.730060 [ 268 ] {e0a924da-d1da-42db-ba65-0e95416c5957} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2775 2024.11.26 23:33:30.730336 [ 268 ] {e0a924da-d1da-42db-ba65-0e95416c5957} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2776 2024.11.26 23:33:30.730610 [ 268 ] {e0a924da-d1da-42db-ba65-0e95416c5957} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00196 sec., 7142.857142857143 rows/sec., 514.19 KiB/sec.
2777 2024.11.26 23:33:30.730749 [ 268 ] {e0a924da-d1da-42db-ba65-0e95416c5957} <Debug> TCPHandler: Processed in 0.002392952 sec.
2778 2024.11.26 23:33:30.730995 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2779 2024.11.26 23:33:30.731188 [ 270 ] {0dcfae0b-246b-421c-92d1-8151ab097015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2780 2024.11.26 23:33:30.731261 [ 270 ] {0dcfae0b-246b-421c-92d1-8151ab097015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2781 2024.11.26 23:33:30.732099 [ 270 ] {0dcfae0b-246b-421c-92d1-8151ab097015} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2782 2024.11.26 23:33:30.732150 [ 270 ] {0dcfae0b-246b-421c-92d1-8151ab097015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2783 2024.11.26 23:33:30.732620 [ 270 ] {0dcfae0b-246b-421c-92d1-8151ab097015} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2784 2024.11.26 23:33:30.732885 [ 270 ] {0dcfae0b-246b-421c-92d1-8151ab097015} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2785 2024.11.26 23:33:30.733123 [ 270 ] {0dcfae0b-246b-421c-92d1-8151ab097015} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00199 sec., 102010.05025125628 rows/sec., 8.83 MiB/sec.
2786 2024.11.26 23:33:30.733189 [ 270 ] {0dcfae0b-246b-421c-92d1-8151ab097015} <Debug> TCPHandler: Processed in 0.002323482 sec.
2787 2024.11.26 23:33:30.733323 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2788 2024.11.26 23:33:30.733456 [ 268 ] {d856e6e7-277e-412a-9b2e-c46c28b90d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2789 2024.11.26 23:33:30.733516 [ 268 ] {d856e6e7-277e-412a-9b2e-c46c28b90d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2790 2024.11.26 23:33:30.734229 [ 268 ] {d856e6e7-277e-412a-9b2e-c46c28b90d42} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2791 2024.11.26 23:33:30.734275 [ 268 ] {d856e6e7-277e-412a-9b2e-c46c28b90d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2792 2024.11.26 23:33:30.734655 [ 268 ] {d856e6e7-277e-412a-9b2e-c46c28b90d42} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2793 2024.11.26 23:33:30.734898 [ 268 ] {d856e6e7-277e-412a-9b2e-c46c28b90d42} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2794 2024.11.26 23:33:30.735187 [ 268 ] {d856e6e7-277e-412a-9b2e-c46c28b90d42} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001737 sec., 4029.936672423719 rows/sec., 262.55 KiB/sec.
2795 2024.11.26 23:33:30.735345 [ 268 ] {d856e6e7-277e-412a-9b2e-c46c28b90d42} <Debug> TCPHandler: Processed in 0.002076339 sec.
2796 2024.11.26 23:33:30.735563 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2797 2024.11.26 23:33:30.735772 [ 270 ] {0314ba84-dea6-41b4-a007-0cf44e7b1268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2798 2024.11.26 23:33:30.735858 [ 270 ] {0314ba84-dea6-41b4-a007-0cf44e7b1268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2799 2024.11.26 23:33:30.736679 [ 270 ] {0314ba84-dea6-41b4-a007-0cf44e7b1268} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2800 2024.11.26 23:33:30.736721 [ 270 ] {0314ba84-dea6-41b4-a007-0cf44e7b1268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2801 2024.11.26 23:33:30.737096 [ 270 ] {0314ba84-dea6-41b4-a007-0cf44e7b1268} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2802 2024.11.26 23:33:30.737338 [ 270 ] {0314ba84-dea6-41b4-a007-0cf44e7b1268} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2803 2024.11.26 23:33:30.737556 [ 270 ] {0314ba84-dea6-41b4-a007-0cf44e7b1268} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001838 sec., 7616.974972796518 rows/sec., 533.44 KiB/sec.
2804 2024.11.26 23:33:30.737611 [ 270 ] {0314ba84-dea6-41b4-a007-0cf44e7b1268} <Debug> TCPHandler: Processed in 0.0021529 sec.
2805 2024.11.26 23:33:30.737754 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2806 2024.11.26 23:33:30.737893 [ 268 ] {4904bda3-3cec-4480-b95a-635fa3a6f6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2807 2024.11.26 23:33:30.737950 [ 268 ] {4904bda3-3cec-4480-b95a-635fa3a6f6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2808 2024.11.26 23:33:30.738593 [ 268 ] {4904bda3-3cec-4480-b95a-635fa3a6f6bb} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2809 2024.11.26 23:33:30.738632 [ 268 ] {4904bda3-3cec-4480-b95a-635fa3a6f6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2810 2024.11.26 23:33:30.738998 [ 268 ] {4904bda3-3cec-4480-b95a-635fa3a6f6bb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2811 2024.11.26 23:33:30.739247 [ 268 ] {4904bda3-3cec-4480-b95a-635fa3a6f6bb} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2812 2024.11.26 23:33:30.739547 [ 268 ] {4904bda3-3cec-4480-b95a-635fa3a6f6bb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00166 sec., 7831.325301204819 rows/sec., 488.28 KiB/sec.
2813 2024.11.26 23:33:30.739678 [ 268 ] {4904bda3-3cec-4480-b95a-635fa3a6f6bb} <Debug> TCPHandler: Processed in 0.001990469 sec.
2814 2024.11.26 23:33:30.739889 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2815 2024.11.26 23:33:30.740114 [ 270 ] {29f917c2-511d-4d19-9e65-4c010d7ea239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2816 2024.11.26 23:33:30.740205 [ 270 ] {29f917c2-511d-4d19-9e65-4c010d7ea239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2817 2024.11.26 23:33:30.741010 [ 270 ] {29f917c2-511d-4d19-9e65-4c010d7ea239} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2818 2024.11.26 23:33:30.741050 [ 270 ] {29f917c2-511d-4d19-9e65-4c010d7ea239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2819 2024.11.26 23:33:30.741441 [ 270 ] {29f917c2-511d-4d19-9e65-4c010d7ea239} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2820 2024.11.26 23:33:30.741688 [ 270 ] {29f917c2-511d-4d19-9e65-4c010d7ea239} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2821 2024.11.26 23:33:30.741909 [ 270 ] {29f917c2-511d-4d19-9e65-4c010d7ea239} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00185 sec., 206486.48648648648 rows/sec., 14.61 MiB/sec.
2822 2024.11.26 23:33:30.741962 [ 270 ] {29f917c2-511d-4d19-9e65-4c010d7ea239} <Debug> TCPHandler: Processed in 0.002186901 sec.
2823 2024.11.26 23:33:30.742096 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2824 2024.11.26 23:33:30.742213 [ 268 ] {31fac68a-c661-42e2-8e96-18485ad6cb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2825 2024.11.26 23:33:30.742264 [ 268 ] {31fac68a-c661-42e2-8e96-18485ad6cb5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2826 2024.11.26 23:33:30.742753 [ 268 ] {31fac68a-c661-42e2-8e96-18485ad6cb5a} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2827 2024.11.26 23:33:30.742796 [ 268 ] {31fac68a-c661-42e2-8e96-18485ad6cb5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2828 2024.11.26 23:33:30.743169 [ 268 ] {31fac68a-c661-42e2-8e96-18485ad6cb5a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2829 2024.11.26 23:33:30.743409 [ 268 ] {31fac68a-c661-42e2-8e96-18485ad6cb5a} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2830 2024.11.26 23:33:30.743565 [ 75 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2831 2024.11.26 23:33:30.743645 [ 268 ] {31fac68a-c661-42e2-8e96-18485ad6cb5a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 216.49 KiB/sec.
2832 2024.11.26 23:33:30.743652 [ 75 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2833 2024.11.26 23:33:30.743728 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2834 2024.11.26 23:33:30.743752 [ 268 ] {31fac68a-c661-42e2-8e96-18485ad6cb5a} <Debug> TCPHandler: Processed in 0.001708956 sec.
2835 2024.11.26 23:33:30.743883 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
2836 2024.11.26 23:33:30.744005 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2837 2024.11.26 23:33:30.744027 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2838 2024.11.26 23:33:30.744068 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
2839 2024.11.26 23:33:30.744190 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
2840 2024.11.26 23:33:30.744252 [ 270 ] {292c84ef-5c54-4a93-9f85-07400b65a24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2841 2024.11.26 23:33:30.744475 [ 270 ] {292c84ef-5c54-4a93-9f85-07400b65a24b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2842 2024.11.26 23:33:30.744490 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
2843 2024.11.26 23:33:30.744799 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
2844 2024.11.26 23:33:30.745158 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
2845 2024.11.26 23:33:30.745557 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
2846 2024.11.26 23:33:30.747021 [ 270 ] {292c84ef-5c54-4a93-9f85-07400b65a24b} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2847 2024.11.26 23:33:30.747069 [ 270 ] {292c84ef-5c54-4a93-9f85-07400b65a24b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2848 2024.11.26 23:33:30.747760 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003952227 sec., 9108.788538715007 rows/sec., 475.90 KiB/sec.
2849 2024.11.26 23:33:30.747833 [ 270 ] {292c84ef-5c54-4a93-9f85-07400b65a24b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2850 2024.11.26 23:33:30.747867 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2851 2024.11.26 23:33:30.748126 [ 270 ] {292c84ef-5c54-4a93-9f85-07400b65a24b} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2852 2024.11.26 23:33:30.748184 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_6_1} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2853 2024.11.26 23:33:30.748335 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_6_1} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2854 2024.11.26 23:33:30.748552 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2855 2024.11.26 23:33:30.748629 [ 270 ] {292c84ef-5c54-4a93-9f85-07400b65a24b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004458 sec., 53162.853297442794 rows/sec., 3.56 MiB/sec.
2856 2024.11.26 23:33:30.748838 [ 270 ] {292c84ef-5c54-4a93-9f85-07400b65a24b} <Debug> TCPHandler: Processed in 0.004916996 sec.
2857 2024.11.26 23:33:30.749094 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2858 2024.11.26 23:33:30.749333 [ 268 ] {2cbb0b84-13b2-4397-9e75-bdf4aa4eeb3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2859 2024.11.26 23:33:30.749426 [ 268 ] {2cbb0b84-13b2-4397-9e75-bdf4aa4eeb3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2860 2024.11.26 23:33:30.749921 [ 268 ] {2cbb0b84-13b2-4397-9e75-bdf4aa4eeb3b} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2861 2024.11.26 23:33:30.749961 [ 268 ] {2cbb0b84-13b2-4397-9e75-bdf4aa4eeb3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2862 2024.11.26 23:33:30.750348 [ 268 ] {2cbb0b84-13b2-4397-9e75-bdf4aa4eeb3b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2863 2024.11.26 23:33:30.750592 [ 268 ] {2cbb0b84-13b2-4397-9e75-bdf4aa4eeb3b} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2864 2024.11.26 23:33:30.750806 [ 268 ] {2cbb0b84-13b2-4397-9e75-bdf4aa4eeb3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00153 sec., 653.5947712418301 rows/sec., 44.04 KiB/sec.
2865 2024.11.26 23:33:30.750860 [ 268 ] {2cbb0b84-13b2-4397-9e75-bdf4aa4eeb3b} <Debug> TCPHandler: Processed in 0.001881728 sec.
2866 2024.11.26 23:33:30.751070 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2867 2024.11.26 23:33:30.751295 [ 270 ] {0f164d53-b0c9-43a4-83b0-7948b5bede80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2868 2024.11.26 23:33:30.751391 [ 270 ] {0f164d53-b0c9-43a4-83b0-7948b5bede80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2869 2024.11.26 23:33:30.751876 [ 270 ] {0f164d53-b0c9-43a4-83b0-7948b5bede80} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2870 2024.11.26 23:33:30.751916 [ 270 ] {0f164d53-b0c9-43a4-83b0-7948b5bede80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2871 2024.11.26 23:33:30.752289 [ 270 ] {0f164d53-b0c9-43a4-83b0-7948b5bede80} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2872 2024.11.26 23:33:30.752533 [ 270 ] {0f164d53-b0c9-43a4-83b0-7948b5bede80} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2873 2024.11.26 23:33:30.752745 [ 270 ] {0f164d53-b0c9-43a4-83b0-7948b5bede80} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec.
2874 2024.11.26 23:33:30.752795 [ 270 ] {0f164d53-b0c9-43a4-83b0-7948b5bede80} <Debug> TCPHandler: Processed in 0.001835167 sec.
2875 2024.11.26 23:33:34.454498 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
2876 2024.11.26 23:33:34.454569 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
2877 2024.11.26 23:33:34.523706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2878 2024.11.26 23:33:34.524700 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2879 2024.11.26 23:33:34.524744 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2880 2024.11.26 23:33:34.525282 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2881 2024.11.26 23:33:34.525535 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2882 2024.11.26 23:33:34.525767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2883 2024.11.26 23:33:34.559763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 428
2884 2024.11.26 23:33:34.562789 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2885 2024.11.26 23:33:34.562833 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2886 2024.11.26 23:33:34.564314 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2887 2024.11.26 23:33:34.564639 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2888 2024.11.26 23:33:34.565492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428
2889 2024.11.26 23:33:34.871486 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2890 2024.11.26 23:33:34.890152 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2891 2024.11.26 23:33:34.890209 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2892 2024.11.26 23:33:34.897366 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2893 2024.11.26 23:33:34.898117 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2894 2024.11.26 23:33:34.900598 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2895 2024.11.26 23:33:35.726328 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2896 2024.11.26 23:33:35.726516 [ 268 ] {f4365efa-8cf0-4ac6-aa32-cc08bddc2af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2897 2024.11.26 23:33:35.726588 [ 268 ] {f4365efa-8cf0-4ac6-aa32-cc08bddc2af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2898 2024.11.26 23:33:35.727408 [ 268 ] {f4365efa-8cf0-4ac6-aa32-cc08bddc2af3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2899 2024.11.26 23:33:35.727448 [ 268 ] {f4365efa-8cf0-4ac6-aa32-cc08bddc2af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2900 2024.11.26 23:33:35.727903 [ 268 ] {f4365efa-8cf0-4ac6-aa32-cc08bddc2af3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2901 2024.11.26 23:33:35.728167 [ 268 ] {f4365efa-8cf0-4ac6-aa32-cc08bddc2af3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2902 2024.11.26 23:33:35.728412 [ 268 ] {f4365efa-8cf0-4ac6-aa32-cc08bddc2af3} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.00194 sec., 71134.0206185567 rows/sec., 6.14 MiB/sec.
2903 2024.11.26 23:33:35.728632 [ 268 ] {f4365efa-8cf0-4ac6-aa32-cc08bddc2af3} <Debug> TCPHandler: Processed in 0.002426083 sec.
2904 2024.11.26 23:33:35.728893 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2905 2024.11.26 23:33:35.729089 [ 270 ] {05ac43a0-588e-4d12-bdcd-d1b1a20698a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2906 2024.11.26 23:33:35.729167 [ 270 ] {05ac43a0-588e-4d12-bdcd-d1b1a20698a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2907 2024.11.26 23:33:35.729947 [ 270 ] {05ac43a0-588e-4d12-bdcd-d1b1a20698a7} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2908 2024.11.26 23:33:35.730002 [ 270 ] {05ac43a0-588e-4d12-bdcd-d1b1a20698a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2909 2024.11.26 23:33:35.730449 [ 270 ] {05ac43a0-588e-4d12-bdcd-d1b1a20698a7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2910 2024.11.26 23:33:35.730721 [ 270 ] {05ac43a0-588e-4d12-bdcd-d1b1a20698a7} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2911 2024.11.26 23:33:35.730959 [ 270 ] {05ac43a0-588e-4d12-bdcd-d1b1a20698a7} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001923 sec., 21320.852834113364 rows/sec., 1.57 MiB/sec.
2912 2024.11.26 23:33:35.731028 [ 270 ] {05ac43a0-588e-4d12-bdcd-d1b1a20698a7} <Debug> TCPHandler: Processed in 0.002266801 sec.
2913 2024.11.26 23:33:35.731203 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2914 2024.11.26 23:33:35.731345 [ 268 ] {f62ee5d2-7a9a-4c37-b975-cf81d129d07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2915 2024.11.26 23:33:35.731404 [ 268 ] {f62ee5d2-7a9a-4c37-b975-cf81d129d07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2916 2024.11.26 23:33:35.732188 [ 268 ] {f62ee5d2-7a9a-4c37-b975-cf81d129d07b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2917 2024.11.26 23:33:35.732226 [ 268 ] {f62ee5d2-7a9a-4c37-b975-cf81d129d07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2918 2024.11.26 23:33:35.732588 [ 268 ] {f62ee5d2-7a9a-4c37-b975-cf81d129d07b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2919 2024.11.26 23:33:35.732832 [ 268 ] {f62ee5d2-7a9a-4c37-b975-cf81d129d07b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2920 2024.11.26 23:33:35.733024 [ 268 ] {f62ee5d2-7a9a-4c37-b975-cf81d129d07b} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001712 sec., 61331.77570093458 rows/sec., 4.79 MiB/sec.
2921 2024.11.26 23:33:35.733074 [ 268 ] {f62ee5d2-7a9a-4c37-b975-cf81d129d07b} <Debug> TCPHandler: Processed in 0.001941128 sec.
2922 2024.11.26 23:33:35.733232 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2923 2024.11.26 23:33:35.733379 [ 270 ] {954f6b7b-5589-4745-81cf-13943d971cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2924 2024.11.26 23:33:35.733447 [ 270 ] {954f6b7b-5589-4745-81cf-13943d971cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2925 2024.11.26 23:33:35.734083 [ 270 ] {954f6b7b-5589-4745-81cf-13943d971cce} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2926 2024.11.26 23:33:35.734126 [ 270 ] {954f6b7b-5589-4745-81cf-13943d971cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2927 2024.11.26 23:33:35.734574 [ 270 ] {954f6b7b-5589-4745-81cf-13943d971cce} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2928 2024.11.26 23:33:35.734834 [ 270 ] {954f6b7b-5589-4745-81cf-13943d971cce} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2929 2024.11.26 23:33:35.735091 [ 270 ] {954f6b7b-5589-4745-81cf-13943d971cce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001741 sec., 91901.20620333143 rows/sec., 6.40 MiB/sec.
2930 2024.11.26 23:33:35.735326 [ 270 ] {954f6b7b-5589-4745-81cf-13943d971cce} <Debug> TCPHandler: Processed in 0.00215896 sec.
2931 2024.11.26 23:33:35.735497 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2932 2024.11.26 23:33:35.735624 [ 268 ] {e62dc51a-1561-4c1c-856e-4bec99bdd3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2933 2024.11.26 23:33:35.735707 [ 268 ] {e62dc51a-1561-4c1c-856e-4bec99bdd3c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2934 2024.11.26 23:33:35.736908 [ 268 ] {e62dc51a-1561-4c1c-856e-4bec99bdd3c7} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2935 2024.11.26 23:33:35.736947 [ 268 ] {e62dc51a-1561-4c1c-856e-4bec99bdd3c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2936 2024.11.26 23:33:35.737676 [ 268 ] {e62dc51a-1561-4c1c-856e-4bec99bdd3c7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2937 2024.11.26 23:33:35.737941 [ 268 ] {e62dc51a-1561-4c1c-856e-4bec99bdd3c7} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2938 2024.11.26 23:33:35.738204 [ 268 ] {e62dc51a-1561-4c1c-856e-4bec99bdd3c7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.0026 sec., 15769.23076923077 rows/sec., 28.26 MiB/sec.
2939 2024.11.26 23:33:35.738317 [ 268 ] {e62dc51a-1561-4c1c-856e-4bec99bdd3c7} <Debug> TCPHandler: Processed in 0.002890387 sec.
2940 2024.11.26 23:33:35.738473 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2941 2024.11.26 23:33:35.738612 [ 270 ] {7a1f16ff-b2be-406c-9efe-4f37379fb4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2942 2024.11.26 23:33:35.738673 [ 270 ] {7a1f16ff-b2be-406c-9efe-4f37379fb4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2943 2024.11.26 23:33:35.739270 [ 270 ] {7a1f16ff-b2be-406c-9efe-4f37379fb4ab} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2944 2024.11.26 23:33:35.739316 [ 270 ] {7a1f16ff-b2be-406c-9efe-4f37379fb4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2945 2024.11.26 23:33:35.739740 [ 270 ] {7a1f16ff-b2be-406c-9efe-4f37379fb4ab} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2946 2024.11.26 23:33:35.739984 [ 270 ] {7a1f16ff-b2be-406c-9efe-4f37379fb4ab} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2947 2024.11.26 23:33:35.740230 [ 270 ] {7a1f16ff-b2be-406c-9efe-4f37379fb4ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001639 sec., 36607.68761439902 rows/sec., 2.47 MiB/sec.
2948 2024.11.26 23:33:35.740429 [ 270 ] {7a1f16ff-b2be-406c-9efe-4f37379fb4ab} <Debug> TCPHandler: Processed in 0.002021538 sec.
2949 2024.11.26 23:33:40.729501 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2950 2024.11.26 23:33:40.729708 [ 268 ] {d2bba4dd-eca6-4507-a232-d9f90039d17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2951 2024.11.26 23:33:40.729781 [ 268 ] {d2bba4dd-eca6-4507-a232-d9f90039d17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2952 2024.11.26 23:33:40.730524 [ 268 ] {d2bba4dd-eca6-4507-a232-d9f90039d17d} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2953 2024.11.26 23:33:40.730574 [ 268 ] {d2bba4dd-eca6-4507-a232-d9f90039d17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2954 2024.11.26 23:33:40.731002 [ 268 ] {d2bba4dd-eca6-4507-a232-d9f90039d17d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2955 2024.11.26 23:33:40.731257 [ 268 ] {d2bba4dd-eca6-4507-a232-d9f90039d17d} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2956 2024.11.26 23:33:40.731483 [ 268 ] {d2bba4dd-eca6-4507-a232-d9f90039d17d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001828 sec., 7658.643326039388 rows/sec., 551.32 KiB/sec.
2957 2024.11.26 23:33:40.731540 [ 268 ] {d2bba4dd-eca6-4507-a232-d9f90039d17d} <Debug> TCPHandler: Processed in 0.00217554 sec.
2958 2024.11.26 23:33:40.731799 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2959 2024.11.26 23:33:40.732022 [ 270 ] {f03bbf12-be2a-4fb1-a8cc-8c342e1ccaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2960 2024.11.26 23:33:40.732114 [ 270 ] {f03bbf12-be2a-4fb1-a8cc-8c342e1ccaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2961 2024.11.26 23:33:40.732928 [ 270 ] {f03bbf12-be2a-4fb1-a8cc-8c342e1ccaa1} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2962 2024.11.26 23:33:40.732982 [ 270 ] {f03bbf12-be2a-4fb1-a8cc-8c342e1ccaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2963 2024.11.26 23:33:40.733409 [ 270 ] {f03bbf12-be2a-4fb1-a8cc-8c342e1ccaa1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2964 2024.11.26 23:33:40.733663 [ 270 ] {f03bbf12-be2a-4fb1-a8cc-8c342e1ccaa1} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2965 2024.11.26 23:33:40.733883 [ 270 ] {f03bbf12-be2a-4fb1-a8cc-8c342e1ccaa1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001927 sec., 1037.8827192527244 rows/sec., 84.63 KiB/sec.
2966 2024.11.26 23:33:40.733940 [ 270 ] {f03bbf12-be2a-4fb1-a8cc-8c342e1ccaa1} <Debug> TCPHandler: Processed in 0.002285771 sec.
2967 2024.11.26 23:33:40.734130 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2968 2024.11.26 23:33:40.734275 [ 268 ] {2b15e3b1-443e-43b0-b8f2-6eff20272260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2969 2024.11.26 23:33:40.734332 [ 268 ] {2b15e3b1-443e-43b0-b8f2-6eff20272260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2970 2024.11.26 23:33:40.735063 [ 268 ] {2b15e3b1-443e-43b0-b8f2-6eff20272260} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2971 2024.11.26 23:33:40.735102 [ 268 ] {2b15e3b1-443e-43b0-b8f2-6eff20272260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2972 2024.11.26 23:33:40.735469 [ 268 ] {2b15e3b1-443e-43b0-b8f2-6eff20272260} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2973 2024.11.26 23:33:40.735719 [ 268 ] {2b15e3b1-443e-43b0-b8f2-6eff20272260} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2974 2024.11.26 23:33:40.735966 [ 268 ] {2b15e3b1-443e-43b0-b8f2-6eff20272260} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001714 sec., 119019.8366394399 rows/sec., 10.29 MiB/sec.
2975 2024.11.26 23:33:40.736081 [ 268 ] {2b15e3b1-443e-43b0-b8f2-6eff20272260} <Debug> TCPHandler: Processed in 0.002016178 sec.
2976 2024.11.26 23:33:40.736304 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2977 2024.11.26 23:33:40.736439 [ 270 ] {36851aed-05c8-4acf-a302-796c2e13867e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2978 2024.11.26 23:33:40.736499 [ 270 ] {36851aed-05c8-4acf-a302-796c2e13867e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2979 2024.11.26 23:33:40.737129 [ 270 ] {36851aed-05c8-4acf-a302-796c2e13867e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2980 2024.11.26 23:33:40.737170 [ 270 ] {36851aed-05c8-4acf-a302-796c2e13867e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2981 2024.11.26 23:33:40.737551 [ 270 ] {36851aed-05c8-4acf-a302-796c2e13867e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2982 2024.11.26 23:33:40.737795 [ 270 ] {36851aed-05c8-4acf-a302-796c2e13867e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2983 2024.11.26 23:33:40.738086 [ 270 ] {36851aed-05c8-4acf-a302-796c2e13867e} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001676 sec., 5369.928400954654 rows/sec., 355.43 KiB/sec.
2984 2024.11.26 23:33:40.738293 [ 270 ] {36851aed-05c8-4acf-a302-796c2e13867e} <Debug> TCPHandler: Processed in 0.00210266 sec.
2985 2024.11.26 23:33:40.738447 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2986 2024.11.26 23:33:40.738585 [ 268 ] {08a23c40-db76-474b-9336-bb6d81f54e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2987 2024.11.26 23:33:40.738642 [ 268 ] {08a23c40-db76-474b-9336-bb6d81f54e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2988 2024.11.26 23:33:40.739319 [ 268 ] {08a23c40-db76-474b-9336-bb6d81f54e6c} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2989 2024.11.26 23:33:40.739358 [ 268 ] {08a23c40-db76-474b-9336-bb6d81f54e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2990 2024.11.26 23:33:40.739715 [ 268 ] {08a23c40-db76-474b-9336-bb6d81f54e6c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2991 2024.11.26 23:33:40.739983 [ 268 ] {08a23c40-db76-474b-9336-bb6d81f54e6c} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2992 2024.11.26 23:33:40.740192 [ 268 ] {08a23c40-db76-474b-9336-bb6d81f54e6c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001636 sec., 8557.457212713936 rows/sec., 599.31 KiB/sec.
2993 2024.11.26 23:33:40.740244 [ 268 ] {08a23c40-db76-474b-9336-bb6d81f54e6c} <Debug> TCPHandler: Processed in 0.001862947 sec.
2994 2024.11.26 23:33:40.740386 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2995 2024.11.26 23:33:40.740504 [ 270 ] {be1277bd-622a-4c6c-88ff-c4d0b6af2525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2996 2024.11.26 23:33:40.740553 [ 270 ] {be1277bd-622a-4c6c-88ff-c4d0b6af2525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2997 2024.11.26 23:33:40.741140 [ 270 ] {be1277bd-622a-4c6c-88ff-c4d0b6af2525} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2998 2024.11.26 23:33:40.741181 [ 270 ] {be1277bd-622a-4c6c-88ff-c4d0b6af2525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
2999 2024.11.26 23:33:40.741546 [ 270 ] {be1277bd-622a-4c6c-88ff-c4d0b6af2525} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3000 2024.11.26 23:33:40.741792 [ 270 ] {be1277bd-622a-4c6c-88ff-c4d0b6af2525} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3001 2024.11.26 23:33:40.742089 [ 270 ] {be1277bd-622a-4c6c-88ff-c4d0b6af2525} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001578 sec., 8238.276299112802 rows/sec., 513.65 KiB/sec.
3002 2024.11.26 23:33:40.742221 [ 270 ] {be1277bd-622a-4c6c-88ff-c4d0b6af2525} <Debug> TCPHandler: Processed in 0.001891048 sec.
3003 2024.11.26 23:33:40.742378 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3004 2024.11.26 23:33:40.742516 [ 268 ] {6f61bcb4-b56a-4fc4-9278-a7d8bb450fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3005 2024.11.26 23:33:40.742574 [ 268 ] {6f61bcb4-b56a-4fc4-9278-a7d8bb450fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3006 2024.11.26 23:33:40.743316 [ 268 ] {6f61bcb4-b56a-4fc4-9278-a7d8bb450fa4} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3007 2024.11.26 23:33:40.743355 [ 268 ] {6f61bcb4-b56a-4fc4-9278-a7d8bb450fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3008 2024.11.26 23:33:40.743731 [ 268 ] {6f61bcb4-b56a-4fc4-9278-a7d8bb450fa4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3009 2024.11.26 23:33:40.743980 [ 268 ] {6f61bcb4-b56a-4fc4-9278-a7d8bb450fa4} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3010 2024.11.26 23:33:40.744188 [ 268 ] {6f61bcb4-b56a-4fc4-9278-a7d8bb450fa4} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001702 sec., 225616.92126909518 rows/sec., 15.98 MiB/sec.
3011 2024.11.26 23:33:40.744241 [ 268 ] {6f61bcb4-b56a-4fc4-9278-a7d8bb450fa4} <Debug> TCPHandler: Processed in 0.001932538 sec.
3012 2024.11.26 23:33:40.744385 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3013 2024.11.26 23:33:40.744502 [ 270 ] {829ee1aa-9bf7-45ee-958c-89a6636afa06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3014 2024.11.26 23:33:40.744554 [ 270 ] {829ee1aa-9bf7-45ee-958c-89a6636afa06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3015 2024.11.26 23:33:40.745066 [ 270 ] {829ee1aa-9bf7-45ee-958c-89a6636afa06} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3016 2024.11.26 23:33:40.745105 [ 270 ] {829ee1aa-9bf7-45ee-958c-89a6636afa06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3017 2024.11.26 23:33:40.745481 [ 270 ] {829ee1aa-9bf7-45ee-958c-89a6636afa06} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3018 2024.11.26 23:33:40.745723 [ 270 ] {829ee1aa-9bf7-45ee-958c-89a6636afa06} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3019 2024.11.26 23:33:40.746013 [ 270 ] {829ee1aa-9bf7-45ee-958c-89a6636afa06} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec.
3020 2024.11.26 23:33:40.746133 [ 270 ] {829ee1aa-9bf7-45ee-958c-89a6636afa06} <Debug> TCPHandler: Processed in 0.001802797 sec.
3021 2024.11.26 23:33:40.746290 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3022 2024.11.26 23:33:40.746428 [ 268 ] {5b1790f2-2780-4453-8d86-35e0585017a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3023 2024.11.26 23:33:40.746491 [ 268 ] {5b1790f2-2780-4453-8d86-35e0585017a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3024 2024.11.26 23:33:40.747105 [ 268 ] {5b1790f2-2780-4453-8d86-35e0585017a3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3025 2024.11.26 23:33:40.747144 [ 268 ] {5b1790f2-2780-4453-8d86-35e0585017a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3026 2024.11.26 23:33:40.747534 [ 268 ] {5b1790f2-2780-4453-8d86-35e0585017a3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3027 2024.11.26 23:33:40.747776 [ 268 ] {5b1790f2-2780-4453-8d86-35e0585017a3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3028 2024.11.26 23:33:40.748046 [ 268 ] {5b1790f2-2780-4453-8d86-35e0585017a3} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001642 sec., 144945.18879415348 rows/sec., 9.72 MiB/sec.
3029 2024.11.26 23:33:40.748265 [ 268 ] {5b1790f2-2780-4453-8d86-35e0585017a3} <Debug> TCPHandler: Processed in 0.002037989 sec.
3030 2024.11.26 23:33:40.748431 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3031 2024.11.26 23:33:40.748569 [ 270 ] {678ad8c6-454c-43d7-8d2d-e22a4e48aacf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3032 2024.11.26 23:33:40.748632 [ 270 ] {678ad8c6-454c-43d7-8d2d-e22a4e48aacf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3033 2024.11.26 23:33:40.749131 [ 270 ] {678ad8c6-454c-43d7-8d2d-e22a4e48aacf} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3034 2024.11.26 23:33:40.749169 [ 270 ] {678ad8c6-454c-43d7-8d2d-e22a4e48aacf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3035 2024.11.26 23:33:40.749532 [ 270 ] {678ad8c6-454c-43d7-8d2d-e22a4e48aacf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3036 2024.11.26 23:33:40.749777 [ 270 ] {678ad8c6-454c-43d7-8d2d-e22a4e48aacf} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3037 2024.11.26 23:33:40.749997 [ 270 ] {678ad8c6-454c-43d7-8d2d-e22a4e48aacf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec.
3038 2024.11.26 23:33:40.750046 [ 270 ] {678ad8c6-454c-43d7-8d2d-e22a4e48aacf} <Debug> TCPHandler: Processed in 0.001681566 sec.
3039 2024.11.26 23:33:40.750217 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3040 2024.11.26 23:33:40.750356 [ 268 ] {a8e90380-b110-46ca-8d2a-3a37a26bac6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3041 2024.11.26 23:33:40.750416 [ 268 ] {a8e90380-b110-46ca-8d2a-3a37a26bac6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3042 2024.11.26 23:33:40.750947 [ 268 ] {a8e90380-b110-46ca-8d2a-3a37a26bac6d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3043 2024.11.26 23:33:40.750986 [ 268 ] {a8e90380-b110-46ca-8d2a-3a37a26bac6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3044 2024.11.26 23:33:40.751406 [ 268 ] {a8e90380-b110-46ca-8d2a-3a37a26bac6d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3045 2024.11.26 23:33:40.751654 [ 268 ] {a8e90380-b110-46ca-8d2a-3a37a26bac6d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3046 2024.11.26 23:33:40.751930 [ 268 ] {a8e90380-b110-46ca-8d2a-3a37a26bac6d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001582 sec., 51833.1226295828 rows/sec., 3.29 MiB/sec.
3047 2024.11.26 23:33:40.752125 [ 268 ] {a8e90380-b110-46ca-8d2a-3a37a26bac6d} <Debug> TCPHandler: Processed in 0.001972128 sec.
3048 2024.11.26 23:33:42.026009 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
3049 2024.11.26 23:33:42.026762 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3050 2024.11.26 23:33:42.026807 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3051 2024.11.26 23:33:42.027373 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3052 2024.11.26 23:33:42.027629 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3053 2024.11.26 23:33:42.027800 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
3054 2024.11.26 23:33:42.400785 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3055 2024.11.26 23:33:42.420706 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3056 2024.11.26 23:33:42.420769 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB.
3057 2024.11.26 23:33:42.428230 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3058 2024.11.26 23:33:42.428966 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3059 2024.11.26 23:33:42.432286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3060 2024.11.26 23:33:44.565831 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 462
3061 2024.11.26 23:33:44.568911 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3062 2024.11.26 23:33:44.568968 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3063 2024.11.26 23:33:44.570424 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3064 2024.11.26 23:33:44.570736 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3065 2024.11.26 23:33:44.571525 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 462
3066 2024.11.26 23:33:45.726880 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3067 2024.11.26 23:33:45.727076 [ 268 ] {423772e9-6b40-4e29-b281-5815c9e24905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3068 2024.11.26 23:33:45.727154 [ 268 ] {423772e9-6b40-4e29-b281-5815c9e24905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3069 2024.11.26 23:33:45.728007 [ 268 ] {423772e9-6b40-4e29-b281-5815c9e24905} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3070 2024.11.26 23:33:45.728063 [ 268 ] {423772e9-6b40-4e29-b281-5815c9e24905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3071 2024.11.26 23:33:45.728540 [ 268 ] {423772e9-6b40-4e29-b281-5815c9e24905} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3072 2024.11.26 23:33:45.728822 [ 268 ] {423772e9-6b40-4e29-b281-5815c9e24905} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3073 2024.11.26 23:33:45.729063 [ 268 ] {423772e9-6b40-4e29-b281-5815c9e24905} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002043 sec., 67547.72393538913 rows/sec., 5.83 MiB/sec.
3074 2024.11.26 23:33:45.729132 [ 268 ] {423772e9-6b40-4e29-b281-5815c9e24905} <Debug> TCPHandler: Processed in 0.002394673 sec.
3075 2024.11.26 23:33:45.729387 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3076 2024.11.26 23:33:45.729585 [ 270 ] {839da400-ff30-414d-b2bc-6427e1b4164f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3077 2024.11.26 23:33:45.729663 [ 270 ] {839da400-ff30-414d-b2bc-6427e1b4164f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3078 2024.11.26 23:33:45.730446 [ 270 ] {839da400-ff30-414d-b2bc-6427e1b4164f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3079 2024.11.26 23:33:45.730500 [ 270 ] {839da400-ff30-414d-b2bc-6427e1b4164f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3080 2024.11.26 23:33:45.730953 [ 270 ] {839da400-ff30-414d-b2bc-6427e1b4164f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3081 2024.11.26 23:33:45.731217 [ 270 ] {839da400-ff30-414d-b2bc-6427e1b4164f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3082 2024.11.26 23:33:45.731408 [ 55 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3083 2024.11.26 23:33:45.731476 [ 270 ] {839da400-ff30-414d-b2bc-6427e1b4164f} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001942 sec., 21112.255406797118 rows/sec., 1.55 MiB/sec.
3084 2024.11.26 23:33:45.731495 [ 55 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3085 2024.11.26 23:33:45.731563 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3086 2024.11.26 23:33:45.731619 [ 270 ] {839da400-ff30-414d-b2bc-6427e1b4164f} <Debug> TCPHandler: Processed in 0.002364772 sec.
3087 2024.11.26 23:33:45.731955 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
3088 2024.11.26 23:33:45.731964 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3089 2024.11.26 23:33:45.732308 [ 268 ] {8de1cad9-20cf-4680-8b67-d850b5d78924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3090 2024.11.26 23:33:45.732318 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3091 2024.11.26 23:33:45.732404 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 36 rows starting from the beginning of the part
3092 2024.11.26 23:33:45.732412 [ 268 ] {8de1cad9-20cf-4680-8b67-d850b5d78924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3093 2024.11.26 23:33:45.732694 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 51 rows starting from the beginning of the part
3094 2024.11.26 23:33:45.732978 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
3095 2024.11.26 23:33:45.733285 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part
3096 2024.11.26 23:33:45.733645 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 9 rows starting from the beginning of the part
3097 2024.11.26 23:33:45.734091 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part
3098 2024.11.26 23:33:45.735757 [ 268 ] {8de1cad9-20cf-4680-8b67-d850b5d78924} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3099 2024.11.26 23:33:45.735817 [ 268 ] {8de1cad9-20cf-4680-8b67-d850b5d78924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3100 2024.11.26 23:33:45.736982 [ 268 ] {8de1cad9-20cf-4680-8b67-d850b5d78924} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3101 2024.11.26 23:33:45.737445 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005787744 sec., 31964.09516384968 rows/sec., 2.42 MiB/sec.
3102 2024.11.26 23:33:45.737585 [ 268 ] {8de1cad9-20cf-4680-8b67-d850b5d78924} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3103 2024.11.26 23:33:45.737689 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3104 2024.11.26 23:33:45.738100 [ 268 ] {8de1cad9-20cf-4680-8b67-d850b5d78924} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.005868 sec., 17893.66053169734 rows/sec., 1.40 MiB/sec.
3105 2024.11.26 23:33:45.738460 [ 268 ] {8de1cad9-20cf-4680-8b67-d850b5d78924} <Debug> TCPHandler: Processed in 0.006675623 sec.
3106 2024.11.26 23:33:45.738601 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_16_3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3107 2024.11.26 23:33:45.738683 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3108 2024.11.26 23:33:45.738702 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_16_3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3109 2024.11.26 23:33:45.738799 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3110 2024.11.26 23:33:45.738861 [ 270 ] {c5306e41-1762-4465-9c5e-d41707b2b487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3111 2024.11.26 23:33:45.738934 [ 270 ] {c5306e41-1762-4465-9c5e-d41707b2b487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3112 2024.11.26 23:33:45.739733 [ 270 ] {c5306e41-1762-4465-9c5e-d41707b2b487} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3113 2024.11.26 23:33:45.739808 [ 270 ] {c5306e41-1762-4465-9c5e-d41707b2b487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3114 2024.11.26 23:33:45.740319 [ 270 ] {c5306e41-1762-4465-9c5e-d41707b2b487} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3115 2024.11.26 23:33:45.740603 [ 270 ] {c5306e41-1762-4465-9c5e-d41707b2b487} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3116 2024.11.26 23:33:45.740954 [ 270 ] {c5306e41-1762-4465-9c5e-d41707b2b487} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002104 sec., 76045.62737642585 rows/sec., 5.30 MiB/sec.
3117 2024.11.26 23:33:45.741148 [ 270 ] {c5306e41-1762-4465-9c5e-d41707b2b487} <Debug> TCPHandler: Processed in 0.002543944 sec.
3118 2024.11.26 23:33:45.741319 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3119 2024.11.26 23:33:45.741450 [ 268 ] {e657e6ac-79e8-4686-944a-f435c41affde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3120 2024.11.26 23:33:45.741634 [ 268 ] {e657e6ac-79e8-4686-944a-f435c41affde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3121 2024.11.26 23:33:45.742971 [ 268 ] {e657e6ac-79e8-4686-944a-f435c41affde} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3122 2024.11.26 23:33:45.743024 [ 268 ] {e657e6ac-79e8-4686-944a-f435c41affde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3123 2024.11.26 23:33:45.744069 [ 268 ] {e657e6ac-79e8-4686-944a-f435c41affde} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3124 2024.11.26 23:33:45.744355 [ 268 ] {e657e6ac-79e8-4686-944a-f435c41affde} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3125 2024.11.26 23:33:45.744611 [ 268 ] {e657e6ac-79e8-4686-944a-f435c41affde} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003191 sec., 12848.636790974617 rows/sec., 23.02 MiB/sec.
3126 2024.11.26 23:33:45.744762 [ 268 ] {e657e6ac-79e8-4686-944a-f435c41affde} <Debug> TCPHandler: Processed in 0.003508683 sec.
3127 2024.11.26 23:33:45.744937 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3128 2024.11.26 23:33:45.745066 [ 270 ] {0b594461-f486-44dd-b2d7-2ec7ab79c6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3129 2024.11.26 23:33:45.745120 [ 270 ] {0b594461-f486-44dd-b2d7-2ec7ab79c6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3130 2024.11.26 23:33:45.745651 [ 270 ] {0b594461-f486-44dd-b2d7-2ec7ab79c6c8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3131 2024.11.26 23:33:45.745694 [ 270 ] {0b594461-f486-44dd-b2d7-2ec7ab79c6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3132 2024.11.26 23:33:45.746125 [ 270 ] {0b594461-f486-44dd-b2d7-2ec7ab79c6c8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3133 2024.11.26 23:33:45.746381 [ 270 ] {0b594461-f486-44dd-b2d7-2ec7ab79c6c8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3134 2024.11.26 23:33:45.746650 [ 270 ] {0b594461-f486-44dd-b2d7-2ec7ab79c6c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001609 sec., 37290.24238657551 rows/sec., 2.51 MiB/sec.
3135 2024.11.26 23:33:45.746856 [ 270 ] {0b594461-f486-44dd-b2d7-2ec7ab79c6c8} <Debug> TCPHandler: Processed in 0.001980798 sec.
3136 2024.11.26 23:33:49.454623 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
3137 2024.11.26 23:33:49.454711 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
3138 2024.11.26 23:33:49.528044 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3139 2024.11.26 23:33:49.528681 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3140 2024.11.26 23:33:49.528728 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3141 2024.11.26 23:33:49.529252 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3142 2024.11.26 23:33:49.529508 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3143 2024.11.26 23:33:49.529739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3144 2024.11.26 23:33:49.932470 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3145 2024.11.26 23:33:49.954063 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3146 2024.11.26 23:33:49.954125 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3147 2024.11.26 23:33:49.961684 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3148 2024.11.26 23:33:49.962494 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3149 2024.11.26 23:33:49.966053 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3150 2024.11.26 23:33:50.728218 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3151 2024.11.26 23:33:50.728521 [ 268 ] {699d5838-2e33-482e-84db-3d098fde9519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3152 2024.11.26 23:33:50.728638 [ 268 ] {699d5838-2e33-482e-84db-3d098fde9519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3153 2024.11.26 23:33:50.729590 [ 268 ] {699d5838-2e33-482e-84db-3d098fde9519} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3154 2024.11.26 23:33:50.729639 [ 268 ] {699d5838-2e33-482e-84db-3d098fde9519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3155 2024.11.26 23:33:50.730075 [ 268 ] {699d5838-2e33-482e-84db-3d098fde9519} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3156 2024.11.26 23:33:50.730332 [ 268 ] {699d5838-2e33-482e-84db-3d098fde9519} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3157 2024.11.26 23:33:50.730610 [ 268 ] {699d5838-2e33-482e-84db-3d098fde9519} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00217 sec., 6451.612903225806 rows/sec., 464.43 KiB/sec.
3158 2024.11.26 23:33:50.730765 [ 268 ] {699d5838-2e33-482e-84db-3d098fde9519} <Debug> TCPHandler: Processed in 0.002733216 sec.
3159 2024.11.26 23:33:50.731008 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3160 2024.11.26 23:33:50.731219 [ 270 ] {3493a911-9919-4a2a-86f0-4ff3b8e6890a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3161 2024.11.26 23:33:50.731298 [ 270 ] {3493a911-9919-4a2a-86f0-4ff3b8e6890a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3162 2024.11.26 23:33:50.732232 [ 270 ] {3493a911-9919-4a2a-86f0-4ff3b8e6890a} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3163 2024.11.26 23:33:50.732275 [ 270 ] {3493a911-9919-4a2a-86f0-4ff3b8e6890a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3164 2024.11.26 23:33:50.732705 [ 270 ] {3493a911-9919-4a2a-86f0-4ff3b8e6890a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3165 2024.11.26 23:33:50.732959 [ 270 ] {3493a911-9919-4a2a-86f0-4ff3b8e6890a} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3166 2024.11.26 23:33:50.733156 [ 50 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3167 2024.11.26 23:33:50.733228 [ 270 ] {3493a911-9919-4a2a-86f0-4ff3b8e6890a} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002066 sec., 98257.50242013553 rows/sec., 8.50 MiB/sec.
3168 2024.11.26 23:33:50.733251 [ 50 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3169 2024.11.26 23:33:50.733322 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3170 2024.11.26 23:33:50.733348 [ 270 ] {3493a911-9919-4a2a-86f0-4ff3b8e6890a} <Debug> TCPHandler: Processed in 0.002474783 sec.
3171 2024.11.26 23:33:50.733550 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
3172 2024.11.26 23:33:50.733570 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3173 2024.11.26 23:33:50.733849 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3174 2024.11.26 23:33:50.733858 [ 268 ] {6b772e5a-7b23-4447-9034-7a1c105dc570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3175 2024.11.26 23:33:50.733913 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1430 rows starting from the beginning of the part
3176 2024.11.26 23:33:50.733962 [ 268 ] {6b772e5a-7b23-4447-9034-7a1c105dc570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3177 2024.11.26 23:33:50.734254 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 203 rows starting from the beginning of the part
3178 2024.11.26 23:33:50.734621 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 138 rows starting from the beginning of the part
3179 2024.11.26 23:33:50.735049 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 204 rows starting from the beginning of the part
3180 2024.11.26 23:33:50.735406 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 138 rows starting from the beginning of the part
3181 2024.11.26 23:33:50.735936 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 203 rows starting from the beginning of the part
3182 2024.11.26 23:33:50.737042 [ 268 ] {6b772e5a-7b23-4447-9034-7a1c105dc570} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3183 2024.11.26 23:33:50.737123 [ 268 ] {6b772e5a-7b23-4447-9034-7a1c105dc570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3184 2024.11.26 23:33:50.738191 [ 268 ] {6b772e5a-7b23-4447-9034-7a1c105dc570} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3185 2024.11.26 23:33:50.738875 [ 268 ] {6b772e5a-7b23-4447-9034-7a1c105dc570} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3186 2024.11.26 23:33:50.739153 [ 268 ] {6b772e5a-7b23-4447-9034-7a1c105dc570} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005398 sec., 1296.7765839199703 rows/sec., 84.49 KiB/sec.
3187 2024.11.26 23:33:50.739232 [ 268 ] {6b772e5a-7b23-4447-9034-7a1c105dc570} <Debug> TCPHandler: Processed in 0.005766564 sec.
3188 2024.11.26 23:33:50.739487 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3189 2024.11.26 23:33:50.739669 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2316 rows, containing 5 columns (5 merged, 0 gathered) in 0.006231388 sec., 371666.7939791263 rows/sec., 32.94 MiB/sec.
3190 2024.11.26 23:33:50.739719 [ 270 ] {db917eb7-260b-4bfb-bf51-aadeb9b0dbe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3191 2024.11.26 23:33:50.739781 [ 270 ] {db917eb7-260b-4bfb-bf51-aadeb9b0dbe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3192 2024.11.26 23:33:50.739968 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3193 2024.11.26 23:33:50.740624 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3194 2024.11.26 23:33:50.740829 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_21_4} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3195 2024.11.26 23:33:50.740999 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
3196 2024.11.26 23:33:50.741113 [ 270 ] {db917eb7-260b-4bfb-bf51-aadeb9b0dbe1} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3197 2024.11.26 23:33:50.741157 [ 270 ] {db917eb7-260b-4bfb-bf51-aadeb9b0dbe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3198 2024.11.26 23:33:50.741523 [ 270 ] {db917eb7-260b-4bfb-bf51-aadeb9b0dbe1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3199 2024.11.26 23:33:50.741766 [ 270 ] {db917eb7-260b-4bfb-bf51-aadeb9b0dbe1} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3200 2024.11.26 23:33:50.741942 [ 49 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3201 2024.11.26 23:33:50.742008 [ 270 ] {db917eb7-260b-4bfb-bf51-aadeb9b0dbe1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002321 sec., 6031.882809133994 rows/sec., 422.43 KiB/sec.
3202 2024.11.26 23:33:50.742011 [ 49 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3203 2024.11.26 23:33:50.742099 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3204 2024.11.26 23:33:50.742159 [ 270 ] {db917eb7-260b-4bfb-bf51-aadeb9b0dbe1} <Debug> TCPHandler: Processed in 0.002825276 sec.
3205 2024.11.26 23:33:50.742381 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
3206 2024.11.26 23:33:50.742410 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3207 2024.11.26 23:33:50.742555 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3208 2024.11.26 23:33:50.742630 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
3209 2024.11.26 23:33:50.742649 [ 268 ] {3df6cd2a-36be-4ccd-b88f-40909b3914b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3210 2024.11.26 23:33:50.742787 [ 268 ] {3df6cd2a-36be-4ccd-b88f-40909b3914b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3211 2024.11.26 23:33:50.742933 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
3212 2024.11.26 23:33:50.743306 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part
3213 2024.11.26 23:33:50.743570 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3214 2024.11.26 23:33:50.743943 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
3215 2024.11.26 23:33:50.744371 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
3216 2024.11.26 23:33:50.745875 [ 268 ] {3df6cd2a-36be-4ccd-b88f-40909b3914b0} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3217 2024.11.26 23:33:50.745946 [ 268 ] {3df6cd2a-36be-4ccd-b88f-40909b3914b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3218 2024.11.26 23:33:50.747016 [ 268 ] {3df6cd2a-36be-4ccd-b88f-40909b3914b0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3219 2024.11.26 23:33:50.747357 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005145698 sec., 102221.31186089817 rows/sec., 7.32 MiB/sec.
3220 2024.11.26 23:33:50.747505 [ 268 ] {3df6cd2a-36be-4ccd-b88f-40909b3914b0} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3221 2024.11.26 23:33:50.747767 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3222 2024.11.26 23:33:50.747857 [ 268 ] {3df6cd2a-36be-4ccd-b88f-40909b3914b0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005267 sec., 2468.198215302829 rows/sec., 153.89 KiB/sec.
3223 2024.11.26 23:33:50.748022 [ 268 ] {3df6cd2a-36be-4ccd-b88f-40909b3914b0} <Debug> TCPHandler: Processed in 0.005740644 sec.
3224 2024.11.26 23:33:50.748232 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3225 2024.11.26 23:33:50.748372 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_11_2} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3226 2024.11.26 23:33:50.748401 [ 270 ] {c667b638-c36f-47cd-ac16-9df03910a9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3227 2024.11.26 23:33:50.748468 [ 270 ] {c667b638-c36f-47cd-ac16-9df03910a9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3228 2024.11.26 23:33:50.748471 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_11_2} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3229 2024.11.26 23:33:50.748602 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
3230 2024.11.26 23:33:50.749327 [ 270 ] {c667b638-c36f-47cd-ac16-9df03910a9dd} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3231 2024.11.26 23:33:50.749365 [ 270 ] {c667b638-c36f-47cd-ac16-9df03910a9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3232 2024.11.26 23:33:50.749741 [ 270 ] {c667b638-c36f-47cd-ac16-9df03910a9dd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3233 2024.11.26 23:33:50.749986 [ 270 ] {c667b638-c36f-47cd-ac16-9df03910a9dd} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3234 2024.11.26 23:33:50.750143 [ 49 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3235 2024.11.26 23:33:50.750205 [ 49 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3236 2024.11.26 23:33:50.750236 [ 270 ] {c667b638-c36f-47cd-ac16-9df03910a9dd} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001865 sec., 204825.73726541555 rows/sec., 14.49 MiB/sec.
3237 2024.11.26 23:33:50.750245 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3238 2024.11.26 23:33:50.750408 [ 270 ] {c667b638-c36f-47cd-ac16-9df03910a9dd} <Debug> TCPHandler: Processed in 0.002284671 sec.
3239 2024.11.26 23:33:50.750505 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
3240 2024.11.26 23:33:50.750586 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3241 2024.11.26 23:33:50.750650 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3242 2024.11.26 23:33:50.750698 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
3243 2024.11.26 23:33:50.750746 [ 268 ] {9e6fba82-1f7a-4dea-98de-ecbfeee552b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3244 2024.11.26 23:33:50.750942 [ 268 ] {9e6fba82-1f7a-4dea-98de-ecbfeee552b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3245 2024.11.26 23:33:50.750948 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 382 rows starting from the beginning of the part
3246 2024.11.26 23:33:50.751339 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 105 rows starting from the beginning of the part
3247 2024.11.26 23:33:50.751763 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 384 rows starting from the beginning of the part
3248 2024.11.26 23:33:50.752190 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 105 rows starting from the beginning of the part
3249 2024.11.26 23:33:50.752569 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 382 rows starting from the beginning of the part
3250 2024.11.26 23:33:50.753251 [ 268 ] {9e6fba82-1f7a-4dea-98de-ecbfeee552b4} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3251 2024.11.26 23:33:50.753294 [ 268 ] {9e6fba82-1f7a-4dea-98de-ecbfeee552b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3252 2024.11.26 23:33:50.753797 [ 268 ] {9e6fba82-1f7a-4dea-98de-ecbfeee552b4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3253 2024.11.26 23:33:50.754101 [ 268 ] {9e6fba82-1f7a-4dea-98de-ecbfeee552b4} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3254 2024.11.26 23:33:50.754359 [ 268 ] {9e6fba82-1f7a-4dea-98de-ecbfeee552b4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003645 sec., 1646.0905349794239 rows/sec., 86.00 KiB/sec.
3255 2024.11.26 23:33:50.754702 [ 268 ] {9e6fba82-1f7a-4dea-98de-ecbfeee552b4} <Debug> TCPHandler: Processed in 0.004181669 sec.
3256 2024.11.26 23:33:50.754966 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3257 2024.11.26 23:33:50.754993 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2265 rows, containing 5 columns (5 merged, 0 gathered) in 0.004622133 sec., 490033.4975215988 rows/sec., 37.26 MiB/sec.
3258 2024.11.26 23:33:50.755121 [ 270 ] {208fab6d-c698-4bd4-a129-515a66852c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3259 2024.11.26 23:33:50.755190 [ 270 ] {208fab6d-c698-4bd4-a129-515a66852c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3260 2024.11.26 23:33:50.755193 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3261 2024.11.26 23:33:50.755631 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_21_4} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3262 2024.11.26 23:33:50.755712 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_21_4} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3263 2024.11.26 23:33:50.755821 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
3264 2024.11.26 23:33:50.756068 [ 270 ] {208fab6d-c698-4bd4-a129-515a66852c43} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3265 2024.11.26 23:33:50.756113 [ 270 ] {208fab6d-c698-4bd4-a129-515a66852c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3266 2024.11.26 23:33:50.756501 [ 270 ] {208fab6d-c698-4bd4-a129-515a66852c43} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3267 2024.11.26 23:33:50.756744 [ 270 ] {208fab6d-c698-4bd4-a129-515a66852c43} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3268 2024.11.26 23:33:50.756906 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3269 2024.11.26 23:33:50.756969 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3270 2024.11.26 23:33:50.757004 [ 270 ] {208fab6d-c698-4bd4-a129-515a66852c43} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001913 sec., 123889.17929952954 rows/sec., 8.30 MiB/sec.
3271 2024.11.26 23:33:50.757011 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3272 2024.11.26 23:33:50.757180 [ 270 ] {208fab6d-c698-4bd4-a129-515a66852c43} <Debug> TCPHandler: Processed in 0.002367512 sec.
3273 2024.11.26 23:33:50.757240 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
3274 2024.11.26 23:33:50.757381 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3275 2024.11.26 23:33:50.757427 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5620 rows starting from the beginning of the part
3276 2024.11.26 23:33:50.757443 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3277 2024.11.26 23:33:50.757655 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part
3278 2024.11.26 23:33:50.758078 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
3279 2024.11.26 23:33:50.758106 [ 268 ] {b940d7e7-94ad-4448-94f4-519914c4a0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3280 2024.11.26 23:33:50.758318 [ 268 ] {b940d7e7-94ad-4448-94f4-519914c4a0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3281 2024.11.26 23:33:50.758404 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 238 rows starting from the beginning of the part
3282 2024.11.26 23:33:50.758847 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
3283 2024.11.26 23:33:50.759212 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part
3284 2024.11.26 23:33:50.760492 [ 268 ] {b940d7e7-94ad-4448-94f4-519914c4a0c3} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3285 2024.11.26 23:33:50.760536 [ 268 ] {b940d7e7-94ad-4448-94f4-519914c4a0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3286 2024.11.26 23:33:50.761311 [ 268 ] {b940d7e7-94ad-4448-94f4-519914c4a0c3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3287 2024.11.26 23:33:50.761824 [ 268 ] {b940d7e7-94ad-4448-94f4-519914c4a0c3} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3288 2024.11.26 23:33:50.762111 [ 268 ] {b940d7e7-94ad-4448-94f4-519914c4a0c3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004326 sec., 231.16042533518262 rows/sec., 15.58 KiB/sec.
3289 2024.11.26 23:33:50.762444 [ 268 ] {b940d7e7-94ad-4448-94f4-519914c4a0c3} <Debug> TCPHandler: Processed in 0.005127377 sec.
3290 2024.11.26 23:33:50.762671 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3291 2024.11.26 23:33:50.762807 [ 270 ] {c8b5a4ff-b439-4dbc-b35e-7dc7e3a1dd78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3292 2024.11.26 23:33:50.762899 [ 270 ] {c8b5a4ff-b439-4dbc-b35e-7dc7e3a1dd78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3293 2024.11.26 23:33:50.763084 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6652 rows, containing 5 columns (5 merged, 0 gathered) in 0.005925716 sec., 1122564.766856866 rows/sec., 75.81 MiB/sec.
3294 2024.11.26 23:33:50.763584 [ 270 ] {c8b5a4ff-b439-4dbc-b35e-7dc7e3a1dd78} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3295 2024.11.26 23:33:50.763627 [ 270 ] {c8b5a4ff-b439-4dbc-b35e-7dc7e3a1dd78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3296 2024.11.26 23:33:50.763839 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3297 2024.11.26 23:33:50.764296 [ 270 ] {c8b5a4ff-b439-4dbc-b35e-7dc7e3a1dd78} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3298 2024.11.26 23:33:50.764428 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3299 2024.11.26 23:33:50.764586 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3300 2024.11.26 23:33:50.764748 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB.
3301 2024.11.26 23:33:50.764783 [ 270 ] {c8b5a4ff-b439-4dbc-b35e-7dc7e3a1dd78} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3302 2024.11.26 23:33:50.764969 [ 49 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3303 2024.11.26 23:33:50.765029 [ 49 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3304 2024.11.26 23:33:50.765065 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3305 2024.11.26 23:33:50.765073 [ 270 ] {c8b5a4ff-b439-4dbc-b35e-7dc7e3a1dd78} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002288 sec., 35839.16083916084 rows/sec., 2.28 MiB/sec.
3306 2024.11.26 23:33:50.765330 [ 270 ] {c8b5a4ff-b439-4dbc-b35e-7dc7e3a1dd78} <Debug> TCPHandler: Processed in 0.002744995 sec.
3307 2024.11.26 23:33:50.765363 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
3308 2024.11.26 23:33:50.765567 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3309 2024.11.26 23:33:50.765593 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 890 rows starting from the beginning of the part
3310 2024.11.26 23:33:50.765671 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part
3311 2024.11.26 23:33:50.765862 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
3312 2024.11.26 23:33:50.766063 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
3313 2024.11.26 23:33:50.766203 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
3314 2024.11.26 23:33:50.766327 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part
3315 2024.11.26 23:33:50.767484 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002342632 sec., 536149.0835948626 rows/sec., 35.05 MiB/sec.
3316 2024.11.26 23:33:50.767709 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3317 2024.11.26 23:33:50.768041 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3318 2024.11.26 23:33:50.768132 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_21_4} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3319 2024.11.26 23:33:50.768236 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
3320 2024.11.26 23:33:53.150495 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3321 2024.11.26 23:33:53.150702 [ 268 ] {4574d8d9-4605-407a-b8c1-02eb0858ca89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3322 2024.11.26 23:33:53.150776 [ 268 ] {4574d8d9-4605-407a-b8c1-02eb0858ca89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3323 2024.11.26 23:33:53.151520 [ 268 ] {4574d8d9-4605-407a-b8c1-02eb0858ca89} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3324 2024.11.26 23:33:53.151573 [ 268 ] {4574d8d9-4605-407a-b8c1-02eb0858ca89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3325 2024.11.26 23:33:53.152012 [ 268 ] {4574d8d9-4605-407a-b8c1-02eb0858ca89} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3326 2024.11.26 23:33:53.152278 [ 268 ] {4574d8d9-4605-407a-b8c1-02eb0858ca89} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3327 2024.11.26 23:33:53.152532 [ 268 ] {4574d8d9-4605-407a-b8c1-02eb0858ca89} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001877 sec., 1065.5301012253597 rows/sec., 86.89 KiB/sec.
3328 2024.11.26 23:33:53.152689 [ 268 ] {4574d8d9-4605-407a-b8c1-02eb0858ca89} <Debug> TCPHandler: Processed in 0.002329672 sec.
3329 2024.11.26 23:33:53.152946 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3330 2024.11.26 23:33:53.153152 [ 270 ] {3ac3a157-05ba-4d7a-a52d-6c2e914afd8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3331 2024.11.26 23:33:53.153228 [ 270 ] {3ac3a157-05ba-4d7a-a52d-6c2e914afd8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3332 2024.11.26 23:33:53.154514 [ 270 ] {3ac3a157-05ba-4d7a-a52d-6c2e914afd8b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3333 2024.11.26 23:33:53.154560 [ 270 ] {3ac3a157-05ba-4d7a-a52d-6c2e914afd8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3334 2024.11.26 23:33:53.155086 [ 270 ] {3ac3a157-05ba-4d7a-a52d-6c2e914afd8b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3335 2024.11.26 23:33:53.155347 [ 270 ] {3ac3a157-05ba-4d7a-a52d-6c2e914afd8b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3336 2024.11.26 23:33:53.155625 [ 270 ] {3ac3a157-05ba-4d7a-a52d-6c2e914afd8b} <Debug> executeQuery: Read 1279 rows, 108.84 KiB in 0.00253 sec., 505533.59683794464 rows/sec., 42.01 MiB/sec.
3337 2024.11.26 23:33:53.155847 [ 270 ] {3ac3a157-05ba-4d7a-a52d-6c2e914afd8b} <Debug> TCPHandler: Processed in 0.003034788 sec.
3338 2024.11.26 23:33:53.156001 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3339 2024.11.26 23:33:53.156121 [ 268 ] {61040fd2-4bec-4420-9949-43693bfdfe68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3340 2024.11.26 23:33:53.156171 [ 268 ] {61040fd2-4bec-4420-9949-43693bfdfe68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3341 2024.11.26 23:33:53.156755 [ 268 ] {61040fd2-4bec-4420-9949-43693bfdfe68} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3342 2024.11.26 23:33:53.156794 [ 268 ] {61040fd2-4bec-4420-9949-43693bfdfe68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3343 2024.11.26 23:33:53.157151 [ 268 ] {61040fd2-4bec-4420-9949-43693bfdfe68} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3344 2024.11.26 23:33:53.157388 [ 268 ] {61040fd2-4bec-4420-9949-43693bfdfe68} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3345 2024.11.26 23:33:53.157594 [ 268 ] {61040fd2-4bec-4420-9949-43693bfdfe68} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.001498 sec., 28704.93991989319 rows/sec., 2.10 MiB/sec.
3346 2024.11.26 23:33:53.157646 [ 268 ] {61040fd2-4bec-4420-9949-43693bfdfe68} <Debug> TCPHandler: Processed in 0.001704236 sec.
3347 2024.11.26 23:33:53.157789 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3348 2024.11.26 23:33:53.157915 [ 270 ] {689b9c66-6aeb-40ff-8d53-0842f254a314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3349 2024.11.26 23:33:53.157967 [ 270 ] {689b9c66-6aeb-40ff-8d53-0842f254a314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3350 2024.11.26 23:33:53.158635 [ 270 ] {689b9c66-6aeb-40ff-8d53-0842f254a314} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3351 2024.11.26 23:33:53.158677 [ 270 ] {689b9c66-6aeb-40ff-8d53-0842f254a314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3352 2024.11.26 23:33:53.159046 [ 270 ] {689b9c66-6aeb-40ff-8d53-0842f254a314} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3353 2024.11.26 23:33:53.159289 [ 270 ] {689b9c66-6aeb-40ff-8d53-0842f254a314} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3354 2024.11.26 23:33:53.159491 [ 270 ] {689b9c66-6aeb-40ff-8d53-0842f254a314} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001607 sec., 141879.2781580585 rows/sec., 9.61 MiB/sec.
3355 2024.11.26 23:33:53.159547 [ 270 ] {689b9c66-6aeb-40ff-8d53-0842f254a314} <Debug> TCPHandler: Processed in 0.001815867 sec.
3356 2024.11.26 23:33:53.159699 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3357 2024.11.26 23:33:53.159836 [ 268 ] {802eccf3-3dec-4151-8a36-73571915be3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3358 2024.11.26 23:33:53.159893 [ 268 ] {802eccf3-3dec-4151-8a36-73571915be3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3359 2024.11.26 23:33:53.160729 [ 268 ] {802eccf3-3dec-4151-8a36-73571915be3b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3360 2024.11.26 23:33:53.160768 [ 268 ] {802eccf3-3dec-4151-8a36-73571915be3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3361 2024.11.26 23:33:53.161156 [ 268 ] {802eccf3-3dec-4151-8a36-73571915be3b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3362 2024.11.26 23:33:53.161397 [ 268 ] {802eccf3-3dec-4151-8a36-73571915be3b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3363 2024.11.26 23:33:53.161607 [ 268 ] {802eccf3-3dec-4151-8a36-73571915be3b} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.001801 sec., 312604.1088284286 rows/sec., 23.24 MiB/sec.
3364 2024.11.26 23:33:53.161658 [ 268 ] {802eccf3-3dec-4151-8a36-73571915be3b} <Debug> TCPHandler: Processed in 0.002024879 sec.
3365 2024.11.26 23:33:53.161807 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3366 2024.11.26 23:33:53.161946 [ 270 ] {614fec54-c230-4acb-a2a9-07b90619ff76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3367 2024.11.26 23:33:53.162008 [ 270 ] {614fec54-c230-4acb-a2a9-07b90619ff76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3368 2024.11.26 23:33:53.162772 [ 270 ] {614fec54-c230-4acb-a2a9-07b90619ff76} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3369 2024.11.26 23:33:53.162810 [ 270 ] {614fec54-c230-4acb-a2a9-07b90619ff76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3370 2024.11.26 23:33:53.163272 [ 270 ] {614fec54-c230-4acb-a2a9-07b90619ff76} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3371 2024.11.26 23:33:53.163515 [ 270 ] {614fec54-c230-4acb-a2a9-07b90619ff76} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3372 2024.11.26 23:33:53.163727 [ 270 ] {614fec54-c230-4acb-a2a9-07b90619ff76} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.001812 sec., 520419.42604856513 rows/sec., 34.90 MiB/sec.
3373 2024.11.26 23:33:53.163780 [ 270 ] {614fec54-c230-4acb-a2a9-07b90619ff76} <Debug> TCPHandler: Processed in 0.00204005 sec.
3374 2024.11.26 23:33:53.163924 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3375 2024.11.26 23:33:53.164042 [ 268 ] {efe66d1b-744f-435f-b30b-9c39df420454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3376 2024.11.26 23:33:53.164123 [ 268 ] {efe66d1b-744f-435f-b30b-9c39df420454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3377 2024.11.26 23:33:53.165301 [ 268 ] {efe66d1b-744f-435f-b30b-9c39df420454} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3378 2024.11.26 23:33:53.165340 [ 268 ] {efe66d1b-744f-435f-b30b-9c39df420454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3379 2024.11.26 23:33:53.166009 [ 268 ] {efe66d1b-744f-435f-b30b-9c39df420454} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3380 2024.11.26 23:33:53.166286 [ 268 ] {efe66d1b-744f-435f-b30b-9c39df420454} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3381 2024.11.26 23:33:53.166525 [ 268 ] {efe66d1b-744f-435f-b30b-9c39df420454} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002507 sec., 16354.20821699242 rows/sec., 29.31 MiB/sec.
3382 2024.11.26 23:33:53.166618 [ 268 ] {efe66d1b-744f-435f-b30b-9c39df420454} <Debug> TCPHandler: Processed in 0.002748076 sec.
3383 2024.11.26 23:33:53.166769 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3384 2024.11.26 23:33:53.166901 [ 270 ] {daab6572-12ee-404b-9742-974e105aabd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3385 2024.11.26 23:33:53.166959 [ 270 ] {daab6572-12ee-404b-9742-974e105aabd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3386 2024.11.26 23:33:53.167482 [ 270 ] {daab6572-12ee-404b-9742-974e105aabd8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3387 2024.11.26 23:33:53.167522 [ 270 ] {daab6572-12ee-404b-9742-974e105aabd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3388 2024.11.26 23:33:53.167909 [ 270 ] {daab6572-12ee-404b-9742-974e105aabd8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3389 2024.11.26 23:33:53.168147 [ 270 ] {daab6572-12ee-404b-9742-974e105aabd8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3390 2024.11.26 23:33:53.168356 [ 270 ] {daab6572-12ee-404b-9742-974e105aabd8} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001486 sec., 24226.110363391657 rows/sec., 1.63 MiB/sec.
3391 2024.11.26 23:33:53.168412 [ 270 ] {daab6572-12ee-404b-9742-974e105aabd8} <Debug> TCPHandler: Processed in 0.001705906 sec.
3392 2024.11.26 23:33:54.571880 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 510
3393 2024.11.26 23:33:54.575214 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3394 2024.11.26 23:33:54.575278 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3395 2024.11.26 23:33:54.576779 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3396 2024.11.26 23:33:54.577116 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3397 2024.11.26 23:33:54.577355 [ 45 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3398 2024.11.26 23:33:54.577476 [ 45 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3399 2024.11.26 23:33:54.577541 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3400 2024.11.26 23:33:54.578012 [ 199 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
3401 2024.11.26 23:33:54.578647 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 510
3402 2024.11.26 23:33:54.579136 [ 199 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3403 2024.11.26 23:33:54.579352 [ 199 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 314 rows starting from the beginning of the part
3404 2024.11.26 23:33:54.579952 [ 199 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part
3405 2024.11.26 23:33:54.580507 [ 199 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 54 rows starting from the beginning of the part
3406 2024.11.26 23:33:54.581009 [ 199 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part
3407 2024.11.26 23:33:54.581624 [ 199 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part
3408 2024.11.26 23:33:54.582085 [ 199 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part
3409 2024.11.26 23:33:54.590019 [ 194 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 72 columns (72 merged, 0 gathered) in 0.012306295 sec., 41442.20498533474 rows/sec., 37.37 MiB/sec.
3410 2024.11.26 23:33:54.590831 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3411 2024.11.26 23:33:54.591585 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3412 2024.11.26 23:33:54.591676 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_11_2} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3413 2024.11.26 23:33:54.591890 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB.
3414 2024.11.26 23:33:55.719253 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3415 2024.11.26 23:33:55.719460 [ 268 ] {4ff7acb8-6783-435a-8230-02dc3799c218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3416 2024.11.26 23:33:55.719542 [ 268 ] {4ff7acb8-6783-435a-8230-02dc3799c218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3417 2024.11.26 23:33:55.720390 [ 268 ] {4ff7acb8-6783-435a-8230-02dc3799c218} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3418 2024.11.26 23:33:55.720439 [ 268 ] {4ff7acb8-6783-435a-8230-02dc3799c218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3419 2024.11.26 23:33:55.720875 [ 268 ] {4ff7acb8-6783-435a-8230-02dc3799c218} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3420 2024.11.26 23:33:55.721146 [ 268 ] {4ff7acb8-6783-435a-8230-02dc3799c218} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3421 2024.11.26 23:33:55.721400 [ 268 ] {4ff7acb8-6783-435a-8230-02dc3799c218} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001992 sec., 28112.44979919679 rows/sec., 2.16 MiB/sec.
3422 2024.11.26 23:33:55.721526 [ 268 ] {4ff7acb8-6783-435a-8230-02dc3799c218} <Debug> TCPHandler: Processed in 0.002403132 sec.
3423 2024.11.26 23:33:55.721889 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3424 2024.11.26 23:33:55.722196 [ 270 ] {94b85514-79f1-4220-8370-366d34116165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3425 2024.11.26 23:33:55.722316 [ 270 ] {94b85514-79f1-4220-8370-366d34116165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3426 2024.11.26 23:33:55.723083 [ 270 ] {94b85514-79f1-4220-8370-366d34116165} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3427 2024.11.26 23:33:55.723133 [ 270 ] {94b85514-79f1-4220-8370-366d34116165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3428 2024.11.26 23:33:55.723590 [ 270 ] {94b85514-79f1-4220-8370-366d34116165} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3429 2024.11.26 23:33:55.723857 [ 270 ] {94b85514-79f1-4220-8370-366d34116165} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3430 2024.11.26 23:33:55.724062 [ 270 ] {94b85514-79f1-4220-8370-366d34116165} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001951 sec., 32803.6904151717 rows/sec., 2.56 MiB/sec.
3431 2024.11.26 23:33:55.724119 [ 270 ] {94b85514-79f1-4220-8370-366d34116165} <Debug> TCPHandler: Processed in 0.002480353 sec.
3432 2024.11.26 23:33:55.724282 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3433 2024.11.26 23:33:55.724409 [ 268 ] {9dde4ec2-b930-4b84-9eb9-11fdee1a24af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3434 2024.11.26 23:33:55.724470 [ 268 ] {9dde4ec2-b930-4b84-9eb9-11fdee1a24af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3435 2024.11.26 23:33:55.725037 [ 268 ] {9dde4ec2-b930-4b84-9eb9-11fdee1a24af} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3436 2024.11.26 23:33:55.725080 [ 268 ] {9dde4ec2-b930-4b84-9eb9-11fdee1a24af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3437 2024.11.26 23:33:55.725493 [ 268 ] {9dde4ec2-b930-4b84-9eb9-11fdee1a24af} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3438 2024.11.26 23:33:55.725750 [ 268 ] {9dde4ec2-b930-4b84-9eb9-11fdee1a24af} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3439 2024.11.26 23:33:55.725976 [ 268 ] {9dde4ec2-b930-4b84-9eb9-11fdee1a24af} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001595 sec., 40125.39184952978 rows/sec., 2.79 MiB/sec.
3440 2024.11.26 23:33:55.726040 [ 268 ] {9dde4ec2-b930-4b84-9eb9-11fdee1a24af} <Debug> TCPHandler: Processed in 0.001821777 sec.
3441 2024.11.26 23:33:55.726203 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3442 2024.11.26 23:33:55.726335 [ 270 ] {b4900c78-0c1c-4f2a-8012-bb361fb9ed76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3443 2024.11.26 23:33:55.726394 [ 270 ] {b4900c78-0c1c-4f2a-8012-bb361fb9ed76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3444 2024.11.26 23:33:55.726902 [ 270 ] {b4900c78-0c1c-4f2a-8012-bb361fb9ed76} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3445 2024.11.26 23:33:55.726942 [ 270 ] {b4900c78-0c1c-4f2a-8012-bb361fb9ed76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3446 2024.11.26 23:33:55.727330 [ 270 ] {b4900c78-0c1c-4f2a-8012-bb361fb9ed76} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3447 2024.11.26 23:33:55.727589 [ 270 ] {b4900c78-0c1c-4f2a-8012-bb361fb9ed76} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3448 2024.11.26 23:33:55.727806 [ 270 ] {b4900c78-0c1c-4f2a-8012-bb361fb9ed76} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001499 sec., 16010.673782521682 rows/sec., 1.08 MiB/sec.
3449 2024.11.26 23:33:55.728021 [ 270 ] {b4900c78-0c1c-4f2a-8012-bb361fb9ed76} <Debug> TCPHandler: Processed in 0.001875837 sec.
3450 2024.11.26 23:33:57.030002 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3451 2024.11.26 23:33:57.030899 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3452 2024.11.26 23:33:57.030952 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3453 2024.11.26 23:33:57.031486 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3454 2024.11.26 23:33:57.031752 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3455 2024.11.26 23:33:57.032009 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3456 2024.11.26 23:33:57.466242 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3457 2024.11.26 23:33:57.487708 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3458 2024.11.26 23:33:57.487779 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3459 2024.11.26 23:33:57.495526 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3460 2024.11.26 23:33:57.496302 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3461 2024.11.26 23:33:57.500056 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3462 2024.11.26 23:34:00.728967 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3463 2024.11.26 23:34:00.729180 [ 268 ] {d4adb1ed-c30a-4a67-94fb-7f057b94024e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3464 2024.11.26 23:34:00.729252 [ 268 ] {d4adb1ed-c30a-4a67-94fb-7f057b94024e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3465 2024.11.26 23:34:00.729994 [ 268 ] {d4adb1ed-c30a-4a67-94fb-7f057b94024e} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3466 2024.11.26 23:34:00.730036 [ 268 ] {d4adb1ed-c30a-4a67-94fb-7f057b94024e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3467 2024.11.26 23:34:00.730515 [ 268 ] {d4adb1ed-c30a-4a67-94fb-7f057b94024e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3468 2024.11.26 23:34:00.730771 [ 268 ] {d4adb1ed-c30a-4a67-94fb-7f057b94024e} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3469 2024.11.26 23:34:00.730908 [ 37 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3470 2024.11.26 23:34:00.730949 [ 37 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3471 2024.11.26 23:34:00.730969 [ 268 ] {d4adb1ed-c30a-4a67-94fb-7f057b94024e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001843 sec., 7596.31036353771 rows/sec., 546.83 KiB/sec.
3472 2024.11.26 23:34:00.730973 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3473 2024.11.26 23:34:00.731082 [ 268 ] {d4adb1ed-c30a-4a67-94fb-7f057b94024e} <Debug> TCPHandler: Processed in 0.002256331 sec.
3474 2024.11.26 23:34:00.731292 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
3475 2024.11.26 23:34:00.731439 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3476 2024.11.26 23:34:00.731516 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3477 2024.11.26 23:34:00.731576 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
3478 2024.11.26 23:34:00.731812 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
3479 2024.11.26 23:34:00.731802 [ 270 ] {30e7dc32-000f-4639-a8a9-1f40bd99efc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3480 2024.11.26 23:34:00.731972 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
3481 2024.11.26 23:34:00.732002 [ 270 ] {30e7dc32-000f-4639-a8a9-1f40bd99efc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3482 2024.11.26 23:34:00.732407 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
3483 2024.11.26 23:34:00.732679 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
3484 2024.11.26 23:34:00.734727 [ 270 ] {30e7dc32-000f-4639-a8a9-1f40bd99efc0} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3485 2024.11.26 23:34:00.734837 [ 270 ] {30e7dc32-000f-4639-a8a9-1f40bd99efc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3486 2024.11.26 23:34:00.735184 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004093259 sec., 17101.28775139809 rows/sec., 1.27 MiB/sec.
3487 2024.11.26 23:34:00.735394 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3488 2024.11.26 23:34:00.735974 [ 270 ] {30e7dc32-000f-4639-a8a9-1f40bd99efc0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3489 2024.11.26 23:34:00.736024 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_9_2} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3490 2024.11.26 23:34:00.736168 [ 191 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_9_2} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3491 2024.11.26 23:34:00.736321 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3492 2024.11.26 23:34:00.736441 [ 270 ] {30e7dc32-000f-4639-a8a9-1f40bd99efc0} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3493 2024.11.26 23:34:00.736705 [ 270 ] {30e7dc32-000f-4639-a8a9-1f40bd99efc0} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00506 sec., 40118.57707509881 rows/sec., 3.47 MiB/sec.
3494 2024.11.26 23:34:00.736783 [ 270 ] {30e7dc32-000f-4639-a8a9-1f40bd99efc0} <Debug> TCPHandler: Processed in 0.005548812 sec.
3495 2024.11.26 23:34:00.736955 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3496 2024.11.26 23:34:00.737100 [ 268 ] {e23b20cc-24ee-454a-bc12-f9f8b8a8d188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3497 2024.11.26 23:34:00.737159 [ 268 ] {e23b20cc-24ee-454a-bc12-f9f8b8a8d188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3498 2024.11.26 23:34:00.737801 [ 268 ] {e23b20cc-24ee-454a-bc12-f9f8b8a8d188} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3499 2024.11.26 23:34:00.737839 [ 268 ] {e23b20cc-24ee-454a-bc12-f9f8b8a8d188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3500 2024.11.26 23:34:00.738199 [ 268 ] {e23b20cc-24ee-454a-bc12-f9f8b8a8d188} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3501 2024.11.26 23:34:00.738437 [ 268 ] {e23b20cc-24ee-454a-bc12-f9f8b8a8d188} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3502 2024.11.26 23:34:00.738609 [ 268 ] {e23b20cc-24ee-454a-bc12-f9f8b8a8d188} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001542 sec., 4539.559014267185 rows/sec., 295.76 KiB/sec.
3503 2024.11.26 23:34:00.738662 [ 268 ] {e23b20cc-24ee-454a-bc12-f9f8b8a8d188} <Debug> TCPHandler: Processed in 0.001777847 sec.
3504 2024.11.26 23:34:00.738818 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3505 2024.11.26 23:34:00.738966 [ 270 ] {16e98f5b-3128-4172-80e0-0bd7283ae881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3506 2024.11.26 23:34:00.739029 [ 270 ] {16e98f5b-3128-4172-80e0-0bd7283ae881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3507 2024.11.26 23:34:00.739714 [ 270 ] {16e98f5b-3128-4172-80e0-0bd7283ae881} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3508 2024.11.26 23:34:00.739756 [ 270 ] {16e98f5b-3128-4172-80e0-0bd7283ae881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3509 2024.11.26 23:34:00.740120 [ 270 ] {16e98f5b-3128-4172-80e0-0bd7283ae881} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3510 2024.11.26 23:34:00.740367 [ 270 ] {16e98f5b-3128-4172-80e0-0bd7283ae881} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3511 2024.11.26 23:34:00.740581 [ 270 ] {16e98f5b-3128-4172-80e0-0bd7283ae881} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001652 sec., 8474.57627118644 rows/sec., 593.50 KiB/sec.
3512 2024.11.26 23:34:00.740638 [ 270 ] {16e98f5b-3128-4172-80e0-0bd7283ae881} <Debug> TCPHandler: Processed in 0.001889798 sec.
3513 2024.11.26 23:34:00.740794 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3514 2024.11.26 23:34:00.740933 [ 268 ] {1c963169-caf3-4b21-b4e0-25ffd88e8001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3515 2024.11.26 23:34:00.740990 [ 268 ] {1c963169-caf3-4b21-b4e0-25ffd88e8001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3516 2024.11.26 23:34:00.741646 [ 268 ] {1c963169-caf3-4b21-b4e0-25ffd88e8001} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3517 2024.11.26 23:34:00.741683 [ 268 ] {1c963169-caf3-4b21-b4e0-25ffd88e8001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3518 2024.11.26 23:34:00.742038 [ 268 ] {1c963169-caf3-4b21-b4e0-25ffd88e8001} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3519 2024.11.26 23:34:00.742276 [ 268 ] {1c963169-caf3-4b21-b4e0-25ffd88e8001} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3520 2024.11.26 23:34:00.742399 [ 37 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3521 2024.11.26 23:34:00.742441 [ 37 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3522 2024.11.26 23:34:00.742469 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3523 2024.11.26 23:34:00.742469 [ 268 ] {1c963169-caf3-4b21-b4e0-25ffd88e8001} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001565 sec., 8306.70926517572 rows/sec., 517.92 KiB/sec.
3524 2024.11.26 23:34:00.742636 [ 268 ] {1c963169-caf3-4b21-b4e0-25ffd88e8001} <Debug> TCPHandler: Processed in 0.001906577 sec.
3525 2024.11.26 23:34:00.742730 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
3526 2024.11.26 23:34:00.742823 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3527 2024.11.26 23:34:00.742984 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3528 2024.11.26 23:34:00.743075 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
3529 2024.11.26 23:34:00.743077 [ 270 ] {0f40bafd-a773-4d74-8997-b5c9c559f319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3530 2024.11.26 23:34:00.743223 [ 270 ] {0f40bafd-a773-4d74-8997-b5c9c559f319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3531 2024.11.26 23:34:00.743353 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
3532 2024.11.26 23:34:00.743766 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
3533 2024.11.26 23:34:00.744086 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
3534 2024.11.26 23:34:00.744317 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
3535 2024.11.26 23:34:00.746589 [ 270 ] {0f40bafd-a773-4d74-8997-b5c9c559f319} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3536 2024.11.26 23:34:00.746690 [ 270 ] {0f40bafd-a773-4d74-8997-b5c9c559f319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3537 2024.11.26 23:34:00.746807 [ 189 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004241109 sec., 15326.180015651567 rows/sec., 1015.45 KiB/sec.
3538 2024.11.26 23:34:00.747053 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3539 2024.11.26 23:34:00.747398 [ 270 ] {0f40bafd-a773-4d74-8997-b5c9c559f319} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3540 2024.11.26 23:34:00.747748 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_9_2} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3541 2024.11.26 23:34:00.747904 [ 270 ] {0f40bafd-a773-4d74-8997-b5c9c559f319} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3542 2024.11.26 23:34:00.747966 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_9_2} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3543 2024.11.26 23:34:00.748143 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3544 2024.11.26 23:34:00.748341 [ 270 ] {0f40bafd-a773-4d74-8997-b5c9c559f319} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00533 sec., 71669.79362101314 rows/sec., 5.07 MiB/sec.
3545 2024.11.26 23:34:00.748485 [ 270 ] {0f40bafd-a773-4d74-8997-b5c9c559f319} <Debug> TCPHandler: Processed in 0.005745794 sec.
3546 2024.11.26 23:34:00.748638 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3547 2024.11.26 23:34:00.748761 [ 268 ] {3caeab32-1de8-4dbf-8f7a-416181fed538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3548 2024.11.26 23:34:00.748815 [ 268 ] {3caeab32-1de8-4dbf-8f7a-416181fed538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3549 2024.11.26 23:34:00.749332 [ 268 ] {3caeab32-1de8-4dbf-8f7a-416181fed538} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3550 2024.11.26 23:34:00.749371 [ 268 ] {3caeab32-1de8-4dbf-8f7a-416181fed538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3551 2024.11.26 23:34:00.749752 [ 268 ] {3caeab32-1de8-4dbf-8f7a-416181fed538} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3552 2024.11.26 23:34:00.749998 [ 268 ] {3caeab32-1de8-4dbf-8f7a-416181fed538} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3553 2024.11.26 23:34:00.750225 [ 268 ] {3caeab32-1de8-4dbf-8f7a-416181fed538} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec.
3554 2024.11.26 23:34:00.750366 [ 268 ] {3caeab32-1de8-4dbf-8f7a-416181fed538} <Debug> TCPHandler: Processed in 0.001787106 sec.
3555 2024.11.26 23:34:00.750515 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3556 2024.11.26 23:34:00.750653 [ 270 ] {07ed0c32-c78a-4165-89fd-bdabdae0d433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3557 2024.11.26 23:34:00.750716 [ 270 ] {07ed0c32-c78a-4165-89fd-bdabdae0d433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3558 2024.11.26 23:34:00.751399 [ 270 ] {07ed0c32-c78a-4165-89fd-bdabdae0d433} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3559 2024.11.26 23:34:00.751445 [ 270 ] {07ed0c32-c78a-4165-89fd-bdabdae0d433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3560 2024.11.26 23:34:00.751850 [ 270 ] {07ed0c32-c78a-4165-89fd-bdabdae0d433} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3561 2024.11.26 23:34:00.752082 [ 270 ] {07ed0c32-c78a-4165-89fd-bdabdae0d433} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3562 2024.11.26 23:34:00.752336 [ 270 ] {07ed0c32-c78a-4165-89fd-bdabdae0d433} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001715 sec., 138192.4198250729 rows/sec., 9.26 MiB/sec.
3563 2024.11.26 23:34:00.752553 [ 270 ] {07ed0c32-c78a-4165-89fd-bdabdae0d433} <Debug> TCPHandler: Processed in 0.00209906 sec.
3564 2024.11.26 23:34:00.752718 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3565 2024.11.26 23:34:00.752835 [ 268 ] {8b3ccdcd-8139-473e-9289-c29c80851f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3566 2024.11.26 23:34:00.752887 [ 268 ] {8b3ccdcd-8139-473e-9289-c29c80851f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3567 2024.11.26 23:34:00.753348 [ 268 ] {8b3ccdcd-8139-473e-9289-c29c80851f34} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3568 2024.11.26 23:34:00.753385 [ 268 ] {8b3ccdcd-8139-473e-9289-c29c80851f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3569 2024.11.26 23:34:00.753755 [ 268 ] {8b3ccdcd-8139-473e-9289-c29c80851f34} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3570 2024.11.26 23:34:00.753991 [ 268 ] {8b3ccdcd-8139-473e-9289-c29c80851f34} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3571 2024.11.26 23:34:00.754207 [ 268 ] {8b3ccdcd-8139-473e-9289-c29c80851f34} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec.
3572 2024.11.26 23:34:00.754364 [ 268 ] {8b3ccdcd-8139-473e-9289-c29c80851f34} <Debug> TCPHandler: Processed in 0.001702886 sec.
3573 2024.11.26 23:34:00.754509 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3574 2024.11.26 23:34:00.754649 [ 270 ] {59285adb-8867-4d4b-88c6-8d037e00182c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3575 2024.11.26 23:34:00.754707 [ 270 ] {59285adb-8867-4d4b-88c6-8d037e00182c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3576 2024.11.26 23:34:00.755274 [ 270 ] {59285adb-8867-4d4b-88c6-8d037e00182c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3577 2024.11.26 23:34:00.755320 [ 270 ] {59285adb-8867-4d4b-88c6-8d037e00182c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3578 2024.11.26 23:34:00.755706 [ 270 ] {59285adb-8867-4d4b-88c6-8d037e00182c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3579 2024.11.26 23:34:00.755943 [ 270 ] {59285adb-8867-4d4b-88c6-8d037e00182c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3580 2024.11.26 23:34:00.756160 [ 270 ] {59285adb-8867-4d4b-88c6-8d037e00182c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec.
3581 2024.11.26 23:34:00.756209 [ 270 ] {59285adb-8867-4d4b-88c6-8d037e00182c} <Debug> TCPHandler: Processed in 0.001759626 sec.
3582 2024.11.26 23:34:04.454970 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache
3583 2024.11.26 23:34:04.455035 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache
3584 2024.11.26 23:34:04.532249 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3585 2024.11.26 23:34:04.532875 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3586 2024.11.26 23:34:04.532916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3587 2024.11.26 23:34:04.533427 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3588 2024.11.26 23:34:04.533696 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3589 2024.11.26 23:34:04.533858 [ 32 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3590 2024.11.26 23:34:04.533909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3591 2024.11.26 23:34:04.533917 [ 32 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3592 2024.11.26 23:34:04.533950 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3593 2024.11.26 23:34:04.534119 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
3594 2024.11.26 23:34:04.534275 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3595 2024.11.26 23:34:04.534318 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part
3596 2024.11.26 23:34:04.534400 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part
3597 2024.11.26 23:34:04.534614 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3598 2024.11.26 23:34:04.534853 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part
3599 2024.11.26 23:34:04.535002 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3600 2024.11.26 23:34:04.535129 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3601 2024.11.26 23:34:04.536899 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002865667 sec., 2575665.6303750575 rows/sec., 36.85 MiB/sec.
3602 2024.11.26 23:34:04.537841 [ 188 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3603 2024.11.26 23:34:04.538157 [ 188 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3604 2024.11.26 23:34:04.538233 [ 188 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_16_3} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3605 2024.11.26 23:34:04.538337 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
3606 2024.11.26 23:34:04.579054 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 538
3607 2024.11.26 23:34:04.581951 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3608 2024.11.26 23:34:04.582000 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3609 2024.11.26 23:34:04.583445 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3610 2024.11.26 23:34:04.583763 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3611 2024.11.26 23:34:04.584372 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 538
3612 2024.11.26 23:34:05.000251 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3613 2024.11.26 23:34:05.005895 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.005260198 sec.
3614 2024.11.26 23:34:05.026011 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3615 2024.11.26 23:34:05.026069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3616 2024.11.26 23:34:05.034059 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3617 2024.11.26 23:34:05.034825 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3618 2024.11.26 23:34:05.035203 [ 32 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3619 2024.11.26 23:34:05.035344 [ 32 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3620 2024.11.26 23:34:05.035422 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3621 2024.11.26 23:34:05.035849 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
3622 2024.11.26 23:34:05.050555 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3623 2024.11.26 23:34:05.052423 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3624 2024.11.26 23:34:05.053997 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
3625 2024.11.26 23:34:05.059711 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
3626 2024.11.26 23:34:05.065304 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
3627 2024.11.26 23:34:05.070942 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
3628 2024.11.26 23:34:05.076657 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
3629 2024.11.26 23:34:05.081254 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
3630 2024.11.26 23:34:05.145097 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.109519973 sec., 1104.8213096254142 rows/sec., 5.71 MiB/sec.
3631 2024.11.26 23:34:05.147728 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3632 2024.11.26 23:34:05.150763 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_16_3} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3633 2024.11.26 23:34:05.150892 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_16_3} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3634 2024.11.26 23:34:05.153202 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3635 2024.11.26 23:34:05.725920 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3636 2024.11.26 23:34:05.726128 [ 268 ] {581a490f-f713-4525-8a80-b0ee985687c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3637 2024.11.26 23:34:05.726207 [ 268 ] {581a490f-f713-4525-8a80-b0ee985687c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3638 2024.11.26 23:34:05.727108 [ 268 ] {581a490f-f713-4525-8a80-b0ee985687c6} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3639 2024.11.26 23:34:05.727149 [ 268 ] {581a490f-f713-4525-8a80-b0ee985687c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3640 2024.11.26 23:34:05.727588 [ 268 ] {581a490f-f713-4525-8a80-b0ee985687c6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3641 2024.11.26 23:34:05.727841 [ 268 ] {581a490f-f713-4525-8a80-b0ee985687c6} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3642 2024.11.26 23:34:05.728063 [ 268 ] {581a490f-f713-4525-8a80-b0ee985687c6} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.00198 sec., 69696.9696969697 rows/sec., 6.02 MiB/sec.
3643 2024.11.26 23:34:05.728281 [ 268 ] {581a490f-f713-4525-8a80-b0ee985687c6} <Debug> TCPHandler: Processed in 0.002491733 sec.
3644 2024.11.26 23:34:05.728565 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3645 2024.11.26 23:34:05.728799 [ 270 ] {218dd8db-19c5-4143-88ff-e6049a1a2f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3646 2024.11.26 23:34:05.728908 [ 270 ] {218dd8db-19c5-4143-88ff-e6049a1a2f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3647 2024.11.26 23:34:05.729945 [ 270 ] {218dd8db-19c5-4143-88ff-e6049a1a2f72} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3648 2024.11.26 23:34:05.729995 [ 270 ] {218dd8db-19c5-4143-88ff-e6049a1a2f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3649 2024.11.26 23:34:05.730424 [ 270 ] {218dd8db-19c5-4143-88ff-e6049a1a2f72} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3650 2024.11.26 23:34:05.730668 [ 270 ] {218dd8db-19c5-4143-88ff-e6049a1a2f72} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3651 2024.11.26 23:34:05.730909 [ 270 ] {218dd8db-19c5-4143-88ff-e6049a1a2f72} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002188 sec., 18738.57404021938 rows/sec., 1.38 MiB/sec.
3652 2024.11.26 23:34:05.730967 [ 270 ] {218dd8db-19c5-4143-88ff-e6049a1a2f72} <Debug> TCPHandler: Processed in 0.002539923 sec.
3653 2024.11.26 23:34:05.731151 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3654 2024.11.26 23:34:05.731292 [ 268 ] {c5890365-cad4-4652-9cc1-f44088b5eae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3655 2024.11.26 23:34:05.731374 [ 268 ] {c5890365-cad4-4652-9cc1-f44088b5eae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3656 2024.11.26 23:34:05.732102 [ 268 ] {c5890365-cad4-4652-9cc1-f44088b5eae1} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3657 2024.11.26 23:34:05.732142 [ 268 ] {c5890365-cad4-4652-9cc1-f44088b5eae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3658 2024.11.26 23:34:05.732521 [ 268 ] {c5890365-cad4-4652-9cc1-f44088b5eae1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3659 2024.11.26 23:34:05.732765 [ 268 ] {c5890365-cad4-4652-9cc1-f44088b5eae1} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3660 2024.11.26 23:34:05.732949 [ 268 ] {c5890365-cad4-4652-9cc1-f44088b5eae1} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001687 sec., 62240.66390041494 rows/sec., 4.86 MiB/sec.
3661 2024.11.26 23:34:05.733002 [ 268 ] {c5890365-cad4-4652-9cc1-f44088b5eae1} <Debug> TCPHandler: Processed in 0.001919198 sec.
3662 2024.11.26 23:34:05.733170 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3663 2024.11.26 23:34:05.733296 [ 270 ] {9a87818a-5b39-4917-95d6-764580a01167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3664 2024.11.26 23:34:05.733352 [ 270 ] {9a87818a-5b39-4917-95d6-764580a01167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3665 2024.11.26 23:34:05.733958 [ 270 ] {9a87818a-5b39-4917-95d6-764580a01167} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3666 2024.11.26 23:34:05.733999 [ 270 ] {9a87818a-5b39-4917-95d6-764580a01167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3667 2024.11.26 23:34:05.734427 [ 270 ] {9a87818a-5b39-4917-95d6-764580a01167} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3668 2024.11.26 23:34:05.734680 [ 270 ] {9a87818a-5b39-4917-95d6-764580a01167} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3669 2024.11.26 23:34:05.734905 [ 270 ] {9a87818a-5b39-4917-95d6-764580a01167} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec.
3670 2024.11.26 23:34:05.734961 [ 270 ] {9a87818a-5b39-4917-95d6-764580a01167} <Debug> TCPHandler: Processed in 0.001848308 sec.
3671 2024.11.26 23:34:05.735122 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3672 2024.11.26 23:34:05.735241 [ 268 ] {e4d54853-d06e-4d4c-8a53-d943a5ad1274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3673 2024.11.26 23:34:05.735323 [ 268 ] {e4d54853-d06e-4d4c-8a53-d943a5ad1274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3674 2024.11.26 23:34:05.736601 [ 268 ] {e4d54853-d06e-4d4c-8a53-d943a5ad1274} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3675 2024.11.26 23:34:05.736638 [ 268 ] {e4d54853-d06e-4d4c-8a53-d943a5ad1274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3676 2024.11.26 23:34:05.737314 [ 268 ] {e4d54853-d06e-4d4c-8a53-d943a5ad1274} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3677 2024.11.26 23:34:05.737580 [ 268 ] {e4d54853-d06e-4d4c-8a53-d943a5ad1274} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3678 2024.11.26 23:34:05.737772 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3679 2024.11.26 23:34:05.737839 [ 268 ] {e4d54853-d06e-4d4c-8a53-d943a5ad1274} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002616 sec., 15672.782874617738 rows/sec., 28.08 MiB/sec.
3680 2024.11.26 23:34:05.737853 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3681 2024.11.26 23:34:05.737918 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3682 2024.11.26 23:34:05.738151 [ 268 ] {e4d54853-d06e-4d4c-8a53-d943a5ad1274} <Debug> TCPHandler: Processed in 0.003087658 sec.
3683 2024.11.26 23:34:05.738189 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
3684 2024.11.26 23:34:05.738361 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3685 2024.11.26 23:34:05.738657 [ 270 ] {2e514485-492b-4a7f-8d63-f17103524b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3686 2024.11.26 23:34:05.738731 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3687 2024.11.26 23:34:05.738751 [ 270 ] {2e514485-492b-4a7f-8d63-f17103524b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3688 2024.11.26 23:34:05.738925 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 111 rows starting from the beginning of the part
3689 2024.11.26 23:34:05.739777 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 41 rows starting from the beginning of the part
3690 2024.11.26 23:34:05.740359 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part
3691 2024.11.26 23:34:05.741251 [ 270 ] {2e514485-492b-4a7f-8d63-f17103524b94} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3692 2024.11.26 23:34:05.741269 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part
3693 2024.11.26 23:34:05.741334 [ 270 ] {2e514485-492b-4a7f-8d63-f17103524b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB.
3694 2024.11.26 23:34:05.741883 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part
3695 2024.11.26 23:34:05.742667 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part
3696 2024.11.26 23:34:05.742953 [ 270 ] {2e514485-492b-4a7f-8d63-f17103524b94} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3697 2024.11.26 23:34:05.743679 [ 270 ] {2e514485-492b-4a7f-8d63-f17103524b94} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3698 2024.11.26 23:34:05.744287 [ 270 ] {2e514485-492b-4a7f-8d63-f17103524b94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005683 sec., 10557.803976772831 rows/sec., 728.60 KiB/sec.
3699 2024.11.26 23:34:05.744719 [ 270 ] {2e514485-492b-4a7f-8d63-f17103524b94} <Debug> TCPHandler: Processed in 0.006476441 sec.
3700 2024.11.26 23:34:05.747672 [ 195 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 19 columns (19 merged, 0 gathered) in 0.009610949 sec., 32879.167291388185 rows/sec., 58.92 MiB/sec.
3701 2024.11.26 23:34:05.748250 [ 195 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3702 2024.11.26 23:34:05.748900 [ 195 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3703 2024.11.26 23:34:05.748995 [ 195 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3704 2024.11.26 23:34:05.749155 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB.
3705 2024.11.26 23:34:06.000190 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.89 MiB, peak 188.34 MiB, free memory in arenas 0.00 B, will set to 180.90 MiB (RSS), difference: 2.00 MiB
3706 2024.11.26 23:34:10.729659 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3707 2024.11.26 23:34:10.729867 [ 268 ] {a00627d4-6eea-4339-8eba-3bcb81fa6141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3708 2024.11.26 23:34:10.729946 [ 268 ] {a00627d4-6eea-4339-8eba-3bcb81fa6141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3709 2024.11.26 23:34:10.730696 [ 268 ] {a00627d4-6eea-4339-8eba-3bcb81fa6141} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3710 2024.11.26 23:34:10.730746 [ 268 ] {a00627d4-6eea-4339-8eba-3bcb81fa6141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3711 2024.11.26 23:34:10.731186 [ 268 ] {a00627d4-6eea-4339-8eba-3bcb81fa6141} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3712 2024.11.26 23:34:10.731439 [ 268 ] {a00627d4-6eea-4339-8eba-3bcb81fa6141} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3713 2024.11.26 23:34:10.731696 [ 268 ] {a00627d4-6eea-4339-8eba-3bcb81fa6141} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec.
3714 2024.11.26 23:34:10.731823 [ 268 ] {a00627d4-6eea-4339-8eba-3bcb81fa6141} <Debug> TCPHandler: Processed in 0.002285291 sec.
3715 2024.11.26 23:34:10.732104 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3716 2024.11.26 23:34:10.732301 [ 270 ] {de4fe6e5-5964-4502-b0e7-2bdb8348f83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3717 2024.11.26 23:34:10.732378 [ 270 ] {de4fe6e5-5964-4502-b0e7-2bdb8348f83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3718 2024.11.26 23:34:10.733262 [ 270 ] {de4fe6e5-5964-4502-b0e7-2bdb8348f83c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3719 2024.11.26 23:34:10.733318 [ 270 ] {de4fe6e5-5964-4502-b0e7-2bdb8348f83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3720 2024.11.26 23:34:10.733781 [ 270 ] {de4fe6e5-5964-4502-b0e7-2bdb8348f83c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3721 2024.11.26 23:34:10.734041 [ 270 ] {de4fe6e5-5964-4502-b0e7-2bdb8348f83c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3722 2024.11.26 23:34:10.734239 [ 26 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3723 2024.11.26 23:34:10.734311 [ 270 ] {de4fe6e5-5964-4502-b0e7-2bdb8348f83c} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002058 sec., 98639.45578231293 rows/sec., 8.54 MiB/sec.
3724 2024.11.26 23:34:10.734323 [ 26 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3725 2024.11.26 23:34:10.734395 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3726 2024.11.26 23:34:10.734455 [ 270 ] {de4fe6e5-5964-4502-b0e7-2bdb8348f83c} <Debug> TCPHandler: Processed in 0.002482633 sec.
3727 2024.11.26 23:34:10.734702 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
3728 2024.11.26 23:34:10.734722 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3729 2024.11.26 23:34:10.735002 [ 268 ] {7cde41a7-e0b2-469e-9100-af04c4b45ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3730 2024.11.26 23:34:10.735016 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3731 2024.11.26 23:34:10.735107 [ 268 ] {7cde41a7-e0b2-469e-9100-af04c4b45ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3732 2024.11.26 23:34:10.735113 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1431 rows starting from the beginning of the part
3733 2024.11.26 23:34:10.735470 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1279 rows starting from the beginning of the part
3734 2024.11.26 23:34:10.735755 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
3735 2024.11.26 23:34:10.736165 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 203 rows starting from the beginning of the part
3736 2024.11.26 23:34:10.736734 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 138 rows starting from the beginning of the part
3737 2024.11.26 23:34:10.737043 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 203 rows starting from the beginning of the part
3738 2024.11.26 23:34:10.738090 [ 268 ] {7cde41a7-e0b2-469e-9100-af04c4b45ae3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3739 2024.11.26 23:34:10.738150 [ 268 ] {7cde41a7-e0b2-469e-9100-af04c4b45ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3740 2024.11.26 23:34:10.739153 [ 268 ] {7cde41a7-e0b2-469e-9100-af04c4b45ae3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3741 2024.11.26 23:34:10.739771 [ 268 ] {7cde41a7-e0b2-469e-9100-af04c4b45ae3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3742 2024.11.26 23:34:10.739982 [ 26 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3743 2024.11.26 23:34:10.740069 [ 26 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3744 2024.11.26 23:34:10.740109 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3745 2024.11.26 23:34:10.740115 [ 268 ] {7cde41a7-e0b2-469e-9100-af04c4b45ae3} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005207 sec., 1344.3441521029383 rows/sec., 87.58 KiB/sec.
3746 2024.11.26 23:34:10.740341 [ 268 ] {7cde41a7-e0b2-469e-9100-af04c4b45ae3} <Debug> TCPHandler: Processed in 0.005700583 sec.
3747 2024.11.26 23:34:10.740497 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
3748 2024.11.26 23:34:10.740623 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3749 2024.11.26 23:34:10.741000 [ 270 ] {42bff1c0-fc6e-4fcd-a426-70841d2a26b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3750 2024.11.26 23:34:10.741018 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3751 2024.11.26 23:34:10.741160 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 60 rows starting from the beginning of the part
3752 2024.11.26 23:34:10.741180 [ 270 ] {42bff1c0-fc6e-4fcd-a426-70841d2a26b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3753 2024.11.26 23:34:10.741564 [ 197 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.007002515 sec., 472687.31305823696 rows/sec., 41.44 MiB/sec.
3754 2024.11.26 23:34:10.741611 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part
3755 2024.11.26 23:34:10.742127 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 43 rows starting from the beginning of the part
3756 2024.11.26 23:34:10.742240 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3757 2024.11.26 23:34:10.742633 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 7 rows starting from the beginning of the part
3758 2024.11.26 23:34:10.743231 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part
3759 2024.11.26 23:34:10.743697 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part
3760 2024.11.26 23:34:10.744852 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3761 2024.11.26 23:34:10.745176 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_26_5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3762 2024.11.26 23:34:10.745496 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
3763 2024.11.26 23:34:10.745686 [ 270 ] {42bff1c0-fc6e-4fcd-a426-70841d2a26b4} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3764 2024.11.26 23:34:10.745740 [ 270 ] {42bff1c0-fc6e-4fcd-a426-70841d2a26b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3765 2024.11.26 23:34:10.746372 [ 270 ] {42bff1c0-fc6e-4fcd-a426-70841d2a26b4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3766 2024.11.26 23:34:10.746594 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.006392759 sec., 25810.452106828994 rows/sec., 1.94 MiB/sec.
3767 2024.11.26 23:34:10.746727 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3768 2024.11.26 23:34:10.746739 [ 270 ] {42bff1c0-fc6e-4fcd-a426-70841d2a26b4} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3769 2024.11.26 23:34:10.747061 [ 270 ] {42bff1c0-fc6e-4fcd-a426-70841d2a26b4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006192 sec., 2260.981912144703 rows/sec., 158.34 KiB/sec.
3770 2024.11.26 23:34:10.747152 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3771 2024.11.26 23:34:10.747161 [ 270 ] {42bff1c0-fc6e-4fcd-a426-70841d2a26b4} <Debug> TCPHandler: Processed in 0.006676333 sec.
3772 2024.11.26 23:34:10.747253 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_21_4} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3773 2024.11.26 23:34:10.747360 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3774 2024.11.26 23:34:10.747373 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3775 2024.11.26 23:34:10.747511 [ 268 ] {a839bcc0-31e4-4803-b16c-6206fd6f29d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3776 2024.11.26 23:34:10.747566 [ 268 ] {a839bcc0-31e4-4803-b16c-6206fd6f29d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3777 2024.11.26 23:34:10.748186 [ 268 ] {a839bcc0-31e4-4803-b16c-6206fd6f29d5} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3778 2024.11.26 23:34:10.748226 [ 268 ] {a839bcc0-31e4-4803-b16c-6206fd6f29d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3779 2024.11.26 23:34:10.748603 [ 268 ] {a839bcc0-31e4-4803-b16c-6206fd6f29d5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3780 2024.11.26 23:34:10.748851 [ 268 ] {a839bcc0-31e4-4803-b16c-6206fd6f29d5} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3781 2024.11.26 23:34:10.749090 [ 268 ] {a839bcc0-31e4-4803-b16c-6206fd6f29d5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec.
3782 2024.11.26 23:34:10.749178 [ 268 ] {a839bcc0-31e4-4803-b16c-6206fd6f29d5} <Debug> TCPHandler: Processed in 0.001911277 sec.
3783 2024.11.26 23:34:10.749348 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3784 2024.11.26 23:34:10.749505 [ 270 ] {cf3fa20f-1d57-4a53-831c-0782a1a37bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3785 2024.11.26 23:34:10.749569 [ 270 ] {cf3fa20f-1d57-4a53-831c-0782a1a37bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3786 2024.11.26 23:34:10.750389 [ 270 ] {cf3fa20f-1d57-4a53-831c-0782a1a37bd3} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3787 2024.11.26 23:34:10.750430 [ 270 ] {cf3fa20f-1d57-4a53-831c-0782a1a37bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3788 2024.11.26 23:34:10.750828 [ 270 ] {cf3fa20f-1d57-4a53-831c-0782a1a37bd3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3789 2024.11.26 23:34:10.751084 [ 270 ] {cf3fa20f-1d57-4a53-831c-0782a1a37bd3} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3790 2024.11.26 23:34:10.751260 [ 26 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3791 2024.11.26 23:34:10.751320 [ 26 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3792 2024.11.26 23:34:10.751352 [ 270 ] {cf3fa20f-1d57-4a53-831c-0782a1a37bd3} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001882 sec., 202975.55791710946 rows/sec., 14.36 MiB/sec.
3793 2024.11.26 23:34:10.751360 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3794 2024.11.26 23:34:10.751533 [ 270 ] {cf3fa20f-1d57-4a53-831c-0782a1a37bd3} <Debug> TCPHandler: Processed in 0.002257751 sec.
3795 2024.11.26 23:34:10.751615 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
3796 2024.11.26 23:34:10.751721 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3797 2024.11.26 23:34:10.751786 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3798 2024.11.26 23:34:10.751852 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
3799 2024.11.26 23:34:10.751966 [ 268 ] {0a47acc6-5d71-4712-9097-f3e4c29140a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3800 2024.11.26 23:34:10.752082 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 563 rows starting from the beginning of the part
3801 2024.11.26 23:34:10.752159 [ 268 ] {0a47acc6-5d71-4712-9097-f3e4c29140a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3802 2024.11.26 23:34:10.752482 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part
3803 2024.11.26 23:34:10.752847 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 382 rows starting from the beginning of the part
3804 2024.11.26 23:34:10.753229 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 105 rows starting from the beginning of the part
3805 2024.11.26 23:34:10.753618 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 382 rows starting from the beginning of the part
3806 2024.11.26 23:34:10.754614 [ 268 ] {0a47acc6-5d71-4712-9097-f3e4c29140a5} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3807 2024.11.26 23:34:10.754693 [ 268 ] {0a47acc6-5d71-4712-9097-f3e4c29140a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3808 2024.11.26 23:34:10.755644 [ 268 ] {0a47acc6-5d71-4712-9097-f3e4c29140a5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3809 2024.11.26 23:34:10.756063 [ 268 ] {0a47acc6-5d71-4712-9097-f3e4c29140a5} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3810 2024.11.26 23:34:10.756528 [ 268 ] {0a47acc6-5d71-4712-9097-f3e4c29140a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004626 sec., 1297.0168612191958 rows/sec., 67.76 KiB/sec.
3811 2024.11.26 23:34:10.756832 [ 268 ] {0a47acc6-5d71-4712-9097-f3e4c29140a5} <Debug> TCPHandler: Processed in 0.005181118 sec.
3812 2024.11.26 23:34:10.756861 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.00537634 sec., 447330.33997105836 rows/sec., 34.29 MiB/sec.
3813 2024.11.26 23:34:10.757012 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3814 2024.11.26 23:34:10.757090 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3815 2024.11.26 23:34:10.757262 [ 270 ] {1d2cf5d1-b2db-4ca2-a13a-7077612814cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3816 2024.11.26 23:34:10.757342 [ 270 ] {1d2cf5d1-b2db-4ca2-a13a-7077612814cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3817 2024.11.26 23:34:10.757721 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_26_5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3818 2024.11.26 23:34:10.757919 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_26_5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3819 2024.11.26 23:34:10.758034 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
3820 2024.11.26 23:34:10.758360 [ 270 ] {1d2cf5d1-b2db-4ca2-a13a-7077612814cb} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3821 2024.11.26 23:34:10.758405 [ 270 ] {1d2cf5d1-b2db-4ca2-a13a-7077612814cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3822 2024.11.26 23:34:10.758820 [ 270 ] {1d2cf5d1-b2db-4ca2-a13a-7077612814cb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3823 2024.11.26 23:34:10.759072 [ 270 ] {1d2cf5d1-b2db-4ca2-a13a-7077612814cb} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3824 2024.11.26 23:34:10.759241 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3825 2024.11.26 23:34:10.759308 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3826 2024.11.26 23:34:10.759347 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3827 2024.11.26 23:34:10.759355 [ 270 ] {1d2cf5d1-b2db-4ca2-a13a-7077612814cb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00217 sec., 109216.58986175116 rows/sec., 7.32 MiB/sec.
3828 2024.11.26 23:34:10.759678 [ 270 ] {1d2cf5d1-b2db-4ca2-a13a-7077612814cb} <Debug> TCPHandler: Processed in 0.002746945 sec.
3829 2024.11.26 23:34:10.759734 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
3830 2024.11.26 23:34:10.760017 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3831 2024.11.26 23:34:10.760304 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3832 2024.11.26 23:34:10.760397 [ 268 ] {9e9db5ce-b565-42c3-b0cc-4de05417f0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3833 2024.11.26 23:34:10.760439 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6652 rows starting from the beginning of the part
3834 2024.11.26 23:34:10.760580 [ 268 ] {9e9db5ce-b565-42c3-b0cc-4de05417f0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3835 2024.11.26 23:34:10.760781 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 943 rows starting from the beginning of the part
3836 2024.11.26 23:34:10.761109 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part
3837 2024.11.26 23:34:10.761450 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part
3838 2024.11.26 23:34:10.761856 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part
3839 2024.11.26 23:34:10.762257 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part
3840 2024.11.26 23:34:10.763169 [ 268 ] {9e9db5ce-b565-42c3-b0cc-4de05417f0e4} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3841 2024.11.26 23:34:10.763241 [ 268 ] {9e9db5ce-b565-42c3-b0cc-4de05417f0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3842 2024.11.26 23:34:10.763898 [ 268 ] {9e9db5ce-b565-42c3-b0cc-4de05417f0e4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3843 2024.11.26 23:34:10.764363 [ 268 ] {9e9db5ce-b565-42c3-b0cc-4de05417f0e4} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3844 2024.11.26 23:34:10.764723 [ 26 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3845 2024.11.26 23:34:10.764865 [ 26 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3846 2024.11.26 23:34:10.764982 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3847 2024.11.26 23:34:10.764985 [ 268 ] {9e9db5ce-b565-42c3-b0cc-4de05417f0e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004714 sec., 212.13406873143825 rows/sec., 14.29 KiB/sec.
3848 2024.11.26 23:34:10.765381 [ 268 ] {9e9db5ce-b565-42c3-b0cc-4de05417f0e4} <Debug> TCPHandler: Processed in 0.005557272 sec.
3849 2024.11.26 23:34:10.765739 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3850 2024.11.26 23:34:10.766164 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
3851 2024.11.26 23:34:10.766192 [ 270 ] {b64257b8-e2a2-46bf-afe8-79c3176d4c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3852 2024.11.26 23:34:10.766335 [ 270 ] {b64257b8-e2a2-46bf-afe8-79c3176d4c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3853 2024.11.26 23:34:10.766569 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3854 2024.11.26 23:34:10.766711 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
3855 2024.11.26 23:34:10.766966 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
3856 2024.11.26 23:34:10.767549 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
3857 2024.11.26 23:34:10.767876 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
3858 2024.11.26 23:34:10.768210 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
3859 2024.11.26 23:34:10.768635 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
3860 2024.11.26 23:34:10.769984 [ 270 ] {b64257b8-e2a2-46bf-afe8-79c3176d4c53} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3861 2024.11.26 23:34:10.770081 [ 270 ] {b64257b8-e2a2-46bf-afe8-79c3176d4c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3862 2024.11.26 23:34:10.770211 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8293 rows, containing 5 columns (5 merged, 0 gathered) in 0.010760931 sec., 770658.2265047514 rows/sec., 52.02 MiB/sec.
3863 2024.11.26 23:34:10.770809 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3864 2024.11.26 23:34:10.771851 [ 270 ] {b64257b8-e2a2-46bf-afe8-79c3176d4c53} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3865 2024.11.26 23:34:10.772308 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3866 2024.11.26 23:34:10.772721 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3867 2024.11.26 23:34:10.772768 [ 270 ] {b64257b8-e2a2-46bf-afe8-79c3176d4c53} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3868 2024.11.26 23:34:10.773202 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB.
3869 2024.11.26 23:34:10.773233 [ 26 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3870 2024.11.26 23:34:10.773325 [ 26 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3871 2024.11.26 23:34:10.773402 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3872 2024.11.26 23:34:10.773575 [ 270 ] {b64257b8-e2a2-46bf-afe8-79c3176d4c53} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007467 sec., 10981.65260479443 rows/sec., 714.21 KiB/sec.
3873 2024.11.26 23:34:10.773941 [ 270 ] {b64257b8-e2a2-46bf-afe8-79c3176d4c53} <Debug> TCPHandler: Processed in 0.008407668 sec.
3874 2024.11.26 23:34:10.774289 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.009145716 sec., 1093.4081049531824 rows/sec., 73.68 KiB/sec.
3875 2024.11.26 23:34:10.774307 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
3876 2024.11.26 23:34:10.774487 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3877 2024.11.26 23:34:10.774528 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3878 2024.11.26 23:34:10.774623 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1256 rows starting from the beginning of the part
3879 2024.11.26 23:34:10.774806 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part
3880 2024.11.26 23:34:10.775039 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part
3881 2024.11.26 23:34:10.775350 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
3882 2024.11.26 23:34:10.775351 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_10_2} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3883 2024.11.26 23:34:10.775616 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
3884 2024.11.26 23:34:10.775696 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_10_2} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3885 2024.11.26 23:34:10.775821 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
3886 2024.11.26 23:34:10.775984 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
3887 2024.11.26 23:34:10.777265 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 4 columns (4 merged, 0 gathered) in 0.003664274 sec., 420274.2480502277 rows/sec., 27.46 MiB/sec.
3888 2024.11.26 23:34:10.777442 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3889 2024.11.26 23:34:10.777722 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_26_5} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3890 2024.11.26 23:34:10.777799 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_26_5} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3891 2024.11.26 23:34:10.777873 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3892 2024.11.26 23:34:12.034176 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3893 2024.11.26 23:34:12.035202 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3894 2024.11.26 23:34:12.035265 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3895 2024.11.26 23:34:12.035887 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3896 2024.11.26 23:34:12.036151 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3897 2024.11.26 23:34:12.036443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3898 2024.11.26 23:34:12.550757 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3899 2024.11.26 23:34:12.570130 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3900 2024.11.26 23:34:12.570189 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3901 2024.11.26 23:34:12.577354 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3902 2024.11.26 23:34:12.578087 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3903 2024.11.26 23:34:12.581486 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3904 2024.11.26 23:34:14.584718 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 570
3905 2024.11.26 23:34:14.587786 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3906 2024.11.26 23:34:14.587846 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3907 2024.11.26 23:34:14.589305 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3908 2024.11.26 23:34:14.589627 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3909 2024.11.26 23:34:14.590598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 570
3910 2024.11.26 23:34:15.726546 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3911 2024.11.26 23:34:15.726753 [ 268 ] {df940634-97e5-4e24-a597-e8e0d9a25848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3912 2024.11.26 23:34:15.726836 [ 268 ] {df940634-97e5-4e24-a597-e8e0d9a25848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3913 2024.11.26 23:34:15.727713 [ 268 ] {df940634-97e5-4e24-a597-e8e0d9a25848} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3914 2024.11.26 23:34:15.727766 [ 268 ] {df940634-97e5-4e24-a597-e8e0d9a25848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3915 2024.11.26 23:34:15.728237 [ 268 ] {df940634-97e5-4e24-a597-e8e0d9a25848} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3916 2024.11.26 23:34:15.728497 [ 268 ] {df940634-97e5-4e24-a597-e8e0d9a25848} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3917 2024.11.26 23:34:15.728762 [ 268 ] {df940634-97e5-4e24-a597-e8e0d9a25848} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002065 sec., 66828.08716707022 rows/sec., 5.77 MiB/sec.
3918 2024.11.26 23:34:15.728960 [ 268 ] {df940634-97e5-4e24-a597-e8e0d9a25848} <Debug> TCPHandler: Processed in 0.002542714 sec.
3919 2024.11.26 23:34:15.729238 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3920 2024.11.26 23:34:15.729434 [ 270 ] {6f066cfc-f9e6-490c-9dda-eef968e4db16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3921 2024.11.26 23:34:15.729510 [ 270 ] {6f066cfc-f9e6-490c-9dda-eef968e4db16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3922 2024.11.26 23:34:15.730296 [ 270 ] {6f066cfc-f9e6-490c-9dda-eef968e4db16} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3923 2024.11.26 23:34:15.730348 [ 270 ] {6f066cfc-f9e6-490c-9dda-eef968e4db16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3924 2024.11.26 23:34:15.730796 [ 270 ] {6f066cfc-f9e6-490c-9dda-eef968e4db16} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3925 2024.11.26 23:34:15.731059 [ 270 ] {6f066cfc-f9e6-490c-9dda-eef968e4db16} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3926 2024.11.26 23:34:15.731295 [ 270 ] {6f066cfc-f9e6-490c-9dda-eef968e4db16} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001917 sec., 21387.584767866458 rows/sec., 1.57 MiB/sec.
3927 2024.11.26 23:34:15.731351 [ 270 ] {6f066cfc-f9e6-490c-9dda-eef968e4db16} <Debug> TCPHandler: Processed in 0.002244591 sec.
3928 2024.11.26 23:34:15.731493 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3929 2024.11.26 23:34:15.731611 [ 268 ] {426829bb-44d8-4dcc-a4f7-42379eb7291d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3930 2024.11.26 23:34:15.731660 [ 268 ] {426829bb-44d8-4dcc-a4f7-42379eb7291d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3931 2024.11.26 23:34:15.732318 [ 268 ] {426829bb-44d8-4dcc-a4f7-42379eb7291d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3932 2024.11.26 23:34:15.732360 [ 268 ] {426829bb-44d8-4dcc-a4f7-42379eb7291d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3933 2024.11.26 23:34:15.732755 [ 268 ] {426829bb-44d8-4dcc-a4f7-42379eb7291d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3934 2024.11.26 23:34:15.733003 [ 268 ] {426829bb-44d8-4dcc-a4f7-42379eb7291d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3935 2024.11.26 23:34:15.733214 [ 268 ] {426829bb-44d8-4dcc-a4f7-42379eb7291d} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001628 sec., 64496.314496314495 rows/sec., 5.04 MiB/sec.
3936 2024.11.26 23:34:15.733275 [ 268 ] {426829bb-44d8-4dcc-a4f7-42379eb7291d} <Debug> TCPHandler: Processed in 0.001836467 sec.
3937 2024.11.26 23:34:15.733459 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3938 2024.11.26 23:34:15.733599 [ 270 ] {52955d23-f0e5-43a4-9712-e40fdf05ad8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3939 2024.11.26 23:34:15.733663 [ 270 ] {52955d23-f0e5-43a4-9712-e40fdf05ad8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3940 2024.11.26 23:34:15.734306 [ 270 ] {52955d23-f0e5-43a4-9712-e40fdf05ad8d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3941 2024.11.26 23:34:15.734345 [ 270 ] {52955d23-f0e5-43a4-9712-e40fdf05ad8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3942 2024.11.26 23:34:15.734755 [ 270 ] {52955d23-f0e5-43a4-9712-e40fdf05ad8d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3943 2024.11.26 23:34:15.735014 [ 270 ] {52955d23-f0e5-43a4-9712-e40fdf05ad8d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3944 2024.11.26 23:34:15.735266 [ 270 ] {52955d23-f0e5-43a4-9712-e40fdf05ad8d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001698 sec., 94228.50412249705 rows/sec., 6.56 MiB/sec.
3945 2024.11.26 23:34:15.735488 [ 270 ] {52955d23-f0e5-43a4-9712-e40fdf05ad8d} <Debug> TCPHandler: Processed in 0.00209498 sec.
3946 2024.11.26 23:34:15.735650 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3947 2024.11.26 23:34:15.735767 [ 268 ] {da59660f-6596-49d0-ab46-5d2fc4ffa799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3948 2024.11.26 23:34:15.735851 [ 268 ] {da59660f-6596-49d0-ab46-5d2fc4ffa799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3949 2024.11.26 23:34:15.737155 [ 268 ] {da59660f-6596-49d0-ab46-5d2fc4ffa799} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3950 2024.11.26 23:34:15.737200 [ 268 ] {da59660f-6596-49d0-ab46-5d2fc4ffa799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3951 2024.11.26 23:34:15.737914 [ 268 ] {da59660f-6596-49d0-ab46-5d2fc4ffa799} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3952 2024.11.26 23:34:15.738188 [ 268 ] {da59660f-6596-49d0-ab46-5d2fc4ffa799} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3953 2024.11.26 23:34:15.738531 [ 268 ] {da59660f-6596-49d0-ab46-5d2fc4ffa799} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002762 sec., 14844.315713251266 rows/sec., 26.60 MiB/sec.
3954 2024.11.26 23:34:15.738782 [ 268 ] {da59660f-6596-49d0-ab46-5d2fc4ffa799} <Debug> TCPHandler: Processed in 0.003189299 sec.
3955 2024.11.26 23:34:15.738952 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3956 2024.11.26 23:34:15.739070 [ 270 ] {5f84da5f-4f4a-41e4-bbcd-5d939c8c643b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3957 2024.11.26 23:34:15.739122 [ 270 ] {5f84da5f-4f4a-41e4-bbcd-5d939c8c643b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3958 2024.11.26 23:34:15.739633 [ 270 ] {5f84da5f-4f4a-41e4-bbcd-5d939c8c643b} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3959 2024.11.26 23:34:15.739671 [ 270 ] {5f84da5f-4f4a-41e4-bbcd-5d939c8c643b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3960 2024.11.26 23:34:15.740047 [ 270 ] {5f84da5f-4f4a-41e4-bbcd-5d939c8c643b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3961 2024.11.26 23:34:15.740302 [ 270 ] {5f84da5f-4f4a-41e4-bbcd-5d939c8c643b} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3962 2024.11.26 23:34:15.740506 [ 270 ] {5f84da5f-4f4a-41e4-bbcd-5d939c8c643b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec.
3963 2024.11.26 23:34:15.740555 [ 270 ] {5f84da5f-4f4a-41e4-bbcd-5d939c8c643b} <Debug> TCPHandler: Processed in 0.001662165 sec.
3964 2024.11.26 23:34:19.455289 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache
3965 2024.11.26 23:34:19.455367 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache
3966 2024.11.26 23:34:19.536704 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3967 2024.11.26 23:34:19.537327 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3968 2024.11.26 23:34:19.537365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3969 2024.11.26 23:34:19.537916 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3970 2024.11.26 23:34:19.538167 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3971 2024.11.26 23:34:19.538397 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3972 2024.11.26 23:34:20.081676 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3973 2024.11.26 23:34:20.101527 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3974 2024.11.26 23:34:20.101586 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3975 2024.11.26 23:34:20.108864 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3976 2024.11.26 23:34:20.109599 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3977 2024.11.26 23:34:20.112722 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3978 2024.11.26 23:34:20.729272 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3979 2024.11.26 23:34:20.729487 [ 268 ] {c587e3d0-8822-466a-a6f0-572eaf4527bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3980 2024.11.26 23:34:20.729569 [ 268 ] {c587e3d0-8822-466a-a6f0-572eaf4527bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3981 2024.11.26 23:34:20.730417 [ 268 ] {c587e3d0-8822-466a-a6f0-572eaf4527bd} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3982 2024.11.26 23:34:20.730465 [ 268 ] {c587e3d0-8822-466a-a6f0-572eaf4527bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3983 2024.11.26 23:34:20.730900 [ 268 ] {c587e3d0-8822-466a-a6f0-572eaf4527bd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3984 2024.11.26 23:34:20.731164 [ 268 ] {c587e3d0-8822-466a-a6f0-572eaf4527bd} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3985 2024.11.26 23:34:20.731445 [ 268 ] {c587e3d0-8822-466a-a6f0-572eaf4527bd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002016 sec., 6944.444444444444 rows/sec., 499.91 KiB/sec.
3986 2024.11.26 23:34:20.731624 [ 268 ] {c587e3d0-8822-466a-a6f0-572eaf4527bd} <Debug> TCPHandler: Processed in 0.002488403 sec.
3987 2024.11.26 23:34:20.731886 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3988 2024.11.26 23:34:20.732074 [ 270 ] {4f06a9d1-f713-4c91-899f-9775e195f9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3989 2024.11.26 23:34:20.732146 [ 270 ] {4f06a9d1-f713-4c91-899f-9775e195f9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3990 2024.11.26 23:34:20.732966 [ 270 ] {4f06a9d1-f713-4c91-899f-9775e195f9d9} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3991 2024.11.26 23:34:20.733012 [ 270 ] {4f06a9d1-f713-4c91-899f-9775e195f9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
3992 2024.11.26 23:34:20.733463 [ 270 ] {4f06a9d1-f713-4c91-899f-9775e195f9d9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3993 2024.11.26 23:34:20.733724 [ 270 ] {4f06a9d1-f713-4c91-899f-9775e195f9d9} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3994 2024.11.26 23:34:20.733956 [ 270 ] {4f06a9d1-f713-4c91-899f-9775e195f9d9} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001935 sec., 104909.56072351421 rows/sec., 9.08 MiB/sec.
3995 2024.11.26 23:34:20.734012 [ 270 ] {4f06a9d1-f713-4c91-899f-9775e195f9d9} <Debug> TCPHandler: Processed in 0.002254561 sec.
3996 2024.11.26 23:34:20.734181 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3997 2024.11.26 23:34:20.734321 [ 268 ] {2c216277-b78f-4937-887d-93b03e33db94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3998 2024.11.26 23:34:20.734380 [ 268 ] {2c216277-b78f-4937-887d-93b03e33db94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3999 2024.11.26 23:34:20.735071 [ 268 ] {2c216277-b78f-4937-887d-93b03e33db94} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4000 2024.11.26 23:34:20.735119 [ 268 ] {2c216277-b78f-4937-887d-93b03e33db94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4001 2024.11.26 23:34:20.735504 [ 268 ] {2c216277-b78f-4937-887d-93b03e33db94} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4002 2024.11.26 23:34:20.735748 [ 268 ] {2c216277-b78f-4937-887d-93b03e33db94} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4003 2024.11.26 23:34:20.735970 [ 268 ] {2c216277-b78f-4937-887d-93b03e33db94} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00168 sec., 4166.666666666666 rows/sec., 271.46 KiB/sec.
4004 2024.11.26 23:34:20.736024 [ 268 ] {2c216277-b78f-4937-887d-93b03e33db94} <Debug> TCPHandler: Processed in 0.001910478 sec.
4005 2024.11.26 23:34:20.736172 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4006 2024.11.26 23:34:20.736295 [ 270 ] {a370a65e-93ec-4b19-a045-ae1c9c417610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4007 2024.11.26 23:34:20.736346 [ 270 ] {a370a65e-93ec-4b19-a045-ae1c9c417610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4008 2024.11.26 23:34:20.736966 [ 270 ] {a370a65e-93ec-4b19-a045-ae1c9c417610} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4009 2024.11.26 23:34:20.737012 [ 270 ] {a370a65e-93ec-4b19-a045-ae1c9c417610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4010 2024.11.26 23:34:20.737411 [ 270 ] {a370a65e-93ec-4b19-a045-ae1c9c417610} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4011 2024.11.26 23:34:20.737680 [ 270 ] {a370a65e-93ec-4b19-a045-ae1c9c417610} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4012 2024.11.26 23:34:20.737904 [ 270 ] {a370a65e-93ec-4b19-a045-ae1c9c417610} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001634 sec., 8567.931456548347 rows/sec., 600.04 KiB/sec.
4013 2024.11.26 23:34:20.737964 [ 270 ] {a370a65e-93ec-4b19-a045-ae1c9c417610} <Debug> TCPHandler: Processed in 0.001848937 sec.
4014 2024.11.26 23:34:20.738104 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4015 2024.11.26 23:34:20.738222 [ 268 ] {2d5b4257-d591-4086-8cfc-a8c1bfa96abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4016 2024.11.26 23:34:20.738281 [ 268 ] {2d5b4257-d591-4086-8cfc-a8c1bfa96abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4017 2024.11.26 23:34:20.738991 [ 268 ] {2d5b4257-d591-4086-8cfc-a8c1bfa96abe} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4018 2024.11.26 23:34:20.739037 [ 268 ] {2d5b4257-d591-4086-8cfc-a8c1bfa96abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4019 2024.11.26 23:34:20.739424 [ 268 ] {2d5b4257-d591-4086-8cfc-a8c1bfa96abe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4020 2024.11.26 23:34:20.739657 [ 268 ] {2d5b4257-d591-4086-8cfc-a8c1bfa96abe} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4021 2024.11.26 23:34:20.739872 [ 268 ] {2d5b4257-d591-4086-8cfc-a8c1bfa96abe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001675 sec., 7761.194029850746 rows/sec., 483.91 KiB/sec.
4022 2024.11.26 23:34:20.739928 [ 268 ] {2d5b4257-d591-4086-8cfc-a8c1bfa96abe} <Debug> TCPHandler: Processed in 0.001878697 sec.
4023 2024.11.26 23:34:20.740096 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4024 2024.11.26 23:34:20.740217 [ 270 ] {b65e110f-a6d8-486b-bca2-cf532a05fe3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4025 2024.11.26 23:34:20.740266 [ 270 ] {b65e110f-a6d8-486b-bca2-cf532a05fe3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4026 2024.11.26 23:34:20.740988 [ 270 ] {b65e110f-a6d8-486b-bca2-cf532a05fe3b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4027 2024.11.26 23:34:20.741029 [ 270 ] {b65e110f-a6d8-486b-bca2-cf532a05fe3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4028 2024.11.26 23:34:20.741464 [ 270 ] {b65e110f-a6d8-486b-bca2-cf532a05fe3b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4029 2024.11.26 23:34:20.741730 [ 270 ] {b65e110f-a6d8-486b-bca2-cf532a05fe3b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4030 2024.11.26 23:34:20.741961 [ 270 ] {b65e110f-a6d8-486b-bca2-cf532a05fe3b} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001768 sec., 216063.34841628958 rows/sec., 15.29 MiB/sec.
4031 2024.11.26 23:34:20.742015 [ 270 ] {b65e110f-a6d8-486b-bca2-cf532a05fe3b} <Debug> TCPHandler: Processed in 0.001977778 sec.
4032 2024.11.26 23:34:20.742157 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4033 2024.11.26 23:34:20.742273 [ 268 ] {2645b245-b374-4c50-b6b7-b924951f01c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4034 2024.11.26 23:34:20.742324 [ 268 ] {2645b245-b374-4c50-b6b7-b924951f01c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4035 2024.11.26 23:34:20.742823 [ 268 ] {2645b245-b374-4c50-b6b7-b924951f01c5} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4036 2024.11.26 23:34:20.742862 [ 268 ] {2645b245-b374-4c50-b6b7-b924951f01c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4037 2024.11.26 23:34:20.743235 [ 268 ] {2645b245-b374-4c50-b6b7-b924951f01c5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4038 2024.11.26 23:34:20.743474 [ 268 ] {2645b245-b374-4c50-b6b7-b924951f01c5} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4039 2024.11.26 23:34:20.743647 [ 79 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4040 2024.11.26 23:34:20.743712 [ 268 ] {2645b245-b374-4c50-b6b7-b924951f01c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 214.71 KiB/sec.
4041 2024.11.26 23:34:20.743735 [ 79 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4042 2024.11.26 23:34:20.743800 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4043 2024.11.26 23:34:20.743832 [ 268 ] {2645b245-b374-4c50-b6b7-b924951f01c5} <Debug> TCPHandler: Processed in 0.001724746 sec.
4044 2024.11.26 23:34:20.744074 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4045 2024.11.26 23:34:20.744184 [ 188 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
4046 2024.11.26 23:34:20.744397 [ 270 ] {a1dcecaa-3510-4a6e-a149-174efdc36e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4047 2024.11.26 23:34:20.744467 [ 188 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4048 2024.11.26 23:34:20.744470 [ 270 ] {a1dcecaa-3510-4a6e-a149-174efdc36e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4049 2024.11.26 23:34:20.744514 [ 188 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
4050 2024.11.26 23:34:20.744685 [ 188 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
4051 2024.11.26 23:34:20.745086 [ 188 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
4052 2024.11.26 23:34:20.745495 [ 188 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
4053 2024.11.26 23:34:20.745817 [ 188 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
4054 2024.11.26 23:34:20.746217 [ 188 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
4055 2024.11.26 23:34:20.747029 [ 270 ] {a1dcecaa-3510-4a6e-a149-174efdc36e29} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4056 2024.11.26 23:34:20.747077 [ 270 ] {a1dcecaa-3510-4a6e-a149-174efdc36e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4057 2024.11.26 23:34:20.747777 [ 270 ] {a1dcecaa-3510-4a6e-a149-174efdc36e29} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4058 2024.11.26 23:34:20.747976 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004062327 sec., 16246.845711829697 rows/sec., 848.83 KiB/sec.
4059 2024.11.26 23:34:20.748153 [ 270 ] {a1dcecaa-3510-4a6e-a149-174efdc36e29} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4060 2024.11.26 23:34:20.748215 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4061 2024.11.26 23:34:20.748495 [ 270 ] {a1dcecaa-3510-4a6e-a149-174efdc36e29} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004196 sec., 56482.36415633937 rows/sec., 3.79 MiB/sec.
4062 2024.11.26 23:34:20.748645 [ 270 ] {a1dcecaa-3510-4a6e-a149-174efdc36e29} <Debug> TCPHandler: Processed in 0.004697004 sec.
4063 2024.11.26 23:34:20.748848 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4064 2024.11.26 23:34:20.748855 [ 189 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_11_2} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4065 2024.11.26 23:34:20.748986 [ 268 ] {cc62da83-f3a8-42ad-85b5-9b4cc94e29e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4066 2024.11.26 23:34:20.748992 [ 189 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_11_2} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4067 2024.11.26 23:34:20.749046 [ 268 ] {cc62da83-f3a8-42ad-85b5-9b4cc94e29e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4068 2024.11.26 23:34:20.749122 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4069 2024.11.26 23:34:20.749564 [ 268 ] {cc62da83-f3a8-42ad-85b5-9b4cc94e29e0} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4070 2024.11.26 23:34:20.749603 [ 268 ] {cc62da83-f3a8-42ad-85b5-9b4cc94e29e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4071 2024.11.26 23:34:20.749968 [ 268 ] {cc62da83-f3a8-42ad-85b5-9b4cc94e29e0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4072 2024.11.26 23:34:20.750204 [ 268 ] {cc62da83-f3a8-42ad-85b5-9b4cc94e29e0} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4073 2024.11.26 23:34:20.750415 [ 268 ] {cc62da83-f3a8-42ad-85b5-9b4cc94e29e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec.
4074 2024.11.26 23:34:20.750466 [ 268 ] {cc62da83-f3a8-42ad-85b5-9b4cc94e29e0} <Debug> TCPHandler: Processed in 0.001715306 sec.
4075 2024.11.26 23:34:20.750621 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4076 2024.11.26 23:34:20.750761 [ 270 ] {72dff98c-d4ad-44ed-9cfd-bed4432bdda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4077 2024.11.26 23:34:20.750833 [ 270 ] {72dff98c-d4ad-44ed-9cfd-bed4432bdda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4078 2024.11.26 23:34:20.751393 [ 270 ] {72dff98c-d4ad-44ed-9cfd-bed4432bdda5} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4079 2024.11.26 23:34:20.751434 [ 270 ] {72dff98c-d4ad-44ed-9cfd-bed4432bdda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4080 2024.11.26 23:34:20.751808 [ 270 ] {72dff98c-d4ad-44ed-9cfd-bed4432bdda5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4081 2024.11.26 23:34:20.752043 [ 270 ] {72dff98c-d4ad-44ed-9cfd-bed4432bdda5} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4082 2024.11.26 23:34:20.752250 [ 270 ] {72dff98c-d4ad-44ed-9cfd-bed4432bdda5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001524 sec., 53805.77427821523 rows/sec., 3.42 MiB/sec.
4083 2024.11.26 23:34:20.752300 [ 270 ] {72dff98c-d4ad-44ed-9cfd-bed4432bdda5} <Debug> TCPHandler: Processed in 0.001737036 sec.
4084 2024.11.26 23:34:21.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.19 MiB, peak 188.55 MiB, free memory in arenas 0.00 B, will set to 183.18 MiB (RSS), difference: -1.01 MiB
4085 2024.11.26 23:34:23.147762 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4086 2024.11.26 23:34:23.147970 [ 268 ] {235261f2-6942-4121-8db4-40eddadb901e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4087 2024.11.26 23:34:23.148046 [ 268 ] {235261f2-6942-4121-8db4-40eddadb901e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4088 2024.11.26 23:34:23.148800 [ 268 ] {235261f2-6942-4121-8db4-40eddadb901e} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4089 2024.11.26 23:34:23.148853 [ 268 ] {235261f2-6942-4121-8db4-40eddadb901e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4090 2024.11.26 23:34:23.149276 [ 268 ] {235261f2-6942-4121-8db4-40eddadb901e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4091 2024.11.26 23:34:23.149539 [ 268 ] {235261f2-6942-4121-8db4-40eddadb901e} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4092 2024.11.26 23:34:23.149784 [ 268 ] {235261f2-6942-4121-8db4-40eddadb901e} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 614.09 KiB/sec.
4093 2024.11.26 23:34:23.149956 [ 268 ] {235261f2-6942-4121-8db4-40eddadb901e} <Debug> TCPHandler: Processed in 0.002324032 sec.
4094 2024.11.26 23:34:23.150243 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4095 2024.11.26 23:34:23.150448 [ 270 ] {2645352d-886a-47b5-b09b-a3f8c7fde8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4096 2024.11.26 23:34:23.150529 [ 270 ] {2645352d-886a-47b5-b09b-a3f8c7fde8ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4097 2024.11.26 23:34:23.152032 [ 270 ] {2645352d-886a-47b5-b09b-a3f8c7fde8ef} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4098 2024.11.26 23:34:23.152078 [ 270 ] {2645352d-886a-47b5-b09b-a3f8c7fde8ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4099 2024.11.26 23:34:23.152589 [ 270 ] {2645352d-886a-47b5-b09b-a3f8c7fde8ef} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4100 2024.11.26 23:34:23.152854 [ 270 ] {2645352d-886a-47b5-b09b-a3f8c7fde8ef} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4101 2024.11.26 23:34:23.153062 [ 270 ] {2645352d-886a-47b5-b09b-a3f8c7fde8ef} <Debug> executeQuery: Read 1285 rows, 109.28 KiB in 0.002675 sec., 480373.83177570096 rows/sec., 39.89 MiB/sec.
4102 2024.11.26 23:34:23.153128 [ 270 ] {2645352d-886a-47b5-b09b-a3f8c7fde8ef} <Debug> TCPHandler: Processed in 0.003017358 sec.
4103 2024.11.26 23:34:23.153278 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4104 2024.11.26 23:34:23.153422 [ 268 ] {948c17c4-6dc6-48c8-8ad1-fc4eb99bbb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4105 2024.11.26 23:34:23.153485 [ 268 ] {948c17c4-6dc6-48c8-8ad1-fc4eb99bbb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4106 2024.11.26 23:34:23.154231 [ 268 ] {948c17c4-6dc6-48c8-8ad1-fc4eb99bbb0e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4107 2024.11.26 23:34:23.154281 [ 268 ] {948c17c4-6dc6-48c8-8ad1-fc4eb99bbb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4108 2024.11.26 23:34:23.154672 [ 268 ] {948c17c4-6dc6-48c8-8ad1-fc4eb99bbb0e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4109 2024.11.26 23:34:23.154912 [ 268 ] {948c17c4-6dc6-48c8-8ad1-fc4eb99bbb0e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4110 2024.11.26 23:34:23.155122 [ 268 ] {948c17c4-6dc6-48c8-8ad1-fc4eb99bbb0e} <Debug> executeQuery: Read 55 rows, 4.06 KiB in 0.001737 sec., 31663.78814047208 rows/sec., 2.28 MiB/sec.
4111 2024.11.26 23:34:23.155180 [ 268 ] {948c17c4-6dc6-48c8-8ad1-fc4eb99bbb0e} <Debug> TCPHandler: Processed in 0.001958908 sec.
4112 2024.11.26 23:34:23.155333 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4113 2024.11.26 23:34:23.155481 [ 270 ] {0c4e5c98-e4d3-4ae9-85b3-373641d01585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4114 2024.11.26 23:34:23.155543 [ 270 ] {0c4e5c98-e4d3-4ae9-85b3-373641d01585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4115 2024.11.26 23:34:23.156357 [ 270 ] {0c4e5c98-e4d3-4ae9-85b3-373641d01585} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4116 2024.11.26 23:34:23.156398 [ 270 ] {0c4e5c98-e4d3-4ae9-85b3-373641d01585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4117 2024.11.26 23:34:23.156787 [ 270 ] {0c4e5c98-e4d3-4ae9-85b3-373641d01585} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4118 2024.11.26 23:34:23.157030 [ 270 ] {0c4e5c98-e4d3-4ae9-85b3-373641d01585} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4119 2024.11.26 23:34:23.157209 [ 114 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4120 2024.11.26 23:34:23.157268 [ 270 ] {0c4e5c98-e4d3-4ae9-85b3-373641d01585} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001821 sec., 125205.93080724878 rows/sec., 8.48 MiB/sec.
4121 2024.11.26 23:34:23.157291 [ 114 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4122 2024.11.26 23:34:23.157356 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4123 2024.11.26 23:34:23.157389 [ 270 ] {0c4e5c98-e4d3-4ae9-85b3-373641d01585} <Debug> TCPHandler: Processed in 0.00211176 sec.
4124 2024.11.26 23:34:23.157656 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4125 2024.11.26 23:34:23.157987 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
4126 2024.11.26 23:34:23.158025 [ 268 ] {5cbd84a8-6de2-4443-81cf-2301b91a5d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4127 2024.11.26 23:34:23.158152 [ 268 ] {5cbd84a8-6de2-4443-81cf-2301b91a5d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4128 2024.11.26 23:34:23.158389 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4129 2024.11.26 23:34:23.158476 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part
4130 2024.11.26 23:34:23.158833 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part
4131 2024.11.26 23:34:23.159261 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4132 2024.11.26 23:34:23.159621 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
4133 2024.11.26 23:34:23.159960 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
4134 2024.11.26 23:34:23.160104 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part
4135 2024.11.26 23:34:23.161306 [ 268 ] {5cbd84a8-6de2-4443-81cf-2301b91a5d50} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4136 2024.11.26 23:34:23.161366 [ 268 ] {5cbd84a8-6de2-4443-81cf-2301b91a5d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4137 2024.11.26 23:34:23.162462 [ 268 ] {5cbd84a8-6de2-4443-81cf-2301b91a5d50} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4138 2024.11.26 23:34:23.162869 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005388861 sec., 137320.29829680148 rows/sec., 9.83 MiB/sec.
4139 2024.11.26 23:34:23.162951 [ 268 ] {5cbd84a8-6de2-4443-81cf-2301b91a5d50} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4140 2024.11.26 23:34:23.163073 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4141 2024.11.26 23:34:23.163382 [ 268 ] {5cbd84a8-6de2-4443-81cf-2301b91a5d50} <Debug> executeQuery: Read 575 rows, 43.83 KiB in 0.005512 sec., 104317.85195936139 rows/sec., 7.77 MiB/sec.
4142 2024.11.26 23:34:23.163542 [ 268 ] {5cbd84a8-6de2-4443-81cf-2301b91a5d50} <Debug> TCPHandler: Processed in 0.006092417 sec.
4143 2024.11.26 23:34:23.163783 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4144 2024.11.26 23:34:23.163811 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4145 2024.11.26 23:34:23.163967 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_16_3} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4146 2024.11.26 23:34:23.164001 [ 270 ] {b923a50c-637c-4bf2-aede-ebc6fac175af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4147 2024.11.26 23:34:23.164105 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
4148 2024.11.26 23:34:23.164126 [ 270 ] {b923a50c-637c-4bf2-aede-ebc6fac175af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4149 2024.11.26 23:34:23.164965 [ 270 ] {b923a50c-637c-4bf2-aede-ebc6fac175af} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4150 2024.11.26 23:34:23.165006 [ 270 ] {b923a50c-637c-4bf2-aede-ebc6fac175af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4151 2024.11.26 23:34:23.165474 [ 270 ] {b923a50c-637c-4bf2-aede-ebc6fac175af} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4152 2024.11.26 23:34:23.165718 [ 270 ] {b923a50c-637c-4bf2-aede-ebc6fac175af} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4153 2024.11.26 23:34:23.165940 [ 270 ] {b923a50c-637c-4bf2-aede-ebc6fac175af} <Debug> executeQuery: Read 929 rows, 63.75 KiB in 0.002002 sec., 464035.96403596405 rows/sec., 31.10 MiB/sec.
4154 2024.11.26 23:34:23.165998 [ 270 ] {b923a50c-637c-4bf2-aede-ebc6fac175af} <Debug> TCPHandler: Processed in 0.002311462 sec.
4155 2024.11.26 23:34:23.166152 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4156 2024.11.26 23:34:23.166273 [ 268 ] {4d86b6a5-c69e-4f4d-8e0d-63c1ebf7dc69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4157 2024.11.26 23:34:23.166360 [ 268 ] {4d86b6a5-c69e-4f4d-8e0d-63c1ebf7dc69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4158 2024.11.26 23:34:23.167725 [ 268 ] {4d86b6a5-c69e-4f4d-8e0d-63c1ebf7dc69} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4159 2024.11.26 23:34:23.167765 [ 268 ] {4d86b6a5-c69e-4f4d-8e0d-63c1ebf7dc69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4160 2024.11.26 23:34:23.168461 [ 268 ] {4d86b6a5-c69e-4f4d-8e0d-63c1ebf7dc69} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4161 2024.11.26 23:34:23.168724 [ 268 ] {4d86b6a5-c69e-4f4d-8e0d-63c1ebf7dc69} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4162 2024.11.26 23:34:23.169094 [ 268 ] {4d86b6a5-c69e-4f4d-8e0d-63c1ebf7dc69} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002817 sec., 14554.49059282925 rows/sec., 26.08 MiB/sec.
4163 2024.11.26 23:34:23.169296 [ 268 ] {4d86b6a5-c69e-4f4d-8e0d-63c1ebf7dc69} <Debug> TCPHandler: Processed in 0.00320151 sec.
4164 2024.11.26 23:34:23.169451 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4165 2024.11.26 23:34:23.169574 [ 270 ] {85604bc3-d48f-4bfe-b57e-cb19a7c3d555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4166 2024.11.26 23:34:23.169628 [ 270 ] {85604bc3-d48f-4bfe-b57e-cb19a7c3d555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4167 2024.11.26 23:34:23.170126 [ 270 ] {85604bc3-d48f-4bfe-b57e-cb19a7c3d555} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4168 2024.11.26 23:34:23.170167 [ 270 ] {85604bc3-d48f-4bfe-b57e-cb19a7c3d555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4169 2024.11.26 23:34:23.170547 [ 270 ] {85604bc3-d48f-4bfe-b57e-cb19a7c3d555} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4170 2024.11.26 23:34:23.170790 [ 270 ] {85604bc3-d48f-4bfe-b57e-cb19a7c3d555} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4171 2024.11.26 23:34:23.171053 [ 270 ] {85604bc3-d48f-4bfe-b57e-cb19a7c3d555} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001504 sec., 19946.8085106383 rows/sec., 1.34 MiB/sec.
4172 2024.11.26 23:34:23.171263 [ 270 ] {85604bc3-d48f-4bfe-b57e-cb19a7c3d555} <Debug> TCPHandler: Processed in 0.001863387 sec.
4173 2024.11.26 23:34:24.590945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 618
4174 2024.11.26 23:34:24.594332 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4175 2024.11.26 23:34:24.594390 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4176 2024.11.26 23:34:24.595863 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4177 2024.11.26 23:34:24.596192 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4178 2024.11.26 23:34:24.596992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 618
4179 2024.11.26 23:34:25.720688 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4180 2024.11.26 23:34:25.720994 [ 268 ] {e379f40e-9cdf-4ced-b098-c22e74155e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4181 2024.11.26 23:34:25.721109 [ 268 ] {e379f40e-9cdf-4ced-b098-c22e74155e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4182 2024.11.26 23:34:25.722074 [ 268 ] {e379f40e-9cdf-4ced-b098-c22e74155e47} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4183 2024.11.26 23:34:25.722127 [ 268 ] {e379f40e-9cdf-4ced-b098-c22e74155e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4184 2024.11.26 23:34:25.722576 [ 268 ] {e379f40e-9cdf-4ced-b098-c22e74155e47} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4185 2024.11.26 23:34:25.722846 [ 268 ] {e379f40e-9cdf-4ced-b098-c22e74155e47} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4186 2024.11.26 23:34:25.723093 [ 268 ] {e379f40e-9cdf-4ced-b098-c22e74155e47} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002169 sec., 25818.349469801753 rows/sec., 1.98 MiB/sec.
4187 2024.11.26 23:34:25.723161 [ 268 ] {e379f40e-9cdf-4ced-b098-c22e74155e47} <Debug> TCPHandler: Processed in 0.002663045 sec.
4188 2024.11.26 23:34:25.723497 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4189 2024.11.26 23:34:25.723806 [ 270 ] {7e8147db-b89a-4472-967f-d2bd00ac2e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4190 2024.11.26 23:34:25.723923 [ 270 ] {7e8147db-b89a-4472-967f-d2bd00ac2e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4191 2024.11.26 23:34:25.724936 [ 270 ] {7e8147db-b89a-4472-967f-d2bd00ac2e93} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4192 2024.11.26 23:34:25.724985 [ 270 ] {7e8147db-b89a-4472-967f-d2bd00ac2e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4193 2024.11.26 23:34:25.725421 [ 270 ] {7e8147db-b89a-4472-967f-d2bd00ac2e93} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4194 2024.11.26 23:34:25.725670 [ 270 ] {7e8147db-b89a-4472-967f-d2bd00ac2e93} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4195 2024.11.26 23:34:25.725911 [ 270 ] {7e8147db-b89a-4472-967f-d2bd00ac2e93} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002194 sec., 29170.46490428441 rows/sec., 2.28 MiB/sec.
4196 2024.11.26 23:34:25.725968 [ 270 ] {7e8147db-b89a-4472-967f-d2bd00ac2e93} <Debug> TCPHandler: Processed in 0.002656344 sec.
4197 2024.11.26 23:34:25.726123 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4198 2024.11.26 23:34:25.726275 [ 268 ] {dbc37fb6-dfb0-416b-a3b1-3de6bf680e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4199 2024.11.26 23:34:25.726343 [ 268 ] {dbc37fb6-dfb0-416b-a3b1-3de6bf680e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4200 2024.11.26 23:34:25.726929 [ 268 ] {dbc37fb6-dfb0-416b-a3b1-3de6bf680e78} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4201 2024.11.26 23:34:25.726972 [ 268 ] {dbc37fb6-dfb0-416b-a3b1-3de6bf680e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4202 2024.11.26 23:34:25.727368 [ 268 ] {dbc37fb6-dfb0-416b-a3b1-3de6bf680e78} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4203 2024.11.26 23:34:25.727614 [ 268 ] {dbc37fb6-dfb0-416b-a3b1-3de6bf680e78} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4204 2024.11.26 23:34:25.727855 [ 268 ] {dbc37fb6-dfb0-416b-a3b1-3de6bf680e78} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.001618 sec., 51915.9456118665 rows/sec., 3.61 MiB/sec.
4205 2024.11.26 23:34:25.727915 [ 268 ] {dbc37fb6-dfb0-416b-a3b1-3de6bf680e78} <Debug> TCPHandler: Processed in 0.001857957 sec.
4206 2024.11.26 23:34:25.728055 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4207 2024.11.26 23:34:25.728172 [ 270 ] {7f122cb8-d866-4010-bfbe-69f509405109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4208 2024.11.26 23:34:25.728226 [ 270 ] {7f122cb8-d866-4010-bfbe-69f509405109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4209 2024.11.26 23:34:25.728741 [ 270 ] {7f122cb8-d866-4010-bfbe-69f509405109} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4210 2024.11.26 23:34:25.728782 [ 270 ] {7f122cb8-d866-4010-bfbe-69f509405109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4211 2024.11.26 23:34:25.729159 [ 270 ] {7f122cb8-d866-4010-bfbe-69f509405109} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4212 2024.11.26 23:34:25.729393 [ 270 ] {7f122cb8-d866-4010-bfbe-69f509405109} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4213 2024.11.26 23:34:25.729595 [ 270 ] {7f122cb8-d866-4010-bfbe-69f509405109} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.001447 sec., 20732.55010366275 rows/sec., 1.40 MiB/sec.
4214 2024.11.26 23:34:25.729646 [ 270 ] {7f122cb8-d866-4010-bfbe-69f509405109} <Debug> TCPHandler: Processed in 0.001648876 sec.
4215 2024.11.26 23:34:27.038660 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4216 2024.11.26 23:34:27.039335 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4217 2024.11.26 23:34:27.039386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4218 2024.11.26 23:34:27.039921 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4219 2024.11.26 23:34:27.040196 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4220 2024.11.26 23:34:27.040474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4221 2024.11.26 23:34:27.612909 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4222 2024.11.26 23:34:27.633783 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4223 2024.11.26 23:34:27.633839 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
4224 2024.11.26 23:34:27.641448 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4225 2024.11.26 23:34:27.642193 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4226 2024.11.26 23:34:27.645282 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4227 2024.11.26 23:34:30.728799 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4228 2024.11.26 23:34:30.729038 [ 268 ] {47b086a3-fecf-4616-b3f3-175f1c6a57b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4229 2024.11.26 23:34:30.729122 [ 268 ] {47b086a3-fecf-4616-b3f3-175f1c6a57b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4230 2024.11.26 23:34:30.729944 [ 268 ] {47b086a3-fecf-4616-b3f3-175f1c6a57b9} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4231 2024.11.26 23:34:30.729996 [ 268 ] {47b086a3-fecf-4616-b3f3-175f1c6a57b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4232 2024.11.26 23:34:30.730436 [ 268 ] {47b086a3-fecf-4616-b3f3-175f1c6a57b9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4233 2024.11.26 23:34:30.730686 [ 268 ] {47b086a3-fecf-4616-b3f3-175f1c6a57b9} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4234 2024.11.26 23:34:30.730925 [ 268 ] {47b086a3-fecf-4616-b3f3-175f1c6a57b9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec.
4235 2024.11.26 23:34:30.730986 [ 268 ] {47b086a3-fecf-4616-b3f3-175f1c6a57b9} <Debug> TCPHandler: Processed in 0.002330892 sec.
4236 2024.11.26 23:34:30.731238 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4237 2024.11.26 23:34:30.731433 [ 270 ] {836f707f-b58d-4dea-8d48-b782f5abdef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4238 2024.11.26 23:34:30.731505 [ 270 ] {836f707f-b58d-4dea-8d48-b782f5abdef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4239 2024.11.26 23:34:30.732360 [ 270 ] {836f707f-b58d-4dea-8d48-b782f5abdef6} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4240 2024.11.26 23:34:30.732408 [ 270 ] {836f707f-b58d-4dea-8d48-b782f5abdef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4241 2024.11.26 23:34:30.732843 [ 270 ] {836f707f-b58d-4dea-8d48-b782f5abdef6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4242 2024.11.26 23:34:30.733093 [ 270 ] {836f707f-b58d-4dea-8d48-b782f5abdef6} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4243 2024.11.26 23:34:30.733275 [ 147 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4244 2024.11.26 23:34:30.733352 [ 270 ] {836f707f-b58d-4dea-8d48-b782f5abdef6} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00197 sec., 103045.68527918782 rows/sec., 8.92 MiB/sec.
4245 2024.11.26 23:34:30.733374 [ 147 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4246 2024.11.26 23:34:30.733444 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4247 2024.11.26 23:34:30.733494 [ 270 ] {836f707f-b58d-4dea-8d48-b782f5abdef6} <Debug> TCPHandler: Processed in 0.002386042 sec.
4248 2024.11.26 23:34:30.733646 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
4249 2024.11.26 23:34:30.733710 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4250 2024.11.26 23:34:30.733790 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4251 2024.11.26 23:34:30.733843 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1432 rows starting from the beginning of the part
4252 2024.11.26 23:34:30.733976 [ 268 ] {6808dc75-71e4-4172-a20f-80991f6217b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4253 2024.11.26 23:34:30.734078 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 138 rows starting from the beginning of the part
4254 2024.11.26 23:34:30.734161 [ 268 ] {6808dc75-71e4-4172-a20f-80991f6217b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4255 2024.11.26 23:34:30.734463 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 203 rows starting from the beginning of the part
4256 2024.11.26 23:34:30.734761 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1285 rows starting from the beginning of the part
4257 2024.11.26 23:34:30.735072 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part
4258 2024.11.26 23:34:30.735427 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 203 rows starting from the beginning of the part
4259 2024.11.26 23:34:30.737275 [ 268 ] {6808dc75-71e4-4172-a20f-80991f6217b8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4260 2024.11.26 23:34:30.737352 [ 268 ] {6808dc75-71e4-4172-a20f-80991f6217b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4261 2024.11.26 23:34:30.738413 [ 268 ] {6808dc75-71e4-4172-a20f-80991f6217b8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4262 2024.11.26 23:34:30.738695 [ 268 ] {6808dc75-71e4-4172-a20f-80991f6217b8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4263 2024.11.26 23:34:30.738943 [ 268 ] {6808dc75-71e4-4172-a20f-80991f6217b8} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005061 sec., 1383.1258644536651 rows/sec., 90.11 KiB/sec.
4264 2024.11.26 23:34:30.739113 [ 268 ] {6808dc75-71e4-4172-a20f-80991f6217b8} <Debug> TCPHandler: Processed in 0.005488531 sec.
4265 2024.11.26 23:34:30.739382 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4266 2024.11.26 23:34:30.739446 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.005892335 sec., 562934.7279134672 rows/sec., 49.34 MiB/sec.
4267 2024.11.26 23:34:30.739548 [ 270 ] {3ba9caca-98ed-4e33-9e62-dcfc24227aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4268 2024.11.26 23:34:30.739609 [ 270 ] {3ba9caca-98ed-4e33-9e62-dcfc24227aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4269 2024.11.26 23:34:30.739847 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4270 2024.11.26 23:34:30.740590 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4271 2024.11.26 23:34:30.740737 [ 270 ] {3ba9caca-98ed-4e33-9e62-dcfc24227aae} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4272 2024.11.26 23:34:30.740797 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_31_6} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4273 2024.11.26 23:34:30.740802 [ 270 ] {3ba9caca-98ed-4e33-9e62-dcfc24227aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4274 2024.11.26 23:34:30.740985 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
4275 2024.11.26 23:34:30.741302 [ 270 ] {3ba9caca-98ed-4e33-9e62-dcfc24227aae} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4276 2024.11.26 23:34:30.741540 [ 270 ] {3ba9caca-98ed-4e33-9e62-dcfc24227aae} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4277 2024.11.26 23:34:30.741768 [ 270 ] {3ba9caca-98ed-4e33-9e62-dcfc24227aae} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002257 sec., 6202.924235711122 rows/sec., 434.41 KiB/sec.
4278 2024.11.26 23:34:30.741890 [ 270 ] {3ba9caca-98ed-4e33-9e62-dcfc24227aae} <Debug> TCPHandler: Processed in 0.002667635 sec.
4279 2024.11.26 23:34:30.742052 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4280 2024.11.26 23:34:30.742188 [ 268 ] {3c56df8d-0575-4604-9d32-26454746f00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4281 2024.11.26 23:34:30.742244 [ 268 ] {3c56df8d-0575-4604-9d32-26454746f00f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4282 2024.11.26 23:34:30.742883 [ 268 ] {3c56df8d-0575-4604-9d32-26454746f00f} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4283 2024.11.26 23:34:30.742922 [ 268 ] {3c56df8d-0575-4604-9d32-26454746f00f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4284 2024.11.26 23:34:30.743273 [ 268 ] {3c56df8d-0575-4604-9d32-26454746f00f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4285 2024.11.26 23:34:30.743505 [ 268 ] {3c56df8d-0575-4604-9d32-26454746f00f} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4286 2024.11.26 23:34:30.743708 [ 268 ] {3c56df8d-0575-4604-9d32-26454746f00f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001549 sec., 8392.511297611361 rows/sec., 523.27 KiB/sec.
4287 2024.11.26 23:34:30.743759 [ 268 ] {3c56df8d-0575-4604-9d32-26454746f00f} <Debug> TCPHandler: Processed in 0.001772157 sec.
4288 2024.11.26 23:34:30.743912 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4289 2024.11.26 23:34:30.744041 [ 270 ] {4e9bf8b3-f959-4fe6-a9a7-f1f263686a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4290 2024.11.26 23:34:30.744095 [ 270 ] {4e9bf8b3-f959-4fe6-a9a7-f1f263686a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4291 2024.11.26 23:34:30.744894 [ 270 ] {4e9bf8b3-f959-4fe6-a9a7-f1f263686a0d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4292 2024.11.26 23:34:30.744933 [ 270 ] {4e9bf8b3-f959-4fe6-a9a7-f1f263686a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4293 2024.11.26 23:34:30.745306 [ 270 ] {4e9bf8b3-f959-4fe6-a9a7-f1f263686a0d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4294 2024.11.26 23:34:30.745537 [ 270 ] {4e9bf8b3-f959-4fe6-a9a7-f1f263686a0d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4295 2024.11.26 23:34:30.745702 [ 147 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4296 2024.11.26 23:34:30.745774 [ 147 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4297 2024.11.26 23:34:30.745783 [ 270 ] {4e9bf8b3-f959-4fe6-a9a7-f1f263686a0d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001746 sec., 218785.79610538375 rows/sec., 15.48 MiB/sec.
4298 2024.11.26 23:34:30.745813 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4299 2024.11.26 23:34:30.745934 [ 270 ] {4e9bf8b3-f959-4fe6-a9a7-f1f263686a0d} <Debug> TCPHandler: Processed in 0.002084199 sec.
4300 2024.11.26 23:34:30.746028 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
4301 2024.11.26 23:34:30.746101 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4302 2024.11.26 23:34:30.746202 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4303 2024.11.26 23:34:30.746286 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 911 rows starting from the beginning of the part
4304 2024.11.26 23:34:30.746294 [ 268 ] {1093b0c2-4232-469e-98fb-8e41efde1fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4305 2024.11.26 23:34:30.746453 [ 268 ] {1093b0c2-4232-469e-98fb-8e41efde1fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4306 2024.11.26 23:34:30.746590 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 105 rows starting from the beginning of the part
4307 2024.11.26 23:34:30.746973 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 382 rows starting from the beginning of the part
4308 2024.11.26 23:34:30.747388 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 575 rows starting from the beginning of the part
4309 2024.11.26 23:34:30.747739 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part
4310 2024.11.26 23:34:30.748060 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 382 rows starting from the beginning of the part
4311 2024.11.26 23:34:30.748912 [ 268 ] {1093b0c2-4232-469e-98fb-8e41efde1fa4} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4312 2024.11.26 23:34:30.748985 [ 268 ] {1093b0c2-4232-469e-98fb-8e41efde1fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4313 2024.11.26 23:34:30.749967 [ 268 ] {1093b0c2-4232-469e-98fb-8e41efde1fa4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4314 2024.11.26 23:34:30.750459 [ 268 ] {1093b0c2-4232-469e-98fb-8e41efde1fa4} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4315 2024.11.26 23:34:30.750704 [ 268 ] {1093b0c2-4232-469e-98fb-8e41efde1fa4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004471 sec., 1341.9816595839857 rows/sec., 70.11 KiB/sec.
4316 2024.11.26 23:34:30.750766 [ 268 ] {1093b0c2-4232-469e-98fb-8e41efde1fa4} <Debug> TCPHandler: Processed in 0.004725114 sec.
4317 2024.11.26 23:34:30.751021 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4318 2024.11.26 23:34:30.751185 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.005250069 sec., 460755.8491136022 rows/sec., 35.34 MiB/sec.
4319 2024.11.26 23:34:30.751266 [ 270 ] {cd597a67-825a-4814-a7de-c8362cacea97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4320 2024.11.26 23:34:30.751346 [ 270 ] {cd597a67-825a-4814-a7de-c8362cacea97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4321 2024.11.26 23:34:30.751495 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4322 2024.11.26 23:34:30.752091 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4323 2024.11.26 23:34:30.752305 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_31_6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4324 2024.11.26 23:34:30.752466 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
4325 2024.11.26 23:34:30.752600 [ 270 ] {cd597a67-825a-4814-a7de-c8362cacea97} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4326 2024.11.26 23:34:30.752645 [ 270 ] {cd597a67-825a-4814-a7de-c8362cacea97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4327 2024.11.26 23:34:30.753038 [ 270 ] {cd597a67-825a-4814-a7de-c8362cacea97} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4328 2024.11.26 23:34:30.753278 [ 270 ] {cd597a67-825a-4814-a7de-c8362cacea97} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4329 2024.11.26 23:34:30.753461 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4330 2024.11.26 23:34:30.753524 [ 270 ] {cd597a67-825a-4814-a7de-c8362cacea97} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002303 sec., 102909.24880590534 rows/sec., 6.90 MiB/sec.
4331 2024.11.26 23:34:30.753528 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4332 2024.11.26 23:34:30.753618 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4333 2024.11.26 23:34:30.753670 [ 270 ] {cd597a67-825a-4814-a7de-c8362cacea97} <Debug> TCPHandler: Processed in 0.002791706 sec.
4334 2024.11.26 23:34:30.753884 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4335 2024.11.26 23:34:30.753915 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
4336 2024.11.26 23:34:30.754040 [ 268 ] {5192833a-2ec0-4fb0-a946-6bab550233a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4337 2024.11.26 23:34:30.754052 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4338 2024.11.26 23:34:30.754094 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8293 rows starting from the beginning of the part
4339 2024.11.26 23:34:30.754100 [ 268 ] {5192833a-2ec0-4fb0-a946-6bab550233a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4340 2024.11.26 23:34:30.754373 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
4341 2024.11.26 23:34:30.754771 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part
4342 2024.11.26 23:34:30.755131 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 929 rows starting from the beginning of the part
4343 2024.11.26 23:34:30.755402 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 84 rows starting from the beginning of the part
4344 2024.11.26 23:34:30.755643 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part
4345 2024.11.26 23:34:30.756312 [ 268 ] {5192833a-2ec0-4fb0-a946-6bab550233a2} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4346 2024.11.26 23:34:30.756356 [ 268 ] {5192833a-2ec0-4fb0-a946-6bab550233a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4347 2024.11.26 23:34:30.756796 [ 268 ] {5192833a-2ec0-4fb0-a946-6bab550233a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4348 2024.11.26 23:34:30.757125 [ 268 ] {5192833a-2ec0-4fb0-a946-6bab550233a2} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4349 2024.11.26 23:34:30.757578 [ 268 ] {5192833a-2ec0-4fb0-a946-6bab550233a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003577 sec., 279.56388034665923 rows/sec., 18.84 KiB/sec.
4350 2024.11.26 23:34:30.757989 [ 268 ] {5192833a-2ec0-4fb0-a946-6bab550233a2} <Debug> TCPHandler: Processed in 0.00420183 sec.
4351 2024.11.26 23:34:30.758310 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4352 2024.11.26 23:34:30.758550 [ 270 ] {dd286b37-f17b-47d3-ba62-03d2572b0b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4353 2024.11.26 23:34:30.758620 [ 270 ] {dd286b37-f17b-47d3-ba62-03d2572b0b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4354 2024.11.26 23:34:30.759400 [ 270 ] {dd286b37-f17b-47d3-ba62-03d2572b0b1e} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4355 2024.11.26 23:34:30.759462 [ 270 ] {dd286b37-f17b-47d3-ba62-03d2572b0b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4356 2024.11.26 23:34:30.760011 [ 270 ] {dd286b37-f17b-47d3-ba62-03d2572b0b1e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4357 2024.11.26 23:34:30.760310 [ 270 ] {dd286b37-f17b-47d3-ba62-03d2572b0b1e} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4358 2024.11.26 23:34:30.760484 [ 146 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4359 2024.11.26 23:34:30.760573 [ 146 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4360 2024.11.26 23:34:30.760621 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4361 2024.11.26 23:34:30.760676 [ 270 ] {dd286b37-f17b-47d3-ba62-03d2572b0b1e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002147 sec., 38192.827200745225 rows/sec., 2.43 MiB/sec.
4362 2024.11.26 23:34:30.761131 [ 270 ] {dd286b37-f17b-47d3-ba62-03d2572b0b1e} <Debug> TCPHandler: Processed in 0.003016318 sec.
4363 2024.11.26 23:34:30.761213 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
4364 2024.11.26 23:34:30.761558 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9940 rows, containing 5 columns (5 merged, 0 gathered) in 0.007832533 sec., 1269065.8309387271 rows/sec., 85.65 MiB/sec.
4365 2024.11.26 23:34:30.761653 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4366 2024.11.26 23:34:30.761699 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1540 rows starting from the beginning of the part
4367 2024.11.26 23:34:30.761864 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
4368 2024.11.26 23:34:30.761865 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4369 2024.11.26 23:34:30.762253 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
4370 2024.11.26 23:34:30.762668 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part
4371 2024.11.26 23:34:30.762907 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
4372 2024.11.26 23:34:30.763150 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4373 2024.11.26 23:34:30.763210 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part
4374 2024.11.26 23:34:30.763540 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4375 2024.11.26 23:34:30.763721 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB.
4376 2024.11.26 23:34:30.764793 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1824 rows, containing 4 columns (4 merged, 0 gathered) in 0.004010327 sec., 454825.7536106158 rows/sec., 29.70 MiB/sec.
4377 2024.11.26 23:34:30.765052 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4378 2024.11.26 23:34:30.765399 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_31_6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4379 2024.11.26 23:34:30.765504 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_31_6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4380 2024.11.26 23:34:30.765610 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4381 2024.11.26 23:34:34.455408 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
4382 2024.11.26 23:34:34.455474 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
4383 2024.11.26 23:34:34.540735 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4384 2024.11.26 23:34:34.541368 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4385 2024.11.26 23:34:34.541414 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4386 2024.11.26 23:34:34.541949 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4387 2024.11.26 23:34:34.542207 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4388 2024.11.26 23:34:34.542444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4389 2024.11.26 23:34:34.597401 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 646
4390 2024.11.26 23:34:34.600341 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4391 2024.11.26 23:34:34.600390 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4392 2024.11.26 23:34:34.601845 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4393 2024.11.26 23:34:34.602158 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4394 2024.11.26 23:34:34.602688 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 646
4395 2024.11.26 23:34:35.145468 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4396 2024.11.26 23:34:35.167198 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4397 2024.11.26 23:34:35.167263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4398 2024.11.26 23:34:35.174815 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4399 2024.11.26 23:34:35.175606 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4400 2024.11.26 23:34:35.178612 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4401 2024.11.26 23:34:35.727308 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4402 2024.11.26 23:34:35.727520 [ 268 ] {178eb5d3-a65c-4c4b-8983-ca5f31ea5732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4403 2024.11.26 23:34:35.727601 [ 268 ] {178eb5d3-a65c-4c4b-8983-ca5f31ea5732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4404 2024.11.26 23:34:35.728449 [ 268 ] {178eb5d3-a65c-4c4b-8983-ca5f31ea5732} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4405 2024.11.26 23:34:35.728498 [ 268 ] {178eb5d3-a65c-4c4b-8983-ca5f31ea5732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4406 2024.11.26 23:34:35.728945 [ 268 ] {178eb5d3-a65c-4c4b-8983-ca5f31ea5732} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4407 2024.11.26 23:34:35.729212 [ 268 ] {178eb5d3-a65c-4c4b-8983-ca5f31ea5732} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4408 2024.11.26 23:34:35.729435 [ 268 ] {178eb5d3-a65c-4c4b-8983-ca5f31ea5732} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001973 sec., 69944.24733907756 rows/sec., 6.04 MiB/sec.
4409 2024.11.26 23:34:35.729506 [ 268 ] {178eb5d3-a65c-4c4b-8983-ca5f31ea5732} <Debug> TCPHandler: Processed in 0.002338292 sec.
4410 2024.11.26 23:34:35.729778 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4411 2024.11.26 23:34:35.729969 [ 270 ] {bcea4f13-2889-40b6-8d59-7af08adee4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4412 2024.11.26 23:34:35.730041 [ 270 ] {bcea4f13-2889-40b6-8d59-7af08adee4ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4413 2024.11.26 23:34:35.730794 [ 270 ] {bcea4f13-2889-40b6-8d59-7af08adee4ac} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4414 2024.11.26 23:34:35.730833 [ 270 ] {bcea4f13-2889-40b6-8d59-7af08adee4ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4415 2024.11.26 23:34:35.731268 [ 270 ] {bcea4f13-2889-40b6-8d59-7af08adee4ac} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4416 2024.11.26 23:34:35.731521 [ 270 ] {bcea4f13-2889-40b6-8d59-7af08adee4ac} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4417 2024.11.26 23:34:35.731657 [ 140 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4418 2024.11.26 23:34:35.731700 [ 140 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4419 2024.11.26 23:34:35.731724 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4420 2024.11.26 23:34:35.731727 [ 270 ] {bcea4f13-2889-40b6-8d59-7af08adee4ac} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.00181 sec., 22651.933701657457 rows/sec., 1.66 MiB/sec.
4421 2024.11.26 23:34:35.731878 [ 270 ] {bcea4f13-2889-40b6-8d59-7af08adee4ac} <Debug> TCPHandler: Processed in 0.002242381 sec.
4422 2024.11.26 23:34:35.731982 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
4423 2024.11.26 23:34:35.732068 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4424 2024.11.26 23:34:35.732156 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4425 2024.11.26 23:34:35.732246 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 62 rows starting from the beginning of the part
4426 2024.11.26 23:34:35.732287 [ 268 ] {df94916c-00f0-45b8-8cc5-e0f831e0b0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4427 2024.11.26 23:34:35.732444 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part
4428 2024.11.26 23:34:35.732464 [ 268 ] {df94916c-00f0-45b8-8cc5-e0f831e0b0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4429 2024.11.26 23:34:35.732864 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 7 rows starting from the beginning of the part
4430 2024.11.26 23:34:35.733232 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 55 rows starting from the beginning of the part
4431 2024.11.26 23:34:35.733541 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 7 rows starting from the beginning of the part
4432 2024.11.26 23:34:35.733833 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part
4433 2024.11.26 23:34:35.735674 [ 268 ] {df94916c-00f0-45b8-8cc5-e0f831e0b0d5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4434 2024.11.26 23:34:35.735745 [ 268 ] {df94916c-00f0-45b8-8cc5-e0f831e0b0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4435 2024.11.26 23:34:35.736871 [ 268 ] {df94916c-00f0-45b8-8cc5-e0f831e0b0d5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4436 2024.11.26 23:34:35.736963 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.005125198 sec., 41559.3699989737 rows/sec., 3.14 MiB/sec.
4437 2024.11.26 23:34:35.737188 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4438 2024.11.26 23:34:35.737357 [ 268 ] {df94916c-00f0-45b8-8cc5-e0f831e0b0d5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4439 2024.11.26 23:34:35.737747 [ 268 ] {df94916c-00f0-45b8-8cc5-e0f831e0b0d5} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.005523 sec., 19011.406844106463 rows/sec., 1.48 MiB/sec.
4440 2024.11.26 23:34:35.737841 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4441 2024.11.26 23:34:35.737911 [ 268 ] {df94916c-00f0-45b8-8cc5-e0f831e0b0d5} <Debug> TCPHandler: Processed in 0.005911775 sec.
4442 2024.11.26 23:34:35.738024 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_26_5} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4443 2024.11.26 23:34:35.738123 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4444 2024.11.26 23:34:35.738138 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4445 2024.11.26 23:34:35.738242 [ 270 ] {28c5f0c3-332f-4a6f-b566-336bf2ccb523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4446 2024.11.26 23:34:35.738295 [ 270 ] {28c5f0c3-332f-4a6f-b566-336bf2ccb523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4447 2024.11.26 23:34:35.738862 [ 270 ] {28c5f0c3-332f-4a6f-b566-336bf2ccb523} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4448 2024.11.26 23:34:35.738899 [ 270 ] {28c5f0c3-332f-4a6f-b566-336bf2ccb523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4449 2024.11.26 23:34:35.739326 [ 270 ] {28c5f0c3-332f-4a6f-b566-336bf2ccb523} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4450 2024.11.26 23:34:35.739603 [ 270 ] {28c5f0c3-332f-4a6f-b566-336bf2ccb523} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4451 2024.11.26 23:34:35.739791 [ 270 ] {28c5f0c3-332f-4a6f-b566-336bf2ccb523} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec.
4452 2024.11.26 23:34:35.739848 [ 270 ] {28c5f0c3-332f-4a6f-b566-336bf2ccb523} <Debug> TCPHandler: Processed in 0.001807647 sec.
4453 2024.11.26 23:34:35.740004 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4454 2024.11.26 23:34:35.740125 [ 268 ] {5e8a8945-6a8c-4e23-b174-73cfbbb59bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4455 2024.11.26 23:34:35.740208 [ 268 ] {5e8a8945-6a8c-4e23-b174-73cfbbb59bbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4456 2024.11.26 23:34:35.741469 [ 268 ] {5e8a8945-6a8c-4e23-b174-73cfbbb59bbc} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4457 2024.11.26 23:34:35.741509 [ 268 ] {5e8a8945-6a8c-4e23-b174-73cfbbb59bbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4458 2024.11.26 23:34:35.742195 [ 268 ] {5e8a8945-6a8c-4e23-b174-73cfbbb59bbc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4459 2024.11.26 23:34:35.742456 [ 268 ] {5e8a8945-6a8c-4e23-b174-73cfbbb59bbc} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4460 2024.11.26 23:34:35.742696 [ 268 ] {5e8a8945-6a8c-4e23-b174-73cfbbb59bbc} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002595 sec., 15799.61464354528 rows/sec., 28.31 MiB/sec.
4461 2024.11.26 23:34:35.742807 [ 268 ] {5e8a8945-6a8c-4e23-b174-73cfbbb59bbc} <Debug> TCPHandler: Processed in 0.002860177 sec.
4462 2024.11.26 23:34:35.742965 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4463 2024.11.26 23:34:35.743088 [ 270 ] {61ebba78-396a-4028-9014-5959e19f7414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4464 2024.11.26 23:34:35.743140 [ 270 ] {61ebba78-396a-4028-9014-5959e19f7414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4465 2024.11.26 23:34:35.743645 [ 270 ] {61ebba78-396a-4028-9014-5959e19f7414} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4466 2024.11.26 23:34:35.743681 [ 270 ] {61ebba78-396a-4028-9014-5959e19f7414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4467 2024.11.26 23:34:35.744067 [ 270 ] {61ebba78-396a-4028-9014-5959e19f7414} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4468 2024.11.26 23:34:35.744303 [ 270 ] {61ebba78-396a-4028-9014-5959e19f7414} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4469 2024.11.26 23:34:35.744491 [ 270 ] {61ebba78-396a-4028-9014-5959e19f7414} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec.
4470 2024.11.26 23:34:35.744608 [ 270 ] {61ebba78-396a-4028-9014-5959e19f7414} <Debug> TCPHandler: Processed in 0.001700766 sec.
4471 2024.11.26 23:34:40.729503 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4472 2024.11.26 23:34:40.729732 [ 268 ] {7cb8e939-ae6f-4993-bd32-ef0a8b51c768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4473 2024.11.26 23:34:40.729815 [ 268 ] {7cb8e939-ae6f-4993-bd32-ef0a8b51c768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4474 2024.11.26 23:34:40.730584 [ 268 ] {7cb8e939-ae6f-4993-bd32-ef0a8b51c768} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4475 2024.11.26 23:34:40.730633 [ 268 ] {7cb8e939-ae6f-4993-bd32-ef0a8b51c768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4476 2024.11.26 23:34:40.731084 [ 268 ] {7cb8e939-ae6f-4993-bd32-ef0a8b51c768} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4477 2024.11.26 23:34:40.731392 [ 268 ] {7cb8e939-ae6f-4993-bd32-ef0a8b51c768} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4478 2024.11.26 23:34:40.731586 [ 135 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4479 2024.11.26 23:34:40.731612 [ 268 ] {7cb8e939-ae6f-4993-bd32-ef0a8b51c768} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec.
4480 2024.11.26 23:34:40.731664 [ 135 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4481 2024.11.26 23:34:40.731734 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4482 2024.11.26 23:34:40.731746 [ 268 ] {7cb8e939-ae6f-4993-bd32-ef0a8b51c768} <Debug> TCPHandler: Processed in 0.002384793 sec.
4483 2024.11.26 23:34:40.731968 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
4484 2024.11.26 23:34:40.732108 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4485 2024.11.26 23:34:40.732177 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4486 2024.11.26 23:34:40.732276 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
4487 2024.11.26 23:34:40.732464 [ 270 ] {01bc3106-ef55-4d0d-8840-18ea5f4eb854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4488 2024.11.26 23:34:40.732497 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
4489 2024.11.26 23:34:40.732701 [ 270 ] {01bc3106-ef55-4d0d-8840-18ea5f4eb854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4490 2024.11.26 23:34:40.732746 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
4491 2024.11.26 23:34:40.733119 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
4492 2024.11.26 23:34:40.733367 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
4493 2024.11.26 23:34:40.735267 [ 270 ] {01bc3106-ef55-4d0d-8840-18ea5f4eb854} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4494 2024.11.26 23:34:40.735360 [ 270 ] {01bc3106-ef55-4d0d-8840-18ea5f4eb854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4495 2024.11.26 23:34:40.736127 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004277551 sec., 16364.503894868816 rows/sec., 1.21 MiB/sec.
4496 2024.11.26 23:34:40.736334 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4497 2024.11.26 23:34:40.736371 [ 270 ] {01bc3106-ef55-4d0d-8840-18ea5f4eb854} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4498 2024.11.26 23:34:40.736882 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_13_3} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4499 2024.11.26 23:34:40.736906 [ 270 ] {01bc3106-ef55-4d0d-8840-18ea5f4eb854} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4500 2024.11.26 23:34:40.737057 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_13_3} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4501 2024.11.26 23:34:40.737331 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4502 2024.11.26 23:34:40.737508 [ 270 ] {01bc3106-ef55-4d0d-8840-18ea5f4eb854} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00517 sec., 386.84719535783364 rows/sec., 31.54 KiB/sec.
4503 2024.11.26 23:34:40.737604 [ 270 ] {01bc3106-ef55-4d0d-8840-18ea5f4eb854} <Debug> TCPHandler: Processed in 0.005718043 sec.
4504 2024.11.26 23:34:40.737780 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4505 2024.11.26 23:34:40.737907 [ 268 ] {aa44b10d-0afc-4c73-a4b6-28ede3985d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4506 2024.11.26 23:34:40.737957 [ 268 ] {aa44b10d-0afc-4c73-a4b6-28ede3985d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4507 2024.11.26 23:34:40.738701 [ 268 ] {aa44b10d-0afc-4c73-a4b6-28ede3985d52} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4508 2024.11.26 23:34:40.738744 [ 268 ] {aa44b10d-0afc-4c73-a4b6-28ede3985d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4509 2024.11.26 23:34:40.739132 [ 268 ] {aa44b10d-0afc-4c73-a4b6-28ede3985d52} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4510 2024.11.26 23:34:40.739379 [ 268 ] {aa44b10d-0afc-4c73-a4b6-28ede3985d52} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4511 2024.11.26 23:34:40.739631 [ 268 ] {aa44b10d-0afc-4c73-a4b6-28ede3985d52} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001742 sec., 117106.77382319173 rows/sec., 10.13 MiB/sec.
4512 2024.11.26 23:34:40.739765 [ 268 ] {aa44b10d-0afc-4c73-a4b6-28ede3985d52} <Debug> TCPHandler: Processed in 0.002041548 sec.
4513 2024.11.26 23:34:40.739988 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4514 2024.11.26 23:34:40.740113 [ 270 ] {9172b67c-1dfb-4807-be92-914f4c5e06a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4515 2024.11.26 23:34:40.740167 [ 270 ] {9172b67c-1dfb-4807-be92-914f4c5e06a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4516 2024.11.26 23:34:40.740757 [ 270 ] {9172b67c-1dfb-4807-be92-914f4c5e06a3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4517 2024.11.26 23:34:40.740796 [ 270 ] {9172b67c-1dfb-4807-be92-914f4c5e06a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4518 2024.11.26 23:34:40.741167 [ 270 ] {9172b67c-1dfb-4807-be92-914f4c5e06a3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4519 2024.11.26 23:34:40.741408 [ 270 ] {9172b67c-1dfb-4807-be92-914f4c5e06a3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4520 2024.11.26 23:34:40.741626 [ 270 ] {9172b67c-1dfb-4807-be92-914f4c5e06a3} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001541 sec., 5840.363400389358 rows/sec., 386.57 KiB/sec.
4521 2024.11.26 23:34:40.741683 [ 270 ] {9172b67c-1dfb-4807-be92-914f4c5e06a3} <Debug> TCPHandler: Processed in 0.001790456 sec.
4522 2024.11.26 23:34:40.741849 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4523 2024.11.26 23:34:40.741967 [ 268 ] {e4137a23-9a67-47b2-8187-a28599481afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4524 2024.11.26 23:34:40.742025 [ 268 ] {e4137a23-9a67-47b2-8187-a28599481afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4525 2024.11.26 23:34:40.742703 [ 268 ] {e4137a23-9a67-47b2-8187-a28599481afe} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4526 2024.11.26 23:34:40.742750 [ 268 ] {e4137a23-9a67-47b2-8187-a28599481afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4527 2024.11.26 23:34:40.743144 [ 268 ] {e4137a23-9a67-47b2-8187-a28599481afe} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4528 2024.11.26 23:34:40.743385 [ 268 ] {e4137a23-9a67-47b2-8187-a28599481afe} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4529 2024.11.26 23:34:40.743617 [ 268 ] {e4137a23-9a67-47b2-8187-a28599481afe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001674 sec., 8363.201911589009 rows/sec., 585.70 KiB/sec.
4530 2024.11.26 23:34:40.743670 [ 268 ] {e4137a23-9a67-47b2-8187-a28599481afe} <Debug> TCPHandler: Processed in 0.001879108 sec.
4531 2024.11.26 23:34:40.743819 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4532 2024.11.26 23:34:40.743939 [ 270 ] {17c347c5-0706-4555-8846-1ba73e6abe18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4533 2024.11.26 23:34:40.743990 [ 270 ] {17c347c5-0706-4555-8846-1ba73e6abe18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4534 2024.11.26 23:34:40.744613 [ 270 ] {17c347c5-0706-4555-8846-1ba73e6abe18} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4535 2024.11.26 23:34:40.744653 [ 270 ] {17c347c5-0706-4555-8846-1ba73e6abe18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4536 2024.11.26 23:34:40.745013 [ 270 ] {17c347c5-0706-4555-8846-1ba73e6abe18} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4537 2024.11.26 23:34:40.745280 [ 270 ] {17c347c5-0706-4555-8846-1ba73e6abe18} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4538 2024.11.26 23:34:40.745439 [ 135 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4539 2024.11.26 23:34:40.745518 [ 135 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4540 2024.11.26 23:34:40.745538 [ 270 ] {17c347c5-0706-4555-8846-1ba73e6abe18} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00162 sec., 8024.691358024692 rows/sec., 500.34 KiB/sec.
4541 2024.11.26 23:34:40.745554 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4542 2024.11.26 23:34:40.745703 [ 270 ] {17c347c5-0706-4555-8846-1ba73e6abe18} <Debug> TCPHandler: Processed in 0.001938308 sec.
4543 2024.11.26 23:34:40.745926 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
4544 2024.11.26 23:34:40.745998 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4545 2024.11.26 23:34:40.746257 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4546 2024.11.26 23:34:40.746287 [ 268 ] {28f4b32f-5305-4896-9996-f33b2cace0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4547 2024.11.26 23:34:40.746309 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
4548 2024.11.26 23:34:40.746377 [ 268 ] {28f4b32f-5305-4896-9996-f33b2cace0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4549 2024.11.26 23:34:40.746551 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
4550 2024.11.26 23:34:40.746969 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
4551 2024.11.26 23:34:40.747345 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
4552 2024.11.26 23:34:40.747741 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
4553 2024.11.26 23:34:40.749468 [ 268 ] {28f4b32f-5305-4896-9996-f33b2cace0d5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4554 2024.11.26 23:34:40.749546 [ 268 ] {28f4b32f-5305-4896-9996-f33b2cace0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4555 2024.11.26 23:34:40.750284 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004600663 sec., 14128.398450397259 rows/sec., 936.09 KiB/sec.
4556 2024.11.26 23:34:40.750470 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4557 2024.11.26 23:34:40.750571 [ 268 ] {28f4b32f-5305-4896-9996-f33b2cace0d5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4558 2024.11.26 23:34:40.750928 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_13_3} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4559 2024.11.26 23:34:40.751089 [ 268 ] {28f4b32f-5305-4896-9996-f33b2cace0d5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4560 2024.11.26 23:34:40.751102 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_13_3} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4561 2024.11.26 23:34:40.751255 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4562 2024.11.26 23:34:40.751456 [ 268 ] {28f4b32f-5305-4896-9996-f33b2cace0d5} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.005228 sec., 73450.65034429992 rows/sec., 5.20 MiB/sec.
4563 2024.11.26 23:34:40.751528 [ 268 ] {28f4b32f-5305-4896-9996-f33b2cace0d5} <Debug> TCPHandler: Processed in 0.005690603 sec.
4564 2024.11.26 23:34:40.751677 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4565 2024.11.26 23:34:40.751802 [ 270 ] {b1dbcf4d-9476-4b29-977b-2f00285368b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4566 2024.11.26 23:34:40.751870 [ 270 ] {b1dbcf4d-9476-4b29-977b-2f00285368b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4567 2024.11.26 23:34:40.752399 [ 270 ] {b1dbcf4d-9476-4b29-977b-2f00285368b5} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4568 2024.11.26 23:34:40.752457 [ 270 ] {b1dbcf4d-9476-4b29-977b-2f00285368b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4569 2024.11.26 23:34:40.752853 [ 270 ] {b1dbcf4d-9476-4b29-977b-2f00285368b5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4570 2024.11.26 23:34:40.753110 [ 270 ] {b1dbcf4d-9476-4b29-977b-2f00285368b5} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4571 2024.11.26 23:34:40.753365 [ 270 ] {b1dbcf4d-9476-4b29-977b-2f00285368b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001586 sec., 3783.1021437578815 rows/sec., 197.65 KiB/sec.
4572 2024.11.26 23:34:40.753487 [ 270 ] {b1dbcf4d-9476-4b29-977b-2f00285368b5} <Debug> TCPHandler: Processed in 0.001867638 sec.
4573 2024.11.26 23:34:40.753648 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4574 2024.11.26 23:34:40.753787 [ 268 ] {2c109c3c-354b-46ac-b305-3566f39bb4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4575 2024.11.26 23:34:40.753850 [ 268 ] {2c109c3c-354b-46ac-b305-3566f39bb4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4576 2024.11.26 23:34:40.754515 [ 268 ] {2c109c3c-354b-46ac-b305-3566f39bb4c3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4577 2024.11.26 23:34:40.754554 [ 268 ] {2c109c3c-354b-46ac-b305-3566f39bb4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4578 2024.11.26 23:34:40.754970 [ 268 ] {2c109c3c-354b-46ac-b305-3566f39bb4c3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4579 2024.11.26 23:34:40.755226 [ 268 ] {2c109c3c-354b-46ac-b305-3566f39bb4c3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4580 2024.11.26 23:34:40.755407 [ 268 ] {2c109c3c-354b-46ac-b305-3566f39bb4c3} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001652 sec., 144067.7966101695 rows/sec., 9.66 MiB/sec.
4581 2024.11.26 23:34:40.755461 [ 268 ] {2c109c3c-354b-46ac-b305-3566f39bb4c3} <Debug> TCPHandler: Processed in 0.001881748 sec.
4582 2024.11.26 23:34:40.755610 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4583 2024.11.26 23:34:40.755735 [ 270 ] {c52997c3-d70b-4604-952d-5290c60798b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4584 2024.11.26 23:34:40.755789 [ 270 ] {c52997c3-d70b-4604-952d-5290c60798b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4585 2024.11.26 23:34:40.756281 [ 270 ] {c52997c3-d70b-4604-952d-5290c60798b9} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4586 2024.11.26 23:34:40.756323 [ 270 ] {c52997c3-d70b-4604-952d-5290c60798b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4587 2024.11.26 23:34:40.756699 [ 270 ] {c52997c3-d70b-4604-952d-5290c60798b9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4588 2024.11.26 23:34:40.756956 [ 270 ] {c52997c3-d70b-4604-952d-5290c60798b9} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4589 2024.11.26 23:34:40.757169 [ 270 ] {c52997c3-d70b-4604-952d-5290c60798b9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec.
4590 2024.11.26 23:34:40.757225 [ 270 ] {c52997c3-d70b-4604-952d-5290c60798b9} <Debug> TCPHandler: Processed in 0.001673645 sec.
4591 2024.11.26 23:34:40.757384 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4592 2024.11.26 23:34:40.757524 [ 268 ] {4a1486ac-6d10-4e22-bbf4-45fbfe11f1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4593 2024.11.26 23:34:40.757585 [ 268 ] {4a1486ac-6d10-4e22-bbf4-45fbfe11f1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4594 2024.11.26 23:34:40.758137 [ 268 ] {4a1486ac-6d10-4e22-bbf4-45fbfe11f1d4} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4595 2024.11.26 23:34:40.758176 [ 268 ] {4a1486ac-6d10-4e22-bbf4-45fbfe11f1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4596 2024.11.26 23:34:40.758550 [ 268 ] {4a1486ac-6d10-4e22-bbf4-45fbfe11f1d4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4597 2024.11.26 23:34:40.758796 [ 268 ] {4a1486ac-6d10-4e22-bbf4-45fbfe11f1d4} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4598 2024.11.26 23:34:40.758971 [ 268 ] {4a1486ac-6d10-4e22-bbf4-45fbfe11f1d4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001479 sec., 55442.86680189317 rows/sec., 3.52 MiB/sec.
4599 2024.11.26 23:34:40.759021 [ 268 ] {4a1486ac-6d10-4e22-bbf4-45fbfe11f1d4} <Debug> TCPHandler: Processed in 0.001705336 sec.
4600 2024.11.26 23:34:42.042692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4601 2024.11.26 23:34:42.043412 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4602 2024.11.26 23:34:42.043461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4603 2024.11.26 23:34:42.043977 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4604 2024.11.26 23:34:42.044256 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4605 2024.11.26 23:34:42.044455 [ 134 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4606 2024.11.26 23:34:42.044521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4607 2024.11.26 23:34:42.044549 [ 134 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4608 2024.11.26 23:34:42.044587 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4609 2024.11.26 23:34:42.044812 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
4610 2024.11.26 23:34:42.045009 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4611 2024.11.26 23:34:42.045054 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
4612 2024.11.26 23:34:42.045134 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
4613 2024.11.26 23:34:42.045257 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
4614 2024.11.26 23:34:42.045361 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
4615 2024.11.26 23:34:42.045581 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
4616 2024.11.26 23:34:42.045761 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
4617 2024.11.26 23:34:42.048210 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003532023 sec., 2746018.3583175987 rows/sec., 39.28 MiB/sec.
4618 2024.11.26 23:34:42.048483 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4619 2024.11.26 23:34:42.048803 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_21_4} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4620 2024.11.26 23:34:42.048885 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_21_4} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4621 2024.11.26 23:34:42.048998 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB.
4622 2024.11.26 23:34:42.678802 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4623 2024.11.26 23:34:42.701434 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4624 2024.11.26 23:34:42.701556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4625 2024.11.26 23:34:42.710057 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4626 2024.11.26 23:34:42.710888 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4627 2024.11.26 23:34:42.711270 [ 134 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4628 2024.11.26 23:34:42.711403 [ 134 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4629 2024.11.26 23:34:42.711475 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4630 2024.11.26 23:34:42.711748 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
4631 2024.11.26 23:34:42.721387 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4632 2024.11.26 23:34:42.722359 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4633 2024.11.26 23:34:42.723258 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
4634 2024.11.26 23:34:42.728124 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
4635 2024.11.26 23:34:42.732707 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
4636 2024.11.26 23:34:42.737564 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
4637 2024.11.26 23:34:42.742579 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
4638 2024.11.26 23:34:42.746963 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
4639 2024.11.26 23:34:42.804435 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.092820547 sec., 1712.9827946392084 rows/sec., 8.86 MiB/sec.
4640 2024.11.26 23:34:42.807234 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4641 2024.11.26 23:34:42.810243 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_21_4} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4642 2024.11.26 23:34:42.810353 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_21_4} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4643 2024.11.26 23:34:42.812710 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4644 2024.11.26 23:34:43.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.91 MiB, peak 196.47 MiB, free memory in arenas 0.00 B, will set to 188.19 MiB (RSS), difference: 2.28 MiB
4645 2024.11.26 23:34:44.603029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 680
4646 2024.11.26 23:34:44.606115 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4647 2024.11.26 23:34:44.606173 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4648 2024.11.26 23:34:44.607626 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4649 2024.11.26 23:34:44.607948 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4650 2024.11.26 23:34:44.608190 [ 132 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4651 2024.11.26 23:34:44.608311 [ 132 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4652 2024.11.26 23:34:44.608374 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4653 2024.11.26 23:34:44.608922 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
4654 2024.11.26 23:34:44.610037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 680
4655 2024.11.26 23:34:44.610435 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4656 2024.11.26 23:34:44.610619 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 510 rows starting from the beginning of the part
4657 2024.11.26 23:34:44.611271 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part
4658 2024.11.26 23:34:44.611854 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part
4659 2024.11.26 23:34:44.612475 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part
4660 2024.11.26 23:34:44.613170 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part
4661 2024.11.26 23:34:44.613749 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part
4662 2024.11.26 23:34:44.621961 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 680 rows, containing 72 columns (72 merged, 0 gathered) in 0.013440295 sec., 50594.127584253176 rows/sec., 43.16 MiB/sec.
4663 2024.11.26 23:34:44.623196 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4664 2024.11.26 23:34:44.624074 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4665 2024.11.26 23:34:44.624183 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_16_3} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4666 2024.11.26 23:34:44.624550 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB.
4667 2024.11.26 23:34:45.727137 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4668 2024.11.26 23:34:45.727351 [ 268 ] {e2d93455-baf6-4cbc-8623-c57c3fb87d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4669 2024.11.26 23:34:45.727434 [ 268 ] {e2d93455-baf6-4cbc-8623-c57c3fb87d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4670 2024.11.26 23:34:45.728349 [ 268 ] {e2d93455-baf6-4cbc-8623-c57c3fb87d60} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4671 2024.11.26 23:34:45.728406 [ 268 ] {e2d93455-baf6-4cbc-8623-c57c3fb87d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4672 2024.11.26 23:34:45.728862 [ 268 ] {e2d93455-baf6-4cbc-8623-c57c3fb87d60} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4673 2024.11.26 23:34:45.729126 [ 268 ] {e2d93455-baf6-4cbc-8623-c57c3fb87d60} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4674 2024.11.26 23:34:45.729332 [ 268 ] {e2d93455-baf6-4cbc-8623-c57c3fb87d60} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002043 sec., 67547.72393538913 rows/sec., 5.83 MiB/sec.
4675 2024.11.26 23:34:45.729397 [ 268 ] {e2d93455-baf6-4cbc-8623-c57c3fb87d60} <Debug> TCPHandler: Processed in 0.002393482 sec.
4676 2024.11.26 23:34:45.729653 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4677 2024.11.26 23:34:45.729849 [ 270 ] {ebd36b93-64c2-48d2-922a-2c9fdf169435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4678 2024.11.26 23:34:45.729927 [ 270 ] {ebd36b93-64c2-48d2-922a-2c9fdf169435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4679 2024.11.26 23:34:45.730696 [ 270 ] {ebd36b93-64c2-48d2-922a-2c9fdf169435} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4680 2024.11.26 23:34:45.730753 [ 270 ] {ebd36b93-64c2-48d2-922a-2c9fdf169435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4681 2024.11.26 23:34:45.731200 [ 270 ] {ebd36b93-64c2-48d2-922a-2c9fdf169435} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4682 2024.11.26 23:34:45.731469 [ 270 ] {ebd36b93-64c2-48d2-922a-2c9fdf169435} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4683 2024.11.26 23:34:45.731742 [ 270 ] {ebd36b93-64c2-48d2-922a-2c9fdf169435} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001942 sec., 21112.255406797118 rows/sec., 1.55 MiB/sec.
4684 2024.11.26 23:34:45.731946 [ 270 ] {ebd36b93-64c2-48d2-922a-2c9fdf169435} <Debug> TCPHandler: Processed in 0.002435753 sec.
4685 2024.11.26 23:34:45.732160 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4686 2024.11.26 23:34:45.732287 [ 268 ] {35eb61d5-9d06-48ec-8cfe-20916fd02f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4687 2024.11.26 23:34:45.732341 [ 268 ] {35eb61d5-9d06-48ec-8cfe-20916fd02f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4688 2024.11.26 23:34:45.732973 [ 268 ] {35eb61d5-9d06-48ec-8cfe-20916fd02f41} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4689 2024.11.26 23:34:45.733013 [ 268 ] {35eb61d5-9d06-48ec-8cfe-20916fd02f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4690 2024.11.26 23:34:45.733425 [ 268 ] {35eb61d5-9d06-48ec-8cfe-20916fd02f41} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4691 2024.11.26 23:34:45.733691 [ 268 ] {35eb61d5-9d06-48ec-8cfe-20916fd02f41} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4692 2024.11.26 23:34:45.733950 [ 268 ] {35eb61d5-9d06-48ec-8cfe-20916fd02f41} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.00168 sec., 62500 rows/sec., 4.88 MiB/sec.
4693 2024.11.26 23:34:45.734122 [ 268 ] {35eb61d5-9d06-48ec-8cfe-20916fd02f41} <Debug> TCPHandler: Processed in 0.002045639 sec.
4694 2024.11.26 23:34:45.734364 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4695 2024.11.26 23:34:45.734494 [ 270 ] {d9fbc393-1af4-4b08-88b6-bef9cd3e07cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4696 2024.11.26 23:34:45.734554 [ 270 ] {d9fbc393-1af4-4b08-88b6-bef9cd3e07cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4697 2024.11.26 23:34:45.735147 [ 270 ] {d9fbc393-1af4-4b08-88b6-bef9cd3e07cc} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4698 2024.11.26 23:34:45.735190 [ 270 ] {d9fbc393-1af4-4b08-88b6-bef9cd3e07cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4699 2024.11.26 23:34:45.735596 [ 270 ] {d9fbc393-1af4-4b08-88b6-bef9cd3e07cc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4700 2024.11.26 23:34:45.735845 [ 270 ] {d9fbc393-1af4-4b08-88b6-bef9cd3e07cc} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4701 2024.11.26 23:34:45.736063 [ 270 ] {d9fbc393-1af4-4b08-88b6-bef9cd3e07cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec.
4702 2024.11.26 23:34:45.736121 [ 270 ] {d9fbc393-1af4-4b08-88b6-bef9cd3e07cc} <Debug> TCPHandler: Processed in 0.001854348 sec.
4703 2024.11.26 23:34:45.736285 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4704 2024.11.26 23:34:45.736429 [ 268 ] {cd02238e-0d81-4bf0-a68a-0daa3437ced8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4705 2024.11.26 23:34:45.736526 [ 268 ] {cd02238e-0d81-4bf0-a68a-0daa3437ced8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4706 2024.11.26 23:34:45.737831 [ 268 ] {cd02238e-0d81-4bf0-a68a-0daa3437ced8} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4707 2024.11.26 23:34:45.737871 [ 268 ] {cd02238e-0d81-4bf0-a68a-0daa3437ced8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4708 2024.11.26 23:34:45.738562 [ 268 ] {cd02238e-0d81-4bf0-a68a-0daa3437ced8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4709 2024.11.26 23:34:45.738830 [ 268 ] {cd02238e-0d81-4bf0-a68a-0daa3437ced8} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4710 2024.11.26 23:34:45.739041 [ 268 ] {cd02238e-0d81-4bf0-a68a-0daa3437ced8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002645 sec., 15500.94517958412 rows/sec., 27.78 MiB/sec.
4711 2024.11.26 23:34:45.739175 [ 268 ] {cd02238e-0d81-4bf0-a68a-0daa3437ced8} <Debug> TCPHandler: Processed in 0.002959357 sec.
4712 2024.11.26 23:34:45.739352 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4713 2024.11.26 23:34:45.739496 [ 270 ] {1277e765-2af3-40ad-8797-6666403e945d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4714 2024.11.26 23:34:45.739557 [ 270 ] {1277e765-2af3-40ad-8797-6666403e945d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4715 2024.11.26 23:34:45.740153 [ 270 ] {1277e765-2af3-40ad-8797-6666403e945d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4716 2024.11.26 23:34:45.740195 [ 270 ] {1277e765-2af3-40ad-8797-6666403e945d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
4717 2024.11.26 23:34:45.740553 [ 270 ] {1277e765-2af3-40ad-8797-6666403e945d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4718 2024.11.26 23:34:45.740780 [ 270 ] {1277e765-2af3-40ad-8797-6666403e945d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4719 2024.11.26 23:34:45.740982 [ 270 ] {1277e765-2af3-40ad-8797-6666403e945d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.57 MiB/sec.
4720 2024.11.26 23:34:45.741032 [ 270 ] {1277e765-2af3-40ad-8797-6666403e945d} <Debug> TCPHandler: Processed in 0.001809957 sec.
4721 2024.11.26 23:34:49.455526 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache
4722 2024.11.26 23:34:49.455644 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache
4723 2024.11.26 23:34:49.544777 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4724 2024.11.26 23:34:49.545419 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4725 2024.11.26 23:34:49.545462 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4726 2024.11.26 23:34:49.546107 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4727 2024.11.26 23:34:49.546377 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4728 2024.11.26 23:34:49.546565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4729 2024.11.26 23:34:50.221592 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4730 2024.11.26 23:34:50.241377 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4731 2024.11.26 23:34:50.241447 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4732 2024.11.26 23:34:50.248568 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4733 2024.11.26 23:34:50.249313 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4734 2024.11.26 23:34:50.252088 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4735 2024.11.26 23:34:50.730023 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4736 2024.11.26 23:34:50.730239 [ 268 ] {3ba830e0-906b-4c3b-8db9-66a1c5999206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4737 2024.11.26 23:34:50.730320 [ 268 ] {3ba830e0-906b-4c3b-8db9-66a1c5999206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4738 2024.11.26 23:34:50.731303 [ 268 ] {3ba830e0-906b-4c3b-8db9-66a1c5999206} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4739 2024.11.26 23:34:50.731355 [ 268 ] {3ba830e0-906b-4c3b-8db9-66a1c5999206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4740 2024.11.26 23:34:50.731811 [ 268 ] {3ba830e0-906b-4c3b-8db9-66a1c5999206} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4741 2024.11.26 23:34:50.732073 [ 268 ] {3ba830e0-906b-4c3b-8db9-66a1c5999206} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4742 2024.11.26 23:34:50.732311 [ 268 ] {3ba830e0-906b-4c3b-8db9-66a1c5999206} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002133 sec., 6563.525550867324 rows/sec., 472.49 KiB/sec.
4743 2024.11.26 23:34:50.732369 [ 268 ] {3ba830e0-906b-4c3b-8db9-66a1c5999206} <Debug> TCPHandler: Processed in 0.002487983 sec.
4744 2024.11.26 23:34:50.732627 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4745 2024.11.26 23:34:50.732842 [ 270 ] {1de98fde-c1af-4759-8261-9c60561b345c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4746 2024.11.26 23:34:50.732925 [ 270 ] {1de98fde-c1af-4759-8261-9c60561b345c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4747 2024.11.26 23:34:50.733815 [ 270 ] {1de98fde-c1af-4759-8261-9c60561b345c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4748 2024.11.26 23:34:50.733865 [ 270 ] {1de98fde-c1af-4759-8261-9c60561b345c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4749 2024.11.26 23:34:50.734316 [ 270 ] {1de98fde-c1af-4759-8261-9c60561b345c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4750 2024.11.26 23:34:50.734573 [ 270 ] {1de98fde-c1af-4759-8261-9c60561b345c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4751 2024.11.26 23:34:50.734825 [ 270 ] {1de98fde-c1af-4759-8261-9c60561b345c} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002041 sec., 99461.0485056345 rows/sec., 8.61 MiB/sec.
4752 2024.11.26 23:34:50.734894 [ 270 ] {1de98fde-c1af-4759-8261-9c60561b345c} <Debug> TCPHandler: Processed in 0.002407202 sec.
4753 2024.11.26 23:34:50.735040 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4754 2024.11.26 23:34:50.735177 [ 268 ] {a4ad8386-cb76-47c3-9f02-a7d2f4dab29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4755 2024.11.26 23:34:50.735237 [ 268 ] {a4ad8386-cb76-47c3-9f02-a7d2f4dab29c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4756 2024.11.26 23:34:50.735835 [ 268 ] {a4ad8386-cb76-47c3-9f02-a7d2f4dab29c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4757 2024.11.26 23:34:50.735875 [ 268 ] {a4ad8386-cb76-47c3-9f02-a7d2f4dab29c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4758 2024.11.26 23:34:50.736238 [ 268 ] {a4ad8386-cb76-47c3-9f02-a7d2f4dab29c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4759 2024.11.26 23:34:50.736496 [ 268 ] {a4ad8386-cb76-47c3-9f02-a7d2f4dab29c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4760 2024.11.26 23:34:50.736708 [ 268 ] {a4ad8386-cb76-47c3-9f02-a7d2f4dab29c} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001561 sec., 4484.304932735426 rows/sec., 292.16 KiB/sec.
4761 2024.11.26 23:34:50.736760 [ 268 ] {a4ad8386-cb76-47c3-9f02-a7d2f4dab29c} <Debug> TCPHandler: Processed in 0.001785027 sec.
4762 2024.11.26 23:34:50.736912 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4763 2024.11.26 23:34:50.737058 [ 270 ] {31d161b3-c4a1-4143-adb9-c08f0219a60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4764 2024.11.26 23:34:50.737120 [ 270 ] {31d161b3-c4a1-4143-adb9-c08f0219a60a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4765 2024.11.26 23:34:50.737783 [ 270 ] {31d161b3-c4a1-4143-adb9-c08f0219a60a} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4766 2024.11.26 23:34:50.737825 [ 270 ] {31d161b3-c4a1-4143-adb9-c08f0219a60a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4767 2024.11.26 23:34:50.738192 [ 270 ] {31d161b3-c4a1-4143-adb9-c08f0219a60a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4768 2024.11.26 23:34:50.738437 [ 270 ] {31d161b3-c4a1-4143-adb9-c08f0219a60a} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4769 2024.11.26 23:34:50.738654 [ 270 ] {31d161b3-c4a1-4143-adb9-c08f0219a60a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001631 sec., 8583.690987124462 rows/sec., 601.15 KiB/sec.
4770 2024.11.26 23:34:50.738708 [ 270 ] {31d161b3-c4a1-4143-adb9-c08f0219a60a} <Debug> TCPHandler: Processed in 0.001866568 sec.
4771 2024.11.26 23:34:50.738871 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4772 2024.11.26 23:34:50.739010 [ 268 ] {6a8b35e2-c090-4b4c-b020-1b9fb68f87b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4773 2024.11.26 23:34:50.739066 [ 268 ] {6a8b35e2-c090-4b4c-b020-1b9fb68f87b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4774 2024.11.26 23:34:50.739693 [ 268 ] {6a8b35e2-c090-4b4c-b020-1b9fb68f87b3} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4775 2024.11.26 23:34:50.739733 [ 268 ] {6a8b35e2-c090-4b4c-b020-1b9fb68f87b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4776 2024.11.26 23:34:50.740092 [ 268 ] {6a8b35e2-c090-4b4c-b020-1b9fb68f87b3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4777 2024.11.26 23:34:50.740340 [ 268 ] {6a8b35e2-c090-4b4c-b020-1b9fb68f87b3} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4778 2024.11.26 23:34:50.740589 [ 268 ] {6a8b35e2-c090-4b4c-b020-1b9fb68f87b3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec.
4779 2024.11.26 23:34:50.740784 [ 268 ] {6a8b35e2-c090-4b4c-b020-1b9fb68f87b3} <Debug> TCPHandler: Processed in 0.001977358 sec.
4780 2024.11.26 23:34:50.741009 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4781 2024.11.26 23:34:50.741230 [ 270 ] {925dea6e-19be-4754-9dd2-46a581a20f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4782 2024.11.26 23:34:50.741320 [ 270 ] {925dea6e-19be-4754-9dd2-46a581a20f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4783 2024.11.26 23:34:50.742072 [ 270 ] {925dea6e-19be-4754-9dd2-46a581a20f14} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4784 2024.11.26 23:34:50.742113 [ 270 ] {925dea6e-19be-4754-9dd2-46a581a20f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4785 2024.11.26 23:34:50.742488 [ 270 ] {925dea6e-19be-4754-9dd2-46a581a20f14} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4786 2024.11.26 23:34:50.742716 [ 270 ] {925dea6e-19be-4754-9dd2-46a581a20f14} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4787 2024.11.26 23:34:50.742966 [ 270 ] {925dea6e-19be-4754-9dd2-46a581a20f14} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001837 sec., 207947.7408818726 rows/sec., 14.72 MiB/sec.
4788 2024.11.26 23:34:50.743058 [ 270 ] {925dea6e-19be-4754-9dd2-46a581a20f14} <Debug> TCPHandler: Processed in 0.002215451 sec.
4789 2024.11.26 23:34:50.743304 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4790 2024.11.26 23:34:50.743442 [ 268 ] {9b9bbd90-04aa-4821-8c2e-de86ccf55fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4791 2024.11.26 23:34:50.743503 [ 268 ] {9b9bbd90-04aa-4821-8c2e-de86ccf55fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4792 2024.11.26 23:34:50.744066 [ 268 ] {9b9bbd90-04aa-4821-8c2e-de86ccf55fd0} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4793 2024.11.26 23:34:50.744112 [ 268 ] {9b9bbd90-04aa-4821-8c2e-de86ccf55fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4794 2024.11.26 23:34:50.744523 [ 268 ] {9b9bbd90-04aa-4821-8c2e-de86ccf55fd0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4795 2024.11.26 23:34:50.744764 [ 268 ] {9b9bbd90-04aa-4821-8c2e-de86ccf55fd0} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4796 2024.11.26 23:34:50.744977 [ 268 ] {9b9bbd90-04aa-4821-8c2e-de86ccf55fd0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 200.30 KiB/sec.
4797 2024.11.26 23:34:50.745028 [ 268 ] {9b9bbd90-04aa-4821-8c2e-de86ccf55fd0} <Debug> TCPHandler: Processed in 0.001823917 sec.
4798 2024.11.26 23:34:50.745167 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4799 2024.11.26 23:34:50.745303 [ 270 ] {2cdbf424-781c-4b90-a30f-13aa0d71dffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4800 2024.11.26 23:34:50.745360 [ 270 ] {2cdbf424-781c-4b90-a30f-13aa0d71dffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4801 2024.11.26 23:34:50.746068 [ 270 ] {2cdbf424-781c-4b90-a30f-13aa0d71dffa} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4802 2024.11.26 23:34:50.746115 [ 270 ] {2cdbf424-781c-4b90-a30f-13aa0d71dffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4803 2024.11.26 23:34:50.746564 [ 270 ] {2cdbf424-781c-4b90-a30f-13aa0d71dffa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4804 2024.11.26 23:34:50.746805 [ 270 ] {2cdbf424-781c-4b90-a30f-13aa0d71dffa} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4805 2024.11.26 23:34:50.747025 [ 270 ] {2cdbf424-781c-4b90-a30f-13aa0d71dffa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001747 sec., 135661.13337149398 rows/sec., 9.09 MiB/sec.
4806 2024.11.26 23:34:50.747076 [ 270 ] {2cdbf424-781c-4b90-a30f-13aa0d71dffa} <Debug> TCPHandler: Processed in 0.001965918 sec.
4807 2024.11.26 23:34:50.747221 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4808 2024.11.26 23:34:50.747338 [ 268 ] {7a7dad89-dc59-4c98-9105-ea87b135f7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4809 2024.11.26 23:34:50.747395 [ 268 ] {7a7dad89-dc59-4c98-9105-ea87b135f7cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4810 2024.11.26 23:34:50.747946 [ 268 ] {7a7dad89-dc59-4c98-9105-ea87b135f7cd} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4811 2024.11.26 23:34:50.747992 [ 268 ] {7a7dad89-dc59-4c98-9105-ea87b135f7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4812 2024.11.26 23:34:50.748410 [ 268 ] {7a7dad89-dc59-4c98-9105-ea87b135f7cd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4813 2024.11.26 23:34:50.748653 [ 268 ] {7a7dad89-dc59-4c98-9105-ea87b135f7cd} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4814 2024.11.26 23:34:50.748948 [ 268 ] {7a7dad89-dc59-4c98-9105-ea87b135f7cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001628 sec., 614.2506142506143 rows/sec., 41.39 KiB/sec.
4815 2024.11.26 23:34:50.749200 [ 268 ] {7a7dad89-dc59-4c98-9105-ea87b135f7cd} <Debug> TCPHandler: Processed in 0.002031659 sec.
4816 2024.11.26 23:34:50.749394 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4817 2024.11.26 23:34:50.749616 [ 270 ] {d25d19fa-1f39-4e19-a4af-f10f50875919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4818 2024.11.26 23:34:50.749711 [ 270 ] {d25d19fa-1f39-4e19-a4af-f10f50875919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4819 2024.11.26 23:34:50.750491 [ 270 ] {d25d19fa-1f39-4e19-a4af-f10f50875919} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4820 2024.11.26 23:34:50.750532 [ 270 ] {d25d19fa-1f39-4e19-a4af-f10f50875919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4821 2024.11.26 23:34:50.750899 [ 270 ] {d25d19fa-1f39-4e19-a4af-f10f50875919} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4822 2024.11.26 23:34:50.751136 [ 270 ] {d25d19fa-1f39-4e19-a4af-f10f50875919} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4823 2024.11.26 23:34:50.751364 [ 270 ] {d25d19fa-1f39-4e19-a4af-f10f50875919} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001804 sec., 45454.545454545456 rows/sec., 2.89 MiB/sec.
4824 2024.11.26 23:34:50.751475 [ 270 ] {d25d19fa-1f39-4e19-a4af-f10f50875919} <Debug> TCPHandler: Processed in 0.00217786 sec.
4825 2024.11.26 23:34:51.406150 [ 118 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4826 2024.11.26 23:34:51.406225 [ 118 ] {} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4827 2024.11.26 23:34:51.406258 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4828 2024.11.26 23:34:51.406418 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
4829 2024.11.26 23:34:51.406572 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4830 2024.11.26 23:34:51.406614 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part
4831 2024.11.26 23:34:51.406704 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
4832 2024.11.26 23:34:51.406943 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
4833 2024.11.26 23:34:51.407161 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
4834 2024.11.26 23:34:51.407400 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
4835 2024.11.26 23:34:51.408492 [ 190 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002159071 sec., 13894.864967386437 rows/sec., 1.16 MiB/sec.
4836 2024.11.26 23:34:51.408681 [ 198 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4837 2024.11.26 23:34:51.409073 [ 198 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_5_1} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4838 2024.11.26 23:34:51.409179 [ 198 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_5_1} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4839 2024.11.26 23:34:51.409292 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4840 2024.11.26 23:34:53.150508 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4841 2024.11.26 23:34:53.150740 [ 268 ] {ec0b9371-6429-4421-84f2-bfe92b296533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4842 2024.11.26 23:34:53.150822 [ 268 ] {ec0b9371-6429-4421-84f2-bfe92b296533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4843 2024.11.26 23:34:53.151655 [ 268 ] {ec0b9371-6429-4421-84f2-bfe92b296533} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4844 2024.11.26 23:34:53.151703 [ 268 ] {ec0b9371-6429-4421-84f2-bfe92b296533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4845 2024.11.26 23:34:53.152129 [ 268 ] {ec0b9371-6429-4421-84f2-bfe92b296533} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4846 2024.11.26 23:34:53.152395 [ 268 ] {ec0b9371-6429-4421-84f2-bfe92b296533} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4847 2024.11.26 23:34:53.152679 [ 268 ] {ec0b9371-6429-4421-84f2-bfe92b296533} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001988 sec., 1006.0362173038228 rows/sec., 82.04 KiB/sec.
4848 2024.11.26 23:34:53.152890 [ 268 ] {ec0b9371-6429-4421-84f2-bfe92b296533} <Debug> TCPHandler: Processed in 0.002519104 sec.
4849 2024.11.26 23:34:53.153168 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4850 2024.11.26 23:34:53.153383 [ 270 ] {c189a677-ef67-440c-b479-b503891aedf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4851 2024.11.26 23:34:53.153465 [ 270 ] {c189a677-ef67-440c-b479-b503891aedf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4852 2024.11.26 23:34:53.154842 [ 270 ] {c189a677-ef67-440c-b479-b503891aedf7} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4853 2024.11.26 23:34:53.154884 [ 270 ] {c189a677-ef67-440c-b479-b503891aedf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4854 2024.11.26 23:34:53.155407 [ 270 ] {c189a677-ef67-440c-b479-b503891aedf7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4855 2024.11.26 23:34:53.155671 [ 270 ] {c189a677-ef67-440c-b479-b503891aedf7} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4856 2024.11.26 23:34:53.155824 [ 116 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4857 2024.11.26 23:34:53.155873 [ 270 ] {c189a677-ef67-440c-b479-b503891aedf7} <Debug> executeQuery: Read 1279 rows, 108.84 KiB in 0.002548 sec., 501962.32339089486 rows/sec., 41.71 MiB/sec.
4858 2024.11.26 23:34:53.155876 [ 116 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4859 2024.11.26 23:34:53.155926 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4860 2024.11.26 23:34:53.155952 [ 270 ] {c189a677-ef67-440c-b479-b503891aedf7} <Debug> TCPHandler: Processed in 0.002918547 sec.
4861 2024.11.26 23:34:53.156066 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
4862 2024.11.26 23:34:53.156127 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4863 2024.11.26 23:34:53.156201 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4864 2024.11.26 23:34:53.156254 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1434 rows starting from the beginning of the part
4865 2024.11.26 23:34:53.156395 [ 268 ] {d6c904be-8347-4526-8a72-0657199caa05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4866 2024.11.26 23:34:53.156525 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 138 rows starting from the beginning of the part
4867 2024.11.26 23:34:53.156563 [ 268 ] {d6c904be-8347-4526-8a72-0657199caa05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4868 2024.11.26 23:34:53.156932 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 204 rows starting from the beginning of the part
4869 2024.11.26 23:34:53.157139 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 138 rows starting from the beginning of the part
4870 2024.11.26 23:34:53.157398 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 203 rows starting from the beginning of the part
4871 2024.11.26 23:34:53.157784 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1279 rows starting from the beginning of the part
4872 2024.11.26 23:34:53.159540 [ 268 ] {d6c904be-8347-4526-8a72-0657199caa05} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4873 2024.11.26 23:34:53.159602 [ 268 ] {d6c904be-8347-4526-8a72-0657199caa05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4874 2024.11.26 23:34:53.160704 [ 268 ] {d6c904be-8347-4526-8a72-0657199caa05} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4875 2024.11.26 23:34:53.161026 [ 268 ] {d6c904be-8347-4526-8a72-0657199caa05} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4876 2024.11.26 23:34:53.161483 [ 268 ] {d6c904be-8347-4526-8a72-0657199caa05} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.005163 sec., 8328.491187294208 rows/sec., 624.18 KiB/sec.
4877 2024.11.26 23:34:53.161691 [ 268 ] {d6c904be-8347-4526-8a72-0657199caa05} <Debug> TCPHandler: Processed in 0.005644213 sec.
4878 2024.11.26 23:34:53.161717 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3396 rows, containing 5 columns (5 merged, 0 gathered) in 0.005714074 sec., 594322.0196308272 rows/sec., 52.22 MiB/sec.
4879 2024.11.26 23:34:53.161879 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4880 2024.11.26 23:34:53.162043 [ 270 ] {3abecc7b-6bb1-4733-bc73-54d86c7ae819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4881 2024.11.26 23:34:53.162107 [ 270 ] {3abecc7b-6bb1-4733-bc73-54d86c7ae819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4882 2024.11.26 23:34:53.162121 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4883 2024.11.26 23:34:53.162859 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4884 2024.11.26 23:34:53.162991 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_36_7} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4885 2024.11.26 23:34:53.163178 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
4886 2024.11.26 23:34:53.163408 [ 270 ] {3abecc7b-6bb1-4733-bc73-54d86c7ae819} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4887 2024.11.26 23:34:53.163454 [ 270 ] {3abecc7b-6bb1-4733-bc73-54d86c7ae819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4888 2024.11.26 23:34:53.163819 [ 270 ] {3abecc7b-6bb1-4733-bc73-54d86c7ae819} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4889 2024.11.26 23:34:53.164059 [ 270 ] {3abecc7b-6bb1-4733-bc73-54d86c7ae819} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4890 2024.11.26 23:34:53.164284 [ 270 ] {3abecc7b-6bb1-4733-bc73-54d86c7ae819} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002285 sec., 99781.181619256 rows/sec., 6.76 MiB/sec.
4891 2024.11.26 23:34:53.164505 [ 270 ] {3abecc7b-6bb1-4733-bc73-54d86c7ae819} <Debug> TCPHandler: Processed in 0.002689525 sec.
4892 2024.11.26 23:34:53.164700 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4893 2024.11.26 23:34:53.164840 [ 268 ] {cf9809a8-7961-4fd4-9438-c4fb17ff4ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4894 2024.11.26 23:34:53.164899 [ 268 ] {cf9809a8-7961-4fd4-9438-c4fb17ff4ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4895 2024.11.26 23:34:53.165825 [ 268 ] {cf9809a8-7961-4fd4-9438-c4fb17ff4ac3} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4896 2024.11.26 23:34:53.165864 [ 268 ] {cf9809a8-7961-4fd4-9438-c4fb17ff4ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4897 2024.11.26 23:34:53.166259 [ 268 ] {cf9809a8-7961-4fd4-9438-c4fb17ff4ac3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4898 2024.11.26 23:34:53.166504 [ 268 ] {cf9809a8-7961-4fd4-9438-c4fb17ff4ac3} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4899 2024.11.26 23:34:53.166662 [ 116 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4900 2024.11.26 23:34:53.166716 [ 116 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4901 2024.11.26 23:34:53.166757 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4902 2024.11.26 23:34:53.166757 [ 268 ] {cf9809a8-7961-4fd4-9438-c4fb17ff4ac3} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.001935 sec., 290956.0723514212 rows/sec., 21.63 MiB/sec.
4903 2024.11.26 23:34:53.166972 [ 268 ] {cf9809a8-7961-4fd4-9438-c4fb17ff4ac3} <Debug> TCPHandler: Processed in 0.002358172 sec.
4904 2024.11.26 23:34:53.167012 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
4905 2024.11.26 23:34:53.167142 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4906 2024.11.26 23:34:53.167160 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4907 2024.11.26 23:34:53.167196 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part
4908 2024.11.26 23:34:53.167312 [ 270 ] {ec0b59c1-b31f-4d20-904a-977a573a43c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4909 2024.11.26 23:34:53.167422 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 105 rows starting from the beginning of the part
4910 2024.11.26 23:34:53.167490 [ 270 ] {ec0b59c1-b31f-4d20-904a-977a573a43c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4911 2024.11.26 23:34:53.167692 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 384 rows starting from the beginning of the part
4912 2024.11.26 23:34:53.168104 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 105 rows starting from the beginning of the part
4913 2024.11.26 23:34:53.168541 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 382 rows starting from the beginning of the part
4914 2024.11.26 23:34:53.168949 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 563 rows starting from the beginning of the part
4915 2024.11.26 23:34:53.170085 [ 270 ] {ec0b59c1-b31f-4d20-904a-977a573a43c9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4916 2024.11.26 23:34:53.170133 [ 270 ] {ec0b59c1-b31f-4d20-904a-977a573a43c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4917 2024.11.26 23:34:53.170723 [ 270 ] {ec0b59c1-b31f-4d20-904a-977a573a43c9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4918 2024.11.26 23:34:53.170878 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2454 rows, containing 5 columns (5 merged, 0 gathered) in 0.004059069 sec., 604572.1321810493 rows/sec., 46.42 MiB/sec.
4919 2024.11.26 23:34:53.171079 [ 270 ] {ec0b59c1-b31f-4d20-904a-977a573a43c9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4920 2024.11.26 23:34:53.171153 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4921 2024.11.26 23:34:53.171328 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4922 2024.11.26 23:34:53.171436 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4923 2024.11.26 23:34:53.171513 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4924 2024.11.26 23:34:53.171545 [ 270 ] {ec0b59c1-b31f-4d20-904a-977a573a43c9} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.004294 sec., 219608.75640428506 rows/sec., 14.73 MiB/sec.
4925 2024.11.26 23:34:53.171923 [ 270 ] {ec0b59c1-b31f-4d20-904a-977a573a43c9} <Debug> TCPHandler: Processed in 0.004839215 sec.
4926 2024.11.26 23:34:53.172187 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4927 2024.11.26 23:34:53.172195 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
4928 2024.11.26 23:34:53.172242 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4929 2024.11.26 23:34:53.172558 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_36_7} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4930 2024.11.26 23:34:53.172731 [ 268 ] {1f31cc23-b7c8-4005-b43e-a81acd38d004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4931 2024.11.26 23:34:53.172847 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
4932 2024.11.26 23:34:53.173089 [ 268 ] {1f31cc23-b7c8-4005-b43e-a81acd38d004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4933 2024.11.26 23:34:53.173589 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4934 2024.11.26 23:34:53.173697 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9940 rows starting from the beginning of the part
4935 2024.11.26 23:34:53.174064 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
4936 2024.11.26 23:34:53.174482 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 238 rows starting from the beginning of the part
4937 2024.11.26 23:34:53.174975 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
4938 2024.11.26 23:34:53.175348 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
4939 2024.11.26 23:34:53.175655 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 943 rows starting from the beginning of the part
4940 2024.11.26 23:34:53.178821 [ 268 ] {1f31cc23-b7c8-4005-b43e-a81acd38d004} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4941 2024.11.26 23:34:53.178926 [ 268 ] {1f31cc23-b7c8-4005-b43e-a81acd38d004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4942 2024.11.26 23:34:53.180741 [ 268 ] {1f31cc23-b7c8-4005-b43e-a81acd38d004} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4943 2024.11.26 23:34:53.181202 [ 268 ] {1f31cc23-b7c8-4005-b43e-a81acd38d004} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4944 2024.11.26 23:34:53.181393 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4945 2024.11.26 23:34:53.181487 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4946 2024.11.26 23:34:53.181544 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4947 2024.11.26 23:34:53.181626 [ 268 ] {1f31cc23-b7c8-4005-b43e-a81acd38d004} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.009012 sec., 4549.489569462939 rows/sec., 8.15 MiB/sec.
4948 2024.11.26 23:34:53.181859 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
4949 2024.11.26 23:34:53.181927 [ 268 ] {1f31cc23-b7c8-4005-b43e-a81acd38d004} <Debug> TCPHandler: Processed in 0.009867032 sec.
4950 2024.11.26 23:34:53.182191 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4951 2024.11.26 23:34:53.182606 [ 270 ] {4cd46821-1410-451c-8346-fededa835485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4952 2024.11.26 23:34:53.182920 [ 270 ] {4cd46821-1410-451c-8346-fededa835485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4953 2024.11.26 23:34:53.183006 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4954 2024.11.26 23:34:53.183270 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11678 rows, containing 5 columns (5 merged, 0 gathered) in 0.011587928 sec., 1007772.9167802905 rows/sec., 68.02 MiB/sec.
4955 2024.11.26 23:34:53.183422 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 316 rows starting from the beginning of the part
4956 2024.11.26 23:34:53.183850 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4957 2024.11.26 23:34:53.184765 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part
4958 2024.11.26 23:34:53.185008 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4959 2024.11.26 23:34:53.185301 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4960 2024.11.26 23:34:53.185606 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB.
4961 2024.11.26 23:34:53.186076 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part
4962 2024.11.26 23:34:53.186488 [ 270 ] {4cd46821-1410-451c-8346-fededa835485} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4963 2024.11.26 23:34:53.186597 [ 270 ] {4cd46821-1410-451c-8346-fededa835485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4964 2024.11.26 23:34:53.186981 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part
4965 2024.11.26 23:34:53.187697 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part
4966 2024.11.26 23:34:53.188223 [ 270 ] {4cd46821-1410-451c-8346-fededa835485} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4967 2024.11.26 23:34:53.188352 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part
4968 2024.11.26 23:34:53.189020 [ 270 ] {4cd46821-1410-451c-8346-fededa835485} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4969 2024.11.26 23:34:53.189308 [ 116 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4970 2024.11.26 23:34:53.189419 [ 116 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4971 2024.11.26 23:34:53.189489 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4972 2024.11.26 23:34:53.189647 [ 270 ] {4cd46821-1410-451c-8346-fededa835485} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.007188 sec., 5008.347245409015 rows/sec., 345.63 KiB/sec.
4973 2024.11.26 23:34:53.189945 [ 270 ] {4cd46821-1410-451c-8346-fededa835485} <Debug> TCPHandler: Processed in 0.007867373 sec.
4974 2024.11.26 23:34:53.190161 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
4975 2024.11.26 23:34:53.190864 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4976 2024.11.26 23:34:53.191014 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1824 rows starting from the beginning of the part
4977 2024.11.26 23:34:53.191593 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
4978 2024.11.26 23:34:53.191687 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
4979 2024.11.26 23:34:53.191979 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
4980 2024.11.26 23:34:53.192299 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part
4981 2024.11.26 23:34:53.192618 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part
4982 2024.11.26 23:34:53.196189 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2144 rows, containing 4 columns (4 merged, 0 gathered) in 0.006566702 sec., 326495.7051500129 rows/sec., 21.33 MiB/sec.
4983 2024.11.26 23:34:53.196547 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4984 2024.11.26 23:34:53.197188 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4985 2024.11.26 23:34:53.197331 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_36_7} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4986 2024.11.26 23:34:53.197626 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
4987 2024.11.26 23:34:53.198993 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 521 rows, containing 19 columns (19 merged, 0 gathered) in 0.017306542 sec., 30104.22301578212 rows/sec., 53.95 MiB/sec.
4988 2024.11.26 23:34:53.199661 [ 187 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4989 2024.11.26 23:34:53.200081 [ 187 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4990 2024.11.26 23:34:53.200171 [ 187 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4991 2024.11.26 23:34:53.200336 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB.
4992 2024.11.26 23:34:54.610453 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 728
4993 2024.11.26 23:34:54.614209 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4994 2024.11.26 23:34:54.614267 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
4995 2024.11.26 23:34:54.615780 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4996 2024.11.26 23:34:54.616102 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4997 2024.11.26 23:34:54.617303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728
4998 2024.11.26 23:34:55.720660 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4999 2024.11.26 23:34:55.720853 [ 268 ] {f35e1867-708b-42cd-af94-14d67d99d8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5000 2024.11.26 23:34:55.720926 [ 268 ] {f35e1867-708b-42cd-af94-14d67d99d8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5001 2024.11.26 23:34:55.721751 [ 268 ] {f35e1867-708b-42cd-af94-14d67d99d8b2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5002 2024.11.26 23:34:55.721805 [ 268 ] {f35e1867-708b-42cd-af94-14d67d99d8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5003 2024.11.26 23:34:55.722277 [ 268 ] {f35e1867-708b-42cd-af94-14d67d99d8b2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5004 2024.11.26 23:34:55.722558 [ 268 ] {f35e1867-708b-42cd-af94-14d67d99d8b2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5005 2024.11.26 23:34:55.722790 [ 268 ] {f35e1867-708b-42cd-af94-14d67d99d8b2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001991 sec., 28126.56956303365 rows/sec., 2.16 MiB/sec.
5006 2024.11.26 23:34:55.722848 [ 268 ] {f35e1867-708b-42cd-af94-14d67d99d8b2} <Debug> TCPHandler: Processed in 0.002351742 sec.
5007 2024.11.26 23:34:55.723102 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5008 2024.11.26 23:34:55.723291 [ 270 ] {2b6c0aba-1eb3-485e-aeb3-94ea1bc70e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5009 2024.11.26 23:34:55.723362 [ 270 ] {2b6c0aba-1eb3-485e-aeb3-94ea1bc70e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5010 2024.11.26 23:34:55.724126 [ 270 ] {2b6c0aba-1eb3-485e-aeb3-94ea1bc70e60} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5011 2024.11.26 23:34:55.724167 [ 270 ] {2b6c0aba-1eb3-485e-aeb3-94ea1bc70e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5012 2024.11.26 23:34:55.724603 [ 270 ] {2b6c0aba-1eb3-485e-aeb3-94ea1bc70e60} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5013 2024.11.26 23:34:55.724861 [ 270 ] {2b6c0aba-1eb3-485e-aeb3-94ea1bc70e60} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5014 2024.11.26 23:34:55.725054 [ 270 ] {2b6c0aba-1eb3-485e-aeb3-94ea1bc70e60} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001818 sec., 35203.52035203521 rows/sec., 2.75 MiB/sec.
5015 2024.11.26 23:34:55.725109 [ 270 ] {2b6c0aba-1eb3-485e-aeb3-94ea1bc70e60} <Debug> TCPHandler: Processed in 0.00213322 sec.
5016 2024.11.26 23:34:55.725265 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5017 2024.11.26 23:34:55.725393 [ 268 ] {7a133f3e-135f-4a98-a421-251dcde07305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5018 2024.11.26 23:34:55.725449 [ 268 ] {7a133f3e-135f-4a98-a421-251dcde07305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5019 2024.11.26 23:34:55.726007 [ 268 ] {7a133f3e-135f-4a98-a421-251dcde07305} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5020 2024.11.26 23:34:55.726048 [ 268 ] {7a133f3e-135f-4a98-a421-251dcde07305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5021 2024.11.26 23:34:55.726453 [ 268 ] {7a133f3e-135f-4a98-a421-251dcde07305} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5022 2024.11.26 23:34:55.726702 [ 268 ] {7a133f3e-135f-4a98-a421-251dcde07305} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5023 2024.11.26 23:34:55.726941 [ 268 ] {7a133f3e-135f-4a98-a421-251dcde07305} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001566 sec., 40868.45466155811 rows/sec., 2.85 MiB/sec.
5024 2024.11.26 23:34:55.727050 [ 268 ] {7a133f3e-135f-4a98-a421-251dcde07305} <Debug> TCPHandler: Processed in 0.001837777 sec.
5025 2024.11.26 23:34:55.727284 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5026 2024.11.26 23:34:55.727414 [ 270 ] {44973576-bab5-45f8-b67e-b0161d9f3120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5027 2024.11.26 23:34:55.727467 [ 270 ] {44973576-bab5-45f8-b67e-b0161d9f3120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5028 2024.11.26 23:34:55.727968 [ 270 ] {44973576-bab5-45f8-b67e-b0161d9f3120} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5029 2024.11.26 23:34:55.728007 [ 270 ] {44973576-bab5-45f8-b67e-b0161d9f3120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5030 2024.11.26 23:34:55.728388 [ 270 ] {44973576-bab5-45f8-b67e-b0161d9f3120} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5031 2024.11.26 23:34:55.728631 [ 270 ] {44973576-bab5-45f8-b67e-b0161d9f3120} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5032 2024.11.26 23:34:55.728809 [ 270 ] {44973576-bab5-45f8-b67e-b0161d9f3120} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001421 sec., 16889.51442646024 rows/sec., 1.14 MiB/sec.
5033 2024.11.26 23:34:55.728857 [ 270 ] {44973576-bab5-45f8-b67e-b0161d9f3120} <Debug> TCPHandler: Processed in 0.001689416 sec.
5034 2024.11.26 23:34:57.046851 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
5035 2024.11.26 23:34:57.047625 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5036 2024.11.26 23:34:57.047677 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5037 2024.11.26 23:34:57.048214 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5038 2024.11.26 23:34:57.048491 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5039 2024.11.26 23:34:57.048766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
5040 2024.11.26 23:34:57.752324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
5041 2024.11.26 23:34:57.772053 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5042 2024.11.26 23:34:57.772104 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5043 2024.11.26 23:34:57.779674 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5044 2024.11.26 23:34:57.780415 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5045 2024.11.26 23:34:57.782945 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
5046 2024.11.26 23:35:00.730140 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5047 2024.11.26 23:35:00.730450 [ 268 ] {bf4b406e-20a0-47cb-a08a-f96c990f36bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5048 2024.11.26 23:35:00.730570 [ 268 ] {bf4b406e-20a0-47cb-a08a-f96c990f36bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5049 2024.11.26 23:35:00.731440 [ 268 ] {bf4b406e-20a0-47cb-a08a-f96c990f36bc} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5050 2024.11.26 23:35:00.731496 [ 268 ] {bf4b406e-20a0-47cb-a08a-f96c990f36bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5051 2024.11.26 23:35:00.731947 [ 268 ] {bf4b406e-20a0-47cb-a08a-f96c990f36bc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5052 2024.11.26 23:35:00.732213 [ 268 ] {bf4b406e-20a0-47cb-a08a-f96c990f36bc} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5053 2024.11.26 23:35:00.732454 [ 268 ] {bf4b406e-20a0-47cb-a08a-f96c990f36bc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002091 sec., 6695.361071257771 rows/sec., 481.98 KiB/sec.
5054 2024.11.26 23:35:00.732526 [ 268 ] {bf4b406e-20a0-47cb-a08a-f96c990f36bc} <Debug> TCPHandler: Processed in 0.002578784 sec.
5055 2024.11.26 23:35:00.732820 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5056 2024.11.26 23:35:00.733042 [ 270 ] {228fae90-0c4c-4ad1-a922-0d3d8ca2c46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5057 2024.11.26 23:35:00.733123 [ 270 ] {228fae90-0c4c-4ad1-a922-0d3d8ca2c46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5058 2024.11.26 23:35:00.734019 [ 270 ] {228fae90-0c4c-4ad1-a922-0d3d8ca2c46c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5059 2024.11.26 23:35:00.734065 [ 270 ] {228fae90-0c4c-4ad1-a922-0d3d8ca2c46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5060 2024.11.26 23:35:00.734515 [ 270 ] {228fae90-0c4c-4ad1-a922-0d3d8ca2c46c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5061 2024.11.26 23:35:00.734774 [ 270 ] {228fae90-0c4c-4ad1-a922-0d3d8ca2c46c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5062 2024.11.26 23:35:00.735039 [ 270 ] {228fae90-0c4c-4ad1-a922-0d3d8ca2c46c} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002059 sec., 98591.54929577465 rows/sec., 8.53 MiB/sec.
5063 2024.11.26 23:35:00.735106 [ 270 ] {228fae90-0c4c-4ad1-a922-0d3d8ca2c46c} <Debug> TCPHandler: Processed in 0.002472203 sec.
5064 2024.11.26 23:35:00.735264 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5065 2024.11.26 23:35:00.735408 [ 268 ] {da7dc28b-8fd7-4bb3-ab02-314e30448383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5066 2024.11.26 23:35:00.735481 [ 268 ] {da7dc28b-8fd7-4bb3-ab02-314e30448383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5067 2024.11.26 23:35:00.736140 [ 268 ] {da7dc28b-8fd7-4bb3-ab02-314e30448383} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5068 2024.11.26 23:35:00.736182 [ 268 ] {da7dc28b-8fd7-4bb3-ab02-314e30448383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5069 2024.11.26 23:35:00.736556 [ 268 ] {da7dc28b-8fd7-4bb3-ab02-314e30448383} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5070 2024.11.26 23:35:00.736821 [ 268 ] {da7dc28b-8fd7-4bb3-ab02-314e30448383} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5071 2024.11.26 23:35:00.736985 [ 107 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5072 2024.11.26 23:35:00.737056 [ 268 ] {da7dc28b-8fd7-4bb3-ab02-314e30448383} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001675 sec., 4179.10447761194 rows/sec., 272.27 KiB/sec.
5073 2024.11.26 23:35:00.737066 [ 107 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5074 2024.11.26 23:35:00.737139 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5075 2024.11.26 23:35:00.737192 [ 268 ] {da7dc28b-8fd7-4bb3-ab02-314e30448383} <Debug> TCPHandler: Processed in 0.001992498 sec.
5076 2024.11.26 23:35:00.737404 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5077 2024.11.26 23:35:00.737424 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
5078 2024.11.26 23:35:00.737621 [ 270 ] {8a88c852-c841-4b69-b01e-a36e9de201e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5079 2024.11.26 23:35:00.737698 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5080 2024.11.26 23:35:00.737729 [ 270 ] {8a88c852-c841-4b69-b01e-a36e9de201e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5081 2024.11.26 23:35:00.737755 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 66 rows starting from the beginning of the part
5082 2024.11.26 23:35:00.738162 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 9 rows starting from the beginning of the part
5083 2024.11.26 23:35:00.738514 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part
5084 2024.11.26 23:35:00.739039 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part
5085 2024.11.26 23:35:00.739391 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 43 rows starting from the beginning of the part
5086 2024.11.26 23:35:00.739685 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
5087 2024.11.26 23:35:00.740514 [ 270 ] {8a88c852-c841-4b69-b01e-a36e9de201e0} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5088 2024.11.26 23:35:00.740584 [ 270 ] {8a88c852-c841-4b69-b01e-a36e9de201e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5089 2024.11.26 23:35:00.741576 [ 270 ] {8a88c852-c841-4b69-b01e-a36e9de201e0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5090 2024.11.26 23:35:00.742231 [ 270 ] {8a88c852-c841-4b69-b01e-a36e9de201e0} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5091 2024.11.26 23:35:00.742482 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 5 columns (5 merged, 0 gathered) in 0.005224439 sec., 33113.60320218113 rows/sec., 2.48 MiB/sec.
5092 2024.11.26 23:35:00.742647 [ 107 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5093 2024.11.26 23:35:00.742768 [ 107 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5094 2024.11.26 23:35:00.742782 [ 270 ] {8a88c852-c841-4b69-b01e-a36e9de201e0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005218 sec., 2683.020314296665 rows/sec., 187.90 KiB/sec.
5095 2024.11.26 23:35:00.742851 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5096 2024.11.26 23:35:00.742869 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5097 2024.11.26 23:35:00.743080 [ 270 ] {8a88c852-c841-4b69-b01e-a36e9de201e0} <Debug> TCPHandler: Processed in 0.005786054 sec.
5098 2024.11.26 23:35:00.743584 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
5099 2024.11.26 23:35:00.743646 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5100 2024.11.26 23:35:00.743993 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_31_6} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5101 2024.11.26 23:35:00.744150 [ 268 ] {95ebcaf3-d677-431a-9724-f743a3328577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5102 2024.11.26 23:35:00.744269 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5103 2024.11.26 23:35:00.744312 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_31_6} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5104 2024.11.26 23:35:00.744333 [ 268 ] {95ebcaf3-d677-431a-9724-f743a3328577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5105 2024.11.26 23:35:00.744534 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part
5106 2024.11.26 23:35:00.744582 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5107 2024.11.26 23:35:00.745048 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5108 2024.11.26 23:35:00.745737 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
5109 2024.11.26 23:35:00.746186 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
5110 2024.11.26 23:35:00.746623 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part
5111 2024.11.26 23:35:00.747030 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
5112 2024.11.26 23:35:00.747963 [ 268 ] {95ebcaf3-d677-431a-9724-f743a3328577} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5113 2024.11.26 23:35:00.748033 [ 268 ] {95ebcaf3-d677-431a-9724-f743a3328577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5114 2024.11.26 23:35:00.749112 [ 268 ] {95ebcaf3-d677-431a-9724-f743a3328577} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5115 2024.11.26 23:35:00.749734 [ 268 ] {95ebcaf3-d677-431a-9724-f743a3328577} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5116 2024.11.26 23:35:00.749961 [ 199 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.006845444 sec., 76839.42780044655 rows/sec., 5.50 MiB/sec.
5117 2024.11.26 23:35:00.750188 [ 268 ] {95ebcaf3-d677-431a-9724-f743a3328577} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006195 sec., 2098.4665052461664 rows/sec., 130.84 KiB/sec.
5118 2024.11.26 23:35:00.750275 [ 199 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5119 2024.11.26 23:35:00.750312 [ 268 ] {95ebcaf3-d677-431a-9724-f743a3328577} <Debug> TCPHandler: Processed in 0.007068996 sec.
5120 2024.11.26 23:35:00.750589 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5121 2024.11.26 23:35:00.750848 [ 199 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5122 2024.11.26 23:35:00.750881 [ 270 ] {c4b4325c-64e5-4ed8-b29a-bb18aed0b4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5123 2024.11.26 23:35:00.750968 [ 270 ] {c4b4325c-64e5-4ed8-b29a-bb18aed0b4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5124 2024.11.26 23:35:00.750993 [ 199 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_21_4} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5125 2024.11.26 23:35:00.751186 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
5126 2024.11.26 23:35:00.751840 [ 270 ] {c4b4325c-64e5-4ed8-b29a-bb18aed0b4ba} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5127 2024.11.26 23:35:00.751886 [ 270 ] {c4b4325c-64e5-4ed8-b29a-bb18aed0b4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5128 2024.11.26 23:35:00.752278 [ 270 ] {c4b4325c-64e5-4ed8-b29a-bb18aed0b4ba} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5129 2024.11.26 23:35:00.752530 [ 270 ] {c4b4325c-64e5-4ed8-b29a-bb18aed0b4ba} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5130 2024.11.26 23:35:00.752750 [ 270 ] {c4b4325c-64e5-4ed8-b29a-bb18aed0b4ba} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001916 sec., 199373.69519832986 rows/sec., 14.11 MiB/sec.
5131 2024.11.26 23:35:00.752805 [ 270 ] {c4b4325c-64e5-4ed8-b29a-bb18aed0b4ba} <Debug> TCPHandler: Processed in 0.002391112 sec.
5132 2024.11.26 23:35:00.752964 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5133 2024.11.26 23:35:00.753105 [ 268 ] {7bace62b-c6ea-4b32-9a87-46c8a79afc08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5134 2024.11.26 23:35:00.753168 [ 268 ] {7bace62b-c6ea-4b32-9a87-46c8a79afc08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5135 2024.11.26 23:35:00.753751 [ 268 ] {7bace62b-c6ea-4b32-9a87-46c8a79afc08} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5136 2024.11.26 23:35:00.753799 [ 268 ] {7bace62b-c6ea-4b32-9a87-46c8a79afc08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5137 2024.11.26 23:35:00.754188 [ 268 ] {7bace62b-c6ea-4b32-9a87-46c8a79afc08} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5138 2024.11.26 23:35:00.754439 [ 268 ] {7bace62b-c6ea-4b32-9a87-46c8a79afc08} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5139 2024.11.26 23:35:00.754714 [ 268 ] {7bace62b-c6ea-4b32-9a87-46c8a79afc08} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001637 sec., 3665.241295051924 rows/sec., 191.49 KiB/sec.
5140 2024.11.26 23:35:00.754928 [ 268 ] {7bace62b-c6ea-4b32-9a87-46c8a79afc08} <Debug> TCPHandler: Processed in 0.002026309 sec.
5141 2024.11.26 23:35:00.755163 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5142 2024.11.26 23:35:00.755381 [ 270 ] {676601d3-2655-46f1-8b91-ca9dc38288d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5143 2024.11.26 23:35:00.755487 [ 270 ] {676601d3-2655-46f1-8b91-ca9dc38288d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5144 2024.11.26 23:35:00.756245 [ 270 ] {676601d3-2655-46f1-8b91-ca9dc38288d9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5145 2024.11.26 23:35:00.756284 [ 270 ] {676601d3-2655-46f1-8b91-ca9dc38288d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5146 2024.11.26 23:35:00.756694 [ 270 ] {676601d3-2655-46f1-8b91-ca9dc38288d9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5147 2024.11.26 23:35:00.756930 [ 270 ] {676601d3-2655-46f1-8b91-ca9dc38288d9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5148 2024.11.26 23:35:00.757181 [ 270 ] {676601d3-2655-46f1-8b91-ca9dc38288d9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001847 sec., 128316.18841364376 rows/sec., 8.60 MiB/sec.
5149 2024.11.26 23:35:00.757250 [ 270 ] {676601d3-2655-46f1-8b91-ca9dc38288d9} <Debug> TCPHandler: Processed in 0.002226911 sec.
5150 2024.11.26 23:35:00.757474 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5151 2024.11.26 23:35:00.757612 [ 268 ] {52d62490-e518-4547-b2c7-b0ff4350a4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5152 2024.11.26 23:35:00.757672 [ 268 ] {52d62490-e518-4547-b2c7-b0ff4350a4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5153 2024.11.26 23:35:00.758155 [ 268 ] {52d62490-e518-4547-b2c7-b0ff4350a4a6} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5154 2024.11.26 23:35:00.758194 [ 268 ] {52d62490-e518-4547-b2c7-b0ff4350a4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5155 2024.11.26 23:35:00.758562 [ 268 ] {52d62490-e518-4547-b2c7-b0ff4350a4a6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5156 2024.11.26 23:35:00.758823 [ 268 ] {52d62490-e518-4547-b2c7-b0ff4350a4a6} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5157 2024.11.26 23:35:00.758982 [ 107 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
5158 2024.11.26 23:35:00.759045 [ 107 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5159 2024.11.26 23:35:00.759093 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5160 2024.11.26 23:35:00.759097 [ 268 ] {52d62490-e518-4547-b2c7-b0ff4350a4a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec.
5161 2024.11.26 23:35:00.759364 [ 268 ] {52d62490-e518-4547-b2c7-b0ff4350a4a6} <Debug> TCPHandler: Processed in 0.001995638 sec.
5162 2024.11.26 23:35:00.759566 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
5163 2024.11.26 23:35:00.759654 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5164 2024.11.26 23:35:00.759968 [ 270 ] {717a17a9-b924-492f-a582-deff66947865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5165 2024.11.26 23:35:00.759991 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5166 2024.11.26 23:35:00.760051 [ 270 ] {717a17a9-b924-492f-a582-deff66947865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5167 2024.11.26 23:35:00.760086 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
5168 2024.11.26 23:35:00.760457 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
5169 2024.11.26 23:35:00.760824 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
5170 2024.11.26 23:35:00.761115 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
5171 2024.11.26 23:35:00.761406 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
5172 2024.11.26 23:35:00.761558 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
5173 2024.11.26 23:35:00.762645 [ 270 ] {717a17a9-b924-492f-a582-deff66947865} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5174 2024.11.26 23:35:00.762751 [ 270 ] {717a17a9-b924-492f-a582-deff66947865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5175 2024.11.26 23:35:00.763819 [ 270 ] {717a17a9-b924-492f-a582-deff66947865} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5176 2024.11.26 23:35:00.764437 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.005254249 sec., 2854.8323461640284 rows/sec., 192.37 KiB/sec.
5177 2024.11.26 23:35:00.764439 [ 270 ] {717a17a9-b924-492f-a582-deff66947865} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5178 2024.11.26 23:35:00.764617 [ 196 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5179 2024.11.26 23:35:00.764857 [ 270 ] {717a17a9-b924-492f-a582-deff66947865} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004994 sec., 16419.703644373247 rows/sec., 1.04 MiB/sec.
5180 2024.11.26 23:35:00.764945 [ 270 ] {717a17a9-b924-492f-a582-deff66947865} <Debug> TCPHandler: Processed in 0.005459851 sec.
5181 2024.11.26 23:35:00.765139 [ 196 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_15_3} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5182 2024.11.26 23:35:00.765231 [ 196 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_15_3} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
5183 2024.11.26 23:35:00.765329 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.21 MiB.
5184 2024.11.26 23:35:04.455762 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
5185 2024.11.26 23:35:04.455823 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
5186 2024.11.26 23:35:04.549070 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
5187 2024.11.26 23:35:04.549709 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5188 2024.11.26 23:35:04.549756 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5189 2024.11.26 23:35:04.550290 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5190 2024.11.26 23:35:04.550554 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5191 2024.11.26 23:35:04.550866 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5192 2024.11.26 23:35:04.617780 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 756
5193 2024.11.26 23:35:04.620717 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5194 2024.11.26 23:35:04.620765 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5195 2024.11.26 23:35:04.622231 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5196 2024.11.26 23:35:04.622551 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5197 2024.11.26 23:35:04.623124 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 756
5198 2024.11.26 23:35:05.283185 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5199 2024.11.26 23:35:05.304883 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5200 2024.11.26 23:35:05.304935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5201 2024.11.26 23:35:05.312737 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5202 2024.11.26 23:35:05.313559 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5203 2024.11.26 23:35:05.316390 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5204 2024.11.26 23:35:05.727087 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5205 2024.11.26 23:35:05.727397 [ 268 ] {ab0b5600-c7f3-44e2-9723-a798dcb6e5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5206 2024.11.26 23:35:05.727517 [ 268 ] {ab0b5600-c7f3-44e2-9723-a798dcb6e5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5207 2024.11.26 23:35:05.728554 [ 268 ] {ab0b5600-c7f3-44e2-9723-a798dcb6e5fc} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5208 2024.11.26 23:35:05.728610 [ 268 ] {ab0b5600-c7f3-44e2-9723-a798dcb6e5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5209 2024.11.26 23:35:05.729066 [ 268 ] {ab0b5600-c7f3-44e2-9723-a798dcb6e5fc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5210 2024.11.26 23:35:05.729343 [ 268 ] {ab0b5600-c7f3-44e2-9723-a798dcb6e5fc} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5211 2024.11.26 23:35:05.729618 [ 268 ] {ab0b5600-c7f3-44e2-9723-a798dcb6e5fc} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002305 sec., 59869.848156182205 rows/sec., 5.17 MiB/sec.
5212 2024.11.26 23:35:05.729848 [ 268 ] {ab0b5600-c7f3-44e2-9723-a798dcb6e5fc} <Debug> TCPHandler: Processed in 0.002918528 sec.
5213 2024.11.26 23:35:05.730222 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5214 2024.11.26 23:35:05.730531 [ 270 ] {906c5407-9b13-45bf-a766-7fc6eb219b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5215 2024.11.26 23:35:05.730650 [ 270 ] {906c5407-9b13-45bf-a766-7fc6eb219b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5216 2024.11.26 23:35:05.731641 [ 270 ] {906c5407-9b13-45bf-a766-7fc6eb219b91} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5217 2024.11.26 23:35:05.731691 [ 270 ] {906c5407-9b13-45bf-a766-7fc6eb219b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5218 2024.11.26 23:35:05.732132 [ 270 ] {906c5407-9b13-45bf-a766-7fc6eb219b91} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5219 2024.11.26 23:35:05.732389 [ 270 ] {906c5407-9b13-45bf-a766-7fc6eb219b91} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5220 2024.11.26 23:35:05.732630 [ 270 ] {906c5407-9b13-45bf-a766-7fc6eb219b91} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002187 sec., 18747.142203932326 rows/sec., 1.38 MiB/sec.
5221 2024.11.26 23:35:05.732768 [ 270 ] {906c5407-9b13-45bf-a766-7fc6eb219b91} <Debug> TCPHandler: Processed in 0.002780986 sec.
5222 2024.11.26 23:35:05.732940 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5223 2024.11.26 23:35:05.733087 [ 268 ] {f4a87646-06a0-4b52-babd-5fe44a608e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5224 2024.11.26 23:35:05.733149 [ 268 ] {f4a87646-06a0-4b52-babd-5fe44a608e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5225 2024.11.26 23:35:05.733905 [ 268 ] {f4a87646-06a0-4b52-babd-5fe44a608e9e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5226 2024.11.26 23:35:05.733956 [ 268 ] {f4a87646-06a0-4b52-babd-5fe44a608e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5227 2024.11.26 23:35:05.734358 [ 268 ] {f4a87646-06a0-4b52-babd-5fe44a608e9e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5228 2024.11.26 23:35:05.734608 [ 268 ] {f4a87646-06a0-4b52-babd-5fe44a608e9e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5229 2024.11.26 23:35:05.734812 [ 268 ] {f4a87646-06a0-4b52-babd-5fe44a608e9e} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001775 sec., 59154.92957746478 rows/sec., 4.62 MiB/sec.
5230 2024.11.26 23:35:05.734865 [ 268 ] {f4a87646-06a0-4b52-babd-5fe44a608e9e} <Debug> TCPHandler: Processed in 0.002012419 sec.
5231 2024.11.26 23:35:05.735008 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5232 2024.11.26 23:35:05.735222 [ 270 ] {0df6fa77-dc7f-463c-9a10-0f6b2e84c846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5233 2024.11.26 23:35:05.735316 [ 270 ] {0df6fa77-dc7f-463c-9a10-0f6b2e84c846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5234 2024.11.26 23:35:05.736257 [ 270 ] {0df6fa77-dc7f-463c-9a10-0f6b2e84c846} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5235 2024.11.26 23:35:05.736298 [ 270 ] {0df6fa77-dc7f-463c-9a10-0f6b2e84c846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5236 2024.11.26 23:35:05.736723 [ 270 ] {0df6fa77-dc7f-463c-9a10-0f6b2e84c846} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5237 2024.11.26 23:35:05.736969 [ 270 ] {0df6fa77-dc7f-463c-9a10-0f6b2e84c846} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5238 2024.11.26 23:35:05.737195 [ 270 ] {0df6fa77-dc7f-463c-9a10-0f6b2e84c846} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001986 sec., 80563.94763343404 rows/sec., 5.61 MiB/sec.
5239 2024.11.26 23:35:05.737246 [ 270 ] {0df6fa77-dc7f-463c-9a10-0f6b2e84c846} <Debug> TCPHandler: Processed in 0.002273612 sec.
5240 2024.11.26 23:35:05.737428 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5241 2024.11.26 23:35:05.737569 [ 268 ] {5d2196cc-5e63-44ff-9b65-9490466b1878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5242 2024.11.26 23:35:05.737666 [ 268 ] {5d2196cc-5e63-44ff-9b65-9490466b1878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5243 2024.11.26 23:35:05.738931 [ 268 ] {5d2196cc-5e63-44ff-9b65-9490466b1878} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5244 2024.11.26 23:35:05.738973 [ 268 ] {5d2196cc-5e63-44ff-9b65-9490466b1878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5245 2024.11.26 23:35:05.739670 [ 268 ] {5d2196cc-5e63-44ff-9b65-9490466b1878} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5246 2024.11.26 23:35:05.739954 [ 268 ] {5d2196cc-5e63-44ff-9b65-9490466b1878} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5247 2024.11.26 23:35:05.740201 [ 268 ] {5d2196cc-5e63-44ff-9b65-9490466b1878} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002665 sec., 15384.615384615385 rows/sec., 27.57 MiB/sec.
5248 2024.11.26 23:35:05.740320 [ 268 ] {5d2196cc-5e63-44ff-9b65-9490466b1878} <Debug> TCPHandler: Processed in 0.002961417 sec.
5249 2024.11.26 23:35:05.740477 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5250 2024.11.26 23:35:05.740615 [ 270 ] {f13c41e4-6eed-4ecc-b345-197ae4b1d78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5251 2024.11.26 23:35:05.740676 [ 270 ] {f13c41e4-6eed-4ecc-b345-197ae4b1d78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5252 2024.11.26 23:35:05.741225 [ 270 ] {f13c41e4-6eed-4ecc-b345-197ae4b1d78a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5253 2024.11.26 23:35:05.741263 [ 270 ] {f13c41e4-6eed-4ecc-b345-197ae4b1d78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5254 2024.11.26 23:35:05.741643 [ 270 ] {f13c41e4-6eed-4ecc-b345-197ae4b1d78a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5255 2024.11.26 23:35:05.741889 [ 270 ] {f13c41e4-6eed-4ecc-b345-197ae4b1d78a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5256 2024.11.26 23:35:05.742065 [ 270 ] {f13c41e4-6eed-4ecc-b345-197ae4b1d78a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec.
5257 2024.11.26 23:35:05.742112 [ 270 ] {f13c41e4-6eed-4ecc-b345-197ae4b1d78a} <Debug> TCPHandler: Processed in 0.001702396 sec.
5258 2024.11.26 23:35:10.731649 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5259 2024.11.26 23:35:10.731864 [ 268 ] {ac1c848b-7f7b-41b4-9e9d-c5c5e08eaad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5260 2024.11.26 23:35:10.731940 [ 268 ] {ac1c848b-7f7b-41b4-9e9d-c5c5e08eaad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5261 2024.11.26 23:35:10.732698 [ 268 ] {ac1c848b-7f7b-41b4-9e9d-c5c5e08eaad5} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5262 2024.11.26 23:35:10.732751 [ 268 ] {ac1c848b-7f7b-41b4-9e9d-c5c5e08eaad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5263 2024.11.26 23:35:10.733195 [ 268 ] {ac1c848b-7f7b-41b4-9e9d-c5c5e08eaad5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5264 2024.11.26 23:35:10.733454 [ 268 ] {ac1c848b-7f7b-41b4-9e9d-c5c5e08eaad5} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5265 2024.11.26 23:35:10.733707 [ 268 ] {ac1c848b-7f7b-41b4-9e9d-c5c5e08eaad5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec.
5266 2024.11.26 23:35:10.733902 [ 268 ] {ac1c848b-7f7b-41b4-9e9d-c5c5e08eaad5} <Debug> TCPHandler: Processed in 0.002387512 sec.
5267 2024.11.26 23:35:10.734193 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5268 2024.11.26 23:35:10.734397 [ 270 ] {ae11f4dc-2ee6-453b-8529-b779af258edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5269 2024.11.26 23:35:10.734475 [ 270 ] {ae11f4dc-2ee6-453b-8529-b779af258edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5270 2024.11.26 23:35:10.735324 [ 270 ] {ae11f4dc-2ee6-453b-8529-b779af258edb} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5271 2024.11.26 23:35:10.735380 [ 270 ] {ae11f4dc-2ee6-453b-8529-b779af258edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5272 2024.11.26 23:35:10.735833 [ 270 ] {ae11f4dc-2ee6-453b-8529-b779af258edb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5273 2024.11.26 23:35:10.736097 [ 270 ] {ae11f4dc-2ee6-453b-8529-b779af258edb} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5274 2024.11.26 23:35:10.736389 [ 270 ] {ae11f4dc-2ee6-453b-8529-b779af258edb} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002034 sec., 99803.34316617504 rows/sec., 8.64 MiB/sec.
5275 2024.11.26 23:35:10.736559 [ 270 ] {ae11f4dc-2ee6-453b-8529-b779af258edb} <Debug> TCPHandler: Processed in 0.002508623 sec.
5276 2024.11.26 23:35:10.736763 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5277 2024.11.26 23:35:10.736899 [ 268 ] {d9db8f81-b201-4bc1-8212-bc9137362abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5278 2024.11.26 23:35:10.736956 [ 268 ] {d9db8f81-b201-4bc1-8212-bc9137362abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5279 2024.11.26 23:35:10.737566 [ 268 ] {d9db8f81-b201-4bc1-8212-bc9137362abd} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5280 2024.11.26 23:35:10.737604 [ 268 ] {d9db8f81-b201-4bc1-8212-bc9137362abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5281 2024.11.26 23:35:10.737965 [ 268 ] {d9db8f81-b201-4bc1-8212-bc9137362abd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5282 2024.11.26 23:35:10.738208 [ 268 ] {d9db8f81-b201-4bc1-8212-bc9137362abd} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5283 2024.11.26 23:35:10.738416 [ 268 ] {d9db8f81-b201-4bc1-8212-bc9137362abd} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001546 sec., 4527.813712807244 rows/sec., 294.99 KiB/sec.
5284 2024.11.26 23:35:10.738467 [ 268 ] {d9db8f81-b201-4bc1-8212-bc9137362abd} <Debug> TCPHandler: Processed in 0.001801787 sec.
5285 2024.11.26 23:35:10.738630 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5286 2024.11.26 23:35:10.738776 [ 270 ] {b518ea37-e625-4c81-b05a-1d5b6d0d87ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5287 2024.11.26 23:35:10.738839 [ 270 ] {b518ea37-e625-4c81-b05a-1d5b6d0d87ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5288 2024.11.26 23:35:10.739509 [ 270 ] {b518ea37-e625-4c81-b05a-1d5b6d0d87ef} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5289 2024.11.26 23:35:10.739552 [ 270 ] {b518ea37-e625-4c81-b05a-1d5b6d0d87ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5290 2024.11.26 23:35:10.739931 [ 270 ] {b518ea37-e625-4c81-b05a-1d5b6d0d87ef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5291 2024.11.26 23:35:10.740184 [ 270 ] {b518ea37-e625-4c81-b05a-1d5b6d0d87ef} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5292 2024.11.26 23:35:10.740431 [ 270 ] {b518ea37-e625-4c81-b05a-1d5b6d0d87ef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001689 sec., 8288.928359976317 rows/sec., 580.50 KiB/sec.
5293 2024.11.26 23:35:10.740673 [ 270 ] {b518ea37-e625-4c81-b05a-1d5b6d0d87ef} <Debug> TCPHandler: Processed in 0.002110759 sec.
5294 2024.11.26 23:35:10.740860 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5295 2024.11.26 23:35:10.740976 [ 268 ] {7f751b4e-c5e1-4c1a-858f-2513d868405f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5296 2024.11.26 23:35:10.741035 [ 268 ] {7f751b4e-c5e1-4c1a-858f-2513d868405f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5297 2024.11.26 23:35:10.741791 [ 268 ] {7f751b4e-c5e1-4c1a-858f-2513d868405f} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5298 2024.11.26 23:35:10.741837 [ 268 ] {7f751b4e-c5e1-4c1a-858f-2513d868405f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5299 2024.11.26 23:35:10.742287 [ 268 ] {7f751b4e-c5e1-4c1a-858f-2513d868405f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5300 2024.11.26 23:35:10.742587 [ 268 ] {7f751b4e-c5e1-4c1a-858f-2513d868405f} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5301 2024.11.26 23:35:10.742829 [ 268 ] {7f751b4e-c5e1-4c1a-858f-2513d868405f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001859 sec., 6993.006993006993 rows/sec., 436.01 KiB/sec.
5302 2024.11.26 23:35:10.742896 [ 268 ] {7f751b4e-c5e1-4c1a-858f-2513d868405f} <Debug> TCPHandler: Processed in 0.002126759 sec.
5303 2024.11.26 23:35:10.743059 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5304 2024.11.26 23:35:10.743198 [ 270 ] {f0942671-4063-437e-83a1-c8fa0f01f24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5305 2024.11.26 23:35:10.743259 [ 270 ] {f0942671-4063-437e-83a1-c8fa0f01f24f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5306 2024.11.26 23:35:10.744107 [ 270 ] {f0942671-4063-437e-83a1-c8fa0f01f24f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5307 2024.11.26 23:35:10.744155 [ 270 ] {f0942671-4063-437e-83a1-c8fa0f01f24f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5308 2024.11.26 23:35:10.744557 [ 270 ] {f0942671-4063-437e-83a1-c8fa0f01f24f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5309 2024.11.26 23:35:10.744799 [ 270 ] {f0942671-4063-437e-83a1-c8fa0f01f24f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5310 2024.11.26 23:35:10.745028 [ 270 ] {f0942671-4063-437e-83a1-c8fa0f01f24f} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001861 sec., 205265.98602901667 rows/sec., 14.53 MiB/sec.
5311 2024.11.26 23:35:10.745086 [ 270 ] {f0942671-4063-437e-83a1-c8fa0f01f24f} <Debug> TCPHandler: Processed in 0.0020937 sec.
5312 2024.11.26 23:35:10.745224 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5313 2024.11.26 23:35:10.745344 [ 268 ] {bac4a13f-4325-46a1-9566-d520c1babe11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5314 2024.11.26 23:35:10.745396 [ 268 ] {bac4a13f-4325-46a1-9566-d520c1babe11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5315 2024.11.26 23:35:10.745951 [ 268 ] {bac4a13f-4325-46a1-9566-d520c1babe11} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5316 2024.11.26 23:35:10.745995 [ 268 ] {bac4a13f-4325-46a1-9566-d520c1babe11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5317 2024.11.26 23:35:10.746384 [ 268 ] {bac4a13f-4325-46a1-9566-d520c1babe11} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5318 2024.11.26 23:35:10.746638 [ 268 ] {bac4a13f-4325-46a1-9566-d520c1babe11} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5319 2024.11.26 23:35:10.746807 [ 94 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5320 2024.11.26 23:35:10.746884 [ 268 ] {bac4a13f-4325-46a1-9566-d520c1babe11} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec.
5321 2024.11.26 23:35:10.746890 [ 94 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5322 2024.11.26 23:35:10.746956 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5323 2024.11.26 23:35:10.747008 [ 268 ] {bac4a13f-4325-46a1-9566-d520c1babe11} <Debug> TCPHandler: Processed in 0.001839257 sec.
5324 2024.11.26 23:35:10.747312 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5325 2024.11.26 23:35:10.747525 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
5326 2024.11.26 23:35:10.747694 [ 270 ] {826260aa-371f-440c-b070-d6e97a8d0d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5327 2024.11.26 23:35:10.747836 [ 270 ] {826260aa-371f-440c-b070-d6e97a8d0d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5328 2024.11.26 23:35:10.747881 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5329 2024.11.26 23:35:10.747989 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5330 2024.11.26 23:35:10.748321 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5331 2024.11.26 23:35:10.748653 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5332 2024.11.26 23:35:10.748939 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5333 2024.11.26 23:35:10.749205 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5334 2024.11.26 23:35:10.749557 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
5335 2024.11.26 23:35:10.750731 [ 270 ] {826260aa-371f-440c-b070-d6e97a8d0d3c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5336 2024.11.26 23:35:10.750819 [ 270 ] {826260aa-371f-440c-b070-d6e97a8d0d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5337 2024.11.26 23:35:10.752026 [ 270 ] {826260aa-371f-440c-b070-d6e97a8d0d3c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5338 2024.11.26 23:35:10.752433 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00537627 sec., 17856.246059070694 rows/sec., 932.92 KiB/sec.
5339 2024.11.26 23:35:10.752578 [ 270 ] {826260aa-371f-440c-b070-d6e97a8d0d3c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5340 2024.11.26 23:35:10.752635 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5341 2024.11.26 23:35:10.753012 [ 270 ] {826260aa-371f-440c-b070-d6e97a8d0d3c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005436 sec., 43598.23399558499 rows/sec., 2.92 MiB/sec.
5342 2024.11.26 23:35:10.753186 [ 270 ] {826260aa-371f-440c-b070-d6e97a8d0d3c} <Debug> TCPHandler: Processed in 0.006068296 sec.
5343 2024.11.26 23:35:10.753224 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5344 2024.11.26 23:35:10.753395 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5345 2024.11.26 23:35:10.753404 [ 198 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_16_3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5346 2024.11.26 23:35:10.753589 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5347 2024.11.26 23:35:10.753629 [ 268 ] {cf9b0885-2adb-4435-8c68-2c334463f8cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5348 2024.11.26 23:35:10.753692 [ 268 ] {cf9b0885-2adb-4435-8c68-2c334463f8cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5349 2024.11.26 23:35:10.754192 [ 268 ] {cf9b0885-2adb-4435-8c68-2c334463f8cc} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5350 2024.11.26 23:35:10.754232 [ 268 ] {cf9b0885-2adb-4435-8c68-2c334463f8cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5351 2024.11.26 23:35:10.754607 [ 268 ] {cf9b0885-2adb-4435-8c68-2c334463f8cc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5352 2024.11.26 23:35:10.754854 [ 268 ] {cf9b0885-2adb-4435-8c68-2c334463f8cc} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5353 2024.11.26 23:35:10.755075 [ 268 ] {cf9b0885-2adb-4435-8c68-2c334463f8cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001502 sec., 665.7789613848201 rows/sec., 44.86 KiB/sec.
5354 2024.11.26 23:35:10.755200 [ 268 ] {cf9b0885-2adb-4435-8c68-2c334463f8cc} <Debug> TCPHandler: Processed in 0.001915308 sec.
5355 2024.11.26 23:35:10.755363 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5356 2024.11.26 23:35:10.755502 [ 270 ] {9f54477d-778b-47d3-ae4b-9f13b699a462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5357 2024.11.26 23:35:10.755563 [ 270 ] {9f54477d-778b-47d3-ae4b-9f13b699a462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5358 2024.11.26 23:35:10.756141 [ 270 ] {9f54477d-778b-47d3-ae4b-9f13b699a462} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5359 2024.11.26 23:35:10.756188 [ 270 ] {9f54477d-778b-47d3-ae4b-9f13b699a462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5360 2024.11.26 23:35:10.756563 [ 270 ] {9f54477d-778b-47d3-ae4b-9f13b699a462} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5361 2024.11.26 23:35:10.756813 [ 270 ] {9f54477d-778b-47d3-ae4b-9f13b699a462} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5362 2024.11.26 23:35:10.757036 [ 270 ] {9f54477d-778b-47d3-ae4b-9f13b699a462} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001566 sec., 52362.70753512133 rows/sec., 3.33 MiB/sec.
5363 2024.11.26 23:35:10.757087 [ 270 ] {9f54477d-778b-47d3-ae4b-9f13b699a462} <Debug> TCPHandler: Processed in 0.001790097 sec.
5364 2024.11.26 23:35:12.051160 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
5365 2024.11.26 23:35:12.051936 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5366 2024.11.26 23:35:12.051983 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5367 2024.11.26 23:35:12.052560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5368 2024.11.26 23:35:12.052816 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5369 2024.11.26 23:35:12.053031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
5370 2024.11.26 23:35:12.816628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5371 2024.11.26 23:35:12.838660 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5372 2024.11.26 23:35:12.838719 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5373 2024.11.26 23:35:12.846305 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5374 2024.11.26 23:35:12.847061 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5375 2024.11.26 23:35:12.850884 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5376 2024.11.26 23:35:14.623584 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 788
5377 2024.11.26 23:35:14.626933 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5378 2024.11.26 23:35:14.626993 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5379 2024.11.26 23:35:14.628481 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5380 2024.11.26 23:35:14.628813 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5381 2024.11.26 23:35:14.630663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 788
5382 2024.11.26 23:35:15.727894 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5383 2024.11.26 23:35:15.728090 [ 268 ] {c76b3fc1-7efc-4ef5-94d6-0fa77139eaa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5384 2024.11.26 23:35:15.728163 [ 268 ] {c76b3fc1-7efc-4ef5-94d6-0fa77139eaa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5385 2024.11.26 23:35:15.728989 [ 268 ] {c76b3fc1-7efc-4ef5-94d6-0fa77139eaa5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5386 2024.11.26 23:35:15.729035 [ 268 ] {c76b3fc1-7efc-4ef5-94d6-0fa77139eaa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5387 2024.11.26 23:35:15.729496 [ 268 ] {c76b3fc1-7efc-4ef5-94d6-0fa77139eaa5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5388 2024.11.26 23:35:15.729759 [ 268 ] {c76b3fc1-7efc-4ef5-94d6-0fa77139eaa5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5389 2024.11.26 23:35:15.729957 [ 87 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5390 2024.11.26 23:35:15.730025 [ 268 ] {c76b3fc1-7efc-4ef5-94d6-0fa77139eaa5} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001982 sec., 69626.63975782039 rows/sec., 6.01 MiB/sec.
5391 2024.11.26 23:35:15.730035 [ 87 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5392 2024.11.26 23:35:15.730108 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5393 2024.11.26 23:35:15.730164 [ 268 ] {c76b3fc1-7efc-4ef5-94d6-0fa77139eaa5} <Debug> TCPHandler: Processed in 0.002409743 sec.
5394 2024.11.26 23:35:15.730387 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
5395 2024.11.26 23:35:15.730444 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5396 2024.11.26 23:35:15.730582 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5397 2024.11.26 23:35:15.730626 [ 270 ] {d9f69b85-1122-48b9-8f6d-de12c558d49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5398 2024.11.26 23:35:15.730631 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1434 rows starting from the beginning of the part
5399 2024.11.26 23:35:15.730705 [ 270 ] {d9f69b85-1122-48b9-8f6d-de12c558d49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5400 2024.11.26 23:35:15.730839 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part
5401 2024.11.26 23:35:15.731337 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 203 rows starting from the beginning of the part
5402 2024.11.26 23:35:15.731584 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 138 rows starting from the beginning of the part
5403 2024.11.26 23:35:15.731952 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 203 rows starting from the beginning of the part
5404 2024.11.26 23:35:15.732290 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 138 rows starting from the beginning of the part
5405 2024.11.26 23:35:15.733525 [ 270 ] {d9f69b85-1122-48b9-8f6d-de12c558d49c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5406 2024.11.26 23:35:15.733571 [ 270 ] {d9f69b85-1122-48b9-8f6d-de12c558d49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5407 2024.11.26 23:35:15.734211 [ 270 ] {d9f69b85-1122-48b9-8f6d-de12c558d49c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5408 2024.11.26 23:35:15.734497 [ 270 ] {d9f69b85-1122-48b9-8f6d-de12c558d49c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5409 2024.11.26 23:35:15.734926 [ 270 ] {d9f69b85-1122-48b9-8f6d-de12c558d49c} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004355 sec., 9414.46613088404 rows/sec., 707.92 KiB/sec.
5410 2024.11.26 23:35:15.734938 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.004713664 sec., 460788.0408955751 rows/sec., 40.67 MiB/sec.
5411 2024.11.26 23:35:15.735050 [ 270 ] {d9f69b85-1122-48b9-8f6d-de12c558d49c} <Debug> TCPHandler: Processed in 0.004742004 sec.
5412 2024.11.26 23:35:15.735205 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5413 2024.11.26 23:35:15.735284 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5414 2024.11.26 23:35:15.735430 [ 268 ] {4c386cb4-f88c-4268-a659-2bd95d61e7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5415 2024.11.26 23:35:15.735511 [ 268 ] {4c386cb4-f88c-4268-a659-2bd95d61e7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5416 2024.11.26 23:35:15.736009 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5417 2024.11.26 23:35:15.736258 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_41_8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5418 2024.11.26 23:35:15.736386 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
5419 2024.11.26 23:35:15.736686 [ 268 ] {4c386cb4-f88c-4268-a659-2bd95d61e7e9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5420 2024.11.26 23:35:15.736733 [ 268 ] {4c386cb4-f88c-4268-a659-2bd95d61e7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5421 2024.11.26 23:35:15.737126 [ 268 ] {4c386cb4-f88c-4268-a659-2bd95d61e7e9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5422 2024.11.26 23:35:15.737396 [ 268 ] {4c386cb4-f88c-4268-a659-2bd95d61e7e9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5423 2024.11.26 23:35:15.737566 [ 87 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5424 2024.11.26 23:35:15.737629 [ 87 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5425 2024.11.26 23:35:15.737650 [ 268 ] {4c386cb4-f88c-4268-a659-2bd95d61e7e9} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.002305 sec., 45553.14533622559 rows/sec., 3.56 MiB/sec.
5426 2024.11.26 23:35:15.737673 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5427 2024.11.26 23:35:15.737832 [ 268 ] {4c386cb4-f88c-4268-a659-2bd95d61e7e9} <Debug> TCPHandler: Processed in 0.002684585 sec.
5428 2024.11.26 23:35:15.737934 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
5429 2024.11.26 23:35:15.738012 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5430 2024.11.26 23:35:15.738074 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5431 2024.11.26 23:35:15.738117 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part
5432 2024.11.26 23:35:15.738160 [ 270 ] {e3130622-2739-4470-a9cb-def89b37741e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5433 2024.11.26 23:35:15.738292 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part
5434 2024.11.26 23:35:15.738330 [ 270 ] {e3130622-2739-4470-a9cb-def89b37741e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5435 2024.11.26 23:35:15.738630 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 382 rows starting from the beginning of the part
5436 2024.11.26 23:35:15.738968 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 105 rows starting from the beginning of the part
5437 2024.11.26 23:35:15.739375 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 382 rows starting from the beginning of the part
5438 2024.11.26 23:35:15.739841 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 105 rows starting from the beginning of the part
5439 2024.11.26 23:35:15.741025 [ 270 ] {e3130622-2739-4470-a9cb-def89b37741e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5440 2024.11.26 23:35:15.741079 [ 270 ] {e3130622-2739-4470-a9cb-def89b37741e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5441 2024.11.26 23:35:15.741720 [ 270 ] {e3130622-2739-4470-a9cb-def89b37741e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5442 2024.11.26 23:35:15.741962 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.004145169 sec., 471150.8746688012 rows/sec., 36.06 MiB/sec.
5443 2024.11.26 23:35:15.742108 [ 270 ] {e3130622-2739-4470-a9cb-def89b37741e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5444 2024.11.26 23:35:15.742304 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5445 2024.11.26 23:35:15.742370 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5446 2024.11.26 23:35:15.742449 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5447 2024.11.26 23:35:15.742520 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5448 2024.11.26 23:35:15.742665 [ 270 ] {e3130622-2739-4470-a9cb-def89b37741e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004511 sec., 35468.85391265794 rows/sec., 2.47 MiB/sec.
5449 2024.11.26 23:35:15.742983 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
5450 2024.11.26 23:35:15.743004 [ 270 ] {e3130622-2739-4470-a9cb-def89b37741e} <Debug> TCPHandler: Processed in 0.005054647 sec.
5451 2024.11.26 23:35:15.743275 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5452 2024.11.26 23:35:15.743361 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5453 2024.11.26 23:35:15.743401 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5454 2024.11.26 23:35:15.743454 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11678 rows starting from the beginning of the part
5455 2024.11.26 23:35:15.743590 [ 268 ] {2eff3d87-db31-4a30-8c14-b7b90650dee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5456 2024.11.26 23:35:15.743884 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part
5457 2024.11.26 23:35:15.743872 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_41_8} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5458 2024.11.26 23:35:15.744051 [ 268 ] {2eff3d87-db31-4a30-8c14-b7b90650dee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5459 2024.11.26 23:35:15.744386 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part
5460 2024.11.26 23:35:15.744539 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
5461 2024.11.26 23:35:15.744918 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
5462 2024.11.26 23:35:15.745208 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
5463 2024.11.26 23:35:15.745575 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
5464 2024.11.26 23:35:15.747735 [ 268 ] {2eff3d87-db31-4a30-8c14-b7b90650dee1} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5465 2024.11.26 23:35:15.747785 [ 268 ] {2eff3d87-db31-4a30-8c14-b7b90650dee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5466 2024.11.26 23:35:15.749065 [ 268 ] {2eff3d87-db31-4a30-8c14-b7b90650dee1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5467 2024.11.26 23:35:15.749362 [ 268 ] {2eff3d87-db31-4a30-8c14-b7b90650dee1} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5468 2024.11.26 23:35:15.749640 [ 268 ] {2eff3d87-db31-4a30-8c14-b7b90650dee1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.006161 sec., 6654.763837039442 rows/sec., 11.93 MiB/sec.
5469 2024.11.26 23:35:15.749782 [ 268 ] {2eff3d87-db31-4a30-8c14-b7b90650dee1} <Debug> TCPHandler: Processed in 0.006628681 sec.
5470 2024.11.26 23:35:15.749946 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5471 2024.11.26 23:35:15.750093 [ 270 ] {c8d826a5-80d8-479c-96dd-81b790d0a035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5472 2024.11.26 23:35:15.750162 [ 270 ] {c8d826a5-80d8-479c-96dd-81b790d0a035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5473 2024.11.26 23:35:15.750870 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12536 rows, containing 5 columns (5 merged, 0 gathered) in 0.008215497 sec., 1525896.729071899 rows/sec., 103.06 MiB/sec.
5474 2024.11.26 23:35:15.751273 [ 270 ] {c8d826a5-80d8-479c-96dd-81b790d0a035} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5475 2024.11.26 23:35:15.751292 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5476 2024.11.26 23:35:15.751334 [ 270 ] {c8d826a5-80d8-479c-96dd-81b790d0a035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5477 2024.11.26 23:35:15.751896 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5478 2024.11.26 23:35:15.752088 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5479 2024.11.26 23:35:15.752148 [ 270 ] {c8d826a5-80d8-479c-96dd-81b790d0a035} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5480 2024.11.26 23:35:15.752240 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB.
5481 2024.11.26 23:35:15.752486 [ 270 ] {c8d826a5-80d8-479c-96dd-81b790d0a035} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5482 2024.11.26 23:35:15.752678 [ 87 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5483 2024.11.26 23:35:15.752753 [ 87 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5484 2024.11.26 23:35:15.752764 [ 270 ] {c8d826a5-80d8-479c-96dd-81b790d0a035} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002694 sec., 22271.714922048996 rows/sec., 1.50 MiB/sec.
5485 2024.11.26 23:35:15.752796 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
5486 2024.11.26 23:35:15.752934 [ 270 ] {c8d826a5-80d8-479c-96dd-81b790d0a035} <Debug> TCPHandler: Processed in 0.003043729 sec.
5487 2024.11.26 23:35:15.753070 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
5488 2024.11.26 23:35:15.753190 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5489 2024.11.26 23:35:15.753218 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2144 rows starting from the beginning of the part
5490 2024.11.26 23:35:15.753297 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part
5491 2024.11.26 23:35:15.753506 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
5492 2024.11.26 23:35:15.753709 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
5493 2024.11.26 23:35:15.753822 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
5494 2024.11.26 23:35:15.754034 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
5495 2024.11.26 23:35:15.755375 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2452 rows, containing 4 columns (4 merged, 0 gathered) in 0.002427983 sec., 1009891.7496539309 rows/sec., 65.96 MiB/sec.
5496 2024.11.26 23:35:15.755605 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5497 2024.11.26 23:35:15.755906 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_41_8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5498 2024.11.26 23:35:15.755988 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_41_8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5499 2024.11.26 23:35:15.756073 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.
5500 2024.11.26 23:35:19.456097 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
5501 2024.11.26 23:35:19.456230 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
5502 2024.11.26 23:35:19.553370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
5503 2024.11.26 23:35:19.554297 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5504 2024.11.26 23:35:19.554364 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5505 2024.11.26 23:35:19.555121 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5506 2024.11.26 23:35:19.555509 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5507 2024.11.26 23:35:19.555855 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5508 2024.11.26 23:35:19.555871 [ 83 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5509 2024.11.26 23:35:19.555985 [ 83 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5510 2024.11.26 23:35:19.556023 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5511 2024.11.26 23:35:19.556213 [ 195 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
5512 2024.11.26 23:35:19.556425 [ 195 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5513 2024.11.26 23:35:19.556497 [ 195 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
5514 2024.11.26 23:35:19.556641 [ 195 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
5515 2024.11.26 23:35:19.556777 [ 195 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
5516 2024.11.26 23:35:19.557063 [ 195 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
5517 2024.11.26 23:35:19.557241 [ 195 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
5518 2024.11.26 23:35:19.557426 [ 195 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
5519 2024.11.26 23:35:19.563984 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.007857584 sec., 1521587.297062303 rows/sec., 21.77 MiB/sec.
5520 2024.11.26 23:35:19.564639 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5521 2024.11.26 23:35:19.565137 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5522 2024.11.26 23:35:19.565269 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_26_5} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5523 2024.11.26 23:35:19.565440 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5524 2024.11.26 23:35:20.351109 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5525 2024.11.26 23:35:20.373320 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5526 2024.11.26 23:35:20.373390 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5527 2024.11.26 23:35:20.381197 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5528 2024.11.26 23:35:20.382008 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5529 2024.11.26 23:35:20.382383 [ 83 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5530 2024.11.26 23:35:20.382467 [ 83 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5531 2024.11.26 23:35:20.382519 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5532 2024.11.26 23:35:20.382803 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
5533 2024.11.26 23:35:20.391817 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5534 2024.11.26 23:35:20.392948 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5535 2024.11.26 23:35:20.393896 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
5536 2024.11.26 23:35:20.398585 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
5537 2024.11.26 23:35:20.403266 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
5538 2024.11.26 23:35:20.408322 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
5539 2024.11.26 23:35:20.413795 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
5540 2024.11.26 23:35:20.418436 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
5541 2024.11.26 23:35:20.476780 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.094163669 sec., 2081.4821903339384 rows/sec., 10.76 MiB/sec.
5542 2024.11.26 23:35:20.479569 [ 192 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5543 2024.11.26 23:35:20.482667 [ 192 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_26_5} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5544 2024.11.26 23:35:20.482804 [ 192 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_26_5} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5545 2024.11.26 23:35:20.485316 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5546 2024.11.26 23:35:20.730360 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5547 2024.11.26 23:35:20.730568 [ 268 ] {2953dafe-77ca-4c77-8bf1-83838ce2d96a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5548 2024.11.26 23:35:20.730651 [ 268 ] {2953dafe-77ca-4c77-8bf1-83838ce2d96a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5549 2024.11.26 23:35:20.731444 [ 268 ] {2953dafe-77ca-4c77-8bf1-83838ce2d96a} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5550 2024.11.26 23:35:20.731492 [ 268 ] {2953dafe-77ca-4c77-8bf1-83838ce2d96a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5551 2024.11.26 23:35:20.731942 [ 268 ] {2953dafe-77ca-4c77-8bf1-83838ce2d96a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5552 2024.11.26 23:35:20.732204 [ 268 ] {2953dafe-77ca-4c77-8bf1-83838ce2d96a} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5553 2024.11.26 23:35:20.732411 [ 82 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5554 2024.11.26 23:35:20.732489 [ 268 ] {2953dafe-77ca-4c77-8bf1-83838ce2d96a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec.
5555 2024.11.26 23:35:20.732515 [ 82 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5556 2024.11.26 23:35:20.732589 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5557 2024.11.26 23:35:20.732631 [ 268 ] {2953dafe-77ca-4c77-8bf1-83838ce2d96a} <Debug> TCPHandler: Processed in 0.002407182 sec.
5558 2024.11.26 23:35:20.732820 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
5559 2024.11.26 23:35:20.732954 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5560 2024.11.26 23:35:20.733023 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5561 2024.11.26 23:35:20.733086 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
5562 2024.11.26 23:35:20.733303 [ 270 ] {51ce42fb-88af-49d5-828c-f66b94a9d265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5563 2024.11.26 23:35:20.733334 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
5564 2024.11.26 23:35:20.733499 [ 270 ] {51ce42fb-88af-49d5-828c-f66b94a9d265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5565 2024.11.26 23:35:20.733597 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
5566 2024.11.26 23:35:20.733988 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
5567 2024.11.26 23:35:20.734408 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
5568 2024.11.26 23:35:20.736503 [ 270 ] {51ce42fb-88af-49d5-828c-f66b94a9d265} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5569 2024.11.26 23:35:20.736581 [ 270 ] {51ce42fb-88af-49d5-828c-f66b94a9d265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5570 2024.11.26 23:35:20.737037 [ 189 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00434842 sec., 16097.801040377883 rows/sec., 1.19 MiB/sec.
5571 2024.11.26 23:35:20.737322 [ 189 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5572 2024.11.26 23:35:20.737676 [ 270 ] {51ce42fb-88af-49d5-828c-f66b94a9d265} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5573 2024.11.26 23:35:20.737971 [ 189 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_17_4} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5574 2024.11.26 23:35:20.738155 [ 189 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_17_4} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5575 2024.11.26 23:35:20.738173 [ 270 ] {51ce42fb-88af-49d5-828c-f66b94a9d265} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5576 2024.11.26 23:35:20.738323 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5577 2024.11.26 23:35:20.738531 [ 270 ] {51ce42fb-88af-49d5-828c-f66b94a9d265} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00539 sec., 37662.33766233766 rows/sec., 3.26 MiB/sec.
5578 2024.11.26 23:35:20.738610 [ 270 ] {51ce42fb-88af-49d5-828c-f66b94a9d265} <Debug> TCPHandler: Processed in 0.005831394 sec.
5579 2024.11.26 23:35:20.738804 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5580 2024.11.26 23:35:20.738961 [ 268 ] {5c22382c-9b2f-4b13-98a8-7a8b031c39e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5581 2024.11.26 23:35:20.739025 [ 268 ] {5c22382c-9b2f-4b13-98a8-7a8b031c39e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5582 2024.11.26 23:35:20.739734 [ 268 ] {5c22382c-9b2f-4b13-98a8-7a8b031c39e2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5583 2024.11.26 23:35:20.739777 [ 268 ] {5c22382c-9b2f-4b13-98a8-7a8b031c39e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5584 2024.11.26 23:35:20.740160 [ 268 ] {5c22382c-9b2f-4b13-98a8-7a8b031c39e2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5585 2024.11.26 23:35:20.740417 [ 268 ] {5c22382c-9b2f-4b13-98a8-7a8b031c39e2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5586 2024.11.26 23:35:20.740664 [ 268 ] {5c22382c-9b2f-4b13-98a8-7a8b031c39e2} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001739 sec., 4025.3018976423227 rows/sec., 262.25 KiB/sec.
5587 2024.11.26 23:35:20.740785 [ 268 ] {5c22382c-9b2f-4b13-98a8-7a8b031c39e2} <Debug> TCPHandler: Processed in 0.002050509 sec.
5588 2024.11.26 23:35:20.741023 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5589 2024.11.26 23:35:20.741252 [ 270 ] {076c7928-f225-4f70-9374-d41669c3c867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5590 2024.11.26 23:35:20.741348 [ 270 ] {076c7928-f225-4f70-9374-d41669c3c867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5591 2024.11.26 23:35:20.742118 [ 270 ] {076c7928-f225-4f70-9374-d41669c3c867} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5592 2024.11.26 23:35:20.742160 [ 270 ] {076c7928-f225-4f70-9374-d41669c3c867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5593 2024.11.26 23:35:20.742531 [ 270 ] {076c7928-f225-4f70-9374-d41669c3c867} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5594 2024.11.26 23:35:20.742776 [ 270 ] {076c7928-f225-4f70-9374-d41669c3c867} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5595 2024.11.26 23:35:20.743003 [ 270 ] {076c7928-f225-4f70-9374-d41669c3c867} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001809 sec., 7739.0823659480375 rows/sec., 541.99 KiB/sec.
5596 2024.11.26 23:35:20.743060 [ 270 ] {076c7928-f225-4f70-9374-d41669c3c867} <Debug> TCPHandler: Processed in 0.00216941 sec.
5597 2024.11.26 23:35:20.743223 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5598 2024.11.26 23:35:20.743362 [ 268 ] {76b5f593-3ee6-401f-a5ff-29b26480a447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5599 2024.11.26 23:35:20.743421 [ 268 ] {76b5f593-3ee6-401f-a5ff-29b26480a447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5600 2024.11.26 23:35:20.744048 [ 268 ] {76b5f593-3ee6-401f-a5ff-29b26480a447} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5601 2024.11.26 23:35:20.744089 [ 268 ] {76b5f593-3ee6-401f-a5ff-29b26480a447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5602 2024.11.26 23:35:20.744460 [ 268 ] {76b5f593-3ee6-401f-a5ff-29b26480a447} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5603 2024.11.26 23:35:20.744716 [ 268 ] {76b5f593-3ee6-401f-a5ff-29b26480a447} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5604 2024.11.26 23:35:20.744891 [ 82 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5605 2024.11.26 23:35:20.744968 [ 82 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5606 2024.11.26 23:35:20.744974 [ 268 ] {76b5f593-3ee6-401f-a5ff-29b26480a447} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001633 sec., 7960.808328230251 rows/sec., 496.35 KiB/sec.
5607 2024.11.26 23:35:20.745012 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5608 2024.11.26 23:35:20.745122 [ 268 ] {76b5f593-3ee6-401f-a5ff-29b26480a447} <Debug> TCPHandler: Processed in 0.001964488 sec.
5609 2024.11.26 23:35:20.745394 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5610 2024.11.26 23:35:20.745452 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
5611 2024.11.26 23:35:20.745583 [ 270 ] {14fddbc2-6214-414e-bda6-12fb8310f8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5612 2024.11.26 23:35:20.745628 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5613 2024.11.26 23:35:20.745640 [ 270 ] {14fddbc2-6214-414e-bda6-12fb8310f8f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5614 2024.11.26 23:35:20.745675 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
5615 2024.11.26 23:35:20.745886 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
5616 2024.11.26 23:35:20.746263 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
5617 2024.11.26 23:35:20.746696 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
5618 2024.11.26 23:35:20.747113 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
5619 2024.11.26 23:35:20.748305 [ 270 ] {14fddbc2-6214-414e-bda6-12fb8310f8f6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5620 2024.11.26 23:35:20.748353 [ 270 ] {14fddbc2-6214-414e-bda6-12fb8310f8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5621 2024.11.26 23:35:20.748728 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003584744 sec., 18132.396623022454 rows/sec., 1.17 MiB/sec.
5622 2024.11.26 23:35:20.748886 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5623 2024.11.26 23:35:20.748913 [ 270 ] {14fddbc2-6214-414e-bda6-12fb8310f8f6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5624 2024.11.26 23:35:20.749217 [ 270 ] {14fddbc2-6214-414e-bda6-12fb8310f8f6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5625 2024.11.26 23:35:20.749280 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_17_4} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5626 2024.11.26 23:35:20.749487 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_17_4} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5627 2024.11.26 23:35:20.749527 [ 270 ] {14fddbc2-6214-414e-bda6-12fb8310f8f6} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00398 sec., 95979.89949748744 rows/sec., 6.79 MiB/sec.
5628 2024.11.26 23:35:20.749597 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5629 2024.11.26 23:35:20.749634 [ 270 ] {14fddbc2-6214-414e-bda6-12fb8310f8f6} <Debug> TCPHandler: Processed in 0.004392761 sec.
5630 2024.11.26 23:35:20.749800 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5631 2024.11.26 23:35:20.749950 [ 268 ] {7e5ebe88-e755-4ee8-acaa-0433084d4260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5632 2024.11.26 23:35:20.750015 [ 268 ] {7e5ebe88-e755-4ee8-acaa-0433084d4260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5633 2024.11.26 23:35:20.750601 [ 268 ] {7e5ebe88-e755-4ee8-acaa-0433084d4260} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5634 2024.11.26 23:35:20.750649 [ 268 ] {7e5ebe88-e755-4ee8-acaa-0433084d4260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5635 2024.11.26 23:35:20.751042 [ 268 ] {7e5ebe88-e755-4ee8-acaa-0433084d4260} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5636 2024.11.26 23:35:20.751293 [ 268 ] {7e5ebe88-e755-4ee8-acaa-0433084d4260} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2024.11.26 23:35:20.751545 [ 268 ] {7e5ebe88-e755-4ee8-acaa-0433084d4260} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001625 sec., 3692.3076923076924 rows/sec., 192.91 KiB/sec.
5638 2024.11.26 23:35:20.751639 [ 268 ] {7e5ebe88-e755-4ee8-acaa-0433084d4260} <Debug> TCPHandler: Processed in 0.001906368 sec.
5639 2024.11.26 23:35:20.751850 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5640 2024.11.26 23:35:20.752075 [ 270 ] {b23b7ad3-da1d-47c7-89c5-ab065d8c0d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5641 2024.11.26 23:35:20.752175 [ 270 ] {b23b7ad3-da1d-47c7-89c5-ab065d8c0d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5642 2024.11.26 23:35:20.752986 [ 270 ] {b23b7ad3-da1d-47c7-89c5-ab065d8c0d03} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5643 2024.11.26 23:35:20.753027 [ 270 ] {b23b7ad3-da1d-47c7-89c5-ab065d8c0d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5644 2024.11.26 23:35:20.753429 [ 270 ] {b23b7ad3-da1d-47c7-89c5-ab065d8c0d03} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5645 2024.11.26 23:35:20.753677 [ 270 ] {b23b7ad3-da1d-47c7-89c5-ab065d8c0d03} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5646 2024.11.26 23:35:20.753888 [ 270 ] {b23b7ad3-da1d-47c7-89c5-ab065d8c0d03} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001869 sec., 126805.77849117175 rows/sec., 8.50 MiB/sec.
5647 2024.11.26 23:35:20.753945 [ 270 ] {b23b7ad3-da1d-47c7-89c5-ab065d8c0d03} <Debug> TCPHandler: Processed in 0.00221003 sec.
5648 2024.11.26 23:35:20.754108 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5649 2024.11.26 23:35:20.754249 [ 268 ] {657b48aa-abb3-44fc-a18e-9c5f261d8aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5650 2024.11.26 23:35:20.754311 [ 268 ] {657b48aa-abb3-44fc-a18e-9c5f261d8aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5651 2024.11.26 23:35:20.754833 [ 268 ] {657b48aa-abb3-44fc-a18e-9c5f261d8aff} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5652 2024.11.26 23:35:20.754872 [ 268 ] {657b48aa-abb3-44fc-a18e-9c5f261d8aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5653 2024.11.26 23:35:20.755241 [ 268 ] {657b48aa-abb3-44fc-a18e-9c5f261d8aff} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5654 2024.11.26 23:35:20.755496 [ 268 ] {657b48aa-abb3-44fc-a18e-9c5f261d8aff} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5655 2024.11.26 23:35:20.755714 [ 268 ] {657b48aa-abb3-44fc-a18e-9c5f261d8aff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec.
5656 2024.11.26 23:35:20.755767 [ 268 ] {657b48aa-abb3-44fc-a18e-9c5f261d8aff} <Debug> TCPHandler: Processed in 0.001728896 sec.
5657 2024.11.26 23:35:20.755989 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5658 2024.11.26 23:35:20.756216 [ 270 ] {4948a46f-67ec-4fd7-bfcc-9003ab8d6666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5659 2024.11.26 23:35:20.756310 [ 270 ] {4948a46f-67ec-4fd7-bfcc-9003ab8d6666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5660 2024.11.26 23:35:20.756982 [ 270 ] {4948a46f-67ec-4fd7-bfcc-9003ab8d6666} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5661 2024.11.26 23:35:20.757021 [ 270 ] {4948a46f-67ec-4fd7-bfcc-9003ab8d6666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5662 2024.11.26 23:35:20.757397 [ 270 ] {4948a46f-67ec-4fd7-bfcc-9003ab8d6666} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5663 2024.11.26 23:35:20.757636 [ 270 ] {4948a46f-67ec-4fd7-bfcc-9003ab8d6666} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5664 2024.11.26 23:35:20.757847 [ 270 ] {4948a46f-67ec-4fd7-bfcc-9003ab8d6666} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001687 sec., 48606.99466508596 rows/sec., 3.09 MiB/sec.
5665 2024.11.26 23:35:20.757899 [ 270 ] {4948a46f-67ec-4fd7-bfcc-9003ab8d6666} <Debug> TCPHandler: Processed in 0.002042169 sec.
5666 2024.11.26 23:35:23.148997 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5667 2024.11.26 23:35:23.149330 [ 268 ] {d68aabec-5766-49c5-b229-8d2382c4369a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5668 2024.11.26 23:35:23.149448 [ 268 ] {d68aabec-5766-49c5-b229-8d2382c4369a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5669 2024.11.26 23:35:23.150340 [ 268 ] {d68aabec-5766-49c5-b229-8d2382c4369a} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5670 2024.11.26 23:35:23.150385 [ 268 ] {d68aabec-5766-49c5-b229-8d2382c4369a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5671 2024.11.26 23:35:23.150818 [ 268 ] {d68aabec-5766-49c5-b229-8d2382c4369a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5672 2024.11.26 23:35:23.151084 [ 268 ] {d68aabec-5766-49c5-b229-8d2382c4369a} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5673 2024.11.26 23:35:23.151364 [ 268 ] {d68aabec-5766-49c5-b229-8d2382c4369a} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002114 sec., 6622.516556291391 rows/sec., 540.02 KiB/sec.
5674 2024.11.26 23:35:23.151533 [ 268 ] {d68aabec-5766-49c5-b229-8d2382c4369a} <Debug> TCPHandler: Processed in 0.002720865 sec.
5675 2024.11.26 23:35:23.151846 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5676 2024.11.26 23:35:23.152056 [ 270 ] {15e1fd0c-eca7-48b8-814e-f8cca4de3765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5677 2024.11.26 23:35:23.152137 [ 270 ] {15e1fd0c-eca7-48b8-814e-f8cca4de3765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5678 2024.11.26 23:35:23.153454 [ 270 ] {15e1fd0c-eca7-48b8-814e-f8cca4de3765} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5679 2024.11.26 23:35:23.153499 [ 270 ] {15e1fd0c-eca7-48b8-814e-f8cca4de3765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5680 2024.11.26 23:35:23.154006 [ 270 ] {15e1fd0c-eca7-48b8-814e-f8cca4de3765} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5681 2024.11.26 23:35:23.154276 [ 270 ] {15e1fd0c-eca7-48b8-814e-f8cca4de3765} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5682 2024.11.26 23:35:23.154528 [ 270 ] {15e1fd0c-eca7-48b8-814e-f8cca4de3765} <Debug> executeQuery: Read 1285 rows, 109.28 KiB in 0.00253 sec., 507905.1383399209 rows/sec., 42.18 MiB/sec.
5683 2024.11.26 23:35:23.154587 [ 270 ] {15e1fd0c-eca7-48b8-814e-f8cca4de3765} <Debug> TCPHandler: Processed in 0.002916427 sec.
5684 2024.11.26 23:35:23.154740 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5685 2024.11.26 23:35:23.154881 [ 268 ] {e2b162ca-f54d-43f4-811e-ef48babe0e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5686 2024.11.26 23:35:23.154940 [ 268 ] {e2b162ca-f54d-43f4-811e-ef48babe0e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5687 2024.11.26 23:35:23.155671 [ 268 ] {e2b162ca-f54d-43f4-811e-ef48babe0e19} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5688 2024.11.26 23:35:23.155720 [ 268 ] {e2b162ca-f54d-43f4-811e-ef48babe0e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5689 2024.11.26 23:35:23.156121 [ 268 ] {e2b162ca-f54d-43f4-811e-ef48babe0e19} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5690 2024.11.26 23:35:23.156374 [ 268 ] {e2b162ca-f54d-43f4-811e-ef48babe0e19} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5691 2024.11.26 23:35:23.156543 [ 91 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5692 2024.11.26 23:35:23.156604 [ 268 ] {e2b162ca-f54d-43f4-811e-ef48babe0e19} <Debug> executeQuery: Read 55 rows, 4.06 KiB in 0.001752 sec., 31392.694063926938 rows/sec., 2.26 MiB/sec.
5693 2024.11.26 23:35:23.156622 [ 91 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5694 2024.11.26 23:35:23.156685 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5695 2024.11.26 23:35:23.156736 [ 268 ] {e2b162ca-f54d-43f4-811e-ef48babe0e19} <Debug> TCPHandler: Processed in 0.002060619 sec.
5696 2024.11.26 23:35:23.156900 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
5697 2024.11.26 23:35:23.156920 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5698 2024.11.26 23:35:23.157153 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5699 2024.11.26 23:35:23.157163 [ 270 ] {8bb5e22c-043a-45cf-a641-8d6e37245f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5700 2024.11.26 23:35:23.157215 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 66 rows starting from the beginning of the part
5701 2024.11.26 23:35:23.157265 [ 270 ] {8bb5e22c-043a-45cf-a641-8d6e37245f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5702 2024.11.26 23:35:23.157553 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part
5703 2024.11.26 23:35:23.157973 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
5704 2024.11.26 23:35:23.158312 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part
5705 2024.11.26 23:35:23.158784 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
5706 2024.11.26 23:35:23.159131 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 55 rows starting from the beginning of the part
5707 2024.11.26 23:35:23.160543 [ 270 ] {8bb5e22c-043a-45cf-a641-8d6e37245f51} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5708 2024.11.26 23:35:23.160621 [ 270 ] {8bb5e22c-043a-45cf-a641-8d6e37245f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5709 2024.11.26 23:35:23.161732 [ 270 ] {8bb5e22c-043a-45cf-a641-8d6e37245f51} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5710 2024.11.26 23:35:23.161916 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 217 rows, containing 5 columns (5 merged, 0 gathered) in 0.005126428 sec., 42329.668923468744 rows/sec., 3.20 MiB/sec.
5711 2024.11.26 23:35:23.162196 [ 270 ] {8bb5e22c-043a-45cf-a641-8d6e37245f51} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5712 2024.11.26 23:35:23.162209 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5713 2024.11.26 23:35:23.162633 [ 270 ] {8bb5e22c-043a-45cf-a641-8d6e37245f51} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005547 sec., 41103.299080584104 rows/sec., 2.78 MiB/sec.
5714 2024.11.26 23:35:23.162777 [ 270 ] {8bb5e22c-043a-45cf-a641-8d6e37245f51} <Debug> TCPHandler: Processed in 0.005940905 sec.
5715 2024.11.26 23:35:23.162935 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_36_7} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5716 2024.11.26 23:35:23.162995 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5717 2024.11.26 23:35:23.163081 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_36_7} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5718 2024.11.26 23:35:23.163182 [ 268 ] {45126e53-8420-44de-bf78-3aef48d42dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5719 2024.11.26 23:35:23.163260 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5720 2024.11.26 23:35:23.163280 [ 268 ] {45126e53-8420-44de-bf78-3aef48d42dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5721 2024.11.26 23:35:23.164134 [ 268 ] {45126e53-8420-44de-bf78-3aef48d42dd2} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5722 2024.11.26 23:35:23.164175 [ 268 ] {45126e53-8420-44de-bf78-3aef48d42dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5723 2024.11.26 23:35:23.164582 [ 268 ] {45126e53-8420-44de-bf78-3aef48d42dd2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5724 2024.11.26 23:35:23.164831 [ 268 ] {45126e53-8420-44de-bf78-3aef48d42dd2} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5725 2024.11.26 23:35:23.165076 [ 268 ] {45126e53-8420-44de-bf78-3aef48d42dd2} <Debug> executeQuery: Read 575 rows, 43.83 KiB in 0.001939 sec., 296544.610624033 rows/sec., 22.07 MiB/sec.
5726 2024.11.26 23:35:23.165170 [ 268 ] {45126e53-8420-44de-bf78-3aef48d42dd2} <Debug> TCPHandler: Processed in 0.002274972 sec.
5727 2024.11.26 23:35:23.165404 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5728 2024.11.26 23:35:23.165678 [ 270 ] {228ef98c-e8ea-4022-9182-7087b188d25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5729 2024.11.26 23:35:23.165745 [ 270 ] {228ef98c-e8ea-4022-9182-7087b188d25a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5730 2024.11.26 23:35:23.166512 [ 270 ] {228ef98c-e8ea-4022-9182-7087b188d25a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5731 2024.11.26 23:35:23.166552 [ 270 ] {228ef98c-e8ea-4022-9182-7087b188d25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5732 2024.11.26 23:35:23.167008 [ 270 ] {228ef98c-e8ea-4022-9182-7087b188d25a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5733 2024.11.26 23:35:23.167245 [ 270 ] {228ef98c-e8ea-4022-9182-7087b188d25a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5734 2024.11.26 23:35:23.167462 [ 270 ] {228ef98c-e8ea-4022-9182-7087b188d25a} <Debug> executeQuery: Read 929 rows, 63.75 KiB in 0.001858 sec., 500000 rows/sec., 33.51 MiB/sec.
5735 2024.11.26 23:35:23.167517 [ 270 ] {228ef98c-e8ea-4022-9182-7087b188d25a} <Debug> TCPHandler: Processed in 0.002266241 sec.
5736 2024.11.26 23:35:23.167679 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5737 2024.11.26 23:35:23.167813 [ 268 ] {7839a0d8-1052-49a5-9d0a-f0a62f663384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5738 2024.11.26 23:35:23.167897 [ 268 ] {7839a0d8-1052-49a5-9d0a-f0a62f663384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5739 2024.11.26 23:35:23.169103 [ 268 ] {7839a0d8-1052-49a5-9d0a-f0a62f663384} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5740 2024.11.26 23:35:23.169144 [ 268 ] {7839a0d8-1052-49a5-9d0a-f0a62f663384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5741 2024.11.26 23:35:23.169841 [ 268 ] {7839a0d8-1052-49a5-9d0a-f0a62f663384} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5742 2024.11.26 23:35:23.170107 [ 268 ] {7839a0d8-1052-49a5-9d0a-f0a62f663384} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5743 2024.11.26 23:35:23.170443 [ 268 ] {7839a0d8-1052-49a5-9d0a-f0a62f663384} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002635 sec., 15559.772296015179 rows/sec., 27.88 MiB/sec.
5744 2024.11.26 23:35:23.170660 [ 268 ] {7839a0d8-1052-49a5-9d0a-f0a62f663384} <Debug> TCPHandler: Processed in 0.003050699 sec.
5745 2024.11.26 23:35:23.170814 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5746 2024.11.26 23:35:23.170952 [ 270 ] {f874a343-0b47-4f40-8434-2a01c06abcba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5747 2024.11.26 23:35:23.171014 [ 270 ] {f874a343-0b47-4f40-8434-2a01c06abcba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5748 2024.11.26 23:35:23.171589 [ 270 ] {f874a343-0b47-4f40-8434-2a01c06abcba} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5749 2024.11.26 23:35:23.171636 [ 270 ] {f874a343-0b47-4f40-8434-2a01c06abcba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5750 2024.11.26 23:35:23.172031 [ 270 ] {f874a343-0b47-4f40-8434-2a01c06abcba} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5751 2024.11.26 23:35:23.172285 [ 270 ] {f874a343-0b47-4f40-8434-2a01c06abcba} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5752 2024.11.26 23:35:23.172497 [ 270 ] {f874a343-0b47-4f40-8434-2a01c06abcba} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001576 sec., 19035.53299492386 rows/sec., 1.28 MiB/sec.
5753 2024.11.26 23:35:23.172548 [ 270 ] {f874a343-0b47-4f40-8434-2a01c06abcba} <Debug> TCPHandler: Processed in 0.001800407 sec.
5754 2024.11.26 23:35:24.631115 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 836
5755 2024.11.26 23:35:24.634473 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5756 2024.11.26 23:35:24.634521 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5757 2024.11.26 23:35:24.636013 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5758 2024.11.26 23:35:24.636324 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5759 2024.11.26 23:35:24.637096 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 836
5760 2024.11.26 23:35:25.722675 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5761 2024.11.26 23:35:25.722963 [ 268 ] {11c394c3-9be5-44b0-9139-de0094b7cbc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5762 2024.11.26 23:35:25.723037 [ 268 ] {11c394c3-9be5-44b0-9139-de0094b7cbc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5763 2024.11.26 23:35:25.723815 [ 268 ] {11c394c3-9be5-44b0-9139-de0094b7cbc5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5764 2024.11.26 23:35:25.723866 [ 268 ] {11c394c3-9be5-44b0-9139-de0094b7cbc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5765 2024.11.26 23:35:25.724338 [ 268 ] {11c394c3-9be5-44b0-9139-de0094b7cbc5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5766 2024.11.26 23:35:25.724610 [ 268 ] {11c394c3-9be5-44b0-9139-de0094b7cbc5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5767 2024.11.26 23:35:25.724853 [ 268 ] {11c394c3-9be5-44b0-9139-de0094b7cbc5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.20 MiB/sec.
5768 2024.11.26 23:35:25.724912 [ 268 ] {11c394c3-9be5-44b0-9139-de0094b7cbc5} <Debug> TCPHandler: Processed in 0.002429503 sec.
5769 2024.11.26 23:35:25.725223 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5770 2024.11.26 23:35:25.725537 [ 270 ] {6119add7-ac27-4c23-9915-57144e0ba592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5771 2024.11.26 23:35:25.725658 [ 270 ] {6119add7-ac27-4c23-9915-57144e0ba592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5772 2024.11.26 23:35:25.726540 [ 270 ] {6119add7-ac27-4c23-9915-57144e0ba592} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5773 2024.11.26 23:35:25.726592 [ 270 ] {6119add7-ac27-4c23-9915-57144e0ba592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5774 2024.11.26 23:35:25.727027 [ 270 ] {6119add7-ac27-4c23-9915-57144e0ba592} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5775 2024.11.26 23:35:25.727286 [ 270 ] {6119add7-ac27-4c23-9915-57144e0ba592} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5776 2024.11.26 23:35:25.727534 [ 270 ] {6119add7-ac27-4c23-9915-57144e0ba592} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002083 sec., 30724.915986557848 rows/sec., 2.40 MiB/sec.
5777 2024.11.26 23:35:25.727643 [ 270 ] {6119add7-ac27-4c23-9915-57144e0ba592} <Debug> TCPHandler: Processed in 0.002615644 sec.
5778 2024.11.26 23:35:25.727831 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5779 2024.11.26 23:35:25.727977 [ 268 ] {5b6c0b8f-1e4d-4b22-9a47-fbd0b66254bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5780 2024.11.26 23:35:25.728043 [ 268 ] {5b6c0b8f-1e4d-4b22-9a47-fbd0b66254bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5781 2024.11.26 23:35:25.728722 [ 268 ] {5b6c0b8f-1e4d-4b22-9a47-fbd0b66254bf} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5782 2024.11.26 23:35:25.728771 [ 268 ] {5b6c0b8f-1e4d-4b22-9a47-fbd0b66254bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5783 2024.11.26 23:35:25.729193 [ 268 ] {5b6c0b8f-1e4d-4b22-9a47-fbd0b66254bf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5784 2024.11.26 23:35:25.729445 [ 268 ] {5b6c0b8f-1e4d-4b22-9a47-fbd0b66254bf} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5785 2024.11.26 23:35:25.729658 [ 268 ] {5b6c0b8f-1e4d-4b22-9a47-fbd0b66254bf} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.001718 sec., 48894.062863795116 rows/sec., 3.40 MiB/sec.
5786 2024.11.26 23:35:25.729708 [ 268 ] {5b6c0b8f-1e4d-4b22-9a47-fbd0b66254bf} <Debug> TCPHandler: Processed in 0.001974278 sec.
5787 2024.11.26 23:35:25.729874 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5788 2024.11.26 23:35:25.730018 [ 270 ] {1e67e534-916e-4576-bb23-ca64946581ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5789 2024.11.26 23:35:25.730082 [ 270 ] {1e67e534-916e-4576-bb23-ca64946581ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5790 2024.11.26 23:35:25.730666 [ 270 ] {1e67e534-916e-4576-bb23-ca64946581ad} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5791 2024.11.26 23:35:25.730714 [ 270 ] {1e67e534-916e-4576-bb23-ca64946581ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5792 2024.11.26 23:35:25.731121 [ 270 ] {1e67e534-916e-4576-bb23-ca64946581ad} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5793 2024.11.26 23:35:25.731366 [ 270 ] {1e67e534-916e-4576-bb23-ca64946581ad} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5794 2024.11.26 23:35:25.731577 [ 270 ] {1e67e534-916e-4576-bb23-ca64946581ad} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.001593 sec., 18832.391713747646 rows/sec., 1.27 MiB/sec.
5795 2024.11.26 23:35:25.731628 [ 270 ] {1e67e534-916e-4576-bb23-ca64946581ad} <Debug> TCPHandler: Processed in 0.001814337 sec.
5796 2024.11.26 23:35:27.056160 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5797 2024.11.26 23:35:27.056943 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5798 2024.11.26 23:35:27.056990 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5799 2024.11.26 23:35:27.057504 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5800 2024.11.26 23:35:27.057757 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5801 2024.11.26 23:35:27.057987 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5802 2024.11.26 23:35:27.892045 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5803 2024.11.26 23:35:27.911668 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5804 2024.11.26 23:35:27.911731 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5805 2024.11.26 23:35:27.919253 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5806 2024.11.26 23:35:27.920027 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5807 2024.11.26 23:35:27.923488 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5808 2024.11.26 23:35:30.730631 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5809 2024.11.26 23:35:30.730939 [ 268 ] {344b88aa-df02-4797-ad4a-853ee026dcff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5810 2024.11.26 23:35:30.731059 [ 268 ] {344b88aa-df02-4797-ad4a-853ee026dcff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5811 2024.11.26 23:35:30.731858 [ 268 ] {344b88aa-df02-4797-ad4a-853ee026dcff} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5812 2024.11.26 23:35:30.731909 [ 268 ] {344b88aa-df02-4797-ad4a-853ee026dcff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5813 2024.11.26 23:35:30.732373 [ 268 ] {344b88aa-df02-4797-ad4a-853ee026dcff} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5814 2024.11.26 23:35:30.732637 [ 268 ] {344b88aa-df02-4797-ad4a-853ee026dcff} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5815 2024.11.26 23:35:30.732879 [ 268 ] {344b88aa-df02-4797-ad4a-853ee026dcff} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002027 sec., 6906.758756783423 rows/sec., 497.19 KiB/sec.
5816 2024.11.26 23:35:30.732944 [ 268 ] {344b88aa-df02-4797-ad4a-853ee026dcff} <Debug> TCPHandler: Processed in 0.002504333 sec.
5817 2024.11.26 23:35:30.733185 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5818 2024.11.26 23:35:30.733397 [ 270 ] {ee064a00-57fe-449e-84e4-af703a460e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5819 2024.11.26 23:35:30.733476 [ 270 ] {ee064a00-57fe-449e-84e4-af703a460e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5820 2024.11.26 23:35:30.734365 [ 270 ] {ee064a00-57fe-449e-84e4-af703a460e36} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5821 2024.11.26 23:35:30.734406 [ 270 ] {ee064a00-57fe-449e-84e4-af703a460e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5822 2024.11.26 23:35:30.734867 [ 270 ] {ee064a00-57fe-449e-84e4-af703a460e36} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5823 2024.11.26 23:35:30.735135 [ 270 ] {ee064a00-57fe-449e-84e4-af703a460e36} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5824 2024.11.26 23:35:30.735368 [ 270 ] {ee064a00-57fe-449e-84e4-af703a460e36} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002023 sec., 100346.02076124567 rows/sec., 8.69 MiB/sec.
5825 2024.11.26 23:35:30.735462 [ 270 ] {ee064a00-57fe-449e-84e4-af703a460e36} <Debug> TCPHandler: Processed in 0.002416313 sec.
5826 2024.11.26 23:35:30.735715 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5827 2024.11.26 23:35:30.735987 [ 268 ] {95e31bd1-987f-45a0-a378-ee6689910735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5828 2024.11.26 23:35:30.736049 [ 268 ] {95e31bd1-987f-45a0-a378-ee6689910735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5829 2024.11.26 23:35:30.736647 [ 268 ] {95e31bd1-987f-45a0-a378-ee6689910735} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5830 2024.11.26 23:35:30.736689 [ 268 ] {95e31bd1-987f-45a0-a378-ee6689910735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5831 2024.11.26 23:35:30.737058 [ 268 ] {95e31bd1-987f-45a0-a378-ee6689910735} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5832 2024.11.26 23:35:30.737385 [ 268 ] {95e31bd1-987f-45a0-a378-ee6689910735} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5833 2024.11.26 23:35:30.737767 [ 268 ] {95e31bd1-987f-45a0-a378-ee6689910735} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001848 sec., 3787.878787878788 rows/sec., 246.78 KiB/sec.
5834 2024.11.26 23:35:30.737821 [ 268 ] {95e31bd1-987f-45a0-a378-ee6689910735} <Debug> TCPHandler: Processed in 0.002276521 sec.
5835 2024.11.26 23:35:30.737965 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5836 2024.11.26 23:35:30.738087 [ 270 ] {cba5edb8-a68f-4cd8-90af-2bf5422ebc8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5837 2024.11.26 23:35:30.738145 [ 270 ] {cba5edb8-a68f-4cd8-90af-2bf5422ebc8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5838 2024.11.26 23:35:30.738852 [ 270 ] {cba5edb8-a68f-4cd8-90af-2bf5422ebc8c} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5839 2024.11.26 23:35:30.738898 [ 270 ] {cba5edb8-a68f-4cd8-90af-2bf5422ebc8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5840 2024.11.26 23:35:30.739291 [ 270 ] {cba5edb8-a68f-4cd8-90af-2bf5422ebc8c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5841 2024.11.26 23:35:30.739534 [ 270 ] {cba5edb8-a68f-4cd8-90af-2bf5422ebc8c} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5842 2024.11.26 23:35:30.739764 [ 270 ] {cba5edb8-a68f-4cd8-90af-2bf5422ebc8c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001705 sec., 8211.143695014664 rows/sec., 575.05 KiB/sec.
5843 2024.11.26 23:35:30.740005 [ 270 ] {cba5edb8-a68f-4cd8-90af-2bf5422ebc8c} <Debug> TCPHandler: Processed in 0.002091179 sec.
5844 2024.11.26 23:35:30.740201 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5845 2024.11.26 23:35:30.740345 [ 268 ] {5bb9ebc8-896c-481c-9cfa-424b49fb8248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5846 2024.11.26 23:35:30.740402 [ 268 ] {5bb9ebc8-896c-481c-9cfa-424b49fb8248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5847 2024.11.26 23:35:30.741094 [ 268 ] {5bb9ebc8-896c-481c-9cfa-424b49fb8248} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5848 2024.11.26 23:35:30.741136 [ 268 ] {5bb9ebc8-896c-481c-9cfa-424b49fb8248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5849 2024.11.26 23:35:30.741506 [ 268 ] {5bb9ebc8-896c-481c-9cfa-424b49fb8248} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5850 2024.11.26 23:35:30.741755 [ 268 ] {5bb9ebc8-896c-481c-9cfa-424b49fb8248} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5851 2024.11.26 23:35:30.741986 [ 268 ] {5bb9ebc8-896c-481c-9cfa-424b49fb8248} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001672 sec., 7775.11961722488 rows/sec., 484.78 KiB/sec.
5852 2024.11.26 23:35:30.742038 [ 268 ] {5bb9ebc8-896c-481c-9cfa-424b49fb8248} <Debug> TCPHandler: Processed in 0.001905657 sec.
5853 2024.11.26 23:35:30.742190 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5854 2024.11.26 23:35:30.742309 [ 270 ] {77e0c142-21ab-4047-a1f5-9358b10f0034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5855 2024.11.26 23:35:30.742359 [ 270 ] {77e0c142-21ab-4047-a1f5-9358b10f0034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5856 2024.11.26 23:35:30.743076 [ 270 ] {77e0c142-21ab-4047-a1f5-9358b10f0034} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5857 2024.11.26 23:35:30.743114 [ 270 ] {77e0c142-21ab-4047-a1f5-9358b10f0034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5858 2024.11.26 23:35:30.743505 [ 270 ] {77e0c142-21ab-4047-a1f5-9358b10f0034} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5859 2024.11.26 23:35:30.743768 [ 270 ] {77e0c142-21ab-4047-a1f5-9358b10f0034} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5860 2024.11.26 23:35:30.743992 [ 270 ] {77e0c142-21ab-4047-a1f5-9358b10f0034} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001693 sec., 225634.96751329 rows/sec., 15.97 MiB/sec.
5861 2024.11.26 23:35:30.744204 [ 270 ] {77e0c142-21ab-4047-a1f5-9358b10f0034} <Debug> TCPHandler: Processed in 0.00206922 sec.
5862 2024.11.26 23:35:30.744468 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5863 2024.11.26 23:35:30.744650 [ 268 ] {89848139-1f0c-43dd-a339-bb0037da54a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5864 2024.11.26 23:35:30.744712 [ 268 ] {89848139-1f0c-43dd-a339-bb0037da54a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5865 2024.11.26 23:35:30.745270 [ 268 ] {89848139-1f0c-43dd-a339-bb0037da54a0} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5866 2024.11.26 23:35:30.745309 [ 268 ] {89848139-1f0c-43dd-a339-bb0037da54a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5867 2024.11.26 23:35:30.745679 [ 268 ] {89848139-1f0c-43dd-a339-bb0037da54a0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5868 2024.11.26 23:35:30.745920 [ 268 ] {89848139-1f0c-43dd-a339-bb0037da54a0} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5869 2024.11.26 23:35:30.746126 [ 268 ] {89848139-1f0c-43dd-a339-bb0037da54a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec.
5870 2024.11.26 23:35:30.746189 [ 268 ] {89848139-1f0c-43dd-a339-bb0037da54a0} <Debug> TCPHandler: Processed in 0.001873177 sec.
5871 2024.11.26 23:35:30.746330 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5872 2024.11.26 23:35:30.746447 [ 270 ] {f3a773d3-bd42-4dc2-a7fb-4e80b519ecba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5873 2024.11.26 23:35:30.746502 [ 270 ] {f3a773d3-bd42-4dc2-a7fb-4e80b519ecba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5874 2024.11.26 23:35:30.747091 [ 270 ] {f3a773d3-bd42-4dc2-a7fb-4e80b519ecba} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5875 2024.11.26 23:35:30.747128 [ 270 ] {f3a773d3-bd42-4dc2-a7fb-4e80b519ecba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5876 2024.11.26 23:35:30.747519 [ 270 ] {f3a773d3-bd42-4dc2-a7fb-4e80b519ecba} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5877 2024.11.26 23:35:30.747755 [ 270 ] {f3a773d3-bd42-4dc2-a7fb-4e80b519ecba} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5878 2024.11.26 23:35:30.747942 [ 270 ] {f3a773d3-bd42-4dc2-a7fb-4e80b519ecba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001519 sec., 156023.69980250165 rows/sec., 10.46 MiB/sec.
5879 2024.11.26 23:35:30.747993 [ 270 ] {f3a773d3-bd42-4dc2-a7fb-4e80b519ecba} <Debug> TCPHandler: Processed in 0.001718276 sec.
5880 2024.11.26 23:35:30.748141 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5881 2024.11.26 23:35:30.748280 [ 268 ] {9b2108c1-ab91-4feb-8b3f-ff4c15c68ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5882 2024.11.26 23:35:30.748341 [ 268 ] {9b2108c1-ab91-4feb-8b3f-ff4c15c68ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5883 2024.11.26 23:35:30.748901 [ 268 ] {9b2108c1-ab91-4feb-8b3f-ff4c15c68ba3} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5884 2024.11.26 23:35:30.748948 [ 268 ] {9b2108c1-ab91-4feb-8b3f-ff4c15c68ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5885 2024.11.26 23:35:30.749340 [ 268 ] {9b2108c1-ab91-4feb-8b3f-ff4c15c68ba3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5886 2024.11.26 23:35:30.749593 [ 268 ] {9b2108c1-ab91-4feb-8b3f-ff4c15c68ba3} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5887 2024.11.26 23:35:30.749858 [ 268 ] {9b2108c1-ab91-4feb-8b3f-ff4c15c68ba3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001608 sec., 621.8905472636816 rows/sec., 41.90 KiB/sec.
5888 2024.11.26 23:35:30.750083 [ 268 ] {9b2108c1-ab91-4feb-8b3f-ff4c15c68ba3} <Debug> TCPHandler: Processed in 0.002007939 sec.
5889 2024.11.26 23:35:30.750247 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5890 2024.11.26 23:35:30.750384 [ 270 ] {1b524237-9d69-4010-8bbf-9a81411aa617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5891 2024.11.26 23:35:30.750444 [ 270 ] {1b524237-9d69-4010-8bbf-9a81411aa617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5892 2024.11.26 23:35:30.751016 [ 270 ] {1b524237-9d69-4010-8bbf-9a81411aa617} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5893 2024.11.26 23:35:30.751062 [ 270 ] {1b524237-9d69-4010-8bbf-9a81411aa617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5894 2024.11.26 23:35:30.751453 [ 270 ] {1b524237-9d69-4010-8bbf-9a81411aa617} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5895 2024.11.26 23:35:30.751690 [ 270 ] {1b524237-9d69-4010-8bbf-9a81411aa617} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5896 2024.11.26 23:35:30.751922 [ 270 ] {1b524237-9d69-4010-8bbf-9a81411aa617} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001567 sec., 52329.291640076575 rows/sec., 3.32 MiB/sec.
5897 2024.11.26 23:35:30.751979 [ 270 ] {1b524237-9d69-4010-8bbf-9a81411aa617} <Debug> TCPHandler: Processed in 0.001800047 sec.
5898 2024.11.26 23:35:34.456287 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
5899 2024.11.26 23:35:34.456355 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
5900 2024.11.26 23:35:34.558272 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
5901 2024.11.26 23:35:34.558938 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5902 2024.11.26 23:35:34.558986 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5903 2024.11.26 23:35:34.559580 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5904 2024.11.26 23:35:34.559838 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5905 2024.11.26 23:35:34.560026 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5906 2024.11.26 23:35:34.637530 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 864
5907 2024.11.26 23:35:34.640456 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5908 2024.11.26 23:35:34.640509 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5909 2024.11.26 23:35:34.641964 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5910 2024.11.26 23:35:34.642281 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5911 2024.11.26 23:35:34.642545 [ 68 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5912 2024.11.26 23:35:34.642694 [ 68 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5913 2024.11.26 23:35:34.642818 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5914 2024.11.26 23:35:34.643485 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
5915 2024.11.26 23:35:34.644362 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 864
5916 2024.11.26 23:35:34.644832 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5917 2024.11.26 23:35:34.644986 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 680 rows starting from the beginning of the part
5918 2024.11.26 23:35:34.645637 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part
5919 2024.11.26 23:35:34.646235 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 28 rows starting from the beginning of the part
5920 2024.11.26 23:35:34.646821 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part
5921 2024.11.26 23:35:34.647410 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part
5922 2024.11.26 23:35:34.647972 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part
5923 2024.11.26 23:35:34.655801 [ 198 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 864 rows, containing 72 columns (72 merged, 0 gathered) in 0.01277879 sec., 67612.03525529412 rows/sec., 55.57 MiB/sec.
5924 2024.11.26 23:35:34.657151 [ 197 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5925 2024.11.26 23:35:34.658007 [ 197 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5926 2024.11.26 23:35:34.658106 [ 197 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_21_4} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5927 2024.11.26 23:35:34.658470 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
5928 2024.11.26 23:35:35.423711 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5929 2024.11.26 23:35:35.444774 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5930 2024.11.26 23:35:35.444834 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5931 2024.11.26 23:35:35.452429 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5932 2024.11.26 23:35:35.453205 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5933 2024.11.26 23:35:35.456242 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5934 2024.11.26 23:35:35.728976 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5935 2024.11.26 23:35:35.729294 [ 268 ] {8a32cb13-30a0-460d-bd0f-e4f2246597cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5936 2024.11.26 23:35:35.729385 [ 268 ] {8a32cb13-30a0-460d-bd0f-e4f2246597cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5937 2024.11.26 23:35:35.730220 [ 268 ] {8a32cb13-30a0-460d-bd0f-e4f2246597cc} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5938 2024.11.26 23:35:35.730271 [ 268 ] {8a32cb13-30a0-460d-bd0f-e4f2246597cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5939 2024.11.26 23:35:35.730749 [ 268 ] {8a32cb13-30a0-460d-bd0f-e4f2246597cc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5940 2024.11.26 23:35:35.731022 [ 268 ] {8a32cb13-30a0-460d-bd0f-e4f2246597cc} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5941 2024.11.26 23:35:35.731235 [ 67 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5942 2024.11.26 23:35:35.731316 [ 268 ] {8a32cb13-30a0-460d-bd0f-e4f2246597cc} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002105 sec., 65558.19477434679 rows/sec., 5.66 MiB/sec.
5943 2024.11.26 23:35:35.731336 [ 67 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5944 2024.11.26 23:35:35.731431 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5945 2024.11.26 23:35:35.731466 [ 268 ] {8a32cb13-30a0-460d-bd0f-e4f2246597cc} <Debug> TCPHandler: Processed in 0.002680425 sec.
5946 2024.11.26 23:35:35.731940 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5947 2024.11.26 23:35:35.731943 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
5948 2024.11.26 23:35:35.732379 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5949 2024.11.26 23:35:35.732411 [ 270 ] {adf8a50c-1452-41de-b7ee-0570cef73543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5950 2024.11.26 23:35:35.732435 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1434 rows starting from the beginning of the part
5951 2024.11.26 23:35:35.732550 [ 270 ] {adf8a50c-1452-41de-b7ee-0570cef73543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5952 2024.11.26 23:35:35.732772 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 203 rows starting from the beginning of the part
5953 2024.11.26 23:35:35.733174 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1285 rows starting from the beginning of the part
5954 2024.11.26 23:35:35.733534 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part
5955 2024.11.26 23:35:35.733848 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 203 rows starting from the beginning of the part
5956 2024.11.26 23:35:35.734252 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 138 rows starting from the beginning of the part
5957 2024.11.26 23:35:35.735663 [ 270 ] {adf8a50c-1452-41de-b7ee-0570cef73543} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5958 2024.11.26 23:35:35.735740 [ 270 ] {adf8a50c-1452-41de-b7ee-0570cef73543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5959 2024.11.26 23:35:35.736927 [ 270 ] {adf8a50c-1452-41de-b7ee-0570cef73543} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5960 2024.11.26 23:35:35.737233 [ 270 ] {adf8a50c-1452-41de-b7ee-0570cef73543} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5961 2024.11.26 23:35:35.737828 [ 270 ] {adf8a50c-1452-41de-b7ee-0570cef73543} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.005537 sec., 7404.731804226115 rows/sec., 556.80 KiB/sec.
5962 2024.11.26 23:35:35.737891 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.006295468 sec., 527204.6494398827 rows/sec., 46.20 MiB/sec.
5963 2024.11.26 23:35:35.737947 [ 270 ] {adf8a50c-1452-41de-b7ee-0570cef73543} <Debug> TCPHandler: Processed in 0.006354299 sec.
5964 2024.11.26 23:35:35.738194 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5965 2024.11.26 23:35:35.738251 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5966 2024.11.26 23:35:35.738424 [ 268 ] {b5f2ffad-3477-4357-8877-504667726703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5967 2024.11.26 23:35:35.738531 [ 268 ] {b5f2ffad-3477-4357-8877-504667726703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5968 2024.11.26 23:35:35.738810 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5969 2024.11.26 23:35:35.739059 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_46_9} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5970 2024.11.26 23:35:35.739296 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
5971 2024.11.26 23:35:35.739713 [ 268 ] {b5f2ffad-3477-4357-8877-504667726703} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5972 2024.11.26 23:35:35.739759 [ 268 ] {b5f2ffad-3477-4357-8877-504667726703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5973 2024.11.26 23:35:35.740145 [ 268 ] {b5f2ffad-3477-4357-8877-504667726703} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5974 2024.11.26 23:35:35.740400 [ 268 ] {b5f2ffad-3477-4357-8877-504667726703} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5975 2024.11.26 23:35:35.740595 [ 64 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5976 2024.11.26 23:35:35.740655 [ 268 ] {b5f2ffad-3477-4357-8877-504667726703} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.002271 sec., 46235.13870541612 rows/sec., 3.61 MiB/sec.
5977 2024.11.26 23:35:35.740677 [ 64 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5978 2024.11.26 23:35:35.740786 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5979 2024.11.26 23:35:35.740811 [ 268 ] {b5f2ffad-3477-4357-8877-504667726703} <Debug> TCPHandler: Processed in 0.002742126 sec.
5980 2024.11.26 23:35:35.741076 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
5981 2024.11.26 23:35:35.741150 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5982 2024.11.26 23:35:35.741259 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5983 2024.11.26 23:35:35.741328 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part
5984 2024.11.26 23:35:35.741449 [ 270 ] {df09cfc4-0253-47f2-b094-3ba503877d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5985 2024.11.26 23:35:35.741610 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 382 rows starting from the beginning of the part
5986 2024.11.26 23:35:35.741668 [ 270 ] {df09cfc4-0253-47f2-b094-3ba503877d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5987 2024.11.26 23:35:35.741970 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 575 rows starting from the beginning of the part
5988 2024.11.26 23:35:35.742400 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part
5989 2024.11.26 23:35:35.742762 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 382 rows starting from the beginning of the part
5990 2024.11.26 23:35:35.743109 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 105 rows starting from the beginning of the part
5991 2024.11.26 23:35:35.744312 [ 270 ] {df09cfc4-0253-47f2-b094-3ba503877d6a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5992 2024.11.26 23:35:35.744372 [ 270 ] {df09cfc4-0253-47f2-b094-3ba503877d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5993 2024.11.26 23:35:35.745546 [ 270 ] {df09cfc4-0253-47f2-b094-3ba503877d6a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5994 2024.11.26 23:35:35.745907 [ 270 ] {df09cfc4-0253-47f2-b094-3ba503877d6a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5995 2024.11.26 23:35:35.746139 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5996 2024.11.26 23:35:35.746260 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5997 2024.11.26 23:35:35.746357 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
5998 2024.11.26 23:35:35.746637 [ 270 ] {df09cfc4-0253-47f2-b094-3ba503877d6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005192 sec., 30816.640986132516 rows/sec., 2.15 MiB/sec.
5999 2024.11.26 23:35:35.746796 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.005866674 sec., 413010.8473728044 rows/sec., 31.68 MiB/sec.
6000 2024.11.26 23:35:35.746892 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
6001 2024.11.26 23:35:35.746945 [ 270 ] {df09cfc4-0253-47f2-b094-3ba503877d6a} <Debug> TCPHandler: Processed in 0.005975836 sec.
6002 2024.11.26 23:35:35.747104 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6003 2024.11.26 23:35:35.747301 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6004 2024.11.26 23:35:35.747389 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6005 2024.11.26 23:35:35.747480 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12536 rows starting from the beginning of the part
6006 2024.11.26 23:35:35.747675 [ 268 ] {5206776d-3786-413d-af07-8d36daf7a1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6007 2024.11.26 23:35:35.747825 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
6008 2024.11.26 23:35:35.748009 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6009 2024.11.26 23:35:35.748211 [ 268 ] {5206776d-3786-413d-af07-8d36daf7a1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6010 2024.11.26 23:35:35.748275 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 929 rows starting from the beginning of the part
6011 2024.11.26 23:35:35.748389 [ 186 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_46_9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6012 2024.11.26 23:35:35.749036 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
6013 2024.11.26 23:35:35.749048 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 84 rows starting from the beginning of the part
6014 2024.11.26 23:35:35.749615 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part
6015 2024.11.26 23:35:35.750081 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part
6016 2024.11.26 23:35:35.753688 [ 268 ] {5206776d-3786-413d-af07-8d36daf7a1c4} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6017 2024.11.26 23:35:35.753765 [ 268 ] {5206776d-3786-413d-af07-8d36daf7a1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6018 2024.11.26 23:35:35.755423 [ 268 ] {5206776d-3786-413d-af07-8d36daf7a1c4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6019 2024.11.26 23:35:35.755869 [ 268 ] {5206776d-3786-413d-af07-8d36daf7a1c4} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6020 2024.11.26 23:35:35.756197 [ 268 ] {5206776d-3786-413d-af07-8d36daf7a1c4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008667 sec., 4730.58728510442 rows/sec., 8.48 MiB/sec.
6021 2024.11.26 23:35:35.756334 [ 268 ] {5206776d-3786-413d-af07-8d36daf7a1c4} <Debug> TCPHandler: Processed in 0.009253537 sec.
6022 2024.11.26 23:35:35.756536 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6023 2024.11.26 23:35:35.756792 [ 270 ] {017621ab-64a5-484b-b3fa-b27d88344b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6024 2024.11.26 23:35:35.756859 [ 270 ] {017621ab-64a5-484b-b3fa-b27d88344b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6025 2024.11.26 23:35:35.757552 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14183 rows, containing 5 columns (5 merged, 0 gathered) in 0.011005953 sec., 1288666.2336282919 rows/sec., 87.02 MiB/sec.
6026 2024.11.26 23:35:35.757833 [ 270 ] {017621ab-64a5-484b-b3fa-b27d88344b92} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6027 2024.11.26 23:35:35.757878 [ 270 ] {017621ab-64a5-484b-b3fa-b27d88344b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6028 2024.11.26 23:35:35.758022 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6029 2024.11.26 23:35:35.758636 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6030 2024.11.26 23:35:35.758678 [ 270 ] {017621ab-64a5-484b-b3fa-b27d88344b92} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6031 2024.11.26 23:35:35.758815 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6032 2024.11.26 23:35:35.758998 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB.
6033 2024.11.26 23:35:35.759111 [ 270 ] {017621ab-64a5-484b-b3fa-b27d88344b92} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6034 2024.11.26 23:35:35.759264 [ 64 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6035 2024.11.26 23:35:35.759307 [ 64 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6036 2024.11.26 23:35:35.759316 [ 270 ] {017621ab-64a5-484b-b3fa-b27d88344b92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002647 sec., 22667.170381564036 rows/sec., 1.53 MiB/sec.
6037 2024.11.26 23:35:35.759331 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6038 2024.11.26 23:35:35.759453 [ 270 ] {017621ab-64a5-484b-b3fa-b27d88344b92} <Debug> TCPHandler: Processed in 0.002988218 sec.
6039 2024.11.26 23:35:35.759555 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
6040 2024.11.26 23:35:35.759688 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6041 2024.11.26 23:35:35.759716 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2452 rows starting from the beginning of the part
6042 2024.11.26 23:35:35.759807 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
6043 2024.11.26 23:35:35.759936 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
6044 2024.11.26 23:35:35.760130 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part
6045 2024.11.26 23:35:35.760198 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part
6046 2024.11.26 23:35:35.760481 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
6047 2024.11.26 23:35:35.761711 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2736 rows, containing 4 columns (4 merged, 0 gathered) in 0.002274021 sec., 1203155.1159817784 rows/sec., 78.57 MiB/sec.
6048 2024.11.26 23:35:35.761929 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6049 2024.11.26 23:35:35.762210 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_46_9} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6050 2024.11.26 23:35:35.762288 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_46_9} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6051 2024.11.26 23:35:35.762360 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
6052 2024.11.26 23:35:40.731554 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6053 2024.11.26 23:35:40.731768 [ 268 ] {3fa06cae-89ec-4828-bc23-e0f0c28f71ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6054 2024.11.26 23:35:40.731849 [ 268 ] {3fa06cae-89ec-4828-bc23-e0f0c28f71ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6055 2024.11.26 23:35:40.732640 [ 268 ] {3fa06cae-89ec-4828-bc23-e0f0c28f71ac} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6056 2024.11.26 23:35:40.732696 [ 268 ] {3fa06cae-89ec-4828-bc23-e0f0c28f71ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6057 2024.11.26 23:35:40.733141 [ 268 ] {3fa06cae-89ec-4828-bc23-e0f0c28f71ac} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6058 2024.11.26 23:35:40.733406 [ 268 ] {3fa06cae-89ec-4828-bc23-e0f0c28f71ac} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6059 2024.11.26 23:35:40.733674 [ 268 ] {3fa06cae-89ec-4828-bc23-e0f0c28f71ac} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec.
6060 2024.11.26 23:35:40.733819 [ 268 ] {3fa06cae-89ec-4828-bc23-e0f0c28f71ac} <Debug> TCPHandler: Processed in 0.002429613 sec.
6061 2024.11.26 23:35:40.734072 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6062 2024.11.26 23:35:40.734254 [ 270 ] {8a6d56f6-f2ad-480a-846e-dd557d5bb9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6063 2024.11.26 23:35:40.734390 [ 270 ] {8a6d56f6-f2ad-480a-846e-dd557d5bb9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6064 2024.11.26 23:35:40.735193 [ 270 ] {8a6d56f6-f2ad-480a-846e-dd557d5bb9b2} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6065 2024.11.26 23:35:40.735243 [ 270 ] {8a6d56f6-f2ad-480a-846e-dd557d5bb9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6066 2024.11.26 23:35:40.735695 [ 270 ] {8a6d56f6-f2ad-480a-846e-dd557d5bb9b2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6067 2024.11.26 23:35:40.735970 [ 270 ] {8a6d56f6-f2ad-480a-846e-dd557d5bb9b2} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6068 2024.11.26 23:35:40.736219 [ 270 ] {8a6d56f6-f2ad-480a-846e-dd557d5bb9b2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001959 sec., 1020.9290454313426 rows/sec., 83.25 KiB/sec.
6069 2024.11.26 23:35:40.736391 [ 270 ] {8a6d56f6-f2ad-480a-846e-dd557d5bb9b2} <Debug> TCPHandler: Processed in 0.002399203 sec.
6070 2024.11.26 23:35:40.736549 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6071 2024.11.26 23:35:40.736681 [ 268 ] {3052263b-0890-4f50-bb4e-1fa8bfd8657e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6072 2024.11.26 23:35:40.736739 [ 268 ] {3052263b-0890-4f50-bb4e-1fa8bfd8657e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6073 2024.11.26 23:35:40.737493 [ 268 ] {3052263b-0890-4f50-bb4e-1fa8bfd8657e} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6074 2024.11.26 23:35:40.737537 [ 268 ] {3052263b-0890-4f50-bb4e-1fa8bfd8657e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6075 2024.11.26 23:35:40.737944 [ 268 ] {3052263b-0890-4f50-bb4e-1fa8bfd8657e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6076 2024.11.26 23:35:40.738203 [ 268 ] {3052263b-0890-4f50-bb4e-1fa8bfd8657e} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6077 2024.11.26 23:35:40.738471 [ 268 ] {3052263b-0890-4f50-bb4e-1fa8bfd8657e} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001816 sec., 112334.80176211454 rows/sec., 9.71 MiB/sec.
6078 2024.11.26 23:35:40.738674 [ 268 ] {3052263b-0890-4f50-bb4e-1fa8bfd8657e} <Debug> TCPHandler: Processed in 0.00218588 sec.
6079 2024.11.26 23:35:40.738917 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6080 2024.11.26 23:35:40.739065 [ 270 ] {81a7dd23-2510-4746-b96f-85baf0689433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6081 2024.11.26 23:35:40.739122 [ 270 ] {81a7dd23-2510-4746-b96f-85baf0689433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6082 2024.11.26 23:35:40.739732 [ 270 ] {81a7dd23-2510-4746-b96f-85baf0689433} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6083 2024.11.26 23:35:40.739773 [ 270 ] {81a7dd23-2510-4746-b96f-85baf0689433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6084 2024.11.26 23:35:40.740177 [ 270 ] {81a7dd23-2510-4746-b96f-85baf0689433} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6085 2024.11.26 23:35:40.740426 [ 270 ] {81a7dd23-2510-4746-b96f-85baf0689433} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6086 2024.11.26 23:35:40.740612 [ 270 ] {81a7dd23-2510-4746-b96f-85baf0689433} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001574 sec., 5717.916137229987 rows/sec., 378.46 KiB/sec.
6087 2024.11.26 23:35:40.740668 [ 270 ] {81a7dd23-2510-4746-b96f-85baf0689433} <Debug> TCPHandler: Processed in 0.001872528 sec.
6088 2024.11.26 23:35:40.740816 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6089 2024.11.26 23:35:40.740942 [ 268 ] {fbc9f0a1-68c0-4de9-a65d-972c5fa61302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6090 2024.11.26 23:35:40.740993 [ 268 ] {fbc9f0a1-68c0-4de9-a65d-972c5fa61302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6091 2024.11.26 23:35:40.741600 [ 268 ] {fbc9f0a1-68c0-4de9-a65d-972c5fa61302} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6092 2024.11.26 23:35:40.741641 [ 268 ] {fbc9f0a1-68c0-4de9-a65d-972c5fa61302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6093 2024.11.26 23:35:40.742023 [ 268 ] {fbc9f0a1-68c0-4de9-a65d-972c5fa61302} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6094 2024.11.26 23:35:40.742273 [ 268 ] {fbc9f0a1-68c0-4de9-a65d-972c5fa61302} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6095 2024.11.26 23:35:40.742441 [ 60 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6096 2024.11.26 23:35:40.742498 [ 60 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6097 2024.11.26 23:35:40.742529 [ 268 ] {fbc9f0a1-68c0-4de9-a65d-972c5fa61302} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec.
6098 2024.11.26 23:35:40.742536 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6099 2024.11.26 23:35:40.742728 [ 268 ] {fbc9f0a1-68c0-4de9-a65d-972c5fa61302} <Debug> TCPHandler: Processed in 0.001959279 sec.
6100 2024.11.26 23:35:40.742953 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
6101 2024.11.26 23:35:40.742986 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6102 2024.11.26 23:35:40.743367 [ 270 ] {38a218c2-af15-42a3-88cc-09726f794620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6103 2024.11.26 23:35:40.743457 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6104 2024.11.26 23:35:40.743462 [ 270 ] {38a218c2-af15-42a3-88cc-09726f794620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6105 2024.11.26 23:35:40.743503 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part
6106 2024.11.26 23:35:40.743633 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
6107 2024.11.26 23:35:40.744047 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
6108 2024.11.26 23:35:40.744419 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part
6109 2024.11.26 23:35:40.744703 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
6110 2024.11.26 23:35:40.744977 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
6111 2024.11.26 23:35:40.745637 [ 270 ] {38a218c2-af15-42a3-88cc-09726f794620} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6112 2024.11.26 23:35:40.745679 [ 270 ] {38a218c2-af15-42a3-88cc-09726f794620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6113 2024.11.26 23:35:40.746249 [ 270 ] {38a218c2-af15-42a3-88cc-09726f794620} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6114 2024.11.26 23:35:40.746634 [ 270 ] {38a218c2-af15-42a3-88cc-09726f794620} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6115 2024.11.26 23:35:40.746945 [ 270 ] {38a218c2-af15-42a3-88cc-09726f794620} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003698 sec., 3515.413737155219 rows/sec., 219.19 KiB/sec.
6116 2024.11.26 23:35:40.746955 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00429541 sec., 122456.29637217401 rows/sec., 8.77 MiB/sec.
6117 2024.11.26 23:35:40.747067 [ 270 ] {38a218c2-af15-42a3-88cc-09726f794620} <Debug> TCPHandler: Processed in 0.004212669 sec.
6118 2024.11.26 23:35:40.747244 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6119 2024.11.26 23:35:40.747256 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6120 2024.11.26 23:35:40.747445 [ 268 ] {8c551f07-ba32-4a0e-a4b0-68d21c591362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6121 2024.11.26 23:35:40.747531 [ 268 ] {8c551f07-ba32-4a0e-a4b0-68d21c591362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6122 2024.11.26 23:35:40.747797 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6123 2024.11.26 23:35:40.748050 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_26_5} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6124 2024.11.26 23:35:40.748247 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
6125 2024.11.26 23:35:40.748716 [ 268 ] {8c551f07-ba32-4a0e-a4b0-68d21c591362} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6126 2024.11.26 23:35:40.748761 [ 268 ] {8c551f07-ba32-4a0e-a4b0-68d21c591362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6127 2024.11.26 23:35:40.749175 [ 268 ] {8c551f07-ba32-4a0e-a4b0-68d21c591362} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6128 2024.11.26 23:35:40.749430 [ 268 ] {8c551f07-ba32-4a0e-a4b0-68d21c591362} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6129 2024.11.26 23:35:40.749649 [ 268 ] {8c551f07-ba32-4a0e-a4b0-68d21c591362} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.002255 sec., 170288.2483370288 rows/sec., 12.06 MiB/sec.
6130 2024.11.26 23:35:40.749709 [ 268 ] {8c551f07-ba32-4a0e-a4b0-68d21c591362} <Debug> TCPHandler: Processed in 0.002532154 sec.
6131 2024.11.26 23:35:40.749871 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6132 2024.11.26 23:35:40.750014 [ 270 ] {6b4c04d3-86ca-414f-a1f9-86aef45fffaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6133 2024.11.26 23:35:40.750077 [ 270 ] {6b4c04d3-86ca-414f-a1f9-86aef45fffaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6134 2024.11.26 23:35:40.750627 [ 270 ] {6b4c04d3-86ca-414f-a1f9-86aef45fffaf} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6135 2024.11.26 23:35:40.750666 [ 270 ] {6b4c04d3-86ca-414f-a1f9-86aef45fffaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6136 2024.11.26 23:35:40.751053 [ 270 ] {6b4c04d3-86ca-414f-a1f9-86aef45fffaf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6137 2024.11.26 23:35:40.751310 [ 270 ] {6b4c04d3-86ca-414f-a1f9-86aef45fffaf} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6138 2024.11.26 23:35:40.751535 [ 270 ] {6b4c04d3-86ca-414f-a1f9-86aef45fffaf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec.
6139 2024.11.26 23:35:40.751592 [ 270 ] {6b4c04d3-86ca-414f-a1f9-86aef45fffaf} <Debug> TCPHandler: Processed in 0.001788557 sec.
6140 2024.11.26 23:35:40.751750 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6141 2024.11.26 23:35:40.751890 [ 268 ] {8822feb5-43fa-4282-8df6-bbe12680c76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6142 2024.11.26 23:35:40.751955 [ 268 ] {8822feb5-43fa-4282-8df6-bbe12680c76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6143 2024.11.26 23:35:40.752630 [ 268 ] {8822feb5-43fa-4282-8df6-bbe12680c76a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6144 2024.11.26 23:35:40.752670 [ 268 ] {8822feb5-43fa-4282-8df6-bbe12680c76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6145 2024.11.26 23:35:40.753087 [ 268 ] {8822feb5-43fa-4282-8df6-bbe12680c76a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6146 2024.11.26 23:35:40.753344 [ 268 ] {8822feb5-43fa-4282-8df6-bbe12680c76a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6147 2024.11.26 23:35:40.753614 [ 268 ] {8822feb5-43fa-4282-8df6-bbe12680c76a} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001755 sec., 135612.5356125356 rows/sec., 9.09 MiB/sec.
6148 2024.11.26 23:35:40.753691 [ 268 ] {8822feb5-43fa-4282-8df6-bbe12680c76a} <Debug> TCPHandler: Processed in 0.002009269 sec.
6149 2024.11.26 23:35:40.753867 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6150 2024.11.26 23:35:40.754016 [ 270 ] {37c4ef1e-63f9-4f8d-834f-cf0f7b60da54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6151 2024.11.26 23:35:40.754091 [ 270 ] {37c4ef1e-63f9-4f8d-834f-cf0f7b60da54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6152 2024.11.26 23:35:40.754726 [ 270 ] {37c4ef1e-63f9-4f8d-834f-cf0f7b60da54} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6153 2024.11.26 23:35:40.754771 [ 270 ] {37c4ef1e-63f9-4f8d-834f-cf0f7b60da54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6154 2024.11.26 23:35:40.755258 [ 270 ] {37c4ef1e-63f9-4f8d-834f-cf0f7b60da54} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6155 2024.11.26 23:35:40.755580 [ 270 ] {37c4ef1e-63f9-4f8d-834f-cf0f7b60da54} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6156 2024.11.26 23:35:40.755889 [ 270 ] {37c4ef1e-63f9-4f8d-834f-cf0f7b60da54} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001901 sec., 526.0389268805892 rows/sec., 35.45 KiB/sec.
6157 2024.11.26 23:35:40.756170 [ 270 ] {37c4ef1e-63f9-4f8d-834f-cf0f7b60da54} <Debug> TCPHandler: Processed in 0.002368362 sec.
6158 2024.11.26 23:35:40.756385 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6159 2024.11.26 23:35:40.756535 [ 268 ] {181f7a59-9eb5-459b-8752-45ac9eb912af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6160 2024.11.26 23:35:40.756592 [ 268 ] {181f7a59-9eb5-459b-8752-45ac9eb912af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6161 2024.11.26 23:35:40.757118 [ 268 ] {181f7a59-9eb5-459b-8752-45ac9eb912af} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6162 2024.11.26 23:35:40.757159 [ 268 ] {181f7a59-9eb5-459b-8752-45ac9eb912af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6163 2024.11.26 23:35:40.757557 [ 268 ] {181f7a59-9eb5-459b-8752-45ac9eb912af} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6164 2024.11.26 23:35:40.757808 [ 268 ] {181f7a59-9eb5-459b-8752-45ac9eb912af} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6165 2024.11.26 23:35:40.758025 [ 268 ] {181f7a59-9eb5-459b-8752-45ac9eb912af} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001516 sec., 54089.709762532984 rows/sec., 3.44 MiB/sec.
6166 2024.11.26 23:35:40.758075 [ 268 ] {181f7a59-9eb5-459b-8752-45ac9eb912af} <Debug> TCPHandler: Processed in 0.001760956 sec.
6167 2024.11.26 23:35:42.060304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
6168 2024.11.26 23:35:42.061021 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6169 2024.11.26 23:35:42.061072 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6170 2024.11.26 23:35:42.061595 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6171 2024.11.26 23:35:42.061852 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6172 2024.11.26 23:35:42.062114 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
6173 2024.11.26 23:35:42.956463 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
6174 2024.11.26 23:35:42.977832 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6175 2024.11.26 23:35:42.977888 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6176 2024.11.26 23:35:42.985896 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6177 2024.11.26 23:35:42.986711 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6178 2024.11.26 23:35:42.989822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6179 2024.11.26 23:35:44.644754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 898
6180 2024.11.26 23:35:44.647846 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6181 2024.11.26 23:35:44.647895 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6182 2024.11.26 23:35:44.649364 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6183 2024.11.26 23:35:44.649685 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6184 2024.11.26 23:35:44.650789 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 898
6185 2024.11.26 23:35:45.728448 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6186 2024.11.26 23:35:45.728637 [ 268 ] {933d3958-b5f7-4115-a61e-47cfb8ce5d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6187 2024.11.26 23:35:45.728711 [ 268 ] {933d3958-b5f7-4115-a61e-47cfb8ce5d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6188 2024.11.26 23:35:45.729539 [ 268 ] {933d3958-b5f7-4115-a61e-47cfb8ce5d3a} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6189 2024.11.26 23:35:45.729584 [ 268 ] {933d3958-b5f7-4115-a61e-47cfb8ce5d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6190 2024.11.26 23:35:45.729999 [ 268 ] {933d3958-b5f7-4115-a61e-47cfb8ce5d3a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6191 2024.11.26 23:35:45.730259 [ 268 ] {933d3958-b5f7-4115-a61e-47cfb8ce5d3a} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6192 2024.11.26 23:35:45.730556 [ 268 ] {933d3958-b5f7-4115-a61e-47cfb8ce5d3a} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001971 sec., 70015.2207001522 rows/sec., 6.05 MiB/sec.
6193 2024.11.26 23:35:45.730625 [ 268 ] {933d3958-b5f7-4115-a61e-47cfb8ce5d3a} <Debug> TCPHandler: Processed in 0.002305712 sec.
6194 2024.11.26 23:35:45.730868 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6195 2024.11.26 23:35:45.731065 [ 270 ] {f209a005-9b03-4fe3-ad38-3fa3bffaad79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6196 2024.11.26 23:35:45.731141 [ 270 ] {f209a005-9b03-4fe3-ad38-3fa3bffaad79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6197 2024.11.26 23:35:45.731914 [ 270 ] {f209a005-9b03-4fe3-ad38-3fa3bffaad79} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6198 2024.11.26 23:35:45.731970 [ 270 ] {f209a005-9b03-4fe3-ad38-3fa3bffaad79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6199 2024.11.26 23:35:45.732409 [ 270 ] {f209a005-9b03-4fe3-ad38-3fa3bffaad79} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6200 2024.11.26 23:35:45.732669 [ 270 ] {f209a005-9b03-4fe3-ad38-3fa3bffaad79} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6201 2024.11.26 23:35:45.732953 [ 270 ] {f209a005-9b03-4fe3-ad38-3fa3bffaad79} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001936 sec., 21177.685950413223 rows/sec., 1.56 MiB/sec.
6202 2024.11.26 23:35:45.733050 [ 270 ] {f209a005-9b03-4fe3-ad38-3fa3bffaad79} <Debug> TCPHandler: Processed in 0.002312701 sec.
6203 2024.11.26 23:35:45.733216 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6204 2024.11.26 23:35:45.733342 [ 268 ] {8b87cf8c-54a6-41be-a2a6-ff444e4ea201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6205 2024.11.26 23:35:45.733394 [ 268 ] {8b87cf8c-54a6-41be-a2a6-ff444e4ea201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6206 2024.11.26 23:35:45.734039 [ 268 ] {8b87cf8c-54a6-41be-a2a6-ff444e4ea201} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6207 2024.11.26 23:35:45.734080 [ 268 ] {8b87cf8c-54a6-41be-a2a6-ff444e4ea201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6208 2024.11.26 23:35:45.734453 [ 268 ] {8b87cf8c-54a6-41be-a2a6-ff444e4ea201} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6209 2024.11.26 23:35:45.734695 [ 268 ] {8b87cf8c-54a6-41be-a2a6-ff444e4ea201} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6210 2024.11.26 23:35:45.734875 [ 268 ] {8b87cf8c-54a6-41be-a2a6-ff444e4ea201} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001562 sec., 67221.51088348271 rows/sec., 5.25 MiB/sec.
6211 2024.11.26 23:35:45.734930 [ 268 ] {8b87cf8c-54a6-41be-a2a6-ff444e4ea201} <Debug> TCPHandler: Processed in 0.001771766 sec.
6212 2024.11.26 23:35:45.735080 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6213 2024.11.26 23:35:45.735207 [ 270 ] {2f3232fe-3283-43b4-b582-391c91107203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6214 2024.11.26 23:35:45.735265 [ 270 ] {2f3232fe-3283-43b4-b582-391c91107203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6215 2024.11.26 23:35:45.735866 [ 270 ] {2f3232fe-3283-43b4-b582-391c91107203} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6216 2024.11.26 23:35:45.735907 [ 270 ] {2f3232fe-3283-43b4-b582-391c91107203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6217 2024.11.26 23:35:45.736314 [ 270 ] {2f3232fe-3283-43b4-b582-391c91107203} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6218 2024.11.26 23:35:45.736562 [ 270 ] {2f3232fe-3283-43b4-b582-391c91107203} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6219 2024.11.26 23:35:45.736805 [ 270 ] {2f3232fe-3283-43b4-b582-391c91107203} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec.
6220 2024.11.26 23:35:45.736876 [ 270 ] {2f3232fe-3283-43b4-b582-391c91107203} <Debug> TCPHandler: Processed in 0.001857437 sec.
6221 2024.11.26 23:35:45.737112 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6222 2024.11.26 23:35:45.737304 [ 268 ] {8bf6b6c6-7372-488e-837d-f750422b77c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6223 2024.11.26 23:35:45.737400 [ 268 ] {8bf6b6c6-7372-488e-837d-f750422b77c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6224 2024.11.26 23:35:45.738637 [ 268 ] {8bf6b6c6-7372-488e-837d-f750422b77c5} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6225 2024.11.26 23:35:45.738674 [ 268 ] {8bf6b6c6-7372-488e-837d-f750422b77c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6226 2024.11.26 23:35:45.739359 [ 268 ] {8bf6b6c6-7372-488e-837d-f750422b77c5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6227 2024.11.26 23:35:45.739623 [ 268 ] {8bf6b6c6-7372-488e-837d-f750422b77c5} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6228 2024.11.26 23:35:45.739763 [ 53 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6229 2024.11.26 23:35:45.739815 [ 53 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6230 2024.11.26 23:35:45.739833 [ 268 ] {8bf6b6c6-7372-488e-837d-f750422b77c5} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002561 sec., 16009.371339320578 rows/sec., 28.69 MiB/sec.
6231 2024.11.26 23:35:45.739865 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
6232 2024.11.26 23:35:45.740082 [ 268 ] {8bf6b6c6-7372-488e-837d-f750422b77c5} <Debug> TCPHandler: Processed in 0.003114899 sec.
6233 2024.11.26 23:35:45.740110 [ 189 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
6234 2024.11.26 23:35:45.740248 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6235 2024.11.26 23:35:45.740545 [ 270 ] {9cb05e87-f590-4faa-a4e1-ae62f4c73170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6236 2024.11.26 23:35:45.740632 [ 189 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6237 2024.11.26 23:35:45.740651 [ 270 ] {9cb05e87-f590-4faa-a4e1-ae62f4c73170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6238 2024.11.26 23:35:45.740834 [ 189 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 521 rows starting from the beginning of the part
6239 2024.11.26 23:35:45.741726 [ 189 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part
6240 2024.11.26 23:35:45.742552 [ 189 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part
6241 2024.11.26 23:35:45.742776 [ 270 ] {9cb05e87-f590-4faa-a4e1-ae62f4c73170} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6242 2024.11.26 23:35:45.742890 [ 270 ] {9cb05e87-f590-4faa-a4e1-ae62f4c73170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6243 2024.11.26 23:35:45.743303 [ 189 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part
6244 2024.11.26 23:35:45.743993 [ 189 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part
6245 2024.11.26 23:35:45.744393 [ 270 ] {9cb05e87-f590-4faa-a4e1-ae62f4c73170} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6246 2024.11.26 23:35:45.744718 [ 189 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part
6247 2024.11.26 23:35:45.745253 [ 270 ] {9cb05e87-f590-4faa-a4e1-ae62f4c73170} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6248 2024.11.26 23:35:45.745850 [ 270 ] {9cb05e87-f590-4faa-a4e1-ae62f4c73170} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005384 sec., 11144.130757800891 rows/sec., 769.06 KiB/sec.
6249 2024.11.26 23:35:45.745963 [ 270 ] {9cb05e87-f590-4faa-a4e1-ae62f4c73170} <Debug> TCPHandler: Processed in 0.005789384 sec.
6250 2024.11.26 23:35:45.763747 [ 195 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 19 columns (19 merged, 0 gathered) in 0.023779082 sec., 30531.035638802205 rows/sec., 54.71 MiB/sec.
6251 2024.11.26 23:35:45.764707 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6252 2024.11.26 23:35:45.765203 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6253 2024.11.26 23:35:45.765301 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6254 2024.11.26 23:35:45.765484 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB.
6255 2024.11.26 23:35:46.000219 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.55 MiB, peak 207.24 MiB, free memory in arenas 0.00 B, will set to 201.07 MiB (RSS), difference: 1.52 MiB
6256 2024.11.26 23:35:49.456400 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache
6257 2024.11.26 23:35:49.456475 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache
6258 2024.11.26 23:35:49.562414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
6259 2024.11.26 23:35:49.563421 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6260 2024.11.26 23:35:49.563474 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6261 2024.11.26 23:35:49.564042 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6262 2024.11.26 23:35:49.564297 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6263 2024.11.26 23:35:49.564584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6264 2024.11.26 23:35:50.490028 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6265 2024.11.26 23:35:50.510885 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6266 2024.11.26 23:35:50.510944 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6267 2024.11.26 23:35:50.518452 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6268 2024.11.26 23:35:50.519238 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6269 2024.11.26 23:35:50.521920 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6270 2024.11.26 23:35:50.730798 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6271 2024.11.26 23:35:50.731013 [ 268 ] {d56175da-cafb-497c-9ac6-71fbf2b8cd87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6272 2024.11.26 23:35:50.731096 [ 268 ] {d56175da-cafb-497c-9ac6-71fbf2b8cd87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6273 2024.11.26 23:35:50.731952 [ 268 ] {d56175da-cafb-497c-9ac6-71fbf2b8cd87} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6274 2024.11.26 23:35:50.731995 [ 268 ] {d56175da-cafb-497c-9ac6-71fbf2b8cd87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6275 2024.11.26 23:35:50.732428 [ 268 ] {d56175da-cafb-497c-9ac6-71fbf2b8cd87} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6276 2024.11.26 23:35:50.732695 [ 268 ] {d56175da-cafb-497c-9ac6-71fbf2b8cd87} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6277 2024.11.26 23:35:50.732899 [ 268 ] {d56175da-cafb-497c-9ac6-71fbf2b8cd87} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec.
6278 2024.11.26 23:35:50.732964 [ 268 ] {d56175da-cafb-497c-9ac6-71fbf2b8cd87} <Debug> TCPHandler: Processed in 0.002301482 sec.
6279 2024.11.26 23:35:50.733202 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6280 2024.11.26 23:35:50.733412 [ 270 ] {34e4d640-65ea-48cc-97c6-c4447afe787b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6281 2024.11.26 23:35:50.733493 [ 270 ] {34e4d640-65ea-48cc-97c6-c4447afe787b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6282 2024.11.26 23:35:50.734363 [ 270 ] {34e4d640-65ea-48cc-97c6-c4447afe787b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6283 2024.11.26 23:35:50.734409 [ 270 ] {34e4d640-65ea-48cc-97c6-c4447afe787b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6284 2024.11.26 23:35:50.734868 [ 270 ] {34e4d640-65ea-48cc-97c6-c4447afe787b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6285 2024.11.26 23:35:50.735129 [ 270 ] {34e4d640-65ea-48cc-97c6-c4447afe787b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6286 2024.11.26 23:35:50.735371 [ 270 ] {34e4d640-65ea-48cc-97c6-c4447afe787b} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002016 sec., 100694.44444444444 rows/sec., 8.72 MiB/sec.
6287 2024.11.26 23:35:50.735428 [ 270 ] {34e4d640-65ea-48cc-97c6-c4447afe787b} <Debug> TCPHandler: Processed in 0.002363122 sec.
6288 2024.11.26 23:35:50.735592 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6289 2024.11.26 23:35:50.735739 [ 268 ] {7c63a4b7-ccde-4a45-94af-e3d5506707be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6290 2024.11.26 23:35:50.735799 [ 268 ] {7c63a4b7-ccde-4a45-94af-e3d5506707be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6291 2024.11.26 23:35:50.736404 [ 268 ] {7c63a4b7-ccde-4a45-94af-e3d5506707be} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6292 2024.11.26 23:35:50.736442 [ 268 ] {7c63a4b7-ccde-4a45-94af-e3d5506707be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6293 2024.11.26 23:35:50.736807 [ 268 ] {7c63a4b7-ccde-4a45-94af-e3d5506707be} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6294 2024.11.26 23:35:50.737055 [ 268 ] {7c63a4b7-ccde-4a45-94af-e3d5506707be} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6295 2024.11.26 23:35:50.737183 [ 49 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6296 2024.11.26 23:35:50.737230 [ 49 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6297 2024.11.26 23:35:50.737236 [ 268 ] {7c63a4b7-ccde-4a45-94af-e3d5506707be} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001533 sec., 4566.2100456621 rows/sec., 297.49 KiB/sec.
6298 2024.11.26 23:35:50.737259 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6299 2024.11.26 23:35:50.737304 [ 268 ] {7c63a4b7-ccde-4a45-94af-e3d5506707be} <Debug> TCPHandler: Processed in 0.001787827 sec.
6300 2024.11.26 23:35:50.737498 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6301 2024.11.26 23:35:50.737514 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
6302 2024.11.26 23:35:50.737630 [ 270 ] {5a7194ed-a09c-46a6-93e1-bec32e518647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6303 2024.11.26 23:35:50.737675 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6304 2024.11.26 23:35:50.737692 [ 270 ] {5a7194ed-a09c-46a6-93e1-bec32e518647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6305 2024.11.26 23:35:50.737726 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 66 rows starting from the beginning of the part
6306 2024.11.26 23:35:50.737926 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
6307 2024.11.26 23:35:50.738371 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part
6308 2024.11.26 23:35:50.738752 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 9 rows starting from the beginning of the part
6309 2024.11.26 23:35:50.739128 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part
6310 2024.11.26 23:35:50.739476 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
6311 2024.11.26 23:35:50.740232 [ 270 ] {5a7194ed-a09c-46a6-93e1-bec32e518647} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6312 2024.11.26 23:35:50.740278 [ 270 ] {5a7194ed-a09c-46a6-93e1-bec32e518647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6313 2024.11.26 23:35:50.740898 [ 270 ] {5a7194ed-a09c-46a6-93e1-bec32e518647} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6314 2024.11.26 23:35:50.741231 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.003875896 sec., 44118.830845822486 rows/sec., 3.31 MiB/sec.
6315 2024.11.26 23:35:50.741263 [ 270 ] {5a7194ed-a09c-46a6-93e1-bec32e518647} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6316 2024.11.26 23:35:50.741540 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6317 2024.11.26 23:35:50.741626 [ 270 ] {5a7194ed-a09c-46a6-93e1-bec32e518647} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004014 sec., 3487.7927254608867 rows/sec., 244.26 KiB/sec.
6318 2024.11.26 23:35:50.741733 [ 270 ] {5a7194ed-a09c-46a6-93e1-bec32e518647} <Debug> TCPHandler: Processed in 0.00433126 sec.
6319 2024.11.26 23:35:50.741914 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6320 2024.11.26 23:35:50.742087 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_41_8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6321 2024.11.26 23:35:50.742099 [ 268 ] {a48c0e0c-853b-45b1-92b9-da123d18e1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6322 2024.11.26 23:35:50.742202 [ 268 ] {a48c0e0c-853b-45b1-92b9-da123d18e1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6323 2024.11.26 23:35:50.742280 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_41_8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6324 2024.11.26 23:35:50.742483 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6325 2024.11.26 23:35:50.743000 [ 268 ] {a48c0e0c-853b-45b1-92b9-da123d18e1d1} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6326 2024.11.26 23:35:50.743046 [ 268 ] {a48c0e0c-853b-45b1-92b9-da123d18e1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6327 2024.11.26 23:35:50.743420 [ 268 ] {a48c0e0c-853b-45b1-92b9-da123d18e1d1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6328 2024.11.26 23:35:50.743680 [ 268 ] {a48c0e0c-853b-45b1-92b9-da123d18e1d1} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6329 2024.11.26 23:35:50.743919 [ 268 ] {a48c0e0c-853b-45b1-92b9-da123d18e1d1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001857 sec., 7000.538502961766 rows/sec., 436.48 KiB/sec.
6330 2024.11.26 23:35:50.744112 [ 268 ] {a48c0e0c-853b-45b1-92b9-da123d18e1d1} <Debug> TCPHandler: Processed in 0.002280232 sec.
6331 2024.11.26 23:35:50.744298 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6332 2024.11.26 23:35:50.744435 [ 270 ] {f78daea9-15b7-48ab-a8b9-abe62b83906a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6333 2024.11.26 23:35:50.744492 [ 270 ] {f78daea9-15b7-48ab-a8b9-abe62b83906a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6334 2024.11.26 23:35:50.745269 [ 270 ] {f78daea9-15b7-48ab-a8b9-abe62b83906a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6335 2024.11.26 23:35:50.745307 [ 270 ] {f78daea9-15b7-48ab-a8b9-abe62b83906a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6336 2024.11.26 23:35:50.745686 [ 270 ] {f78daea9-15b7-48ab-a8b9-abe62b83906a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6337 2024.11.26 23:35:50.745930 [ 270 ] {f78daea9-15b7-48ab-a8b9-abe62b83906a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6338 2024.11.26 23:35:50.746110 [ 270 ] {f78daea9-15b7-48ab-a8b9-abe62b83906a} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001705 sec., 224046.92082111439 rows/sec., 15.86 MiB/sec.
6339 2024.11.26 23:35:50.746161 [ 270 ] {f78daea9-15b7-48ab-a8b9-abe62b83906a} <Debug> TCPHandler: Processed in 0.001945738 sec.
6340 2024.11.26 23:35:50.746305 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6341 2024.11.26 23:35:50.746422 [ 268 ] {afa0e2d2-c52d-498b-9c9c-e8f5da442b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6342 2024.11.26 23:35:50.746474 [ 268 ] {afa0e2d2-c52d-498b-9c9c-e8f5da442b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6343 2024.11.26 23:35:50.746973 [ 268 ] {afa0e2d2-c52d-498b-9c9c-e8f5da442b23} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6344 2024.11.26 23:35:50.747015 [ 268 ] {afa0e2d2-c52d-498b-9c9c-e8f5da442b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6345 2024.11.26 23:35:50.747400 [ 268 ] {afa0e2d2-c52d-498b-9c9c-e8f5da442b23} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6346 2024.11.26 23:35:50.747661 [ 268 ] {afa0e2d2-c52d-498b-9c9c-e8f5da442b23} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6347 2024.11.26 23:35:50.747875 [ 268 ] {afa0e2d2-c52d-498b-9c9c-e8f5da442b23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec.
6348 2024.11.26 23:35:50.747926 [ 268 ] {afa0e2d2-c52d-498b-9c9c-e8f5da442b23} <Debug> TCPHandler: Processed in 0.001678115 sec.
6349 2024.11.26 23:35:50.748070 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6350 2024.11.26 23:35:50.748208 [ 270 ] {347648ce-b01a-4828-bb4e-ddfab794b89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6351 2024.11.26 23:35:50.748272 [ 270 ] {347648ce-b01a-4828-bb4e-ddfab794b89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6352 2024.11.26 23:35:50.748935 [ 270 ] {347648ce-b01a-4828-bb4e-ddfab794b89c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6353 2024.11.26 23:35:50.748973 [ 270 ] {347648ce-b01a-4828-bb4e-ddfab794b89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6354 2024.11.26 23:35:50.749379 [ 270 ] {347648ce-b01a-4828-bb4e-ddfab794b89c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6355 2024.11.26 23:35:50.749618 [ 270 ] {347648ce-b01a-4828-bb4e-ddfab794b89c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6356 2024.11.26 23:35:50.749792 [ 270 ] {347648ce-b01a-4828-bb4e-ddfab794b89c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec.
6357 2024.11.26 23:35:50.749843 [ 270 ] {347648ce-b01a-4828-bb4e-ddfab794b89c} <Debug> TCPHandler: Processed in 0.001838957 sec.
6358 2024.11.26 23:35:50.749982 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6359 2024.11.26 23:35:50.750098 [ 268 ] {de14dad7-62a6-49f2-8478-ee8975651697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6360 2024.11.26 23:35:50.750152 [ 268 ] {de14dad7-62a6-49f2-8478-ee8975651697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6361 2024.11.26 23:35:50.750639 [ 268 ] {de14dad7-62a6-49f2-8478-ee8975651697} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6362 2024.11.26 23:35:50.750678 [ 268 ] {de14dad7-62a6-49f2-8478-ee8975651697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6363 2024.11.26 23:35:50.751046 [ 268 ] {de14dad7-62a6-49f2-8478-ee8975651697} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6364 2024.11.26 23:35:50.751286 [ 268 ] {de14dad7-62a6-49f2-8478-ee8975651697} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6365 2024.11.26 23:35:50.751439 [ 48 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6366 2024.11.26 23:35:50.751502 [ 48 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6367 2024.11.26 23:35:50.751521 [ 268 ] {de14dad7-62a6-49f2-8478-ee8975651697} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec.
6368 2024.11.26 23:35:50.751541 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6369 2024.11.26 23:35:50.751669 [ 268 ] {de14dad7-62a6-49f2-8478-ee8975651697} <Debug> TCPHandler: Processed in 0.001734046 sec.
6370 2024.11.26 23:35:50.751941 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6371 2024.11.26 23:35:50.752187 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
6372 2024.11.26 23:35:50.752327 [ 270 ] {0ee88f40-9783-4bfd-98e7-5c55395f8c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6373 2024.11.26 23:35:50.752465 [ 270 ] {0ee88f40-9783-4bfd-98e7-5c55395f8c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6374 2024.11.26 23:35:50.752560 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6375 2024.11.26 23:35:50.752661 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
6376 2024.11.26 23:35:50.752991 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
6377 2024.11.26 23:35:50.753314 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
6378 2024.11.26 23:35:50.753621 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
6379 2024.11.26 23:35:50.753812 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
6380 2024.11.26 23:35:50.754065 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
6381 2024.11.26 23:35:50.754899 [ 270 ] {0ee88f40-9783-4bfd-98e7-5c55395f8c5f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6382 2024.11.26 23:35:50.754964 [ 270 ] {0ee88f40-9783-4bfd-98e7-5c55395f8c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6383 2024.11.26 23:35:50.756259 [ 270 ] {0ee88f40-9783-4bfd-98e7-5c55395f8c5f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6384 2024.11.26 23:35:50.756959 [ 270 ] {0ee88f40-9783-4bfd-98e7-5c55395f8c5f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6385 2024.11.26 23:35:50.757683 [ 270 ] {0ee88f40-9783-4bfd-98e7-5c55395f8c5f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005427 sec., 15109.637000184262 rows/sec., 982.68 KiB/sec.
6386 2024.11.26 23:35:50.758082 [ 270 ] {0ee88f40-9783-4bfd-98e7-5c55395f8c5f} <Debug> TCPHandler: Processed in 0.006294149 sec.
6387 2024.11.26 23:35:50.758374 [ 193 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.006677442 sec., 2995.1589246301205 rows/sec., 201.82 KiB/sec.
6388 2024.11.26 23:35:50.758557 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6389 2024.11.26 23:35:50.758864 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_20_4} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6390 2024.11.26 23:35:50.758944 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_20_4} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6391 2024.11.26 23:35:50.759024 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6392 2024.11.26 23:35:51.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.33 MiB, peak 207.24 MiB, free memory in arenas 0.00 B, will set to 201.26 MiB (RSS), difference: -1.07 MiB
6393 2024.11.26 23:35:53.152388 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6394 2024.11.26 23:35:53.152728 [ 268 ] {53254568-35a6-4b35-a17d-cebb9440eb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6395 2024.11.26 23:35:53.152850 [ 268 ] {53254568-35a6-4b35-a17d-cebb9440eb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6396 2024.11.26 23:35:53.153689 [ 268 ] {53254568-35a6-4b35-a17d-cebb9440eb50} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6397 2024.11.26 23:35:53.153742 [ 268 ] {53254568-35a6-4b35-a17d-cebb9440eb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6398 2024.11.26 23:35:53.154176 [ 268 ] {53254568-35a6-4b35-a17d-cebb9440eb50} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6399 2024.11.26 23:35:53.154440 [ 268 ] {53254568-35a6-4b35-a17d-cebb9440eb50} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6400 2024.11.26 23:35:53.154689 [ 268 ] {53254568-35a6-4b35-a17d-cebb9440eb50} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002051 sec., 975.1340809361287 rows/sec., 79.52 KiB/sec.
6401 2024.11.26 23:35:53.154756 [ 268 ] {53254568-35a6-4b35-a17d-cebb9440eb50} <Debug> TCPHandler: Processed in 0.002557503 sec.
6402 2024.11.26 23:35:53.155060 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6403 2024.11.26 23:35:53.155367 [ 270 ] {6667c535-8e75-450e-9890-e8ceb0c530aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6404 2024.11.26 23:35:53.155490 [ 270 ] {6667c535-8e75-450e-9890-e8ceb0c530aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6405 2024.11.26 23:35:53.157144 [ 270 ] {6667c535-8e75-450e-9890-e8ceb0c530aa} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6406 2024.11.26 23:35:53.157199 [ 270 ] {6667c535-8e75-450e-9890-e8ceb0c530aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6407 2024.11.26 23:35:53.157728 [ 270 ] {6667c535-8e75-450e-9890-e8ceb0c530aa} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6408 2024.11.26 23:35:53.157986 [ 270 ] {6667c535-8e75-450e-9890-e8ceb0c530aa} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6409 2024.11.26 23:35:53.158237 [ 270 ] {6667c535-8e75-450e-9890-e8ceb0c530aa} <Debug> executeQuery: Read 1279 rows, 108.84 KiB in 0.002957 sec., 432532.9726073723 rows/sec., 35.94 MiB/sec.
6410 2024.11.26 23:35:53.158305 [ 270 ] {6667c535-8e75-450e-9890-e8ceb0c530aa} <Debug> TCPHandler: Processed in 0.003412671 sec.
6411 2024.11.26 23:35:53.158471 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6412 2024.11.26 23:35:53.158599 [ 268 ] {4a36f025-a438-46b6-8bc4-7da0cc77c1a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6413 2024.11.26 23:35:53.158655 [ 268 ] {4a36f025-a438-46b6-8bc4-7da0cc77c1a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6414 2024.11.26 23:35:53.159297 [ 268 ] {4a36f025-a438-46b6-8bc4-7da0cc77c1a8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6415 2024.11.26 23:35:53.159339 [ 268 ] {4a36f025-a438-46b6-8bc4-7da0cc77c1a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6416 2024.11.26 23:35:53.159714 [ 268 ] {4a36f025-a438-46b6-8bc4-7da0cc77c1a8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6417 2024.11.26 23:35:53.159965 [ 268 ] {4a36f025-a438-46b6-8bc4-7da0cc77c1a8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6418 2024.11.26 23:35:53.160178 [ 268 ] {4a36f025-a438-46b6-8bc4-7da0cc77c1a8} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.001608 sec., 26741.293532338306 rows/sec., 1.96 MiB/sec.
6419 2024.11.26 23:35:53.160232 [ 268 ] {4a36f025-a438-46b6-8bc4-7da0cc77c1a8} <Debug> TCPHandler: Processed in 0.001820237 sec.
6420 2024.11.26 23:35:53.160441 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6421 2024.11.26 23:35:53.160671 [ 270 ] {53cb3d46-d932-4482-a2dc-bad408ed72e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6422 2024.11.26 23:35:53.160767 [ 270 ] {53cb3d46-d932-4482-a2dc-bad408ed72e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6423 2024.11.26 23:35:53.161563 [ 270 ] {53cb3d46-d932-4482-a2dc-bad408ed72e6} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6424 2024.11.26 23:35:53.161605 [ 270 ] {53cb3d46-d932-4482-a2dc-bad408ed72e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6425 2024.11.26 23:35:53.161999 [ 270 ] {53cb3d46-d932-4482-a2dc-bad408ed72e6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6426 2024.11.26 23:35:53.162242 [ 270 ] {53cb3d46-d932-4482-a2dc-bad408ed72e6} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6427 2024.11.26 23:35:53.162454 [ 270 ] {53cb3d46-d932-4482-a2dc-bad408ed72e6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001841 sec., 123845.7360130364 rows/sec., 8.39 MiB/sec.
6428 2024.11.26 23:35:53.162508 [ 270 ] {53cb3d46-d932-4482-a2dc-bad408ed72e6} <Debug> TCPHandler: Processed in 0.00217966 sec.
6429 2024.11.26 23:35:53.162647 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6430 2024.11.26 23:35:53.162767 [ 268 ] {a3c1a275-d2b3-49f0-9df3-8df962eabd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6431 2024.11.26 23:35:53.162818 [ 268 ] {a3c1a275-d2b3-49f0-9df3-8df962eabd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6432 2024.11.26 23:35:53.163668 [ 268 ] {a3c1a275-d2b3-49f0-9df3-8df962eabd18} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6433 2024.11.26 23:35:53.163708 [ 268 ] {a3c1a275-d2b3-49f0-9df3-8df962eabd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6434 2024.11.26 23:35:53.164118 [ 268 ] {a3c1a275-d2b3-49f0-9df3-8df962eabd18} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6435 2024.11.26 23:35:53.164367 [ 268 ] {a3c1a275-d2b3-49f0-9df3-8df962eabd18} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6436 2024.11.26 23:35:53.164607 [ 268 ] {a3c1a275-d2b3-49f0-9df3-8df962eabd18} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.001864 sec., 302038.62660944206 rows/sec., 22.45 MiB/sec.
6437 2024.11.26 23:35:53.164666 [ 268 ] {a3c1a275-d2b3-49f0-9df3-8df962eabd18} <Debug> TCPHandler: Processed in 0.00207481 sec.
6438 2024.11.26 23:35:53.164885 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6439 2024.11.26 23:35:53.165107 [ 270 ] {d27418f6-839b-4f01-8a92-a20736bac519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6440 2024.11.26 23:35:53.165208 [ 270 ] {d27418f6-839b-4f01-8a92-a20736bac519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6441 2024.11.26 23:35:53.166279 [ 270 ] {d27418f6-839b-4f01-8a92-a20736bac519} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6442 2024.11.26 23:35:53.166318 [ 270 ] {d27418f6-839b-4f01-8a92-a20736bac519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6443 2024.11.26 23:35:53.166770 [ 270 ] {d27418f6-839b-4f01-8a92-a20736bac519} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6444 2024.11.26 23:35:53.167009 [ 270 ] {d27418f6-839b-4f01-8a92-a20736bac519} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6445 2024.11.26 23:35:53.167238 [ 270 ] {d27418f6-839b-4f01-8a92-a20736bac519} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.002184 sec., 431776.55677655677 rows/sec., 28.95 MiB/sec.
6446 2024.11.26 23:35:53.167289 [ 270 ] {d27418f6-839b-4f01-8a92-a20736bac519} <Debug> TCPHandler: Processed in 0.002519323 sec.
6447 2024.11.26 23:35:53.167429 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6448 2024.11.26 23:35:53.167551 [ 268 ] {764919ee-933f-4491-8d0e-81fd857a24a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6449 2024.11.26 23:35:53.167636 [ 268 ] {764919ee-933f-4491-8d0e-81fd857a24a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6450 2024.11.26 23:35:53.168894 [ 268 ] {764919ee-933f-4491-8d0e-81fd857a24a0} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6451 2024.11.26 23:35:53.168935 [ 268 ] {764919ee-933f-4491-8d0e-81fd857a24a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6452 2024.11.26 23:35:53.169647 [ 268 ] {764919ee-933f-4491-8d0e-81fd857a24a0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6453 2024.11.26 23:35:53.169921 [ 268 ] {764919ee-933f-4491-8d0e-81fd857a24a0} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6454 2024.11.26 23:35:53.170136 [ 268 ] {764919ee-933f-4491-8d0e-81fd857a24a0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00261 sec., 15708.812260536399 rows/sec., 28.15 MiB/sec.
6455 2024.11.26 23:35:53.170418 [ 268 ] {764919ee-933f-4491-8d0e-81fd857a24a0} <Debug> TCPHandler: Processed in 0.003045958 sec.
6456 2024.11.26 23:35:53.170564 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6457 2024.11.26 23:35:53.170686 [ 270 ] {2696cb25-6d61-4ca6-bc34-75b2d072a2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6458 2024.11.26 23:35:53.170739 [ 270 ] {2696cb25-6d61-4ca6-bc34-75b2d072a2dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6459 2024.11.26 23:35:53.171230 [ 270 ] {2696cb25-6d61-4ca6-bc34-75b2d072a2dc} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6460 2024.11.26 23:35:53.171271 [ 270 ] {2696cb25-6d61-4ca6-bc34-75b2d072a2dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6461 2024.11.26 23:35:53.171648 [ 270 ] {2696cb25-6d61-4ca6-bc34-75b2d072a2dc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6462 2024.11.26 23:35:53.171888 [ 270 ] {2696cb25-6d61-4ca6-bc34-75b2d072a2dc} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6463 2024.11.26 23:35:53.172108 [ 270 ] {2696cb25-6d61-4ca6-bc34-75b2d072a2dc} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001447 sec., 24879.060124395302 rows/sec., 1.68 MiB/sec.
6464 2024.11.26 23:35:53.172157 [ 270 ] {2696cb25-6d61-4ca6-bc34-75b2d072a2dc} <Debug> TCPHandler: Processed in 0.001651676 sec.
6465 2024.11.26 23:35:54.651210 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 946
6466 2024.11.26 23:35:54.655060 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6467 2024.11.26 23:35:54.655119 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6468 2024.11.26 23:35:54.656585 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6469 2024.11.26 23:35:54.656900 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6470 2024.11.26 23:35:54.658361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 946
6471 2024.11.26 23:35:55.721623 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6472 2024.11.26 23:35:55.721836 [ 268 ] {dc5d0bfd-11d8-4946-9581-f21950f3ed9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6473 2024.11.26 23:35:55.721912 [ 268 ] {dc5d0bfd-11d8-4946-9581-f21950f3ed9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6474 2024.11.26 23:35:55.722720 [ 268 ] {dc5d0bfd-11d8-4946-9581-f21950f3ed9b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6475 2024.11.26 23:35:55.722768 [ 268 ] {dc5d0bfd-11d8-4946-9581-f21950f3ed9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6476 2024.11.26 23:35:55.723224 [ 268 ] {dc5d0bfd-11d8-4946-9581-f21950f3ed9b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6477 2024.11.26 23:35:55.723504 [ 268 ] {dc5d0bfd-11d8-4946-9581-f21950f3ed9b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6478 2024.11.26 23:35:55.723705 [ 44 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6479 2024.11.26 23:35:55.723733 [ 268 ] {dc5d0bfd-11d8-4946-9581-f21950f3ed9b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.20 MiB/sec.
6480 2024.11.26 23:35:55.723786 [ 44 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6481 2024.11.26 23:35:55.723857 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6482 2024.11.26 23:35:55.723876 [ 268 ] {dc5d0bfd-11d8-4946-9581-f21950f3ed9b} <Debug> TCPHandler: Processed in 0.002386472 sec.
6483 2024.11.26 23:35:55.724020 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
6484 2024.11.26 23:35:55.724139 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6485 2024.11.26 23:35:55.724149 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6486 2024.11.26 23:35:55.724181 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1434 rows starting from the beginning of the part
6487 2024.11.26 23:35:55.724372 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 204 rows starting from the beginning of the part
6488 2024.11.26 23:35:55.724549 [ 270 ] {62e38478-5d3f-41af-9064-c4601cbbed00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6489 2024.11.26 23:35:55.724723 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 138 rows starting from the beginning of the part
6490 2024.11.26 23:35:55.724837 [ 270 ] {62e38478-5d3f-41af-9064-c4601cbbed00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6491 2024.11.26 23:35:55.725030 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 203 rows starting from the beginning of the part
6492 2024.11.26 23:35:55.725424 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1279 rows starting from the beginning of the part
6493 2024.11.26 23:35:55.725756 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part
6494 2024.11.26 23:35:55.727686 [ 270 ] {62e38478-5d3f-41af-9064-c4601cbbed00} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6495 2024.11.26 23:35:55.727772 [ 270 ] {62e38478-5d3f-41af-9064-c4601cbbed00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6496 2024.11.26 23:35:55.728668 [ 270 ] {62e38478-5d3f-41af-9064-c4601cbbed00} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6497 2024.11.26 23:35:55.729252 [ 270 ] {62e38478-5d3f-41af-9064-c4601cbbed00} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6498 2024.11.26 23:35:55.729267 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.005316939 sec., 623290.9574475088 rows/sec., 54.63 MiB/sec.
6499 2024.11.26 23:35:55.729454 [ 44 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6500 2024.11.26 23:35:55.729557 [ 44 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6501 2024.11.26 23:35:55.729594 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6502 2024.11.26 23:35:55.729607 [ 270 ] {62e38478-5d3f-41af-9064-c4601cbbed00} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005233 sec., 12230.078348939423 rows/sec., 977.50 KiB/sec.
6503 2024.11.26 23:35:55.729676 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6504 2024.11.26 23:35:55.729972 [ 270 ] {62e38478-5d3f-41af-9064-c4601cbbed00} <Debug> TCPHandler: Processed in 0.005959026 sec.
6505 2024.11.26 23:35:55.730129 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
6506 2024.11.26 23:35:55.730253 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6507 2024.11.26 23:35:55.730432 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6508 2024.11.26 23:35:55.730551 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part
6509 2024.11.26 23:35:55.730602 [ 268 ] {01b4e6ae-19d3-4b5a-b941-acaea371db59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6510 2024.11.26 23:35:55.730896 [ 268 ] {01b4e6ae-19d3-4b5a-b941-acaea371db59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6511 2024.11.26 23:35:55.730988 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 384 rows starting from the beginning of the part
6512 2024.11.26 23:35:55.731144 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6513 2024.11.26 23:35:55.731601 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 105 rows starting from the beginning of the part
6514 2024.11.26 23:35:55.732257 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 382 rows starting from the beginning of the part
6515 2024.11.26 23:35:55.732632 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 563 rows starting from the beginning of the part
6516 2024.11.26 23:35:55.733087 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part
6517 2024.11.26 23:35:55.733325 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_51_10} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6518 2024.11.26 23:35:55.733851 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
6519 2024.11.26 23:35:55.734970 [ 268 ] {01b4e6ae-19d3-4b5a-b941-acaea371db59} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6520 2024.11.26 23:35:55.735038 [ 268 ] {01b4e6ae-19d3-4b5a-b941-acaea371db59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6521 2024.11.26 23:35:55.736010 [ 268 ] {01b4e6ae-19d3-4b5a-b941-acaea371db59} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6522 2024.11.26 23:35:55.736407 [ 268 ] {01b4e6ae-19d3-4b5a-b941-acaea371db59} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6523 2024.11.26 23:35:55.736716 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6524 2024.11.26 23:35:55.736903 [ 268 ] {01b4e6ae-19d3-4b5a-b941-acaea371db59} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00638 sec., 10031.347962382444 rows/sec., 715.43 KiB/sec.
6525 2024.11.26 23:35:55.736936 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6526 2024.11.26 23:35:55.737074 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6527 2024.11.26 23:35:55.737213 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.007475399 sec., 322792.1345736863 rows/sec., 24.75 MiB/sec.
6528 2024.11.26 23:35:55.737254 [ 268 ] {01b4e6ae-19d3-4b5a-b941-acaea371db59} <Debug> TCPHandler: Processed in 0.007142817 sec.
6529 2024.11.26 23:35:55.737549 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6530 2024.11.26 23:35:55.737595 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6531 2024.11.26 23:35:55.737612 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
6532 2024.11.26 23:35:55.737865 [ 270 ] {c9914ea6-275a-4e98-93de-be801cc8ce94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6533 2024.11.26 23:35:55.738051 [ 270 ] {c9914ea6-275a-4e98-93de-be801cc8ce94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6534 2024.11.26 23:35:55.738107 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6535 2024.11.26 23:35:55.738270 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14183 rows starting from the beginning of the part
6536 2024.11.26 23:35:55.738351 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6537 2024.11.26 23:35:55.738856 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_51_10} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6538 2024.11.26 23:35:55.738876 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 238 rows starting from the beginning of the part
6539 2024.11.26 23:35:55.739236 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
6540 2024.11.26 23:35:55.739450 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
6541 2024.11.26 23:35:55.739794 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part
6542 2024.11.26 23:35:55.739937 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 943 rows starting from the beginning of the part
6543 2024.11.26 23:35:55.740292 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part
6544 2024.11.26 23:35:55.741062 [ 270 ] {c9914ea6-275a-4e98-93de-be801cc8ce94} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6545 2024.11.26 23:35:55.741128 [ 270 ] {c9914ea6-275a-4e98-93de-be801cc8ce94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6546 2024.11.26 23:35:55.741848 [ 270 ] {c9914ea6-275a-4e98-93de-be801cc8ce94} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6547 2024.11.26 23:35:55.742192 [ 270 ] {c9914ea6-275a-4e98-93de-be801cc8ce94} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6548 2024.11.26 23:35:55.742420 [ 42 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6549 2024.11.26 23:35:55.742532 [ 42 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6550 2024.11.26 23:35:55.742637 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6551 2024.11.26 23:35:55.742834 [ 270 ] {c9914ea6-275a-4e98-93de-be801cc8ce94} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005018 sec., 4782.781984854524 rows/sec., 330.06 KiB/sec.
6552 2024.11.26 23:35:55.743294 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
6553 2024.11.26 23:35:55.743503 [ 270 ] {c9914ea6-275a-4e98-93de-be801cc8ce94} <Debug> TCPHandler: Processed in 0.006112407 sec.
6554 2024.11.26 23:35:55.744063 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6555 2024.11.26 23:35:55.744187 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2736 rows starting from the beginning of the part
6556 2024.11.26 23:35:55.744786 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
6557 2024.11.26 23:35:55.745321 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
6558 2024.11.26 23:35:55.745414 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part
6559 2024.11.26 23:35:55.745679 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part
6560 2024.11.26 23:35:55.745889 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part
6561 2024.11.26 23:35:55.747563 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3020 rows, containing 4 columns (4 merged, 0 gathered) in 0.004778555 sec., 631990.2146150876 rows/sec., 41.26 MiB/sec.
6562 2024.11.26 23:35:55.747768 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15825 rows, containing 5 columns (5 merged, 0 gathered) in 0.010482368 sec., 1509677.9658947291 rows/sec., 101.92 MiB/sec.
6563 2024.11.26 23:35:55.747947 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6564 2024.11.26 23:35:55.748194 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6565 2024.11.26 23:35:55.748387 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6566 2024.11.26 23:35:55.748529 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_51_10} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6567 2024.11.26 23:35:55.748647 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
6568 2024.11.26 23:35:55.748692 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6569 2024.11.26 23:35:55.748775 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6570 2024.11.26 23:35:55.748850 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB.
6571 2024.11.26 23:35:57.064857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
6572 2024.11.26 23:35:57.065596 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6573 2024.11.26 23:35:57.065639 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6574 2024.11.26 23:35:57.066188 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6575 2024.11.26 23:35:57.066445 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6576 2024.11.26 23:35:57.066608 [ 40 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6577 2024.11.26 23:35:57.066662 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
6578 2024.11.26 23:35:57.066671 [ 40 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6579 2024.11.26 23:35:57.066700 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6580 2024.11.26 23:35:57.066947 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
6581 2024.11.26 23:35:57.067366 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6582 2024.11.26 23:35:57.067419 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
6583 2024.11.26 23:35:57.067495 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
6584 2024.11.26 23:35:57.067750 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
6585 2024.11.26 23:35:57.067915 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
6586 2024.11.26 23:35:57.068119 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
6587 2024.11.26 23:35:57.068283 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
6588 2024.11.26 23:35:57.070424 [ 190 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003636674 sec., 3925014.9999697525 rows/sec., 56.15 MiB/sec.
6589 2024.11.26 23:35:57.070702 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6590 2024.11.26 23:35:57.071021 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_31_6} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6591 2024.11.26 23:35:57.071113 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_31_6} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6592 2024.11.26 23:35:57.071210 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
6593 2024.11.26 23:35:58.022125 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6594 2024.11.26 23:35:58.044311 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6595 2024.11.26 23:35:58.044365 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6596 2024.11.26 23:35:58.051685 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6597 2024.11.26 23:35:58.052474 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6598 2024.11.26 23:35:58.052777 [ 39 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6599 2024.11.26 23:35:58.052854 [ 39 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6600 2024.11.26 23:35:58.052900 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6601 2024.11.26 23:35:58.053345 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
6602 2024.11.26 23:35:58.068110 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6603 2024.11.26 23:35:58.069817 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6604 2024.11.26 23:35:58.071399 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
6605 2024.11.26 23:35:58.077407 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
6606 2024.11.26 23:35:58.083071 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
6607 2024.11.26 23:35:58.089221 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
6608 2024.11.26 23:35:58.095017 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
6609 2024.11.26 23:35:58.099775 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
6610 2024.11.26 23:35:58.160550 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.107505523 sec., 2176.6323577626795 rows/sec., 11.25 MiB/sec.
6611 2024.11.26 23:35:58.163519 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6612 2024.11.26 23:35:58.166583 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_31_6} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6613 2024.11.26 23:35:58.166716 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_31_6} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6614 2024.11.26 23:35:58.169530 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6615 2024.11.26 23:35:59.000193 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.50 MiB, peak 213.06 MiB, free memory in arenas 0.00 B, will set to 204.35 MiB (RSS), difference: 1.85 MiB
6616 2024.11.26 23:36:00.730964 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6617 2024.11.26 23:36:00.731280 [ 268 ] {f2babf37-f649-4efb-a3a1-bf8a79ecef72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6618 2024.11.26 23:36:00.731421 [ 268 ] {f2babf37-f649-4efb-a3a1-bf8a79ecef72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6619 2024.11.26 23:36:00.732208 [ 268 ] {f2babf37-f649-4efb-a3a1-bf8a79ecef72} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6620 2024.11.26 23:36:00.732259 [ 268 ] {f2babf37-f649-4efb-a3a1-bf8a79ecef72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6621 2024.11.26 23:36:00.732709 [ 268 ] {f2babf37-f649-4efb-a3a1-bf8a79ecef72} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6622 2024.11.26 23:36:00.732979 [ 268 ] {f2babf37-f649-4efb-a3a1-bf8a79ecef72} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6623 2024.11.26 23:36:00.733170 [ 35 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6624 2024.11.26 23:36:00.733255 [ 35 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6625 2024.11.26 23:36:00.733257 [ 268 ] {f2babf37-f649-4efb-a3a1-bf8a79ecef72} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00206 sec., 6796.116504854368 rows/sec., 489.23 KiB/sec.
6626 2024.11.26 23:36:00.733294 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6627 2024.11.26 23:36:00.733435 [ 268 ] {f2babf37-f649-4efb-a3a1-bf8a79ecef72} <Debug> TCPHandler: Processed in 0.002656655 sec.
6628 2024.11.26 23:36:00.733786 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6629 2024.11.26 23:36:00.733786 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
6630 2024.11.26 23:36:00.734099 [ 270 ] {892e20b3-b6a1-4a49-a2ed-67434e48b30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6631 2024.11.26 23:36:00.734124 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6632 2024.11.26 23:36:00.734206 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
6633 2024.11.26 23:36:00.734215 [ 270 ] {892e20b3-b6a1-4a49-a2ed-67434e48b30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6634 2024.11.26 23:36:00.734515 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
6635 2024.11.26 23:36:00.734887 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
6636 2024.11.26 23:36:00.735222 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
6637 2024.11.26 23:36:00.735652 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
6638 2024.11.26 23:36:00.737288 [ 270 ] {892e20b3-b6a1-4a49-a2ed-67434e48b30f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6639 2024.11.26 23:36:00.737378 [ 270 ] {892e20b3-b6a1-4a49-a2ed-67434e48b30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6640 2024.11.26 23:36:00.738212 [ 197 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004765595 sec., 14688.617056212288 rows/sec., 1.09 MiB/sec.
6641 2024.11.26 23:36:00.738480 [ 197 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6642 2024.11.26 23:36:00.738541 [ 270 ] {892e20b3-b6a1-4a49-a2ed-67434e48b30f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6643 2024.11.26 23:36:00.739017 [ 197 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_21_5} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6644 2024.11.26 23:36:00.739074 [ 270 ] {892e20b3-b6a1-4a49-a2ed-67434e48b30f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6645 2024.11.26 23:36:00.739199 [ 197 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_21_5} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6646 2024.11.26 23:36:00.739424 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6647 2024.11.26 23:36:00.739599 [ 270 ] {892e20b3-b6a1-4a49-a2ed-67434e48b30f} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.005593 sec., 36295.36921151439 rows/sec., 3.14 MiB/sec.
6648 2024.11.26 23:36:00.739784 [ 270 ] {892e20b3-b6a1-4a49-a2ed-67434e48b30f} <Debug> TCPHandler: Processed in 0.006198058 sec.
6649 2024.11.26 23:36:00.740050 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6650 2024.11.26 23:36:00.740212 [ 268 ] {7f87f4db-6c52-435b-89e1-0b871c0d25e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6651 2024.11.26 23:36:00.740276 [ 268 ] {7f87f4db-6c52-435b-89e1-0b871c0d25e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6652 2024.11.26 23:36:00.740901 [ 268 ] {7f87f4db-6c52-435b-89e1-0b871c0d25e7} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6653 2024.11.26 23:36:00.740943 [ 268 ] {7f87f4db-6c52-435b-89e1-0b871c0d25e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6654 2024.11.26 23:36:00.741327 [ 268 ] {7f87f4db-6c52-435b-89e1-0b871c0d25e7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6655 2024.11.26 23:36:00.741581 [ 268 ] {7f87f4db-6c52-435b-89e1-0b871c0d25e7} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6656 2024.11.26 23:36:00.741802 [ 268 ] {7f87f4db-6c52-435b-89e1-0b871c0d25e7} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001628 sec., 4299.7542997543 rows/sec., 280.13 KiB/sec.
6657 2024.11.26 23:36:00.741862 [ 268 ] {7f87f4db-6c52-435b-89e1-0b871c0d25e7} <Debug> TCPHandler: Processed in 0.001949048 sec.
6658 2024.11.26 23:36:00.742020 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6659 2024.11.26 23:36:00.742149 [ 270 ] {8715bc24-64ef-4840-b486-5038dbbf4464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6660 2024.11.26 23:36:00.742204 [ 270 ] {8715bc24-64ef-4840-b486-5038dbbf4464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6661 2024.11.26 23:36:00.742922 [ 270 ] {8715bc24-64ef-4840-b486-5038dbbf4464} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6662 2024.11.26 23:36:00.742974 [ 270 ] {8715bc24-64ef-4840-b486-5038dbbf4464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6663 2024.11.26 23:36:00.743404 [ 270 ] {8715bc24-64ef-4840-b486-5038dbbf4464} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6664 2024.11.26 23:36:00.743690 [ 270 ] {8715bc24-64ef-4840-b486-5038dbbf4464} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6665 2024.11.26 23:36:00.743964 [ 270 ] {8715bc24-64ef-4840-b486-5038dbbf4464} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001832 sec., 7641.921397379912 rows/sec., 535.19 KiB/sec.
6666 2024.11.26 23:36:00.744055 [ 270 ] {8715bc24-64ef-4840-b486-5038dbbf4464} <Debug> TCPHandler: Processed in 0.002087519 sec.
6667 2024.11.26 23:36:00.744306 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6668 2024.11.26 23:36:00.744458 [ 268 ] {2094eb76-b17b-46a2-b968-679d79470ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6669 2024.11.26 23:36:00.744509 [ 268 ] {2094eb76-b17b-46a2-b968-679d79470ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6670 2024.11.26 23:36:00.745116 [ 268 ] {2094eb76-b17b-46a2-b968-679d79470ace} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6671 2024.11.26 23:36:00.745156 [ 268 ] {2094eb76-b17b-46a2-b968-679d79470ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6672 2024.11.26 23:36:00.745532 [ 268 ] {2094eb76-b17b-46a2-b968-679d79470ace} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6673 2024.11.26 23:36:00.745794 [ 268 ] {2094eb76-b17b-46a2-b968-679d79470ace} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6674 2024.11.26 23:36:00.745958 [ 35 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6675 2024.11.26 23:36:00.746021 [ 35 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6676 2024.11.26 23:36:00.746057 [ 268 ] {2094eb76-b17b-46a2-b968-679d79470ace} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001613 sec., 8059.516429014258 rows/sec., 502.51 KiB/sec.
6677 2024.11.26 23:36:00.746065 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6678 2024.11.26 23:36:00.746263 [ 268 ] {2094eb76-b17b-46a2-b968-679d79470ace} <Debug> TCPHandler: Processed in 0.00209341 sec.
6679 2024.11.26 23:36:00.746422 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
6680 2024.11.26 23:36:00.746566 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6681 2024.11.26 23:36:00.746969 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6682 2024.11.26 23:36:00.746979 [ 270 ] {d53f81c4-47cf-43d2-a110-802f8b896743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6683 2024.11.26 23:36:00.747011 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
6684 2024.11.26 23:36:00.747050 [ 270 ] {d53f81c4-47cf-43d2-a110-802f8b896743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6685 2024.11.26 23:36:00.747226 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
6686 2024.11.26 23:36:00.747576 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
6687 2024.11.26 23:36:00.748004 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
6688 2024.11.26 23:36:00.748322 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
6689 2024.11.26 23:36:00.749743 [ 270 ] {d53f81c4-47cf-43d2-a110-802f8b896743} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6690 2024.11.26 23:36:00.749787 [ 270 ] {d53f81c4-47cf-43d2-a110-802f8b896743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6691 2024.11.26 23:36:00.750103 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003914357 sec., 16605.53700135169 rows/sec., 1.07 MiB/sec.
6692 2024.11.26 23:36:00.750236 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6693 2024.11.26 23:36:00.750365 [ 270 ] {d53f81c4-47cf-43d2-a110-802f8b896743} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6694 2024.11.26 23:36:00.750546 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_21_5} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6695 2024.11.26 23:36:00.750649 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_21_5} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6696 2024.11.26 23:36:00.750671 [ 270 ] {d53f81c4-47cf-43d2-a110-802f8b896743} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6697 2024.11.26 23:36:00.750749 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6698 2024.11.26 23:36:00.750928 [ 270 ] {d53f81c4-47cf-43d2-a110-802f8b896743} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004046 sec., 94414.23628274839 rows/sec., 6.68 MiB/sec.
6699 2024.11.26 23:36:00.750988 [ 270 ] {d53f81c4-47cf-43d2-a110-802f8b896743} <Debug> TCPHandler: Processed in 0.004601003 sec.
6700 2024.11.26 23:36:00.751141 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6701 2024.11.26 23:36:00.751263 [ 268 ] {6f35aeae-b9f3-4048-b808-3dc2dfec27c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6702 2024.11.26 23:36:00.751317 [ 268 ] {6f35aeae-b9f3-4048-b808-3dc2dfec27c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6703 2024.11.26 23:36:00.751830 [ 268 ] {6f35aeae-b9f3-4048-b808-3dc2dfec27c3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6704 2024.11.26 23:36:00.751870 [ 268 ] {6f35aeae-b9f3-4048-b808-3dc2dfec27c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6705 2024.11.26 23:36:00.752263 [ 268 ] {6f35aeae-b9f3-4048-b808-3dc2dfec27c3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6706 2024.11.26 23:36:00.752515 [ 268 ] {6f35aeae-b9f3-4048-b808-3dc2dfec27c3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6707 2024.11.26 23:36:00.752679 [ 35 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6708 2024.11.26 23:36:00.752746 [ 35 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6709 2024.11.26 23:36:00.752787 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6710 2024.11.26 23:36:00.752793 [ 268 ] {6f35aeae-b9f3-4048-b808-3dc2dfec27c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec.
6711 2024.11.26 23:36:00.753081 [ 268 ] {6f35aeae-b9f3-4048-b808-3dc2dfec27c3} <Debug> TCPHandler: Processed in 0.001993089 sec.
6712 2024.11.26 23:36:00.753204 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
6713 2024.11.26 23:36:00.753372 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6714 2024.11.26 23:36:00.753713 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6715 2024.11.26 23:36:00.753781 [ 270 ] {5f1f97b0-3ec9-4226-8d86-e694a63345c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6716 2024.11.26 23:36:00.753809 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part
6717 2024.11.26 23:36:00.753928 [ 270 ] {5f1f97b0-3ec9-4226-8d86-e694a63345c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6718 2024.11.26 23:36:00.754031 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6719 2024.11.26 23:36:00.754394 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
6720 2024.11.26 23:36:00.754729 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
6721 2024.11.26 23:36:00.755026 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
6722 2024.11.26 23:36:00.755344 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
6723 2024.11.26 23:36:00.756521 [ 270 ] {5f1f97b0-3ec9-4226-8d86-e694a63345c2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6724 2024.11.26 23:36:00.756592 [ 270 ] {5f1f97b0-3ec9-4226-8d86-e694a63345c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6725 2024.11.26 23:36:00.757698 [ 270 ] {5f1f97b0-3ec9-4226-8d86-e694a63345c2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6726 2024.11.26 23:36:00.757945 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005068627 sec., 24858.80298550278 rows/sec., 1.27 MiB/sec.
6727 2024.11.26 23:36:00.758122 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6728 2024.11.26 23:36:00.758233 [ 270 ] {5f1f97b0-3ec9-4226-8d86-e694a63345c2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6729 2024.11.26 23:36:00.758643 [ 270 ] {5f1f97b0-3ec9-4226-8d86-e694a63345c2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004996 sec., 47437.95036028823 rows/sec., 3.18 MiB/sec.
6730 2024.11.26 23:36:00.758774 [ 188 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6731 2024.11.26 23:36:00.758788 [ 270 ] {5f1f97b0-3ec9-4226-8d86-e694a63345c2} <Debug> TCPHandler: Processed in 0.005592592 sec.
6732 2024.11.26 23:36:00.758922 [ 188 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_21_4} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6733 2024.11.26 23:36:00.759001 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6734 2024.11.26 23:36:00.759061 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6735 2024.11.26 23:36:00.759177 [ 268 ] {7fd2ac62-4150-4004-9dcd-6a9015376626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6736 2024.11.26 23:36:00.759242 [ 268 ] {7fd2ac62-4150-4004-9dcd-6a9015376626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6737 2024.11.26 23:36:00.759730 [ 268 ] {7fd2ac62-4150-4004-9dcd-6a9015376626} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6738 2024.11.26 23:36:00.759771 [ 268 ] {7fd2ac62-4150-4004-9dcd-6a9015376626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6739 2024.11.26 23:36:00.760149 [ 268 ] {7fd2ac62-4150-4004-9dcd-6a9015376626} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6740 2024.11.26 23:36:00.760399 [ 268 ] {7fd2ac62-4150-4004-9dcd-6a9015376626} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6741 2024.11.26 23:36:00.760667 [ 268 ] {7fd2ac62-4150-4004-9dcd-6a9015376626} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 44.30 KiB/sec.
6742 2024.11.26 23:36:00.760899 [ 268 ] {7fd2ac62-4150-4004-9dcd-6a9015376626} <Debug> TCPHandler: Processed in 0.001995889 sec.
6743 2024.11.26 23:36:00.761073 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6744 2024.11.26 23:36:00.761192 [ 270 ] {daf2af37-7e77-4a9d-91b4-9f15f11eadd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6745 2024.11.26 23:36:00.761246 [ 270 ] {daf2af37-7e77-4a9d-91b4-9f15f11eadd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6746 2024.11.26 23:36:00.761837 [ 270 ] {daf2af37-7e77-4a9d-91b4-9f15f11eadd0} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6747 2024.11.26 23:36:00.761885 [ 270 ] {daf2af37-7e77-4a9d-91b4-9f15f11eadd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6748 2024.11.26 23:36:00.762339 [ 270 ] {daf2af37-7e77-4a9d-91b4-9f15f11eadd0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6749 2024.11.26 23:36:00.762591 [ 270 ] {daf2af37-7e77-4a9d-91b4-9f15f11eadd0} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6750 2024.11.26 23:36:00.762847 [ 270 ] {daf2af37-7e77-4a9d-91b4-9f15f11eadd0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001674 sec., 48984.46833930705 rows/sec., 3.11 MiB/sec.
6751 2024.11.26 23:36:00.762976 [ 270 ] {daf2af37-7e77-4a9d-91b4-9f15f11eadd0} <Debug> TCPHandler: Processed in 0.001968438 sec.
6752 2024.11.26 23:36:04.456744 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache
6753 2024.11.26 23:36:04.456815 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache
6754 2024.11.26 23:36:04.566943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
6755 2024.11.26 23:36:04.567659 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6756 2024.11.26 23:36:04.567709 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6757 2024.11.26 23:36:04.568262 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6758 2024.11.26 23:36:04.568541 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6759 2024.11.26 23:36:04.568833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6760 2024.11.26 23:36:04.658791 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 974
6761 2024.11.26 23:36:04.661825 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6762 2024.11.26 23:36:04.661885 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6763 2024.11.26 23:36:04.663340 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6764 2024.11.26 23:36:04.663667 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6765 2024.11.26 23:36:04.664875 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974
6766 2024.11.26 23:36:05.001332 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000952459 sec.
6767 2024.11.26 23:36:05.020293 [ 31 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6768 2024.11.26 23:36:05.020352 [ 31 ] {} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6769 2024.11.26 23:36:05.020374 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6770 2024.11.26 23:36:05.020540 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
6771 2024.11.26 23:36:05.020727 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6772 2024.11.26 23:36:05.020765 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
6773 2024.11.26 23:36:05.020847 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
6774 2024.11.26 23:36:05.020977 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
6775 2024.11.26 23:36:05.021085 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
6776 2024.11.26 23:36:05.021181 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part
6777 2024.11.26 23:36:05.022126 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001691796 sec., 22461.336946062056 rows/sec., 1.87 MiB/sec.
6778 2024.11.26 23:36:05.022322 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6779 2024.11.26 23:36:05.022669 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_9_2} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6780 2024.11.26 23:36:05.022763 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_9_2} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6781 2024.11.26 23:36:05.022871 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6782 2024.11.26 23:36:05.568327 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6783 2024.11.26 23:36:05.587270 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6784 2024.11.26 23:36:05.587328 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6785 2024.11.26 23:36:05.594332 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6786 2024.11.26 23:36:05.595097 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6787 2024.11.26 23:36:05.597703 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6788 2024.11.26 23:36:05.728856 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6789 2024.11.26 23:36:05.729085 [ 268 ] {6ed2410a-2509-4386-807f-73ddd105278b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6790 2024.11.26 23:36:05.729169 [ 268 ] {6ed2410a-2509-4386-807f-73ddd105278b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6791 2024.11.26 23:36:05.730045 [ 268 ] {6ed2410a-2509-4386-807f-73ddd105278b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6792 2024.11.26 23:36:05.730101 [ 268 ] {6ed2410a-2509-4386-807f-73ddd105278b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6793 2024.11.26 23:36:05.730579 [ 268 ] {6ed2410a-2509-4386-807f-73ddd105278b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6794 2024.11.26 23:36:05.730858 [ 268 ] {6ed2410a-2509-4386-807f-73ddd105278b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6795 2024.11.26 23:36:05.731130 [ 268 ] {6ed2410a-2509-4386-807f-73ddd105278b} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002105 sec., 65558.19477434679 rows/sec., 5.66 MiB/sec.
6796 2024.11.26 23:36:05.731213 [ 268 ] {6ed2410a-2509-4386-807f-73ddd105278b} <Debug> TCPHandler: Processed in 0.002496174 sec.
6797 2024.11.26 23:36:05.731613 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6798 2024.11.26 23:36:05.731912 [ 270 ] {5bafbd2b-7456-433f-9eec-5d94e22d082f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6799 2024.11.26 23:36:05.732030 [ 270 ] {5bafbd2b-7456-433f-9eec-5d94e22d082f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6800 2024.11.26 23:36:05.732961 [ 270 ] {5bafbd2b-7456-433f-9eec-5d94e22d082f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6801 2024.11.26 23:36:05.733011 [ 270 ] {5bafbd2b-7456-433f-9eec-5d94e22d082f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6802 2024.11.26 23:36:05.733421 [ 270 ] {5bafbd2b-7456-433f-9eec-5d94e22d082f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6803 2024.11.26 23:36:05.733665 [ 270 ] {5bafbd2b-7456-433f-9eec-5d94e22d082f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6804 2024.11.26 23:36:05.733980 [ 270 ] {5bafbd2b-7456-433f-9eec-5d94e22d082f} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002144 sec., 19123.13432835821 rows/sec., 1.40 MiB/sec.
6805 2024.11.26 23:36:05.734075 [ 270 ] {5bafbd2b-7456-433f-9eec-5d94e22d082f} <Debug> TCPHandler: Processed in 0.002719205 sec.
6806 2024.11.26 23:36:05.734332 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6807 2024.11.26 23:36:05.734467 [ 268 ] {bd1c0318-075b-48ef-89bc-793d7c18814a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6808 2024.11.26 23:36:05.734517 [ 268 ] {bd1c0318-075b-48ef-89bc-793d7c18814a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6809 2024.11.26 23:36:05.735180 [ 268 ] {bd1c0318-075b-48ef-89bc-793d7c18814a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6810 2024.11.26 23:36:05.735222 [ 268 ] {bd1c0318-075b-48ef-89bc-793d7c18814a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6811 2024.11.26 23:36:05.735618 [ 268 ] {bd1c0318-075b-48ef-89bc-793d7c18814a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6812 2024.11.26 23:36:05.735878 [ 268 ] {bd1c0318-075b-48ef-89bc-793d7c18814a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6813 2024.11.26 23:36:05.736127 [ 268 ] {bd1c0318-075b-48ef-89bc-793d7c18814a} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001679 sec., 62537.22453841573 rows/sec., 4.88 MiB/sec.
6814 2024.11.26 23:36:05.736253 [ 268 ] {bd1c0318-075b-48ef-89bc-793d7c18814a} <Debug> TCPHandler: Processed in 0.00205171 sec.
6815 2024.11.26 23:36:05.736493 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6816 2024.11.26 23:36:05.736626 [ 270 ] {facde635-1f92-4fbf-a3a3-157c2147e3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6817 2024.11.26 23:36:05.736679 [ 270 ] {facde635-1f92-4fbf-a3a3-157c2147e3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6818 2024.11.26 23:36:05.737264 [ 270 ] {facde635-1f92-4fbf-a3a3-157c2147e3d2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6819 2024.11.26 23:36:05.737304 [ 270 ] {facde635-1f92-4fbf-a3a3-157c2147e3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6820 2024.11.26 23:36:05.737707 [ 270 ] {facde635-1f92-4fbf-a3a3-157c2147e3d2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6821 2024.11.26 23:36:05.737969 [ 270 ] {facde635-1f92-4fbf-a3a3-157c2147e3d2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6822 2024.11.26 23:36:05.738192 [ 270 ] {facde635-1f92-4fbf-a3a3-157c2147e3d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec.
6823 2024.11.26 23:36:05.738249 [ 270 ] {facde635-1f92-4fbf-a3a3-157c2147e3d2} <Debug> TCPHandler: Processed in 0.001873587 sec.
6824 2024.11.26 23:36:05.738434 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6825 2024.11.26 23:36:05.738581 [ 268 ] {0cdc9914-5f20-4450-8531-a71ec10de566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6826 2024.11.26 23:36:05.738678 [ 268 ] {0cdc9914-5f20-4450-8531-a71ec10de566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6827 2024.11.26 23:36:05.740093 [ 268 ] {0cdc9914-5f20-4450-8531-a71ec10de566} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6828 2024.11.26 23:36:05.740133 [ 268 ] {0cdc9914-5f20-4450-8531-a71ec10de566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6829 2024.11.26 23:36:05.740853 [ 268 ] {0cdc9914-5f20-4450-8531-a71ec10de566} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6830 2024.11.26 23:36:05.741135 [ 268 ] {0cdc9914-5f20-4450-8531-a71ec10de566} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6831 2024.11.26 23:36:05.741384 [ 268 ] {0cdc9914-5f20-4450-8531-a71ec10de566} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002836 sec., 14456.981664315937 rows/sec., 25.91 MiB/sec.
6832 2024.11.26 23:36:05.741495 [ 268 ] {0cdc9914-5f20-4450-8531-a71ec10de566} <Debug> TCPHandler: Processed in 0.00315167 sec.
6833 2024.11.26 23:36:05.741665 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6834 2024.11.26 23:36:05.741805 [ 270 ] {a15e1be2-f97f-43d8-b8ce-393cfce13c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6835 2024.11.26 23:36:05.741867 [ 270 ] {a15e1be2-f97f-43d8-b8ce-393cfce13c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6836 2024.11.26 23:36:05.742467 [ 270 ] {a15e1be2-f97f-43d8-b8ce-393cfce13c7f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6837 2024.11.26 23:36:05.742506 [ 270 ] {a15e1be2-f97f-43d8-b8ce-393cfce13c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
6838 2024.11.26 23:36:05.742893 [ 270 ] {a15e1be2-f97f-43d8-b8ce-393cfce13c7f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6839 2024.11.26 23:36:05.743136 [ 270 ] {a15e1be2-f97f-43d8-b8ce-393cfce13c7f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6840 2024.11.26 23:36:05.743401 [ 270 ] {a15e1be2-f97f-43d8-b8ce-393cfce13c7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001623 sec., 36968.57670979667 rows/sec., 2.49 MiB/sec.
6841 2024.11.26 23:36:05.743530 [ 270 ] {a15e1be2-f97f-43d8-b8ce-393cfce13c7f} <Debug> TCPHandler: Processed in 0.001926818 sec.
6842 2024.11.26 23:36:10.731838 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6843 2024.11.26 23:36:10.732041 [ 268 ] {d402c421-1e24-4e33-bffe-661019d08bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6844 2024.11.26 23:36:10.732115 [ 268 ] {d402c421-1e24-4e33-bffe-661019d08bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6845 2024.11.26 23:36:10.732863 [ 268 ] {d402c421-1e24-4e33-bffe-661019d08bc7} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6846 2024.11.26 23:36:10.732914 [ 268 ] {d402c421-1e24-4e33-bffe-661019d08bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6847 2024.11.26 23:36:10.733348 [ 268 ] {d402c421-1e24-4e33-bffe-661019d08bc7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6848 2024.11.26 23:36:10.733621 [ 268 ] {d402c421-1e24-4e33-bffe-661019d08bc7} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6849 2024.11.26 23:36:10.733871 [ 268 ] {d402c421-1e24-4e33-bffe-661019d08bc7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 535.22 KiB/sec.
6850 2024.11.26 23:36:10.733930 [ 268 ] {d402c421-1e24-4e33-bffe-661019d08bc7} <Debug> TCPHandler: Processed in 0.002225991 sec.
6851 2024.11.26 23:36:10.734175 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6852 2024.11.26 23:36:10.734373 [ 270 ] {81dfe5b9-977b-44ea-9122-25a7aa7dfe1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6853 2024.11.26 23:36:10.734446 [ 270 ] {81dfe5b9-977b-44ea-9122-25a7aa7dfe1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6854 2024.11.26 23:36:10.735269 [ 270 ] {81dfe5b9-977b-44ea-9122-25a7aa7dfe1c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6855 2024.11.26 23:36:10.735317 [ 270 ] {81dfe5b9-977b-44ea-9122-25a7aa7dfe1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6856 2024.11.26 23:36:10.735762 [ 270 ] {81dfe5b9-977b-44ea-9122-25a7aa7dfe1c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6857 2024.11.26 23:36:10.736009 [ 270 ] {81dfe5b9-977b-44ea-9122-25a7aa7dfe1c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6858 2024.11.26 23:36:10.736265 [ 270 ] {81dfe5b9-977b-44ea-9122-25a7aa7dfe1c} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001945 sec., 104370.17994858613 rows/sec., 9.03 MiB/sec.
6859 2024.11.26 23:36:10.736333 [ 270 ] {81dfe5b9-977b-44ea-9122-25a7aa7dfe1c} <Debug> TCPHandler: Processed in 0.002287141 sec.
6860 2024.11.26 23:36:10.736538 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6861 2024.11.26 23:36:10.736660 [ 268 ] {8ef8e1de-143e-4735-880d-02e1d581d052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6862 2024.11.26 23:36:10.736712 [ 268 ] {8ef8e1de-143e-4735-880d-02e1d581d052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6863 2024.11.26 23:36:10.737302 [ 268 ] {8ef8e1de-143e-4735-880d-02e1d581d052} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6864 2024.11.26 23:36:10.737343 [ 268 ] {8ef8e1de-143e-4735-880d-02e1d581d052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6865 2024.11.26 23:36:10.737705 [ 268 ] {8ef8e1de-143e-4735-880d-02e1d581d052} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6866 2024.11.26 23:36:10.737954 [ 268 ] {8ef8e1de-143e-4735-880d-02e1d581d052} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6867 2024.11.26 23:36:10.738182 [ 268 ] {8ef8e1de-143e-4735-880d-02e1d581d052} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001545 sec., 4530.74433656958 rows/sec., 295.18 KiB/sec.
6868 2024.11.26 23:36:10.738236 [ 268 ] {8ef8e1de-143e-4735-880d-02e1d581d052} <Debug> TCPHandler: Processed in 0.001801507 sec.
6869 2024.11.26 23:36:10.738379 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6870 2024.11.26 23:36:10.738496 [ 270 ] {692d58da-221e-49d2-b872-8887e55fb647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6871 2024.11.26 23:36:10.738545 [ 270 ] {692d58da-221e-49d2-b872-8887e55fb647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6872 2024.11.26 23:36:10.739173 [ 270 ] {692d58da-221e-49d2-b872-8887e55fb647} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6873 2024.11.26 23:36:10.739212 [ 270 ] {692d58da-221e-49d2-b872-8887e55fb647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6874 2024.11.26 23:36:10.739586 [ 270 ] {692d58da-221e-49d2-b872-8887e55fb647} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6875 2024.11.26 23:36:10.739823 [ 270 ] {692d58da-221e-49d2-b872-8887e55fb647} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6876 2024.11.26 23:36:10.740013 [ 270 ] {692d58da-221e-49d2-b872-8887e55fb647} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001538 sec., 9102.730819245773 rows/sec., 637.50 KiB/sec.
6877 2024.11.26 23:36:10.740136 [ 270 ] {692d58da-221e-49d2-b872-8887e55fb647} <Debug> TCPHandler: Processed in 0.001811467 sec.
6878 2024.11.26 23:36:10.740288 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6879 2024.11.26 23:36:10.740402 [ 268 ] {199cecc0-06df-4449-bfce-9c794b29d97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6880 2024.11.26 23:36:10.740451 [ 268 ] {199cecc0-06df-4449-bfce-9c794b29d97d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6881 2024.11.26 23:36:10.741041 [ 268 ] {199cecc0-06df-4449-bfce-9c794b29d97d} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6882 2024.11.26 23:36:10.741082 [ 268 ] {199cecc0-06df-4449-bfce-9c794b29d97d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6883 2024.11.26 23:36:10.741448 [ 268 ] {199cecc0-06df-4449-bfce-9c794b29d97d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6884 2024.11.26 23:36:10.741689 [ 268 ] {199cecc0-06df-4449-bfce-9c794b29d97d} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6885 2024.11.26 23:36:10.741901 [ 268 ] {199cecc0-06df-4449-bfce-9c794b29d97d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001522 sec., 8541.392904073587 rows/sec., 532.55 KiB/sec.
6886 2024.11.26 23:36:10.741953 [ 268 ] {199cecc0-06df-4449-bfce-9c794b29d97d} <Debug> TCPHandler: Processed in 0.001720936 sec.
6887 2024.11.26 23:36:10.742092 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6888 2024.11.26 23:36:10.742218 [ 270 ] {1bb1f84b-3201-4faa-819b-d5e51727934e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6889 2024.11.26 23:36:10.742268 [ 270 ] {1bb1f84b-3201-4faa-819b-d5e51727934e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6890 2024.11.26 23:36:10.742986 [ 270 ] {1bb1f84b-3201-4faa-819b-d5e51727934e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6891 2024.11.26 23:36:10.743024 [ 270 ] {1bb1f84b-3201-4faa-819b-d5e51727934e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6892 2024.11.26 23:36:10.743454 [ 270 ] {1bb1f84b-3201-4faa-819b-d5e51727934e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6893 2024.11.26 23:36:10.743698 [ 270 ] {1bb1f84b-3201-4faa-819b-d5e51727934e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6894 2024.11.26 23:36:10.743886 [ 270 ] {1bb1f84b-3201-4faa-819b-d5e51727934e} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001696 sec., 225235.84905660377 rows/sec., 15.94 MiB/sec.
6895 2024.11.26 23:36:10.744004 [ 270 ] {1bb1f84b-3201-4faa-819b-d5e51727934e} <Debug> TCPHandler: Processed in 0.001968178 sec.
6896 2024.11.26 23:36:10.744187 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6897 2024.11.26 23:36:10.744302 [ 268 ] {38860ae9-b824-463c-a59e-47dd372899aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6898 2024.11.26 23:36:10.744355 [ 268 ] {38860ae9-b824-463c-a59e-47dd372899aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6899 2024.11.26 23:36:10.744878 [ 268 ] {38860ae9-b824-463c-a59e-47dd372899aa} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6900 2024.11.26 23:36:10.744918 [ 268 ] {38860ae9-b824-463c-a59e-47dd372899aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6901 2024.11.26 23:36:10.745290 [ 268 ] {38860ae9-b824-463c-a59e-47dd372899aa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6902 2024.11.26 23:36:10.745538 [ 268 ] {38860ae9-b824-463c-a59e-47dd372899aa} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6903 2024.11.26 23:36:10.745751 [ 268 ] {38860ae9-b824-463c-a59e-47dd372899aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec.
6904 2024.11.26 23:36:10.745802 [ 268 ] {38860ae9-b824-463c-a59e-47dd372899aa} <Debug> TCPHandler: Processed in 0.001704406 sec.
6905 2024.11.26 23:36:10.745948 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6906 2024.11.26 23:36:10.746086 [ 270 ] {133075e6-e038-4a58-8c91-86529b8b57ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6907 2024.11.26 23:36:10.746147 [ 270 ] {133075e6-e038-4a58-8c91-86529b8b57ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6908 2024.11.26 23:36:10.746797 [ 270 ] {133075e6-e038-4a58-8c91-86529b8b57ce} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6909 2024.11.26 23:36:10.746835 [ 270 ] {133075e6-e038-4a58-8c91-86529b8b57ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6910 2024.11.26 23:36:10.747234 [ 270 ] {133075e6-e038-4a58-8c91-86529b8b57ce} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6911 2024.11.26 23:36:10.747472 [ 270 ] {133075e6-e038-4a58-8c91-86529b8b57ce} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6912 2024.11.26 23:36:10.747656 [ 270 ] {133075e6-e038-4a58-8c91-86529b8b57ce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001602 sec., 147940.07490636705 rows/sec., 9.92 MiB/sec.
6913 2024.11.26 23:36:10.747765 [ 270 ] {133075e6-e038-4a58-8c91-86529b8b57ce} <Debug> TCPHandler: Processed in 0.001882288 sec.
6914 2024.11.26 23:36:10.747942 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6915 2024.11.26 23:36:10.748063 [ 268 ] {38b62f1b-363e-45de-8cfa-6720e23f7af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6916 2024.11.26 23:36:10.748116 [ 268 ] {38b62f1b-363e-45de-8cfa-6720e23f7af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6917 2024.11.26 23:36:10.748595 [ 268 ] {38b62f1b-363e-45de-8cfa-6720e23f7af4} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6918 2024.11.26 23:36:10.748633 [ 268 ] {38b62f1b-363e-45de-8cfa-6720e23f7af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6919 2024.11.26 23:36:10.749000 [ 268 ] {38b62f1b-363e-45de-8cfa-6720e23f7af4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6920 2024.11.26 23:36:10.749245 [ 268 ] {38b62f1b-363e-45de-8cfa-6720e23f7af4} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6921 2024.11.26 23:36:10.749454 [ 268 ] {38b62f1b-363e-45de-8cfa-6720e23f7af4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001415 sec., 706.7137809187279 rows/sec., 47.62 KiB/sec.
6922 2024.11.26 23:36:10.749503 [ 268 ] {38b62f1b-363e-45de-8cfa-6720e23f7af4} <Debug> TCPHandler: Processed in 0.001649605 sec.
6923 2024.11.26 23:36:10.749650 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6924 2024.11.26 23:36:10.749790 [ 270 ] {736c25d1-445b-4fb6-89a8-a73510d8a75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6925 2024.11.26 23:36:10.749841 [ 270 ] {736c25d1-445b-4fb6-89a8-a73510d8a75a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6926 2024.11.26 23:36:10.750377 [ 270 ] {736c25d1-445b-4fb6-89a8-a73510d8a75a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6927 2024.11.26 23:36:10.750414 [ 270 ] {736c25d1-445b-4fb6-89a8-a73510d8a75a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6928 2024.11.26 23:36:10.750774 [ 270 ] {736c25d1-445b-4fb6-89a8-a73510d8a75a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6929 2024.11.26 23:36:10.751016 [ 270 ] {736c25d1-445b-4fb6-89a8-a73510d8a75a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6930 2024.11.26 23:36:10.751197 [ 270 ] {736c25d1-445b-4fb6-89a8-a73510d8a75a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001432 sec., 57262.56983240224 rows/sec., 3.64 MiB/sec.
6931 2024.11.26 23:36:10.751301 [ 270 ] {736c25d1-445b-4fb6-89a8-a73510d8a75a} <Debug> TCPHandler: Processed in 0.001707076 sec.
6932 2024.11.26 23:36:12.069102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
6933 2024.11.26 23:36:12.069787 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6934 2024.11.26 23:36:12.069836 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6935 2024.11.26 23:36:12.070448 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6936 2024.11.26 23:36:12.070719 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6937 2024.11.26 23:36:12.071075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
6938 2024.11.26 23:36:13.097906 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6939 2024.11.26 23:36:13.117188 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6940 2024.11.26 23:36:13.117238 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6941 2024.11.26 23:36:13.124608 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6942 2024.11.26 23:36:13.125360 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6943 2024.11.26 23:36:13.128225 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6944 2024.11.26 23:36:14.665240 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1006
6945 2024.11.26 23:36:14.668354 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6946 2024.11.26 23:36:14.668414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6947 2024.11.26 23:36:14.669859 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6948 2024.11.26 23:36:14.670185 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6949 2024.11.26 23:36:14.671932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1006
6950 2024.11.26 23:36:15.728659 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6951 2024.11.26 23:36:15.728871 [ 268 ] {7be7d349-4dbe-46e2-b02f-5f61404c2a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6952 2024.11.26 23:36:15.728946 [ 268 ] {7be7d349-4dbe-46e2-b02f-5f61404c2a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6953 2024.11.26 23:36:15.729794 [ 268 ] {7be7d349-4dbe-46e2-b02f-5f61404c2a53} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6954 2024.11.26 23:36:15.729846 [ 268 ] {7be7d349-4dbe-46e2-b02f-5f61404c2a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6955 2024.11.26 23:36:15.730313 [ 268 ] {7be7d349-4dbe-46e2-b02f-5f61404c2a53} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6956 2024.11.26 23:36:15.730585 [ 268 ] {7be7d349-4dbe-46e2-b02f-5f61404c2a53} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6957 2024.11.26 23:36:15.730829 [ 268 ] {7be7d349-4dbe-46e2-b02f-5f61404c2a53} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002018 sec., 68384.53914767096 rows/sec., 5.90 MiB/sec.
6958 2024.11.26 23:36:15.730886 [ 268 ] {7be7d349-4dbe-46e2-b02f-5f61404c2a53} <Debug> TCPHandler: Processed in 0.002373202 sec.
6959 2024.11.26 23:36:15.731160 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6960 2024.11.26 23:36:15.731378 [ 270 ] {fd84c2c2-8dc4-48df-89ce-bab840dc09ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6961 2024.11.26 23:36:15.731463 [ 270 ] {fd84c2c2-8dc4-48df-89ce-bab840dc09ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6962 2024.11.26 23:36:15.732295 [ 270 ] {fd84c2c2-8dc4-48df-89ce-bab840dc09ce} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6963 2024.11.26 23:36:15.732351 [ 270 ] {fd84c2c2-8dc4-48df-89ce-bab840dc09ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6964 2024.11.26 23:36:15.732813 [ 270 ] {fd84c2c2-8dc4-48df-89ce-bab840dc09ce} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6965 2024.11.26 23:36:15.733083 [ 270 ] {fd84c2c2-8dc4-48df-89ce-bab840dc09ce} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6966 2024.11.26 23:36:15.733275 [ 66 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6967 2024.11.26 23:36:15.733355 [ 270 ] {fd84c2c2-8dc4-48df-89ce-bab840dc09ce} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002029 sec., 20206.998521439134 rows/sec., 1.48 MiB/sec.
6968 2024.11.26 23:36:15.733363 [ 66 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6969 2024.11.26 23:36:15.733439 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6970 2024.11.26 23:36:15.733501 [ 270 ] {fd84c2c2-8dc4-48df-89ce-bab840dc09ce} <Debug> TCPHandler: Processed in 0.002482783 sec.
6971 2024.11.26 23:36:15.733643 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
6972 2024.11.26 23:36:15.733702 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6973 2024.11.26 23:36:15.733876 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6974 2024.11.26 23:36:15.733951 [ 268 ] {6fdc51ec-b674-455a-8d32-00dab2e1068b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6975 2024.11.26 23:36:15.733955 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 66 rows starting from the beginning of the part
6976 2024.11.26 23:36:15.734054 [ 268 ] {6fdc51ec-b674-455a-8d32-00dab2e1068b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6977 2024.11.26 23:36:15.734112 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 43 rows starting from the beginning of the part
6978 2024.11.26 23:36:15.734525 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
6979 2024.11.26 23:36:15.734894 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part
6980 2024.11.26 23:36:15.735219 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part
6981 2024.11.26 23:36:15.735642 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part
6982 2024.11.26 23:36:15.737196 [ 268 ] {6fdc51ec-b674-455a-8d32-00dab2e1068b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6983 2024.11.26 23:36:15.737276 [ 268 ] {6fdc51ec-b674-455a-8d32-00dab2e1068b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6984 2024.11.26 23:36:15.738350 [ 268 ] {6fdc51ec-b674-455a-8d32-00dab2e1068b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6985 2024.11.26 23:36:15.738435 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.004892135 sec., 41903.99488158034 rows/sec., 3.17 MiB/sec.
6986 2024.11.26 23:36:15.738622 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6987 2024.11.26 23:36:15.738849 [ 268 ] {6fdc51ec-b674-455a-8d32-00dab2e1068b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6988 2024.11.26 23:36:15.739225 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_46_9} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6989 2024.11.26 23:36:15.739313 [ 268 ] {6fdc51ec-b674-455a-8d32-00dab2e1068b} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.005408 sec., 19415.680473372784 rows/sec., 1.52 MiB/sec.
6990 2024.11.26 23:36:15.739430 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_46_9} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6991 2024.11.26 23:36:15.739487 [ 268 ] {6fdc51ec-b674-455a-8d32-00dab2e1068b} <Debug> TCPHandler: Processed in 0.005857595 sec.
6992 2024.11.26 23:36:15.739638 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6993 2024.11.26 23:36:15.739705 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6994 2024.11.26 23:36:15.739845 [ 270 ] {9487ccf4-cfa8-4dbe-9796-30e30d0b4275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6995 2024.11.26 23:36:15.739912 [ 270 ] {9487ccf4-cfa8-4dbe-9796-30e30d0b4275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6996 2024.11.26 23:36:15.740589 [ 270 ] {9487ccf4-cfa8-4dbe-9796-30e30d0b4275} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6997 2024.11.26 23:36:15.740638 [ 270 ] {9487ccf4-cfa8-4dbe-9796-30e30d0b4275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6998 2024.11.26 23:36:15.741090 [ 270 ] {9487ccf4-cfa8-4dbe-9796-30e30d0b4275} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6999 2024.11.26 23:36:15.741335 [ 270 ] {9487ccf4-cfa8-4dbe-9796-30e30d0b4275} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7000 2024.11.26 23:36:15.741567 [ 270 ] {9487ccf4-cfa8-4dbe-9796-30e30d0b4275} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001757 sec., 91064.31417188389 rows/sec., 6.34 MiB/sec.
7001 2024.11.26 23:36:15.741622 [ 270 ] {9487ccf4-cfa8-4dbe-9796-30e30d0b4275} <Debug> TCPHandler: Processed in 0.002026189 sec.
7002 2024.11.26 23:36:15.741776 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7003 2024.11.26 23:36:15.741904 [ 268 ] {9ad78a2a-cf7d-4a39-8e35-27f47b0c1033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7004 2024.11.26 23:36:15.741999 [ 268 ] {9ad78a2a-cf7d-4a39-8e35-27f47b0c1033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7005 2024.11.26 23:36:15.743372 [ 268 ] {9ad78a2a-cf7d-4a39-8e35-27f47b0c1033} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7006 2024.11.26 23:36:15.743412 [ 268 ] {9ad78a2a-cf7d-4a39-8e35-27f47b0c1033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7007 2024.11.26 23:36:15.744124 [ 268 ] {9ad78a2a-cf7d-4a39-8e35-27f47b0c1033} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7008 2024.11.26 23:36:15.744402 [ 268 ] {9ad78a2a-cf7d-4a39-8e35-27f47b0c1033} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7009 2024.11.26 23:36:15.744651 [ 268 ] {9ad78a2a-cf7d-4a39-8e35-27f47b0c1033} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002778 sec., 14758.819294456443 rows/sec., 26.45 MiB/sec.
7010 2024.11.26 23:36:15.744749 [ 268 ] {9ad78a2a-cf7d-4a39-8e35-27f47b0c1033} <Debug> TCPHandler: Processed in 0.003031328 sec.
7011 2024.11.26 23:36:15.744907 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7012 2024.11.26 23:36:15.745050 [ 270 ] {87f4c868-7d0e-4801-945c-ae6189ce05b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7013 2024.11.26 23:36:15.745112 [ 270 ] {87f4c868-7d0e-4801-945c-ae6189ce05b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7014 2024.11.26 23:36:15.745703 [ 270 ] {87f4c868-7d0e-4801-945c-ae6189ce05b4} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7015 2024.11.26 23:36:15.745751 [ 270 ] {87f4c868-7d0e-4801-945c-ae6189ce05b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7016 2024.11.26 23:36:15.746153 [ 270 ] {87f4c868-7d0e-4801-945c-ae6189ce05b4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7017 2024.11.26 23:36:15.746400 [ 270 ] {87f4c868-7d0e-4801-945c-ae6189ce05b4} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7018 2024.11.26 23:36:15.746616 [ 270 ] {87f4c868-7d0e-4801-945c-ae6189ce05b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001598 sec., 37546.93366708385 rows/sec., 2.53 MiB/sec.
7019 2024.11.26 23:36:15.746667 [ 270 ] {87f4c868-7d0e-4801-945c-ae6189ce05b4} <Debug> TCPHandler: Processed in 0.001829107 sec.
7020 2024.11.26 23:36:19.456858 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache
7021 2024.11.26 23:36:19.456931 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache
7022 2024.11.26 23:36:19.571414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
7023 2024.11.26 23:36:19.572293 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7024 2024.11.26 23:36:19.572330 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7025 2024.11.26 23:36:19.572855 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7026 2024.11.26 23:36:19.573109 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7027 2024.11.26 23:36:19.573293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
7028 2024.11.26 23:36:20.628450 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
7029 2024.11.26 23:36:20.648809 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7030 2024.11.26 23:36:20.648867 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7031 2024.11.26 23:36:20.656568 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7032 2024.11.26 23:36:20.657415 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7033 2024.11.26 23:36:20.660075 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
7034 2024.11.26 23:36:20.731052 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7035 2024.11.26 23:36:20.731261 [ 268 ] {5e20cfe3-2fd2-48de-81f6-0faf68296a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7036 2024.11.26 23:36:20.731342 [ 268 ] {5e20cfe3-2fd2-48de-81f6-0faf68296a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7037 2024.11.26 23:36:20.732211 [ 268 ] {5e20cfe3-2fd2-48de-81f6-0faf68296a2d} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7038 2024.11.26 23:36:20.732255 [ 268 ] {5e20cfe3-2fd2-48de-81f6-0faf68296a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7039 2024.11.26 23:36:20.732718 [ 268 ] {5e20cfe3-2fd2-48de-81f6-0faf68296a2d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7040 2024.11.26 23:36:20.732990 [ 268 ] {5e20cfe3-2fd2-48de-81f6-0faf68296a2d} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7041 2024.11.26 23:36:20.733205 [ 268 ] {5e20cfe3-2fd2-48de-81f6-0faf68296a2d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002004 sec., 6986.027944111776 rows/sec., 502.90 KiB/sec.
7042 2024.11.26 23:36:20.733267 [ 268 ] {5e20cfe3-2fd2-48de-81f6-0faf68296a2d} <Debug> TCPHandler: Processed in 0.002345282 sec.
7043 2024.11.26 23:36:20.733530 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7044 2024.11.26 23:36:20.733747 [ 270 ] {339b74b4-aa2b-44df-adf2-8af9f71bcbb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7045 2024.11.26 23:36:20.733832 [ 270 ] {339b74b4-aa2b-44df-adf2-8af9f71bcbb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7046 2024.11.26 23:36:20.734726 [ 270 ] {339b74b4-aa2b-44df-adf2-8af9f71bcbb0} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7047 2024.11.26 23:36:20.734779 [ 270 ] {339b74b4-aa2b-44df-adf2-8af9f71bcbb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7048 2024.11.26 23:36:20.735244 [ 270 ] {339b74b4-aa2b-44df-adf2-8af9f71bcbb0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7049 2024.11.26 23:36:20.735508 [ 270 ] {339b74b4-aa2b-44df-adf2-8af9f71bcbb0} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7050 2024.11.26 23:36:20.735688 [ 101 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7051 2024.11.26 23:36:20.735759 [ 101 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7052 2024.11.26 23:36:20.735776 [ 270 ] {339b74b4-aa2b-44df-adf2-8af9f71bcbb0} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002076 sec., 97784.20038535645 rows/sec., 8.46 MiB/sec.
7053 2024.11.26 23:36:20.735811 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7054 2024.11.26 23:36:20.735948 [ 270 ] {339b74b4-aa2b-44df-adf2-8af9f71bcbb0} <Debug> TCPHandler: Processed in 0.002557694 sec.
7055 2024.11.26 23:36:20.736312 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7056 2024.11.26 23:36:20.736423 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
7057 2024.11.26 23:36:20.736746 [ 268 ] {4af35f21-c380-4b4d-b6a5-afaa14b1d3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7058 2024.11.26 23:36:20.736960 [ 268 ] {4af35f21-c380-4b4d-b6a5-afaa14b1d3ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7059 2024.11.26 23:36:20.737456 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7060 2024.11.26 23:36:20.737541 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1434 rows starting from the beginning of the part
7061 2024.11.26 23:36:20.737840 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 203 rows starting from the beginning of the part
7062 2024.11.26 23:36:20.738249 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 138 rows starting from the beginning of the part
7063 2024.11.26 23:36:20.738668 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 203 rows starting from the beginning of the part
7064 2024.11.26 23:36:20.738914 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 138 rows starting from the beginning of the part
7065 2024.11.26 23:36:20.739053 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 203 rows starting from the beginning of the part
7066 2024.11.26 23:36:20.739990 [ 268 ] {4af35f21-c380-4b4d-b6a5-afaa14b1d3ee} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7067 2024.11.26 23:36:20.740054 [ 268 ] {4af35f21-c380-4b4d-b6a5-afaa14b1d3ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7068 2024.11.26 23:36:20.740987 [ 268 ] {4af35f21-c380-4b4d-b6a5-afaa14b1d3ee} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7069 2024.11.26 23:36:20.741473 [ 268 ] {4af35f21-c380-4b4d-b6a5-afaa14b1d3ee} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7070 2024.11.26 23:36:20.741755 [ 268 ] {4af35f21-c380-4b4d-b6a5-afaa14b1d3ee} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005186 sec., 1349.787890474354 rows/sec., 87.94 KiB/sec.
7071 2024.11.26 23:36:20.741956 [ 268 ] {4af35f21-c380-4b4d-b6a5-afaa14b1d3ee} <Debug> TCPHandler: Processed in 0.005862645 sec.
7072 2024.11.26 23:36:20.742238 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7073 2024.11.26 23:36:20.742329 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2319 rows, containing 5 columns (5 merged, 0 gathered) in 0.006380679 sec., 363440.9441377634 rows/sec., 32.21 MiB/sec.
7074 2024.11.26 23:36:20.742422 [ 270 ] {3aff7d5c-bb6b-4af6-8728-79eed48c67f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7075 2024.11.26 23:36:20.742490 [ 270 ] {3aff7d5c-bb6b-4af6-8728-79eed48c67f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7076 2024.11.26 23:36:20.742614 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7077 2024.11.26 23:36:20.743252 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7078 2024.11.26 23:36:20.743416 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_56_11} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7079 2024.11.26 23:36:20.743585 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
7080 2024.11.26 23:36:20.743737 [ 270 ] {3aff7d5c-bb6b-4af6-8728-79eed48c67f6} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7081 2024.11.26 23:36:20.743783 [ 270 ] {3aff7d5c-bb6b-4af6-8728-79eed48c67f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7082 2024.11.26 23:36:20.744159 [ 270 ] {3aff7d5c-bb6b-4af6-8728-79eed48c67f6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7083 2024.11.26 23:36:20.744397 [ 270 ] {3aff7d5c-bb6b-4af6-8728-79eed48c67f6} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7084 2024.11.26 23:36:20.744557 [ 101 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7085 2024.11.26 23:36:20.744618 [ 101 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7086 2024.11.26 23:36:20.744652 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7087 2024.11.26 23:36:20.744659 [ 270 ] {3aff7d5c-bb6b-4af6-8728-79eed48c67f6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002298 sec., 6092.25413402959 rows/sec., 426.66 KiB/sec.
7088 2024.11.26 23:36:20.744953 [ 270 ] {3aff7d5c-bb6b-4af6-8728-79eed48c67f6} <Debug> TCPHandler: Processed in 0.002917488 sec.
7089 2024.11.26 23:36:20.744989 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
7090 2024.11.26 23:36:20.745283 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7091 2024.11.26 23:36:20.745717 [ 268 ] {e642a628-30c5-4505-b757-0b9cd66bda78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7092 2024.11.26 23:36:20.745737 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7093 2024.11.26 23:36:20.745856 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part
7094 2024.11.26 23:36:20.745886 [ 268 ] {e642a628-30c5-4505-b757-0b9cd66bda78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7095 2024.11.26 23:36:20.746146 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
7096 2024.11.26 23:36:20.746543 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part
7097 2024.11.26 23:36:20.746824 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
7098 2024.11.26 23:36:20.747187 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
7099 2024.11.26 23:36:20.747532 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
7100 2024.11.26 23:36:20.748755 [ 268 ] {e642a628-30c5-4505-b757-0b9cd66bda78} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7101 2024.11.26 23:36:20.748834 [ 268 ] {e642a628-30c5-4505-b757-0b9cd66bda78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7102 2024.11.26 23:36:20.749807 [ 268 ] {e642a628-30c5-4505-b757-0b9cd66bda78} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7103 2024.11.26 23:36:20.750437 [ 268 ] {e642a628-30c5-4505-b757-0b9cd66bda78} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7104 2024.11.26 23:36:20.750571 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005802284 sec., 90653.95626963451 rows/sec., 6.49 MiB/sec.
7105 2024.11.26 23:36:20.750834 [ 268 ] {e642a628-30c5-4505-b757-0b9cd66bda78} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005263 sec., 2470.0741022230663 rows/sec., 154.01 KiB/sec.
7106 2024.11.26 23:36:20.750835 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7107 2024.11.26 23:36:20.751027 [ 268 ] {e642a628-30c5-4505-b757-0b9cd66bda78} <Debug> TCPHandler: Processed in 0.005924066 sec.
7108 2024.11.26 23:36:20.751205 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7109 2024.11.26 23:36:20.751347 [ 270 ] {5830e052-27b9-4251-a707-635634df9636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7110 2024.11.26 23:36:20.751347 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7111 2024.11.26 23:36:20.751412 [ 270 ] {5830e052-27b9-4251-a707-635634df9636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7112 2024.11.26 23:36:20.751464 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_31_6} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7113 2024.11.26 23:36:20.751558 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
7114 2024.11.26 23:36:20.752193 [ 270 ] {5830e052-27b9-4251-a707-635634df9636} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7115 2024.11.26 23:36:20.752234 [ 270 ] {5830e052-27b9-4251-a707-635634df9636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7116 2024.11.26 23:36:20.752628 [ 270 ] {5830e052-27b9-4251-a707-635634df9636} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7117 2024.11.26 23:36:20.752882 [ 270 ] {5830e052-27b9-4251-a707-635634df9636} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7118 2024.11.26 23:36:20.753040 [ 101 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7119 2024.11.26 23:36:20.753096 [ 101 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7120 2024.11.26 23:36:20.753127 [ 270 ] {5830e052-27b9-4251-a707-635634df9636} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001802 sec., 211986.68146503886 rows/sec., 15.00 MiB/sec.
7121 2024.11.26 23:36:20.753138 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7122 2024.11.26 23:36:20.753314 [ 270 ] {5830e052-27b9-4251-a707-635634df9636} <Debug> TCPHandler: Processed in 0.00217642 sec.
7123 2024.11.26 23:36:20.753659 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
7124 2024.11.26 23:36:20.753690 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7125 2024.11.26 23:36:20.754068 [ 268 ] {7f668c81-8d44-4ca4-8a62-527c56246a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7126 2024.11.26 23:36:20.754276 [ 268 ] {7f668c81-8d44-4ca4-8a62-527c56246a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7127 2024.11.26 23:36:20.754534 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7128 2024.11.26 23:36:20.754655 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part
7129 2024.11.26 23:36:20.755074 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 382 rows starting from the beginning of the part
7130 2024.11.26 23:36:20.755413 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 105 rows starting from the beginning of the part
7131 2024.11.26 23:36:20.755733 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 382 rows starting from the beginning of the part
7132 2024.11.26 23:36:20.756111 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 105 rows starting from the beginning of the part
7133 2024.11.26 23:36:20.756434 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 382 rows starting from the beginning of the part
7134 2024.11.26 23:36:20.756974 [ 268 ] {7f668c81-8d44-4ca4-8a62-527c56246a8f} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7135 2024.11.26 23:36:20.757043 [ 268 ] {7f668c81-8d44-4ca4-8a62-527c56246a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7136 2024.11.26 23:36:20.757853 [ 268 ] {7f668c81-8d44-4ca4-8a62-527c56246a8f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7137 2024.11.26 23:36:20.758437 [ 268 ] {7f668c81-8d44-4ca4-8a62-527c56246a8f} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7138 2024.11.26 23:36:20.758945 [ 268 ] {7f668c81-8d44-4ca4-8a62-527c56246a8f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005015 sec., 1196.4107676969093 rows/sec., 62.51 KiB/sec.
7139 2024.11.26 23:36:20.759038 [ 268 ] {7f668c81-8d44-4ca4-8a62-527c56246a8f} <Debug> TCPHandler: Processed in 0.005536491 sec.
7140 2024.11.26 23:36:20.759221 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7141 2024.11.26 23:36:20.759505 [ 270 ] {f451f289-3271-4693-b5df-f65eb49b2328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7142 2024.11.26 23:36:20.759728 [ 270 ] {f451f289-3271-4693-b5df-f65eb49b2328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7143 2024.11.26 23:36:20.759789 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2271 rows, containing 5 columns (5 merged, 0 gathered) in 0.0064495 sec., 352120.31940460496 rows/sec., 26.78 MiB/sec.
7144 2024.11.26 23:36:20.760077 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7145 2024.11.26 23:36:20.760609 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7146 2024.11.26 23:36:20.760797 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_56_11} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7147 2024.11.26 23:36:20.761001 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
7148 2024.11.26 23:36:20.761044 [ 270 ] {f451f289-3271-4693-b5df-f65eb49b2328} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7149 2024.11.26 23:36:20.761094 [ 270 ] {f451f289-3271-4693-b5df-f65eb49b2328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7150 2024.11.26 23:36:20.761524 [ 270 ] {f451f289-3271-4693-b5df-f65eb49b2328} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7151 2024.11.26 23:36:20.761776 [ 270 ] {f451f289-3271-4693-b5df-f65eb49b2328} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7152 2024.11.26 23:36:20.761938 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7153 2024.11.26 23:36:20.761998 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7154 2024.11.26 23:36:20.762039 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7155 2024.11.26 23:36:20.762036 [ 270 ] {f451f289-3271-4693-b5df-f65eb49b2328} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002635 sec., 89943.07400379506 rows/sec., 6.03 MiB/sec.
7156 2024.11.26 23:36:20.762371 [ 270 ] {f451f289-3271-4693-b5df-f65eb49b2328} <Debug> TCPHandler: Processed in 0.003227159 sec.
7157 2024.11.26 23:36:20.762389 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
7158 2024.11.26 23:36:20.762672 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7159 2024.11.26 23:36:20.763045 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7160 2024.11.26 23:36:20.763134 [ 268 ] {1116f086-7e25-4b58-9928-f3ab985ba01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7161 2024.11.26 23:36:20.763190 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15825 rows starting from the beginning of the part
7162 2024.11.26 23:36:20.763307 [ 268 ] {1116f086-7e25-4b58-9928-f3ab985ba01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7163 2024.11.26 23:36:20.763860 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part
7164 2024.11.26 23:36:20.764253 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part
7165 2024.11.26 23:36:20.764473 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part
7166 2024.11.26 23:36:20.764701 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part
7167 2024.11.26 23:36:20.765080 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 237 rows starting from the beginning of the part
7168 2024.11.26 23:36:20.765704 [ 268 ] {1116f086-7e25-4b58-9928-f3ab985ba01b} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7169 2024.11.26 23:36:20.765755 [ 268 ] {1116f086-7e25-4b58-9928-f3ab985ba01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7170 2024.11.26 23:36:20.766337 [ 268 ] {1116f086-7e25-4b58-9928-f3ab985ba01b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7171 2024.11.26 23:36:20.766608 [ 268 ] {1116f086-7e25-4b58-9928-f3ab985ba01b} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7172 2024.11.26 23:36:20.766812 [ 268 ] {1116f086-7e25-4b58-9928-f3ab985ba01b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003839 sec., 260.4845011721803 rows/sec., 17.55 KiB/sec.
7173 2024.11.26 23:36:20.766878 [ 268 ] {1116f086-7e25-4b58-9928-f3ab985ba01b} <Debug> TCPHandler: Processed in 0.004397191 sec.
7174 2024.11.26 23:36:20.767067 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7175 2024.11.26 23:36:20.767354 [ 270 ] {a3202645-5e04-4288-91d8-9db9b52e25a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7176 2024.11.26 23:36:20.767499 [ 270 ] {a3202645-5e04-4288-91d8-9db9b52e25a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7177 2024.11.26 23:36:20.768703 [ 270 ] {a3202645-5e04-4288-91d8-9db9b52e25a8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7178 2024.11.26 23:36:20.768753 [ 270 ] {a3202645-5e04-4288-91d8-9db9b52e25a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7179 2024.11.26 23:36:20.769631 [ 270 ] {a3202645-5e04-4288-91d8-9db9b52e25a8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7180 2024.11.26 23:36:20.769919 [ 270 ] {a3202645-5e04-4288-91d8-9db9b52e25a8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7181 2024.11.26 23:36:20.770099 [ 101 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7182 2024.11.26 23:36:20.770212 [ 101 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7183 2024.11.26 23:36:20.770225 [ 270 ] {a3202645-5e04-4288-91d8-9db9b52e25a8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002959 sec., 27712.064886786076 rows/sec., 1.76 MiB/sec.
7184 2024.11.26 23:36:20.770253 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7185 2024.11.26 23:36:20.770372 [ 270 ] {a3202645-5e04-4288-91d8-9db9b52e25a8} <Debug> TCPHandler: Processed in 0.003391251 sec.
7186 2024.11.26 23:36:20.770641 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
7187 2024.11.26 23:36:20.770926 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7188 2024.11.26 23:36:20.770965 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3020 rows starting from the beginning of the part
7189 2024.11.26 23:36:20.771404 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
7190 2024.11.26 23:36:20.771490 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
7191 2024.11.26 23:36:20.771681 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
7192 2024.11.26 23:36:20.771763 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
7193 2024.11.26 23:36:20.771871 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
7194 2024.11.26 23:36:20.772568 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16856 rows, containing 5 columns (5 merged, 0 gathered) in 0.010443648 sec., 1613995.4161610962 rows/sec., 109.00 MiB/sec.
7195 2024.11.26 23:36:20.772822 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7196 2024.11.26 23:36:20.773293 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7197 2024.11.26 23:36:20.773507 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7198 2024.11.26 23:36:20.773668 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB.
7199 2024.11.26 23:36:20.774394 [ 200 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3386 rows, containing 4 columns (4 merged, 0 gathered) in 0.004005848 sec., 845264.2237049433 rows/sec., 55.14 MiB/sec.
7200 2024.11.26 23:36:20.774774 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7201 2024.11.26 23:36:20.775068 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_56_11} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7202 2024.11.26 23:36:20.775146 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_56_11} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7203 2024.11.26 23:36:20.775232 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
7204 2024.11.26 23:36:23.149890 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7205 2024.11.26 23:36:23.150125 [ 268 ] {73ef0f4d-4ed8-4fa2-86f7-84782705e603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7206 2024.11.26 23:36:23.150207 [ 268 ] {73ef0f4d-4ed8-4fa2-86f7-84782705e603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7207 2024.11.26 23:36:23.150997 [ 268 ] {73ef0f4d-4ed8-4fa2-86f7-84782705e603} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7208 2024.11.26 23:36:23.151048 [ 268 ] {73ef0f4d-4ed8-4fa2-86f7-84782705e603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7209 2024.11.26 23:36:23.151496 [ 268 ] {73ef0f4d-4ed8-4fa2-86f7-84782705e603} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7210 2024.11.26 23:36:23.151783 [ 268 ] {73ef0f4d-4ed8-4fa2-86f7-84782705e603} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7211 2024.11.26 23:36:23.152043 [ 268 ] {73ef0f4d-4ed8-4fa2-86f7-84782705e603} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001973 sec., 7095.793208312215 rows/sec., 578.61 KiB/sec.
7212 2024.11.26 23:36:23.152133 [ 268 ] {73ef0f4d-4ed8-4fa2-86f7-84782705e603} <Debug> TCPHandler: Processed in 0.002383792 sec.
7213 2024.11.26 23:36:23.152391 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7214 2024.11.26 23:36:23.152572 [ 270 ] {664a44d3-9988-452f-bd94-ce67dbac360b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7215 2024.11.26 23:36:23.152681 [ 270 ] {664a44d3-9988-452f-bd94-ce67dbac360b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7216 2024.11.26 23:36:23.154059 [ 270 ] {664a44d3-9988-452f-bd94-ce67dbac360b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7217 2024.11.26 23:36:23.154100 [ 270 ] {664a44d3-9988-452f-bd94-ce67dbac360b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7218 2024.11.26 23:36:23.154624 [ 270 ] {664a44d3-9988-452f-bd94-ce67dbac360b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7219 2024.11.26 23:36:23.154898 [ 270 ] {664a44d3-9988-452f-bd94-ce67dbac360b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7220 2024.11.26 23:36:23.155136 [ 270 ] {664a44d3-9988-452f-bd94-ce67dbac360b} <Debug> executeQuery: Read 1285 rows, 109.28 KiB in 0.002584 sec., 497291.02167182666 rows/sec., 41.30 MiB/sec.
7221 2024.11.26 23:36:23.155227 [ 270 ] {664a44d3-9988-452f-bd94-ce67dbac360b} <Debug> TCPHandler: Processed in 0.002949327 sec.
7222 2024.11.26 23:36:23.155480 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7223 2024.11.26 23:36:23.155633 [ 268 ] {4b538c86-c563-4710-a588-e914c25c965f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7224 2024.11.26 23:36:23.155727 [ 268 ] {4b538c86-c563-4710-a588-e914c25c965f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7225 2024.11.26 23:36:23.156433 [ 268 ] {4b538c86-c563-4710-a588-e914c25c965f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7226 2024.11.26 23:36:23.156474 [ 268 ] {4b538c86-c563-4710-a588-e914c25c965f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7227 2024.11.26 23:36:23.156859 [ 268 ] {4b538c86-c563-4710-a588-e914c25c965f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7228 2024.11.26 23:36:23.157115 [ 268 ] {4b538c86-c563-4710-a588-e914c25c965f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7229 2024.11.26 23:36:23.157336 [ 268 ] {4b538c86-c563-4710-a588-e914c25c965f} <Debug> executeQuery: Read 55 rows, 4.06 KiB in 0.001738 sec., 31645.569620253165 rows/sec., 2.28 MiB/sec.
7230 2024.11.26 23:36:23.157394 [ 268 ] {4b538c86-c563-4710-a588-e914c25c965f} <Debug> TCPHandler: Processed in 0.002041179 sec.
7231 2024.11.26 23:36:23.157551 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7232 2024.11.26 23:36:23.157672 [ 270 ] {333911b2-dcdd-42cc-bea2-13407b5f478b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7233 2024.11.26 23:36:23.157723 [ 270 ] {333911b2-dcdd-42cc-bea2-13407b5f478b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7234 2024.11.26 23:36:23.158393 [ 270 ] {333911b2-dcdd-42cc-bea2-13407b5f478b} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7235 2024.11.26 23:36:23.158432 [ 270 ] {333911b2-dcdd-42cc-bea2-13407b5f478b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7236 2024.11.26 23:36:23.158808 [ 270 ] {333911b2-dcdd-42cc-bea2-13407b5f478b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7237 2024.11.26 23:36:23.159054 [ 270 ] {333911b2-dcdd-42cc-bea2-13407b5f478b} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7238 2024.11.26 23:36:23.159275 [ 270 ] {333911b2-dcdd-42cc-bea2-13407b5f478b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001626 sec., 140221.40221402215 rows/sec., 9.49 MiB/sec.
7239 2024.11.26 23:36:23.159480 [ 270 ] {333911b2-dcdd-42cc-bea2-13407b5f478b} <Debug> TCPHandler: Processed in 0.001984669 sec.
7240 2024.11.26 23:36:23.159659 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7241 2024.11.26 23:36:23.159777 [ 268 ] {e0916f65-4eb8-4e47-9c23-795cf867eb64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7242 2024.11.26 23:36:23.159827 [ 268 ] {e0916f65-4eb8-4e47-9c23-795cf867eb64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7243 2024.11.26 23:36:23.160672 [ 268 ] {e0916f65-4eb8-4e47-9c23-795cf867eb64} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7244 2024.11.26 23:36:23.160711 [ 268 ] {e0916f65-4eb8-4e47-9c23-795cf867eb64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7245 2024.11.26 23:36:23.161118 [ 268 ] {e0916f65-4eb8-4e47-9c23-795cf867eb64} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7246 2024.11.26 23:36:23.161374 [ 268 ] {e0916f65-4eb8-4e47-9c23-795cf867eb64} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7247 2024.11.26 23:36:23.161570 [ 268 ] {e0916f65-4eb8-4e47-9c23-795cf867eb64} <Debug> executeQuery: Read 575 rows, 43.83 KiB in 0.001819 sec., 316107.75151181966 rows/sec., 23.53 MiB/sec.
7248 2024.11.26 23:36:23.161625 [ 268 ] {e0916f65-4eb8-4e47-9c23-795cf867eb64} <Debug> TCPHandler: Processed in 0.002047569 sec.
7249 2024.11.26 23:36:23.161789 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7250 2024.11.26 23:36:23.161931 [ 270 ] {6bbf18fc-4dd9-45bb-b2c4-692c0f1479a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7251 2024.11.26 23:36:23.161993 [ 270 ] {6bbf18fc-4dd9-45bb-b2c4-692c0f1479a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7252 2024.11.26 23:36:23.162817 [ 270 ] {6bbf18fc-4dd9-45bb-b2c4-692c0f1479a1} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7253 2024.11.26 23:36:23.162858 [ 270 ] {6bbf18fc-4dd9-45bb-b2c4-692c0f1479a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7254 2024.11.26 23:36:23.163333 [ 270 ] {6bbf18fc-4dd9-45bb-b2c4-692c0f1479a1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7255 2024.11.26 23:36:23.163588 [ 270 ] {6bbf18fc-4dd9-45bb-b2c4-692c0f1479a1} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7256 2024.11.26 23:36:23.163814 [ 270 ] {6bbf18fc-4dd9-45bb-b2c4-692c0f1479a1} <Debug> executeQuery: Read 929 rows, 63.75 KiB in 0.001915 sec., 485117.4934725849 rows/sec., 32.51 MiB/sec.
7257 2024.11.26 23:36:23.163866 [ 270 ] {6bbf18fc-4dd9-45bb-b2c4-692c0f1479a1} <Debug> TCPHandler: Processed in 0.00214837 sec.
7258 2024.11.26 23:36:23.164021 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7259 2024.11.26 23:36:23.164140 [ 268 ] {94c57ef8-45da-421c-b6e5-b1f714f34cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7260 2024.11.26 23:36:23.164230 [ 268 ] {94c57ef8-45da-421c-b6e5-b1f714f34cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7261 2024.11.26 23:36:23.165493 [ 268 ] {94c57ef8-45da-421c-b6e5-b1f714f34cc2} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7262 2024.11.26 23:36:23.165534 [ 268 ] {94c57ef8-45da-421c-b6e5-b1f714f34cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7263 2024.11.26 23:36:23.166234 [ 268 ] {94c57ef8-45da-421c-b6e5-b1f714f34cc2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7264 2024.11.26 23:36:23.166509 [ 268 ] {94c57ef8-45da-421c-b6e5-b1f714f34cc2} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7265 2024.11.26 23:36:23.166814 [ 268 ] {94c57ef8-45da-421c-b6e5-b1f714f34cc2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002696 sec., 15207.715133531157 rows/sec., 27.25 MiB/sec.
7266 2024.11.26 23:36:23.167293 [ 268 ] {94c57ef8-45da-421c-b6e5-b1f714f34cc2} <Debug> TCPHandler: Processed in 0.003325151 sec.
7267 2024.11.26 23:36:23.167458 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7268 2024.11.26 23:36:23.167597 [ 270 ] {9cea8d4c-ae6a-4c55-9a0e-ac51b8e76cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7269 2024.11.26 23:36:23.167658 [ 270 ] {9cea8d4c-ae6a-4c55-9a0e-ac51b8e76cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7270 2024.11.26 23:36:23.168226 [ 270 ] {9cea8d4c-ae6a-4c55-9a0e-ac51b8e76cc5} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7271 2024.11.26 23:36:23.168267 [ 270 ] {9cea8d4c-ae6a-4c55-9a0e-ac51b8e76cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7272 2024.11.26 23:36:23.168650 [ 270 ] {9cea8d4c-ae6a-4c55-9a0e-ac51b8e76cc5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7273 2024.11.26 23:36:23.168895 [ 270 ] {9cea8d4c-ae6a-4c55-9a0e-ac51b8e76cc5} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7274 2024.11.26 23:36:23.169144 [ 270 ] {9cea8d4c-ae6a-4c55-9a0e-ac51b8e76cc5} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001567 sec., 19144.86279514997 rows/sec., 1.29 MiB/sec.
7275 2024.11.26 23:36:23.169204 [ 270 ] {9cea8d4c-ae6a-4c55-9a0e-ac51b8e76cc5} <Debug> TCPHandler: Processed in 0.001814447 sec.
7276 2024.11.26 23:36:24.672305 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1054
7277 2024.11.26 23:36:24.675626 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7278 2024.11.26 23:36:24.675688 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7279 2024.11.26 23:36:24.677206 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7280 2024.11.26 23:36:24.677531 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7281 2024.11.26 23:36:24.677792 [ 97 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7282 2024.11.26 23:36:24.677917 [ 97 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7283 2024.11.26 23:36:24.677986 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7284 2024.11.26 23:36:24.678459 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
7285 2024.11.26 23:36:24.679116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1054
7286 2024.11.26 23:36:24.679598 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7287 2024.11.26 23:36:24.679764 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 864 rows starting from the beginning of the part
7288 2024.11.26 23:36:24.680391 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part
7289 2024.11.26 23:36:24.680973 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part
7290 2024.11.26 23:36:24.681556 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part
7291 2024.11.26 23:36:24.682157 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part
7292 2024.11.26 23:36:24.682815 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part
7293 2024.11.26 23:36:24.690848 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1054 rows, containing 72 columns (72 merged, 0 gathered) in 0.012671368 sec., 83179.65353070007 rows/sec., 66.63 MiB/sec.
7294 2024.11.26 23:36:24.692329 [ 195 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7295 2024.11.26 23:36:24.693146 [ 195 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7296 2024.11.26 23:36:24.693241 [ 195 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_26_5} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7297 2024.11.26 23:36:24.693577 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB.
7298 2024.11.26 23:36:25.723129 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7299 2024.11.26 23:36:25.723389 [ 268 ] {8a7e6202-d63f-4a3b-a720-7ef0d7ac5152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7300 2024.11.26 23:36:25.723464 [ 268 ] {8a7e6202-d63f-4a3b-a720-7ef0d7ac5152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7301 2024.11.26 23:36:25.724259 [ 268 ] {8a7e6202-d63f-4a3b-a720-7ef0d7ac5152} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7302 2024.11.26 23:36:25.724313 [ 268 ] {8a7e6202-d63f-4a3b-a720-7ef0d7ac5152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7303 2024.11.26 23:36:25.724760 [ 268 ] {8a7e6202-d63f-4a3b-a720-7ef0d7ac5152} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7304 2024.11.26 23:36:25.725032 [ 268 ] {8a7e6202-d63f-4a3b-a720-7ef0d7ac5152} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7305 2024.11.26 23:36:25.725282 [ 268 ] {8a7e6202-d63f-4a3b-a720-7ef0d7ac5152} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.21 MiB/sec.
7306 2024.11.26 23:36:25.725348 [ 268 ] {8a7e6202-d63f-4a3b-a720-7ef0d7ac5152} <Debug> TCPHandler: Processed in 0.002406592 sec.
7307 2024.11.26 23:36:25.725695 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7308 2024.11.26 23:36:25.726008 [ 270 ] {b0cdcf6e-641e-4398-9007-aaf5ce7f2ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7309 2024.11.26 23:36:25.726126 [ 270 ] {b0cdcf6e-641e-4398-9007-aaf5ce7f2ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7310 2024.11.26 23:36:25.726966 [ 270 ] {b0cdcf6e-641e-4398-9007-aaf5ce7f2ce2} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7311 2024.11.26 23:36:25.727019 [ 270 ] {b0cdcf6e-641e-4398-9007-aaf5ce7f2ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7312 2024.11.26 23:36:25.727506 [ 270 ] {b0cdcf6e-641e-4398-9007-aaf5ce7f2ce2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7313 2024.11.26 23:36:25.727770 [ 270 ] {b0cdcf6e-641e-4398-9007-aaf5ce7f2ce2} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7314 2024.11.26 23:36:25.728047 [ 270 ] {b0cdcf6e-641e-4398-9007-aaf5ce7f2ce2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002128 sec., 30075.18796992481 rows/sec., 2.35 MiB/sec.
7315 2024.11.26 23:36:25.728105 [ 270 ] {b0cdcf6e-641e-4398-9007-aaf5ce7f2ce2} <Debug> TCPHandler: Processed in 0.002609194 sec.
7316 2024.11.26 23:36:25.728247 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7317 2024.11.26 23:36:25.728398 [ 268 ] {7d9d3b93-3739-49b9-b96a-ee1d51b12386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7318 2024.11.26 23:36:25.728466 [ 268 ] {7d9d3b93-3739-49b9-b96a-ee1d51b12386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7319 2024.11.26 23:36:25.729138 [ 268 ] {7d9d3b93-3739-49b9-b96a-ee1d51b12386} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7320 2024.11.26 23:36:25.729186 [ 268 ] {7d9d3b93-3739-49b9-b96a-ee1d51b12386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7321 2024.11.26 23:36:25.729608 [ 268 ] {7d9d3b93-3739-49b9-b96a-ee1d51b12386} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7322 2024.11.26 23:36:25.729863 [ 268 ] {7d9d3b93-3739-49b9-b96a-ee1d51b12386} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7323 2024.11.26 23:36:25.730083 [ 268 ] {7d9d3b93-3739-49b9-b96a-ee1d51b12386} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.001723 sec., 48752.176436448055 rows/sec., 3.39 MiB/sec.
7324 2024.11.26 23:36:25.730139 [ 268 ] {7d9d3b93-3739-49b9-b96a-ee1d51b12386} <Debug> TCPHandler: Processed in 0.001949088 sec.
7325 2024.11.26 23:36:25.730307 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7326 2024.11.26 23:36:25.730449 [ 270 ] {af5acb66-81d0-4664-bac4-6089becaa037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7327 2024.11.26 23:36:25.730511 [ 270 ] {af5acb66-81d0-4664-bac4-6089becaa037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7328 2024.11.26 23:36:25.731143 [ 270 ] {af5acb66-81d0-4664-bac4-6089becaa037} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7329 2024.11.26 23:36:25.731191 [ 270 ] {af5acb66-81d0-4664-bac4-6089becaa037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7330 2024.11.26 23:36:25.731590 [ 270 ] {af5acb66-81d0-4664-bac4-6089becaa037} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7331 2024.11.26 23:36:25.731834 [ 270 ] {af5acb66-81d0-4664-bac4-6089becaa037} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7332 2024.11.26 23:36:25.732056 [ 270 ] {af5acb66-81d0-4664-bac4-6089becaa037} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.001641 sec., 18281.535648994515 rows/sec., 1.24 MiB/sec.
7333 2024.11.26 23:36:25.732106 [ 270 ] {af5acb66-81d0-4664-bac4-6089becaa037} <Debug> TCPHandler: Processed in 0.001873387 sec.
7334 2024.11.26 23:36:27.073582 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
7335 2024.11.26 23:36:27.074741 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7336 2024.11.26 23:36:27.074790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7337 2024.11.26 23:36:27.075330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7338 2024.11.26 23:36:27.075593 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7339 2024.11.26 23:36:27.075856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
7340 2024.11.26 23:36:28.160273 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7341 2024.11.26 23:36:28.181075 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7342 2024.11.26 23:36:28.181132 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7343 2024.11.26 23:36:28.188691 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7344 2024.11.26 23:36:28.189581 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7345 2024.11.26 23:36:28.193422 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7346 2024.11.26 23:36:30.731417 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7347 2024.11.26 23:36:30.731712 [ 268 ] {82c86210-4c35-4b44-ae8f-b2eaa38fff9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7348 2024.11.26 23:36:30.731831 [ 268 ] {82c86210-4c35-4b44-ae8f-b2eaa38fff9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7349 2024.11.26 23:36:30.732859 [ 268 ] {82c86210-4c35-4b44-ae8f-b2eaa38fff9d} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7350 2024.11.26 23:36:30.732908 [ 268 ] {82c86210-4c35-4b44-ae8f-b2eaa38fff9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7351 2024.11.26 23:36:30.733348 [ 268 ] {82c86210-4c35-4b44-ae8f-b2eaa38fff9d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7352 2024.11.26 23:36:30.733617 [ 268 ] {82c86210-4c35-4b44-ae8f-b2eaa38fff9d} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7353 2024.11.26 23:36:30.733859 [ 268 ] {82c86210-4c35-4b44-ae8f-b2eaa38fff9d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002234 sec., 6266.786034019696 rows/sec., 451.12 KiB/sec.
7354 2024.11.26 23:36:30.733916 [ 268 ] {82c86210-4c35-4b44-ae8f-b2eaa38fff9d} <Debug> TCPHandler: Processed in 0.002639194 sec.
7355 2024.11.26 23:36:30.734174 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7356 2024.11.26 23:36:30.734368 [ 270 ] {c03199d3-a8a3-4321-8deb-f5394984492d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7357 2024.11.26 23:36:30.734440 [ 270 ] {c03199d3-a8a3-4321-8deb-f5394984492d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7358 2024.11.26 23:36:30.735289 [ 270 ] {c03199d3-a8a3-4321-8deb-f5394984492d} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7359 2024.11.26 23:36:30.735343 [ 270 ] {c03199d3-a8a3-4321-8deb-f5394984492d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7360 2024.11.26 23:36:30.735818 [ 270 ] {c03199d3-a8a3-4321-8deb-f5394984492d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7361 2024.11.26 23:36:30.736083 [ 270 ] {c03199d3-a8a3-4321-8deb-f5394984492d} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7362 2024.11.26 23:36:30.736314 [ 270 ] {c03199d3-a8a3-4321-8deb-f5394984492d} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002002 sec., 101398.6013986014 rows/sec., 8.78 MiB/sec.
7363 2024.11.26 23:36:30.736368 [ 270 ] {c03199d3-a8a3-4321-8deb-f5394984492d} <Debug> TCPHandler: Processed in 0.002328042 sec.
7364 2024.11.26 23:36:30.736594 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7365 2024.11.26 23:36:30.736820 [ 268 ] {c457375e-142f-4239-9b2b-64d059d36c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7366 2024.11.26 23:36:30.736914 [ 268 ] {c457375e-142f-4239-9b2b-64d059d36c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7367 2024.11.26 23:36:30.737793 [ 268 ] {c457375e-142f-4239-9b2b-64d059d36c21} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7368 2024.11.26 23:36:30.737833 [ 268 ] {c457375e-142f-4239-9b2b-64d059d36c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7369 2024.11.26 23:36:30.738215 [ 268 ] {c457375e-142f-4239-9b2b-64d059d36c21} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7370 2024.11.26 23:36:30.738464 [ 268 ] {c457375e-142f-4239-9b2b-64d059d36c21} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7371 2024.11.26 23:36:30.738682 [ 268 ] {c457375e-142f-4239-9b2b-64d059d36c21} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001916 sec., 3653.444676409186 rows/sec., 238.02 KiB/sec.
7372 2024.11.26 23:36:30.738775 [ 268 ] {c457375e-142f-4239-9b2b-64d059d36c21} <Debug> TCPHandler: Processed in 0.002289062 sec.
7373 2024.11.26 23:36:30.738965 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7374 2024.11.26 23:36:30.739081 [ 270 ] {5baef6b4-ea22-44d5-8a9f-f7dd60c57249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7375 2024.11.26 23:36:30.739129 [ 270 ] {5baef6b4-ea22-44d5-8a9f-f7dd60c57249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7376 2024.11.26 23:36:30.739717 [ 270 ] {5baef6b4-ea22-44d5-8a9f-f7dd60c57249} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7377 2024.11.26 23:36:30.739757 [ 270 ] {5baef6b4-ea22-44d5-8a9f-f7dd60c57249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7378 2024.11.26 23:36:30.740148 [ 270 ] {5baef6b4-ea22-44d5-8a9f-f7dd60c57249} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7379 2024.11.26 23:36:30.740398 [ 270 ] {5baef6b4-ea22-44d5-8a9f-f7dd60c57249} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7380 2024.11.26 23:36:30.740613 [ 270 ] {5baef6b4-ea22-44d5-8a9f-f7dd60c57249} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001556 sec., 8997.429305912596 rows/sec., 630.12 KiB/sec.
7381 2024.11.26 23:36:30.740665 [ 270 ] {5baef6b4-ea22-44d5-8a9f-f7dd60c57249} <Debug> TCPHandler: Processed in 0.001786866 sec.
7382 2024.11.26 23:36:30.740824 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7383 2024.11.26 23:36:30.740941 [ 268 ] {c12834f1-6617-4fac-ae49-e34baf2b26de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7384 2024.11.26 23:36:30.740990 [ 268 ] {c12834f1-6617-4fac-ae49-e34baf2b26de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7385 2024.11.26 23:36:30.741586 [ 268 ] {c12834f1-6617-4fac-ae49-e34baf2b26de} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7386 2024.11.26 23:36:30.741626 [ 268 ] {c12834f1-6617-4fac-ae49-e34baf2b26de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7387 2024.11.26 23:36:30.741993 [ 268 ] {c12834f1-6617-4fac-ae49-e34baf2b26de} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7388 2024.11.26 23:36:30.742245 [ 268 ] {c12834f1-6617-4fac-ae49-e34baf2b26de} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7389 2024.11.26 23:36:30.742457 [ 268 ] {c12834f1-6617-4fac-ae49-e34baf2b26de} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec.
7390 2024.11.26 23:36:30.742510 [ 268 ] {c12834f1-6617-4fac-ae49-e34baf2b26de} <Debug> TCPHandler: Processed in 0.001743367 sec.
7391 2024.11.26 23:36:30.742662 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7392 2024.11.26 23:36:30.742801 [ 270 ] {8c078c89-f90d-4b5a-8a1e-439fd75af00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7393 2024.11.26 23:36:30.742856 [ 270 ] {8c078c89-f90d-4b5a-8a1e-439fd75af00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7394 2024.11.26 23:36:30.743643 [ 270 ] {8c078c89-f90d-4b5a-8a1e-439fd75af00d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7395 2024.11.26 23:36:30.743684 [ 270 ] {8c078c89-f90d-4b5a-8a1e-439fd75af00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7396 2024.11.26 23:36:30.744075 [ 270 ] {8c078c89-f90d-4b5a-8a1e-439fd75af00d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7397 2024.11.26 23:36:30.744312 [ 270 ] {8c078c89-f90d-4b5a-8a1e-439fd75af00d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7398 2024.11.26 23:36:30.744557 [ 270 ] {8c078c89-f90d-4b5a-8a1e-439fd75af00d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001777 sec., 214969.04895891953 rows/sec., 15.21 MiB/sec.
7399 2024.11.26 23:36:30.744622 [ 270 ] {8c078c89-f90d-4b5a-8a1e-439fd75af00d} <Debug> TCPHandler: Processed in 0.002025439 sec.
7400 2024.11.26 23:36:30.744836 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7401 2024.11.26 23:36:30.745050 [ 268 ] {eaaa6909-6a7f-4576-a9b4-077a26def83e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7402 2024.11.26 23:36:30.745103 [ 268 ] {eaaa6909-6a7f-4576-a9b4-077a26def83e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7403 2024.11.26 23:36:30.745598 [ 268 ] {eaaa6909-6a7f-4576-a9b4-077a26def83e} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7404 2024.11.26 23:36:30.745637 [ 268 ] {eaaa6909-6a7f-4576-a9b4-077a26def83e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7405 2024.11.26 23:36:30.746015 [ 268 ] {eaaa6909-6a7f-4576-a9b4-077a26def83e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7406 2024.11.26 23:36:30.746260 [ 268 ] {eaaa6909-6a7f-4576-a9b4-077a26def83e} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7407 2024.11.26 23:36:30.746474 [ 268 ] {eaaa6909-6a7f-4576-a9b4-077a26def83e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec.
7408 2024.11.26 23:36:30.746524 [ 268 ] {eaaa6909-6a7f-4576-a9b4-077a26def83e} <Debug> TCPHandler: Processed in 0.001817127 sec.
7409 2024.11.26 23:36:30.746741 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7410 2024.11.26 23:36:30.746964 [ 270 ] {108d2f87-f9c5-4f6a-ba4c-f6d5e2268d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7411 2024.11.26 23:36:30.747063 [ 270 ] {108d2f87-f9c5-4f6a-ba4c-f6d5e2268d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7412 2024.11.26 23:36:30.747852 [ 270 ] {108d2f87-f9c5-4f6a-ba4c-f6d5e2268d45} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7413 2024.11.26 23:36:30.747892 [ 270 ] {108d2f87-f9c5-4f6a-ba4c-f6d5e2268d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7414 2024.11.26 23:36:30.748299 [ 270 ] {108d2f87-f9c5-4f6a-ba4c-f6d5e2268d45} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7415 2024.11.26 23:36:30.748555 [ 270 ] {108d2f87-f9c5-4f6a-ba4c-f6d5e2268d45} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7416 2024.11.26 23:36:30.748817 [ 270 ] {108d2f87-f9c5-4f6a-ba4c-f6d5e2268d45} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001899 sec., 124802.52764612954 rows/sec., 8.37 MiB/sec.
7417 2024.11.26 23:36:30.748967 [ 270 ] {108d2f87-f9c5-4f6a-ba4c-f6d5e2268d45} <Debug> TCPHandler: Processed in 0.002334822 sec.
7418 2024.11.26 23:36:30.749162 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7419 2024.11.26 23:36:30.749284 [ 268 ] {1d0305bb-b217-497f-a45c-de349d3304e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7420 2024.11.26 23:36:30.749335 [ 268 ] {1d0305bb-b217-497f-a45c-de349d3304e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7421 2024.11.26 23:36:30.749792 [ 268 ] {1d0305bb-b217-497f-a45c-de349d3304e0} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7422 2024.11.26 23:36:30.749830 [ 268 ] {1d0305bb-b217-497f-a45c-de349d3304e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7423 2024.11.26 23:36:30.750205 [ 268 ] {1d0305bb-b217-497f-a45c-de349d3304e0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7424 2024.11.26 23:36:30.750446 [ 268 ] {1d0305bb-b217-497f-a45c-de349d3304e0} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7425 2024.11.26 23:36:30.750690 [ 268 ] {1d0305bb-b217-497f-a45c-de349d3304e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec.
7426 2024.11.26 23:36:30.750882 [ 268 ] {1d0305bb-b217-497f-a45c-de349d3304e0} <Debug> TCPHandler: Processed in 0.001842417 sec.
7427 2024.11.26 23:36:30.751037 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7428 2024.11.26 23:36:30.751147 [ 270 ] {e626b2f6-8ac1-4dde-8e43-a5f47828a457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7429 2024.11.26 23:36:30.751196 [ 270 ] {e626b2f6-8ac1-4dde-8e43-a5f47828a457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7430 2024.11.26 23:36:30.751740 [ 270 ] {e626b2f6-8ac1-4dde-8e43-a5f47828a457} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7431 2024.11.26 23:36:30.751779 [ 270 ] {e626b2f6-8ac1-4dde-8e43-a5f47828a457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7432 2024.11.26 23:36:30.752164 [ 270 ] {e626b2f6-8ac1-4dde-8e43-a5f47828a457} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7433 2024.11.26 23:36:30.752428 [ 270 ] {e626b2f6-8ac1-4dde-8e43-a5f47828a457} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7434 2024.11.26 23:36:30.752660 [ 270 ] {e626b2f6-8ac1-4dde-8e43-a5f47828a457} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 3.51 MiB/sec.
7435 2024.11.26 23:36:30.752708 [ 270 ] {e626b2f6-8ac1-4dde-8e43-a5f47828a457} <Debug> TCPHandler: Processed in 0.001682216 sec.
7436 2024.11.26 23:36:34.456986 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
7437 2024.11.26 23:36:34.457090 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
7438 2024.11.26 23:36:34.576257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
7439 2024.11.26 23:36:34.576924 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7440 2024.11.26 23:36:34.576972 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7441 2024.11.26 23:36:34.578088 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7442 2024.11.26 23:36:34.578363 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7443 2024.11.26 23:36:34.578592 [ 143 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7444 2024.11.26 23:36:34.578630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7445 2024.11.26 23:36:34.578683 [ 143 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7446 2024.11.26 23:36:34.578715 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7447 2024.11.26 23:36:34.578950 [ 202 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
7448 2024.11.26 23:36:34.579226 [ 202 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7449 2024.11.26 23:36:34.579275 [ 202 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
7450 2024.11.26 23:36:34.579360 [ 202 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
7451 2024.11.26 23:36:34.579594 [ 202 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
7452 2024.11.26 23:36:34.579825 [ 202 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
7453 2024.11.26 23:36:34.579980 [ 202 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
7454 2024.11.26 23:36:34.580068 [ 202 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
7455 2024.11.26 23:36:34.582815 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004019487 sec., 4112713.886125269 rows/sec., 58.83 MiB/sec.
7456 2024.11.26 23:36:34.582936 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7457 2024.11.26 23:36:34.583288 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7458 2024.11.26 23:36:34.583391 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_36_7} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7459 2024.11.26 23:36:34.583516 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
7460 2024.11.26 23:36:34.679574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1082
7461 2024.11.26 23:36:34.682620 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7462 2024.11.26 23:36:34.682677 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7463 2024.11.26 23:36:34.684143 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7464 2024.11.26 23:36:34.684456 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7465 2024.11.26 23:36:34.685383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1082
7466 2024.11.26 23:36:35.693625 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7467 2024.11.26 23:36:35.716098 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7468 2024.11.26 23:36:35.716162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7469 2024.11.26 23:36:35.723810 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7470 2024.11.26 23:36:35.724596 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7471 2024.11.26 23:36:35.725047 [ 141 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7472 2024.11.26 23:36:35.725239 [ 141 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7473 2024.11.26 23:36:35.725354 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7474 2024.11.26 23:36:35.725908 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
7475 2024.11.26 23:36:35.729507 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7476 2024.11.26 23:36:35.730046 [ 268 ] {9bcc8e79-941e-46b4-912d-ae8fb4e0d7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7477 2024.11.26 23:36:35.730259 [ 268 ] {9bcc8e79-941e-46b4-912d-ae8fb4e0d7e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7478 2024.11.26 23:36:35.734733 [ 268 ] {9bcc8e79-941e-46b4-912d-ae8fb4e0d7e3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7479 2024.11.26 23:36:35.734838 [ 268 ] {9bcc8e79-941e-46b4-912d-ae8fb4e0d7e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7480 2024.11.26 23:36:35.736611 [ 268 ] {9bcc8e79-941e-46b4-912d-ae8fb4e0d7e3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7481 2024.11.26 23:36:35.737434 [ 268 ] {9bcc8e79-941e-46b4-912d-ae8fb4e0d7e3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7482 2024.11.26 23:36:35.738301 [ 268 ] {9bcc8e79-941e-46b4-912d-ae8fb4e0d7e3} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.008398 sec., 16432.48392474399 rows/sec., 1.42 MiB/sec.
7483 2024.11.26 23:36:35.738631 [ 268 ] {9bcc8e79-941e-46b4-912d-ae8fb4e0d7e3} <Debug> TCPHandler: Processed in 0.009583509 sec.
7484 2024.11.26 23:36:35.739014 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7485 2024.11.26 23:36:35.739531 [ 270 ] {405477d6-b147-4686-9bf6-f28035ec47e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7486 2024.11.26 23:36:35.739761 [ 270 ] {405477d6-b147-4686-9bf6-f28035ec47e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7487 2024.11.26 23:36:35.745014 [ 270 ] {405477d6-b147-4686-9bf6-f28035ec47e4} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7488 2024.11.26 23:36:35.745128 [ 270 ] {405477d6-b147-4686-9bf6-f28035ec47e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7489 2024.11.26 23:36:35.747115 [ 270 ] {405477d6-b147-4686-9bf6-f28035ec47e4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7490 2024.11.26 23:36:35.748195 [ 270 ] {405477d6-b147-4686-9bf6-f28035ec47e4} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7491 2024.11.26 23:36:35.749179 [ 270 ] {405477d6-b147-4686-9bf6-f28035ec47e4} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.009817 sec., 4176.4286441886525 rows/sec., 314.05 KiB/sec.
7492 2024.11.26 23:36:35.749678 [ 270 ] {405477d6-b147-4686-9bf6-f28035ec47e4} <Debug> TCPHandler: Processed in 0.010886711 sec.
7493 2024.11.26 23:36:35.750120 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7494 2024.11.26 23:36:35.750694 [ 268 ] {2ca6fa77-6787-48c0-8cc0-ce8e479d49bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7495 2024.11.26 23:36:35.750857 [ 268 ] {2ca6fa77-6787-48c0-8cc0-ce8e479d49bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7496 2024.11.26 23:36:35.753311 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7497 2024.11.26 23:36:35.753907 [ 268 ] {2ca6fa77-6787-48c0-8cc0-ce8e479d49bb} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7498 2024.11.26 23:36:35.753979 [ 268 ] {2ca6fa77-6787-48c0-8cc0-ce8e479d49bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7499 2024.11.26 23:36:35.755124 [ 268 ] {2ca6fa77-6787-48c0-8cc0-ce8e479d49bb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7500 2024.11.26 23:36:35.755755 [ 268 ] {2ca6fa77-6787-48c0-8cc0-ce8e479d49bb} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7501 2024.11.26 23:36:35.756267 [ 268 ] {2ca6fa77-6787-48c0-8cc0-ce8e479d49bb} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.005776 sec., 18178.670360110802 rows/sec., 1.42 MiB/sec.
7502 2024.11.26 23:36:35.756447 [ 268 ] {2ca6fa77-6787-48c0-8cc0-ce8e479d49bb} <Debug> TCPHandler: Processed in 0.006610891 sec.
7503 2024.11.26 23:36:35.756655 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7504 2024.11.26 23:36:35.756834 [ 270 ] {af96ba50-b6b9-41fe-b5b2-fcb854bccf43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7505 2024.11.26 23:36:35.756960 [ 270 ] {af96ba50-b6b9-41fe-b5b2-fcb854bccf43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7506 2024.11.26 23:36:35.756998 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7507 2024.11.26 23:36:35.758380 [ 270 ] {af96ba50-b6b9-41fe-b5b2-fcb854bccf43} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7508 2024.11.26 23:36:35.758428 [ 270 ] {af96ba50-b6b9-41fe-b5b2-fcb854bccf43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7509 2024.11.26 23:36:35.759071 [ 270 ] {af96ba50-b6b9-41fe-b5b2-fcb854bccf43} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7510 2024.11.26 23:36:35.759479 [ 270 ] {af96ba50-b6b9-41fe-b5b2-fcb854bccf43} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7511 2024.11.26 23:36:35.760064 [ 270 ] {af96ba50-b6b9-41fe-b5b2-fcb854bccf43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003251 sec., 49215.625961242695 rows/sec., 3.43 MiB/sec.
7512 2024.11.26 23:36:35.760454 [ 270 ] {af96ba50-b6b9-41fe-b5b2-fcb854bccf43} <Debug> TCPHandler: Processed in 0.003886986 sec.
7513 2024.11.26 23:36:35.760860 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
7514 2024.11.26 23:36:35.760896 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7515 2024.11.26 23:36:35.761396 [ 268 ] {a6fa98c3-a0df-46b6-b35a-07d5ab1397bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7516 2024.11.26 23:36:35.761799 [ 268 ] {a6fa98c3-a0df-46b6-b35a-07d5ab1397bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7517 2024.11.26 23:36:35.766200 [ 268 ] {a6fa98c3-a0df-46b6-b35a-07d5ab1397bb} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7518 2024.11.26 23:36:35.766259 [ 268 ] {a6fa98c3-a0df-46b6-b35a-07d5ab1397bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7519 2024.11.26 23:36:35.769427 [ 268 ] {a6fa98c3-a0df-46b6-b35a-07d5ab1397bb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7520 2024.11.26 23:36:35.770092 [ 268 ] {a6fa98c3-a0df-46b6-b35a-07d5ab1397bb} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7521 2024.11.26 23:36:35.770386 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7522 2024.11.26 23:36:35.770481 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7523 2024.11.26 23:36:35.770573 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7524 2024.11.26 23:36:35.770857 [ 268 ] {a6fa98c3-a0df-46b6-b35a-07d5ab1397bb} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.009629 sec., 4257.970713469726 rows/sec., 7.63 MiB/sec.
7525 2024.11.26 23:36:35.771498 [ 268 ] {a6fa98c3-a0df-46b6-b35a-07d5ab1397bb} <Debug> TCPHandler: Processed in 0.010865051 sec.
7526 2024.11.26 23:36:35.771312 [ 198 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
7527 2024.11.26 23:36:35.771805 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7528 2024.11.26 23:36:35.772215 [ 270 ] {5f6e9c88-dc0b-4739-a674-4f39d4bd6442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7529 2024.11.26 23:36:35.772438 [ 270 ] {5f6e9c88-dc0b-4739-a674-4f39d4bd6442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7530 2024.11.26 23:36:35.773662 [ 198 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7531 2024.11.26 23:36:35.774030 [ 198 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 726 rows starting from the beginning of the part
7532 2024.11.26 23:36:35.775248 [ 198 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part
7533 2024.11.26 23:36:35.776720 [ 270 ] {5f6e9c88-dc0b-4739-a674-4f39d4bd6442} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7534 2024.11.26 23:36:35.776837 [ 270 ] {5f6e9c88-dc0b-4739-a674-4f39d4bd6442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7535 2024.11.26 23:36:35.777088 [ 198 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part
7536 2024.11.26 23:36:35.779073 [ 198 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part
7537 2024.11.26 23:36:35.779391 [ 270 ] {5f6e9c88-dc0b-4739-a674-4f39d4bd6442} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7538 2024.11.26 23:36:35.780602 [ 270 ] {5f6e9c88-dc0b-4739-a674-4f39d4bd6442} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7539 2024.11.26 23:36:35.780808 [ 198 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part
7540 2024.11.26 23:36:35.781857 [ 270 ] {5f6e9c88-dc0b-4739-a674-4f39d4bd6442} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.009746 sec., 6156.37184485943 rows/sec., 424.85 KiB/sec.
7541 2024.11.26 23:36:35.782406 [ 270 ] {5f6e9c88-dc0b-4739-a674-4f39d4bd6442} <Debug> TCPHandler: Processed in 0.010781561 sec.
7542 2024.11.26 23:36:35.782677 [ 198 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part
7543 2024.11.26 23:36:35.791081 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
7544 2024.11.26 23:36:35.798155 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
7545 2024.11.26 23:36:35.804542 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 931 rows, containing 19 columns (19 merged, 0 gathered) in 0.033763606 sec., 27574.06895460159 rows/sec., 49.41 MiB/sec.
7546 2024.11.26 23:36:35.805480 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
7547 2024.11.26 23:36:35.805543 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7548 2024.11.26 23:36:35.806254 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7549 2024.11.26 23:36:35.806363 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7550 2024.11.26 23:36:35.806526 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.75 MiB.
7551 2024.11.26 23:36:35.811839 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
7552 2024.11.26 23:36:35.816587 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
7553 2024.11.26 23:36:35.875446 [ 194 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.149902458 sec., 1814.5132750258172 rows/sec., 9.38 MiB/sec.
7554 2024.11.26 23:36:35.878912 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7555 2024.11.26 23:36:35.882351 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_36_7} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7556 2024.11.26 23:36:35.882474 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_36_7} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7557 2024.11.26 23:36:35.885082 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
7558 2024.11.26 23:36:36.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.16 MiB, peak 221.04 MiB, free memory in arenas 0.00 B, will set to 212.11 MiB (RSS), difference: 2.96 MiB
7559 2024.11.26 23:36:40.732625 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7560 2024.11.26 23:36:40.732834 [ 268 ] {1e1e8c85-6e6d-4b3f-b2ab-18783a521a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7561 2024.11.26 23:36:40.732915 [ 268 ] {1e1e8c85-6e6d-4b3f-b2ab-18783a521a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7562 2024.11.26 23:36:40.733717 [ 268 ] {1e1e8c85-6e6d-4b3f-b2ab-18783a521a39} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7563 2024.11.26 23:36:40.733766 [ 268 ] {1e1e8c85-6e6d-4b3f-b2ab-18783a521a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7564 2024.11.26 23:36:40.734218 [ 268 ] {1e1e8c85-6e6d-4b3f-b2ab-18783a521a39} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7565 2024.11.26 23:36:40.734484 [ 268 ] {1e1e8c85-6e6d-4b3f-b2ab-18783a521a39} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7566 2024.11.26 23:36:40.734717 [ 136 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7567 2024.11.26 23:36:40.734759 [ 268 ] {1e1e8c85-6e6d-4b3f-b2ab-18783a521a39} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001964 sec., 7128.309572301426 rows/sec., 513.14 KiB/sec.
7568 2024.11.26 23:36:40.734810 [ 136 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7569 2024.11.26 23:36:40.734901 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7570 2024.11.26 23:36:40.734908 [ 268 ] {1e1e8c85-6e6d-4b3f-b2ab-18783a521a39} <Debug> TCPHandler: Processed in 0.002415433 sec.
7571 2024.11.26 23:36:40.735201 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
7572 2024.11.26 23:36:40.735252 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7573 2024.11.26 23:36:40.735466 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7574 2024.11.26 23:36:40.735536 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
7575 2024.11.26 23:36:40.735548 [ 270 ] {1784be3d-2425-41cc-ac23-7057e7c88281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7576 2024.11.26 23:36:40.735718 [ 270 ] {1784be3d-2425-41cc-ac23-7057e7c88281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7577 2024.11.26 23:36:40.735718 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
7578 2024.11.26 23:36:40.736165 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
7579 2024.11.26 23:36:40.736505 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
7580 2024.11.26 23:36:40.736795 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
7581 2024.11.26 23:36:40.738674 [ 270 ] {1784be3d-2425-41cc-ac23-7057e7c88281} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7582 2024.11.26 23:36:40.738745 [ 270 ] {1784be3d-2425-41cc-ac23-7057e7c88281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7583 2024.11.26 23:36:40.739507 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004497812 sec., 15563.122691655408 rows/sec., 1.15 MiB/sec.
7584 2024.11.26 23:36:40.739781 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7585 2024.11.26 23:36:40.739823 [ 270 ] {1784be3d-2425-41cc-ac23-7057e7c88281} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7586 2024.11.26 23:36:40.740342 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_25_6} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7587 2024.11.26 23:36:40.740369 [ 270 ] {1784be3d-2425-41cc-ac23-7057e7c88281} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7588 2024.11.26 23:36:40.740522 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_25_6} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7589 2024.11.26 23:36:40.740784 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7590 2024.11.26 23:36:40.740951 [ 270 ] {1784be3d-2425-41cc-ac23-7057e7c88281} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005499 sec., 363.7024913620658 rows/sec., 29.66 KiB/sec.
7591 2024.11.26 23:36:40.741020 [ 270 ] {1784be3d-2425-41cc-ac23-7057e7c88281} <Debug> TCPHandler: Processed in 0.005960366 sec.
7592 2024.11.26 23:36:40.741185 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7593 2024.11.26 23:36:40.741314 [ 268 ] {57f58b0b-eed3-4b28-834c-2a1593785811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7594 2024.11.26 23:36:40.741369 [ 268 ] {57f58b0b-eed3-4b28-834c-2a1593785811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7595 2024.11.26 23:36:40.742154 [ 268 ] {57f58b0b-eed3-4b28-834c-2a1593785811} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7596 2024.11.26 23:36:40.742195 [ 268 ] {57f58b0b-eed3-4b28-834c-2a1593785811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7597 2024.11.26 23:36:40.742609 [ 268 ] {57f58b0b-eed3-4b28-834c-2a1593785811} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7598 2024.11.26 23:36:40.742872 [ 268 ] {57f58b0b-eed3-4b28-834c-2a1593785811} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7599 2024.11.26 23:36:40.743041 [ 136 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7600 2024.11.26 23:36:40.743095 [ 136 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7601 2024.11.26 23:36:40.743126 [ 268 ] {57f58b0b-eed3-4b28-834c-2a1593785811} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001835 sec., 111171.66212534059 rows/sec., 9.61 MiB/sec.
7602 2024.11.26 23:36:40.743130 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7603 2024.11.26 23:36:40.743282 [ 268 ] {57f58b0b-eed3-4b28-834c-2a1593785811} <Debug> TCPHandler: Processed in 0.00215657 sec.
7604 2024.11.26 23:36:40.743380 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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 2024.11.26 23:36:40.743468 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7606 2024.11.26 23:36:40.743575 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7607 2024.11.26 23:36:40.743652 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1434 rows starting from the beginning of the part
7608 2024.11.26 23:36:40.743680 [ 270 ] {5404ab3d-1b00-496a-94fe-ee280b7d1fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7609 2024.11.26 23:36:40.743849 [ 270 ] {5404ab3d-1b00-496a-94fe-ee280b7d1fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7610 2024.11.26 23:36:40.743952 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1285 rows starting from the beginning of the part
7611 2024.11.26 23:36:40.744420 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part
7612 2024.11.26 23:36:40.744757 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 203 rows starting from the beginning of the part
7613 2024.11.26 23:36:40.745161 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 138 rows starting from the beginning of the part
7614 2024.11.26 23:36:40.745522 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 204 rows starting from the beginning of the part
7615 2024.11.26 23:36:40.746724 [ 270 ] {5404ab3d-1b00-496a-94fe-ee280b7d1fb7} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7616 2024.11.26 23:36:40.746800 [ 270 ] {5404ab3d-1b00-496a-94fe-ee280b7d1fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7617 2024.11.26 23:36:40.747708 [ 270 ] {5404ab3d-1b00-496a-94fe-ee280b7d1fb7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7618 2024.11.26 23:36:40.748237 [ 270 ] {5404ab3d-1b00-496a-94fe-ee280b7d1fb7} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7619 2024.11.26 23:36:40.748411 [ 136 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7620 2024.11.26 23:36:40.748462 [ 136 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7621 2024.11.26 23:36:40.748485 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7622 2024.11.26 23:36:40.748505 [ 270 ] {5404ab3d-1b00-496a-94fe-ee280b7d1fb7} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.00489 sec., 1840.4907975460121 rows/sec., 121.82 KiB/sec.
7623 2024.11.26 23:36:40.748932 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
7624 2024.11.26 23:36:40.748949 [ 270 ] {5404ab3d-1b00-496a-94fe-ee280b7d1fb7} <Debug> TCPHandler: Processed in 0.005525532 sec.
7625 2024.11.26 23:36:40.749396 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7626 2024.11.26 23:36:40.749680 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7627 2024.11.26 23:36:40.749917 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 66 rows starting from the beginning of the part
7628 2024.11.26 23:36:40.750019 [ 268 ] {d3841279-1bbb-4f91-954f-00031716a55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7629 2024.11.26 23:36:40.750242 [ 268 ] {d3841279-1bbb-4f91-954f-00031716a55c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7630 2024.11.26 23:36:40.751100 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.007815903 sec., 424774.97481736913 rows/sec., 37.22 MiB/sec.
7631 2024.11.26 23:36:40.751110 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part
7632 2024.11.26 23:36:40.751427 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 55 rows starting from the beginning of the part
7633 2024.11.26 23:36:40.751509 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7634 2024.11.26 23:36:40.752069 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part
7635 2024.11.26 23:36:40.752696 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part
7636 2024.11.26 23:36:40.753246 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7637 2024.11.26 23:36:40.753300 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 9 rows starting from the beginning of the part
7638 2024.11.26 23:36:40.753661 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_61_12} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7639 2024.11.26 23:36:40.754003 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
7640 2024.11.26 23:36:40.755111 [ 268 ] {d3841279-1bbb-4f91-954f-00031716a55c} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7641 2024.11.26 23:36:40.755209 [ 268 ] {d3841279-1bbb-4f91-954f-00031716a55c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7642 2024.11.26 23:36:40.756388 [ 268 ] {d3841279-1bbb-4f91-954f-00031716a55c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7643 2024.11.26 23:36:40.756552 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.007989155 sec., 23156.391383068672 rows/sec., 1.73 MiB/sec.
7644 2024.11.26 23:36:40.756771 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7645 2024.11.26 23:36:40.756848 [ 268 ] {d3841279-1bbb-4f91-954f-00031716a55c} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7646 2024.11.26 23:36:40.757217 [ 268 ] {d3841279-1bbb-4f91-954f-00031716a55c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007456 sec., 1877.6824034334763 rows/sec., 131.50 KiB/sec.
7647 2024.11.26 23:36:40.757391 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7648 2024.11.26 23:36:40.757401 [ 268 ] {d3841279-1bbb-4f91-954f-00031716a55c} <Debug> TCPHandler: Processed in 0.008277818 sec.
7649 2024.11.26 23:36:40.757559 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_51_10} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7650 2024.11.26 23:36:40.757608 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7651 2024.11.26 23:36:40.757701 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7652 2024.11.26 23:36:40.757777 [ 270 ] {4974ac68-46e3-42e1-a780-b96cf8e4f547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7653 2024.11.26 23:36:40.757844 [ 270 ] {4974ac68-46e3-42e1-a780-b96cf8e4f547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7654 2024.11.26 23:36:40.758441 [ 270 ] {4974ac68-46e3-42e1-a780-b96cf8e4f547} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7655 2024.11.26 23:36:40.758480 [ 270 ] {4974ac68-46e3-42e1-a780-b96cf8e4f547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7656 2024.11.26 23:36:40.758850 [ 270 ] {4974ac68-46e3-42e1-a780-b96cf8e4f547} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7657 2024.11.26 23:36:40.759102 [ 270 ] {4974ac68-46e3-42e1-a780-b96cf8e4f547} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7658 2024.11.26 23:36:40.759228 [ 136 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7659 2024.11.26 23:36:40.759264 [ 136 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7660 2024.11.26 23:36:40.759286 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7661 2024.11.26 23:36:40.759298 [ 270 ] {4974ac68-46e3-42e1-a780-b96cf8e4f547} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001551 sec., 8381.689232753062 rows/sec., 522.60 KiB/sec.
7662 2024.11.26 23:36:40.759516 [ 270 ] {4974ac68-46e3-42e1-a780-b96cf8e4f547} <Debug> TCPHandler: Processed in 0.001992738 sec.
7663 2024.11.26 23:36:40.759527 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
7664 2024.11.26 23:36:40.759707 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7665 2024.11.26 23:36:40.759736 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7666 2024.11.26 23:36:40.759789 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
7667 2024.11.26 23:36:40.760023 [ 268 ] {2954fe6b-91a4-4df1-a40b-a0be8d9d33a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7668 2024.11.26 23:36:40.760059 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
7669 2024.11.26 23:36:40.760242 [ 268 ] {2954fe6b-91a4-4df1-a40b-a0be8d9d33a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7670 2024.11.26 23:36:40.760343 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
7671 2024.11.26 23:36:40.760692 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
7672 2024.11.26 23:36:40.760961 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
7673 2024.11.26 23:36:40.763111 [ 268 ] {2954fe6b-91a4-4df1-a40b-a0be8d9d33a5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7674 2024.11.26 23:36:40.763187 [ 268 ] {2954fe6b-91a4-4df1-a40b-a0be8d9d33a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7675 2024.11.26 23:36:40.763524 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004166919 sec., 15599.055321209747 rows/sec., 1.01 MiB/sec.
7676 2024.11.26 23:36:40.763729 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7677 2024.11.26 23:36:40.764125 [ 268 ] {2954fe6b-91a4-4df1-a40b-a0be8d9d33a5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7678 2024.11.26 23:36:40.764189 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_25_6} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7679 2024.11.26 23:36:40.764367 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_25_6} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7680 2024.11.26 23:36:40.764512 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7681 2024.11.26 23:36:40.764612 [ 268 ] {2954fe6b-91a4-4df1-a40b-a0be8d9d33a5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7682 2024.11.26 23:36:40.764778 [ 136 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7683 2024.11.26 23:36:40.764833 [ 136 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7684 2024.11.26 23:36:40.764860 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7685 2024.11.26 23:36:40.764883 [ 268 ] {2954fe6b-91a4-4df1-a40b-a0be8d9d33a5} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.005011 sec., 76631.41089602874 rows/sec., 5.43 MiB/sec.
7686 2024.11.26 23:36:40.765194 [ 268 ] {2954fe6b-91a4-4df1-a40b-a0be8d9d33a5} <Debug> TCPHandler: Processed in 0.005557182 sec.
7687 2024.11.26 23:36:40.765219 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
7688 2024.11.26 23:36:40.765499 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7689 2024.11.26 23:36:40.765886 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7690 2024.11.26 23:36:40.765915 [ 270 ] {4a9696f4-871e-4723-bf7e-e4cc70a6f47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7691 2024.11.26 23:36:40.766074 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part
7692 2024.11.26 23:36:40.766097 [ 270 ] {4a9696f4-871e-4723-bf7e-e4cc70a6f47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7693 2024.11.26 23:36:40.766522 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 575 rows starting from the beginning of the part
7694 2024.11.26 23:36:40.766836 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part
7695 2024.11.26 23:36:40.767150 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 382 rows starting from the beginning of the part
7696 2024.11.26 23:36:40.767478 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 105 rows starting from the beginning of the part
7697 2024.11.26 23:36:40.767781 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 384 rows starting from the beginning of the part
7698 2024.11.26 23:36:40.768661 [ 270 ] {4a9696f4-871e-4723-bf7e-e4cc70a6f47f} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7699 2024.11.26 23:36:40.768739 [ 270 ] {4a9696f4-871e-4723-bf7e-e4cc70a6f47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7700 2024.11.26 23:36:40.769674 [ 270 ] {4a9696f4-871e-4723-bf7e-e4cc70a6f47f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7701 2024.11.26 23:36:40.770087 [ 270 ] {4a9696f4-871e-4723-bf7e-e4cc70a6f47f} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7702 2024.11.26 23:36:40.770402 [ 270 ] {4a9696f4-871e-4723-bf7e-e4cc70a6f47f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004629 sec., 1296.1762799740764 rows/sec., 67.72 KiB/sec.
7703 2024.11.26 23:36:40.770739 [ 270 ] {4a9696f4-871e-4723-bf7e-e4cc70a6f47f} <Debug> TCPHandler: Processed in 0.00539228 sec.
7704 2024.11.26 23:36:40.770855 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.005901965 sec., 410880.1051853069 rows/sec., 31.52 MiB/sec.
7705 2024.11.26 23:36:40.770940 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7706 2024.11.26 23:36:40.771096 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7707 2024.11.26 23:36:40.771163 [ 268 ] {0615bf96-6624-4ce5-ae6e-d05c4e2d00f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7708 2024.11.26 23:36:40.771277 [ 268 ] {0615bf96-6624-4ce5-ae6e-d05c4e2d00f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7709 2024.11.26 23:36:40.771670 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7710 2024.11.26 23:36:40.771902 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_61_12} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7711 2024.11.26 23:36:40.772033 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
7712 2024.11.26 23:36:40.772347 [ 268 ] {0615bf96-6624-4ce5-ae6e-d05c4e2d00f8} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7713 2024.11.26 23:36:40.772391 [ 268 ] {0615bf96-6624-4ce5-ae6e-d05c4e2d00f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7714 2024.11.26 23:36:40.772807 [ 268 ] {0615bf96-6624-4ce5-ae6e-d05c4e2d00f8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7715 2024.11.26 23:36:40.773065 [ 268 ] {0615bf96-6624-4ce5-ae6e-d05c4e2d00f8} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7716 2024.11.26 23:36:40.773245 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7717 2024.11.26 23:36:40.773302 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7718 2024.11.26 23:36:40.773314 [ 268 ] {0615bf96-6624-4ce5-ae6e-d05c4e2d00f8} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002217 sec., 107352.27785295446 rows/sec., 7.20 MiB/sec.
7719 2024.11.26 23:36:40.773337 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7720 2024.11.26 23:36:40.773526 [ 268 ] {0615bf96-6624-4ce5-ae6e-d05c4e2d00f8} <Debug> TCPHandler: Processed in 0.002652105 sec.
7721 2024.11.26 23:36:40.773745 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
7722 2024.11.26 23:36:40.773776 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7723 2024.11.26 23:36:40.774194 [ 270 ] {1077c3a8-5831-49d9-852f-4d5413ea977b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7724 2024.11.26 23:36:40.774417 [ 270 ] {1077c3a8-5831-49d9-852f-4d5413ea977b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7725 2024.11.26 23:36:40.774505 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7726 2024.11.26 23:36:40.774831 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16856 rows starting from the beginning of the part
7727 2024.11.26 23:36:40.775438 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 929 rows starting from the beginning of the part
7728 2024.11.26 23:36:40.775675 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 84 rows starting from the beginning of the part
7729 2024.11.26 23:36:40.776070 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part
7730 2024.11.26 23:36:40.776442 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part
7731 2024.11.26 23:36:40.776823 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 238 rows starting from the beginning of the part
7732 2024.11.26 23:36:40.776883 [ 270 ] {1077c3a8-5831-49d9-852f-4d5413ea977b} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7733 2024.11.26 23:36:40.776978 [ 270 ] {1077c3a8-5831-49d9-852f-4d5413ea977b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7734 2024.11.26 23:36:40.778044 [ 270 ] {1077c3a8-5831-49d9-852f-4d5413ea977b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7735 2024.11.26 23:36:40.778449 [ 270 ] {1077c3a8-5831-49d9-852f-4d5413ea977b} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7736 2024.11.26 23:36:40.778667 [ 136 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
7737 2024.11.26 23:36:40.778723 [ 136 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7738 2024.11.26 23:36:40.778765 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7739 2024.11.26 23:36:40.778771 [ 270 ] {1077c3a8-5831-49d9-852f-4d5413ea977b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004717 sec., 211.999152003392 rows/sec., 14.29 KiB/sec.
7740 2024.11.26 23:36:40.779446 [ 270 ] {1077c3a8-5831-49d9-852f-4d5413ea977b} <Debug> TCPHandler: Processed in 0.005791865 sec.
7741 2024.11.26 23:36:40.779558 [ 192 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
7742 2024.11.26 23:36:40.779884 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7743 2024.11.26 23:36:40.780459 [ 268 ] {90e3ed51-2d8b-4c59-b587-5ea432db2e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7744 2024.11.26 23:36:40.780478 [ 192 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7745 2024.11.26 23:36:40.780573 [ 192 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
7746 2024.11.26 23:36:40.780645 [ 268 ] {90e3ed51-2d8b-4c59-b587-5ea432db2e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7747 2024.11.26 23:36:40.780985 [ 192 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
7748 2024.11.26 23:36:40.781583 [ 192 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
7749 2024.11.26 23:36:40.781984 [ 192 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
7750 2024.11.26 23:36:40.782305 [ 192 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
7751 2024.11.26 23:36:40.782662 [ 192 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
7752 2024.11.26 23:36:40.783747 [ 268 ] {90e3ed51-2d8b-4c59-b587-5ea432db2e2e} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7753 2024.11.26 23:36:40.783848 [ 268 ] {90e3ed51-2d8b-4c59-b587-5ea432db2e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7754 2024.11.26 23:36:40.785577 [ 268 ] {90e3ed51-2d8b-4c59-b587-5ea432db2e2e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7755 2024.11.26 23:36:40.786724 [ 268 ] {90e3ed51-2d8b-4c59-b587-5ea432db2e2e} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7756 2024.11.26 23:36:40.787135 [ 136 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7757 2024.11.26 23:36:40.787267 [ 136 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7758 2024.11.26 23:36:40.787364 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7759 2024.11.26 23:36:40.787417 [ 268 ] {90e3ed51-2d8b-4c59-b587-5ea432db2e2e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007121 sec., 11515.236624069654 rows/sec., 748.91 KiB/sec.
7760 2024.11.26 23:36:40.787866 [ 268 ] {90e3ed51-2d8b-4c59-b587-5ea432db2e2e} <Debug> TCPHandler: Processed in 0.008216517 sec.
7761 2024.11.26 23:36:40.788125 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.009256076 sec., 2700.9285576306847 rows/sec., 182.00 KiB/sec.
7762 2024.11.26 23:36:40.788204 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
7763 2024.11.26 23:36:40.788544 [ 188 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
7764 2024.11.26 23:36:40.788568 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7765 2024.11.26 23:36:40.788657 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3386 rows starting from the beginning of the part
7766 2024.11.26 23:36:40.789275 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
7767 2024.11.26 23:36:40.789550 [ 188 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_25_5} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7768 2024.11.26 23:36:40.789602 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
7769 2024.11.26 23:36:40.789828 [ 188 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_25_5} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
7770 2024.11.26 23:36:40.790103 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part
7771 2024.11.26 23:36:40.790108 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7772 2024.11.26 23:36:40.790315 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part
7773 2024.11.26 23:36:40.790724 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part
7774 2024.11.26 23:36:40.791279 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18504 rows, containing 5 columns (5 merged, 0 gathered) in 0.017814747 sec., 1038690.0246183682 rows/sec., 70.13 MiB/sec.
7775 2024.11.26 23:36:40.791622 [ 188 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7776 2024.11.26 23:36:40.792122 [ 188 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7777 2024.11.26 23:36:40.792334 [ 188 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7778 2024.11.26 23:36:40.792520 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.12 MiB.
7779 2024.11.26 23:36:40.793237 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3670 rows, containing 4 columns (4 merged, 0 gathered) in 0.005441831 sec., 674405.360989711 rows/sec., 43.99 MiB/sec.
7780 2024.11.26 23:36:40.793663 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7781 2024.11.26 23:36:40.793969 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_61_12} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7782 2024.11.26 23:36:40.794046 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_61_12} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7783 2024.11.26 23:36:40.794130 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
7784 2024.11.26 23:36:41.000190 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.10 MiB, peak 222.37 MiB, free memory in arenas 0.00 B, will set to 214.25 MiB (RSS), difference: 1.16 MiB
7785 2024.11.26 23:36:42.078886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
7786 2024.11.26 23:36:42.079611 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7787 2024.11.26 23:36:42.079657 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7788 2024.11.26 23:36:42.080215 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7789 2024.11.26 23:36:42.080510 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7790 2024.11.26 23:36:42.080767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7791 2024.11.26 23:36:43.253560 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7792 2024.11.26 23:36:43.272352 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7793 2024.11.26 23:36:43.272406 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7794 2024.11.26 23:36:43.279306 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7795 2024.11.26 23:36:43.280085 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7796 2024.11.26 23:36:43.282652 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7797 2024.11.26 23:36:44.685746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1116
7798 2024.11.26 23:36:44.688897 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7799 2024.11.26 23:36:44.688952 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7800 2024.11.26 23:36:44.690420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7801 2024.11.26 23:36:44.690739 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7802 2024.11.26 23:36:44.691428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1116
7803 2024.11.26 23:36:45.729773 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7804 2024.11.26 23:36:45.729996 [ 268 ] {9641204f-e817-4662-ab37-6e2f1779063e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7805 2024.11.26 23:36:45.730075 [ 268 ] {9641204f-e817-4662-ab37-6e2f1779063e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7806 2024.11.26 23:36:45.730914 [ 268 ] {9641204f-e817-4662-ab37-6e2f1779063e} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7807 2024.11.26 23:36:45.730967 [ 268 ] {9641204f-e817-4662-ab37-6e2f1779063e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7808 2024.11.26 23:36:45.731430 [ 268 ] {9641204f-e817-4662-ab37-6e2f1779063e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7809 2024.11.26 23:36:45.731693 [ 268 ] {9641204f-e817-4662-ab37-6e2f1779063e} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7810 2024.11.26 23:36:45.731947 [ 268 ] {9641204f-e817-4662-ab37-6e2f1779063e} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002009 sec., 68690.89099054255 rows/sec., 5.93 MiB/sec.
7811 2024.11.26 23:36:45.732042 [ 268 ] {9641204f-e817-4662-ab37-6e2f1779063e} <Debug> TCPHandler: Processed in 0.002409192 sec.
7812 2024.11.26 23:36:45.732324 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7813 2024.11.26 23:36:45.732511 [ 270 ] {74542f08-7bd4-4c46-b00d-2cdf4dbc6405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7814 2024.11.26 23:36:45.732584 [ 270 ] {74542f08-7bd4-4c46-b00d-2cdf4dbc6405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7815 2024.11.26 23:36:45.733348 [ 270 ] {74542f08-7bd4-4c46-b00d-2cdf4dbc6405} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7816 2024.11.26 23:36:45.733397 [ 270 ] {74542f08-7bd4-4c46-b00d-2cdf4dbc6405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7817 2024.11.26 23:36:45.733856 [ 270 ] {74542f08-7bd4-4c46-b00d-2cdf4dbc6405} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7818 2024.11.26 23:36:45.734131 [ 270 ] {74542f08-7bd4-4c46-b00d-2cdf4dbc6405} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7819 2024.11.26 23:36:45.734355 [ 270 ] {74542f08-7bd4-4c46-b00d-2cdf4dbc6405} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001897 sec., 21613.07327358988 rows/sec., 1.59 MiB/sec.
7820 2024.11.26 23:36:45.734421 [ 270 ] {74542f08-7bd4-4c46-b00d-2cdf4dbc6405} <Debug> TCPHandler: Processed in 0.002259131 sec.
7821 2024.11.26 23:36:45.734585 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7822 2024.11.26 23:36:45.734724 [ 268 ] {d3ea4bf0-ca0c-400d-a7cb-457d2ed834ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7823 2024.11.26 23:36:45.734782 [ 268 ] {d3ea4bf0-ca0c-400d-a7cb-457d2ed834ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7824 2024.11.26 23:36:45.735448 [ 268 ] {d3ea4bf0-ca0c-400d-a7cb-457d2ed834ca} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7825 2024.11.26 23:36:45.735488 [ 268 ] {d3ea4bf0-ca0c-400d-a7cb-457d2ed834ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7826 2024.11.26 23:36:45.735876 [ 268 ] {d3ea4bf0-ca0c-400d-a7cb-457d2ed834ca} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7827 2024.11.26 23:36:45.736122 [ 268 ] {d3ea4bf0-ca0c-400d-a7cb-457d2ed834ca} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7828 2024.11.26 23:36:45.736327 [ 268 ] {d3ea4bf0-ca0c-400d-a7cb-457d2ed834ca} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001634 sec., 64259.4859241126 rows/sec., 5.02 MiB/sec.
7829 2024.11.26 23:36:45.736380 [ 268 ] {d3ea4bf0-ca0c-400d-a7cb-457d2ed834ca} <Debug> TCPHandler: Processed in 0.001864648 sec.
7830 2024.11.26 23:36:45.736550 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7831 2024.11.26 23:36:45.736698 [ 270 ] {6301cc08-4509-4ba2-b9f0-45555fe2e254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7832 2024.11.26 23:36:45.736766 [ 270 ] {6301cc08-4509-4ba2-b9f0-45555fe2e254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7833 2024.11.26 23:36:45.737401 [ 270 ] {6301cc08-4509-4ba2-b9f0-45555fe2e254} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7834 2024.11.26 23:36:45.737443 [ 270 ] {6301cc08-4509-4ba2-b9f0-45555fe2e254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7835 2024.11.26 23:36:45.737873 [ 270 ] {6301cc08-4509-4ba2-b9f0-45555fe2e254} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7836 2024.11.26 23:36:45.738130 [ 270 ] {6301cc08-4509-4ba2-b9f0-45555fe2e254} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7837 2024.11.26 23:36:45.738347 [ 270 ] {6301cc08-4509-4ba2-b9f0-45555fe2e254} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec.
7838 2024.11.26 23:36:45.738403 [ 270 ] {6301cc08-4509-4ba2-b9f0-45555fe2e254} <Debug> TCPHandler: Processed in 0.001924118 sec.
7839 2024.11.26 23:36:45.738563 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7840 2024.11.26 23:36:45.738706 [ 268 ] {d4c5902c-13c5-481b-85ff-0288f95e9875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7841 2024.11.26 23:36:45.738800 [ 268 ] {d4c5902c-13c5-481b-85ff-0288f95e9875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7842 2024.11.26 23:36:45.740078 [ 268 ] {d4c5902c-13c5-481b-85ff-0288f95e9875} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7843 2024.11.26 23:36:45.740117 [ 268 ] {d4c5902c-13c5-481b-85ff-0288f95e9875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7844 2024.11.26 23:36:45.740799 [ 268 ] {d4c5902c-13c5-481b-85ff-0288f95e9875} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7845 2024.11.26 23:36:45.741058 [ 268 ] {d4c5902c-13c5-481b-85ff-0288f95e9875} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7846 2024.11.26 23:36:45.741303 [ 268 ] {d4c5902c-13c5-481b-85ff-0288f95e9875} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002629 sec., 15595.283377710157 rows/sec., 27.95 MiB/sec.
7847 2024.11.26 23:36:45.741396 [ 268 ] {d4c5902c-13c5-481b-85ff-0288f95e9875} <Debug> TCPHandler: Processed in 0.002902497 sec.
7848 2024.11.26 23:36:45.741562 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7849 2024.11.26 23:36:45.741705 [ 270 ] {d2c4c1d8-12b5-48d7-b71c-841bf83f4a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7850 2024.11.26 23:36:45.741769 [ 270 ] {d2c4c1d8-12b5-48d7-b71c-841bf83f4a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7851 2024.11.26 23:36:45.742315 [ 270 ] {d2c4c1d8-12b5-48d7-b71c-841bf83f4a9c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7852 2024.11.26 23:36:45.742356 [ 270 ] {d2c4c1d8-12b5-48d7-b71c-841bf83f4a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7853 2024.11.26 23:36:45.742753 [ 270 ] {d2c4c1d8-12b5-48d7-b71c-841bf83f4a9c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7854 2024.11.26 23:36:45.743011 [ 270 ] {d2c4c1d8-12b5-48d7-b71c-841bf83f4a9c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7855 2024.11.26 23:36:45.743279 [ 270 ] {d2c4c1d8-12b5-48d7-b71c-841bf83f4a9c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001594 sec., 37641.15432873275 rows/sec., 2.54 MiB/sec.
7856 2024.11.26 23:36:45.743416 [ 270 ] {d2c4c1d8-12b5-48d7-b71c-841bf83f4a9c} <Debug> TCPHandler: Processed in 0.001921938 sec.
7857 2024.11.26 23:36:49.457139 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache
7858 2024.11.26 23:36:49.457207 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache
7859 2024.11.26 23:36:49.581021 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
7860 2024.11.26 23:36:49.581656 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7861 2024.11.26 23:36:49.581697 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7862 2024.11.26 23:36:49.582235 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7863 2024.11.26 23:36:49.582494 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7864 2024.11.26 23:36:49.582734 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
7865 2024.11.26 23:36:50.731540 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7866 2024.11.26 23:36:50.731751 [ 268 ] {507ed50d-6d36-4d09-ab1a-48a80e4ad8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7867 2024.11.26 23:36:50.731830 [ 268 ] {507ed50d-6d36-4d09-ab1a-48a80e4ad8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7868 2024.11.26 23:36:50.732640 [ 268 ] {507ed50d-6d36-4d09-ab1a-48a80e4ad8e9} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7869 2024.11.26 23:36:50.732684 [ 268 ] {507ed50d-6d36-4d09-ab1a-48a80e4ad8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7870 2024.11.26 23:36:50.733130 [ 268 ] {507ed50d-6d36-4d09-ab1a-48a80e4ad8e9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7871 2024.11.26 23:36:50.733388 [ 268 ] {507ed50d-6d36-4d09-ab1a-48a80e4ad8e9} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7872 2024.11.26 23:36:50.733599 [ 268 ] {507ed50d-6d36-4d09-ab1a-48a80e4ad8e9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec.
7873 2024.11.26 23:36:50.733657 [ 268 ] {507ed50d-6d36-4d09-ab1a-48a80e4ad8e9} <Debug> TCPHandler: Processed in 0.002255511 sec.
7874 2024.11.26 23:36:50.733917 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7875 2024.11.26 23:36:50.734137 [ 270 ] {b7adccd1-d75e-406c-950b-564c882ee55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7876 2024.11.26 23:36:50.734221 [ 270 ] {b7adccd1-d75e-406c-950b-564c882ee55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7877 2024.11.26 23:36:50.735064 [ 270 ] {b7adccd1-d75e-406c-950b-564c882ee55e} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7878 2024.11.26 23:36:50.735110 [ 270 ] {b7adccd1-d75e-406c-950b-564c882ee55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7879 2024.11.26 23:36:50.735568 [ 270 ] {b7adccd1-d75e-406c-950b-564c882ee55e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7880 2024.11.26 23:36:50.735895 [ 270 ] {b7adccd1-d75e-406c-950b-564c882ee55e} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7881 2024.11.26 23:36:50.736105 [ 270 ] {b7adccd1-d75e-406c-950b-564c882ee55e} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002027 sec., 100148.00197335964 rows/sec., 8.67 MiB/sec.
7882 2024.11.26 23:36:50.736171 [ 270 ] {b7adccd1-d75e-406c-950b-564c882ee55e} <Debug> TCPHandler: Processed in 0.002392563 sec.
7883 2024.11.26 23:36:50.736338 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7884 2024.11.26 23:36:50.736477 [ 268 ] {0bcc4268-ef50-4a7d-ba90-ad77ce372b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7885 2024.11.26 23:36:50.736536 [ 268 ] {0bcc4268-ef50-4a7d-ba90-ad77ce372b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7886 2024.11.26 23:36:50.737227 [ 268 ] {0bcc4268-ef50-4a7d-ba90-ad77ce372b8f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7887 2024.11.26 23:36:50.737270 [ 268 ] {0bcc4268-ef50-4a7d-ba90-ad77ce372b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7888 2024.11.26 23:36:50.737628 [ 268 ] {0bcc4268-ef50-4a7d-ba90-ad77ce372b8f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7889 2024.11.26 23:36:50.737981 [ 268 ] {0bcc4268-ef50-4a7d-ba90-ad77ce372b8f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7890 2024.11.26 23:36:50.738245 [ 268 ] {0bcc4268-ef50-4a7d-ba90-ad77ce372b8f} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001787 sec., 3917.1796306659207 rows/sec., 255.21 KiB/sec.
7891 2024.11.26 23:36:50.738338 [ 268 ] {0bcc4268-ef50-4a7d-ba90-ad77ce372b8f} <Debug> TCPHandler: Processed in 0.00206296 sec.
7892 2024.11.26 23:36:50.738589 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7893 2024.11.26 23:36:50.738740 [ 270 ] {df585f68-ad1b-43c9-9a3b-650e070f475b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7894 2024.11.26 23:36:50.738809 [ 270 ] {df585f68-ad1b-43c9-9a3b-650e070f475b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7895 2024.11.26 23:36:50.739484 [ 270 ] {df585f68-ad1b-43c9-9a3b-650e070f475b} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7896 2024.11.26 23:36:50.739524 [ 270 ] {df585f68-ad1b-43c9-9a3b-650e070f475b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7897 2024.11.26 23:36:50.739903 [ 270 ] {df585f68-ad1b-43c9-9a3b-650e070f475b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7898 2024.11.26 23:36:50.740188 [ 270 ] {df585f68-ad1b-43c9-9a3b-650e070f475b} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7899 2024.11.26 23:36:50.740374 [ 270 ] {df585f68-ad1b-43c9-9a3b-650e070f475b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00167 sec., 8383.233532934131 rows/sec., 587.11 KiB/sec.
7900 2024.11.26 23:36:50.740430 [ 270 ] {df585f68-ad1b-43c9-9a3b-650e070f475b} <Debug> TCPHandler: Processed in 0.001964028 sec.
7901 2024.11.26 23:36:50.740569 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7902 2024.11.26 23:36:50.740692 [ 268 ] {a4814510-4fcb-444b-abb9-340617c35636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7903 2024.11.26 23:36:50.740741 [ 268 ] {a4814510-4fcb-444b-abb9-340617c35636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7904 2024.11.26 23:36:50.741344 [ 268 ] {a4814510-4fcb-444b-abb9-340617c35636} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7905 2024.11.26 23:36:50.741385 [ 268 ] {a4814510-4fcb-444b-abb9-340617c35636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7906 2024.11.26 23:36:50.741792 [ 268 ] {a4814510-4fcb-444b-abb9-340617c35636} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7907 2024.11.26 23:36:50.742048 [ 268 ] {a4814510-4fcb-444b-abb9-340617c35636} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7908 2024.11.26 23:36:50.742253 [ 268 ] {a4814510-4fcb-444b-abb9-340617c35636} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001586 sec., 8196.72131147541 rows/sec., 511.06 KiB/sec.
7909 2024.11.26 23:36:50.742309 [ 268 ] {a4814510-4fcb-444b-abb9-340617c35636} <Debug> TCPHandler: Processed in 0.001796027 sec.
7910 2024.11.26 23:36:50.742468 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7911 2024.11.26 23:36:50.742610 [ 270 ] {4b56df06-f344-4571-87f0-6b2493838d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7912 2024.11.26 23:36:50.742671 [ 270 ] {4b56df06-f344-4571-87f0-6b2493838d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7913 2024.11.26 23:36:50.743470 [ 270 ] {4b56df06-f344-4571-87f0-6b2493838d6d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7914 2024.11.26 23:36:50.743508 [ 270 ] {4b56df06-f344-4571-87f0-6b2493838d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7915 2024.11.26 23:36:50.743901 [ 270 ] {4b56df06-f344-4571-87f0-6b2493838d6d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7916 2024.11.26 23:36:50.744146 [ 270 ] {4b56df06-f344-4571-87f0-6b2493838d6d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7917 2024.11.26 23:36:50.744325 [ 270 ] {4b56df06-f344-4571-87f0-6b2493838d6d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001748 sec., 218535.4691075515 rows/sec., 15.47 MiB/sec.
7918 2024.11.26 23:36:50.744376 [ 270 ] {4b56df06-f344-4571-87f0-6b2493838d6d} <Debug> TCPHandler: Processed in 0.001977808 sec.
7919 2024.11.26 23:36:50.744522 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7920 2024.11.26 23:36:50.744643 [ 268 ] {14de484c-6c4d-4cd6-9777-f92a45faa542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7921 2024.11.26 23:36:50.744694 [ 268 ] {14de484c-6c4d-4cd6-9777-f92a45faa542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7922 2024.11.26 23:36:50.745204 [ 268 ] {14de484c-6c4d-4cd6-9777-f92a45faa542} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7923 2024.11.26 23:36:50.745243 [ 268 ] {14de484c-6c4d-4cd6-9777-f92a45faa542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7924 2024.11.26 23:36:50.745622 [ 268 ] {14de484c-6c4d-4cd6-9777-f92a45faa542} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7925 2024.11.26 23:36:50.745876 [ 268 ] {14de484c-6c4d-4cd6-9777-f92a45faa542} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7926 2024.11.26 23:36:50.746037 [ 120 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7927 2024.11.26 23:36:50.746098 [ 120 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7928 2024.11.26 23:36:50.746135 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7929 2024.11.26 23:36:50.746140 [ 268 ] {14de484c-6c4d-4cd6-9777-f92a45faa542} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec.
7930 2024.11.26 23:36:50.746391 [ 268 ] {14de484c-6c4d-4cd6-9777-f92a45faa542} <Debug> TCPHandler: Processed in 0.001919528 sec.
7931 2024.11.26 23:36:50.746483 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
7932 2024.11.26 23:36:50.746716 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7933 2024.11.26 23:36:50.747018 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7934 2024.11.26 23:36:50.747054 [ 270 ] {3661b71e-98d3-4a66-8447-6f68318b8590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7935 2024.11.26 23:36:50.747064 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part
7936 2024.11.26 23:36:50.747137 [ 270 ] {3661b71e-98d3-4a66-8447-6f68318b8590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7937 2024.11.26 23:36:50.747168 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
7938 2024.11.26 23:36:50.747512 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
7939 2024.11.26 23:36:50.747950 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
7940 2024.11.26 23:36:50.748412 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
7941 2024.11.26 23:36:50.748786 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
7942 2024.11.26 23:36:50.749890 [ 270 ] {3661b71e-98d3-4a66-8447-6f68318b8590} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7943 2024.11.26 23:36:50.749934 [ 270 ] {3661b71e-98d3-4a66-8447-6f68318b8590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7944 2024.11.26 23:36:50.750535 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004320591 sec., 36106.17158624827 rows/sec., 1.84 MiB/sec.
7945 2024.11.26 23:36:50.750578 [ 270 ] {3661b71e-98d3-4a66-8447-6f68318b8590} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7946 2024.11.26 23:36:50.750643 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7947 2024.11.26 23:36:50.750895 [ 270 ] {3661b71e-98d3-4a66-8447-6f68318b8590} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7948 2024.11.26 23:36:50.750996 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7949 2024.11.26 23:36:50.751191 [ 200 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_26_5} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7950 2024.11.26 23:36:50.751252 [ 270 ] {3661b71e-98d3-4a66-8447-6f68318b8590} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004247 sec., 55804.09700965387 rows/sec., 3.74 MiB/sec.
7951 2024.11.26 23:36:50.751374 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7952 2024.11.26 23:36:50.751582 [ 270 ] {3661b71e-98d3-4a66-8447-6f68318b8590} <Debug> TCPHandler: Processed in 0.005035667 sec.
7953 2024.11.26 23:36:50.751821 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7954 2024.11.26 23:36:50.751990 [ 268 ] {78fc3f14-f848-49e4-8c32-97ebfca9610f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7955 2024.11.26 23:36:50.752045 [ 268 ] {78fc3f14-f848-49e4-8c32-97ebfca9610f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7956 2024.11.26 23:36:50.752531 [ 268 ] {78fc3f14-f848-49e4-8c32-97ebfca9610f} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7957 2024.11.26 23:36:50.752571 [ 268 ] {78fc3f14-f848-49e4-8c32-97ebfca9610f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7958 2024.11.26 23:36:50.752942 [ 268 ] {78fc3f14-f848-49e4-8c32-97ebfca9610f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7959 2024.11.26 23:36:50.753187 [ 268 ] {78fc3f14-f848-49e4-8c32-97ebfca9610f} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7960 2024.11.26 23:36:50.753395 [ 268 ] {78fc3f14-f848-49e4-8c32-97ebfca9610f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001428 sec., 700.2801120448179 rows/sec., 47.19 KiB/sec.
7961 2024.11.26 23:36:50.753447 [ 268 ] {78fc3f14-f848-49e4-8c32-97ebfca9610f} <Debug> TCPHandler: Processed in 0.001750736 sec.
7962 2024.11.26 23:36:50.753602 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7963 2024.11.26 23:36:50.753742 [ 270 ] {56da03dd-d7cd-4932-b6b4-f761f1424077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7964 2024.11.26 23:36:50.753802 [ 270 ] {56da03dd-d7cd-4932-b6b4-f761f1424077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7965 2024.11.26 23:36:50.754358 [ 270 ] {56da03dd-d7cd-4932-b6b4-f761f1424077} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7966 2024.11.26 23:36:50.754395 [ 270 ] {56da03dd-d7cd-4932-b6b4-f761f1424077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7967 2024.11.26 23:36:50.754785 [ 270 ] {56da03dd-d7cd-4932-b6b4-f761f1424077} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7968 2024.11.26 23:36:50.755041 [ 270 ] {56da03dd-d7cd-4932-b6b4-f761f1424077} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7969 2024.11.26 23:36:50.755249 [ 270 ] {56da03dd-d7cd-4932-b6b4-f761f1424077} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec.
7970 2024.11.26 23:36:50.755305 [ 270 ] {56da03dd-d7cd-4932-b6b4-f761f1424077} <Debug> TCPHandler: Processed in 0.001771236 sec.
7971 2024.11.26 23:36:50.782843 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7972 2024.11.26 23:36:50.803288 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7973 2024.11.26 23:36:50.803351 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7974 2024.11.26 23:36:50.810840 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7975 2024.11.26 23:36:50.811628 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7976 2024.11.26 23:36:50.815382 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7977 2024.11.26 23:36:51.000237 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.04 MiB, peak 222.37 MiB, free memory in arenas 0.00 B, will set to 214.88 MiB (RSS), difference: -1.16 MiB
7978 2024.11.26 23:36:53.150513 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7979 2024.11.26 23:36:53.150838 [ 268 ] {f3bbbc4d-ae5b-4f82-b781-769cbccf1fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7980 2024.11.26 23:36:53.150955 [ 268 ] {f3bbbc4d-ae5b-4f82-b781-769cbccf1fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7981 2024.11.26 23:36:53.151859 [ 268 ] {f3bbbc4d-ae5b-4f82-b781-769cbccf1fb8} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7982 2024.11.26 23:36:53.151909 [ 268 ] {f3bbbc4d-ae5b-4f82-b781-769cbccf1fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7983 2024.11.26 23:36:53.152331 [ 268 ] {f3bbbc4d-ae5b-4f82-b781-769cbccf1fb8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7984 2024.11.26 23:36:53.152594 [ 268 ] {f3bbbc4d-ae5b-4f82-b781-769cbccf1fb8} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7985 2024.11.26 23:36:53.152837 [ 268 ] {f3bbbc4d-ae5b-4f82-b781-769cbccf1fb8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002084 sec., 959.6928982725528 rows/sec., 78.26 KiB/sec.
7986 2024.11.26 23:36:53.152893 [ 268 ] {f3bbbc4d-ae5b-4f82-b781-769cbccf1fb8} <Debug> TCPHandler: Processed in 0.002569244 sec.
7987 2024.11.26 23:36:53.153220 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7988 2024.11.26 23:36:53.153458 [ 270 ] {43366fe5-4ad3-4b8b-be2e-40b77b567747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7989 2024.11.26 23:36:53.153532 [ 270 ] {43366fe5-4ad3-4b8b-be2e-40b77b567747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7990 2024.11.26 23:36:53.154945 [ 270 ] {43366fe5-4ad3-4b8b-be2e-40b77b567747} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7991 2024.11.26 23:36:53.154994 [ 270 ] {43366fe5-4ad3-4b8b-be2e-40b77b567747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7992 2024.11.26 23:36:53.155512 [ 270 ] {43366fe5-4ad3-4b8b-be2e-40b77b567747} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7993 2024.11.26 23:36:53.155769 [ 270 ] {43366fe5-4ad3-4b8b-be2e-40b77b567747} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7994 2024.11.26 23:36:53.156013 [ 270 ] {43366fe5-4ad3-4b8b-be2e-40b77b567747} <Debug> executeQuery: Read 1279 rows, 108.84 KiB in 0.002609 sec., 490226.14028363355 rows/sec., 40.74 MiB/sec.
7995 2024.11.26 23:36:53.156080 [ 270 ] {43366fe5-4ad3-4b8b-be2e-40b77b567747} <Debug> TCPHandler: Processed in 0.003042218 sec.
7996 2024.11.26 23:36:53.156231 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7997 2024.11.26 23:36:53.156359 [ 268 ] {4f320356-3f1a-4521-9b3e-8df6ced8609b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7998 2024.11.26 23:36:53.156420 [ 268 ] {4f320356-3f1a-4521-9b3e-8df6ced8609b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7999 2024.11.26 23:36:53.157139 [ 268 ] {4f320356-3f1a-4521-9b3e-8df6ced8609b} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8000 2024.11.26 23:36:53.157186 [ 268 ] {4f320356-3f1a-4521-9b3e-8df6ced8609b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8001 2024.11.26 23:36:53.157576 [ 268 ] {4f320356-3f1a-4521-9b3e-8df6ced8609b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8002 2024.11.26 23:36:53.157819 [ 268 ] {4f320356-3f1a-4521-9b3e-8df6ced8609b} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8003 2024.11.26 23:36:53.157998 [ 268 ] {4f320356-3f1a-4521-9b3e-8df6ced8609b} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.00167 sec., 25748.502994011975 rows/sec., 1.88 MiB/sec.
8004 2024.11.26 23:36:53.158048 [ 268 ] {4f320356-3f1a-4521-9b3e-8df6ced8609b} <Debug> TCPHandler: Processed in 0.001875317 sec.
8005 2024.11.26 23:36:53.158195 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8006 2024.11.26 23:36:53.158321 [ 270 ] {bde4a46c-141f-4edc-96f1-7f35f0099ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8007 2024.11.26 23:36:53.158380 [ 270 ] {bde4a46c-141f-4edc-96f1-7f35f0099ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8008 2024.11.26 23:36:53.159173 [ 270 ] {bde4a46c-141f-4edc-96f1-7f35f0099ef3} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8009 2024.11.26 23:36:53.159219 [ 270 ] {bde4a46c-141f-4edc-96f1-7f35f0099ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8010 2024.11.26 23:36:53.159604 [ 270 ] {bde4a46c-141f-4edc-96f1-7f35f0099ef3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8011 2024.11.26 23:36:53.159840 [ 270 ] {bde4a46c-141f-4edc-96f1-7f35f0099ef3} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8012 2024.11.26 23:36:53.159999 [ 117 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8013 2024.11.26 23:36:53.160064 [ 117 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8014 2024.11.26 23:36:53.160081 [ 270 ] {bde4a46c-141f-4edc-96f1-7f35f0099ef3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001783 sec., 127874.36904094223 rows/sec., 8.66 MiB/sec.
8015 2024.11.26 23:36:53.160101 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8016 2024.11.26 23:36:53.160216 [ 270 ] {bde4a46c-141f-4edc-96f1-7f35f0099ef3} <Debug> TCPHandler: Processed in 0.002070059 sec.
8017 2024.11.26 23:36:53.160417 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
8018 2024.11.26 23:36:53.160441 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8019 2024.11.26 23:36:53.160734 [ 268 ] {7dbbc206-a9ec-49f1-aa1c-c8ab1df55c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8020 2024.11.26 23:36:53.160750 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8021 2024.11.26 23:36:53.160845 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part
8022 2024.11.26 23:36:53.160849 [ 268 ] {7dbbc206-a9ec-49f1-aa1c-c8ab1df55c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8023 2024.11.26 23:36:53.161200 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part
8024 2024.11.26 23:36:53.161472 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
8025 2024.11.26 23:36:53.161888 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
8026 2024.11.26 23:36:53.162334 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
8027 2024.11.26 23:36:53.162737 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part
8028 2024.11.26 23:36:53.164426 [ 268 ] {7dbbc206-a9ec-49f1-aa1c-c8ab1df55c17} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8029 2024.11.26 23:36:53.164523 [ 268 ] {7dbbc206-a9ec-49f1-aa1c-c8ab1df55c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8030 2024.11.26 23:36:53.165504 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005261569 sec., 140642.45855181222 rows/sec., 10.07 MiB/sec.
8031 2024.11.26 23:36:53.165558 [ 268 ] {7dbbc206-a9ec-49f1-aa1c-c8ab1df55c17} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8032 2024.11.26 23:36:53.165835 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8033 2024.11.26 23:36:53.166074 [ 268 ] {7dbbc206-a9ec-49f1-aa1c-c8ab1df55c17} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8034 2024.11.26 23:36:53.166443 [ 268 ] {7dbbc206-a9ec-49f1-aa1c-c8ab1df55c17} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.005801 sec., 97052.23237372868 rows/sec., 7.21 MiB/sec.
8035 2024.11.26 23:36:53.166600 [ 268 ] {7dbbc206-a9ec-49f1-aa1c-c8ab1df55c17} <Debug> TCPHandler: Processed in 0.006269778 sec.
8036 2024.11.26 23:36:53.166633 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8037 2024.11.26 23:36:53.166769 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_36_7} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8038 2024.11.26 23:36:53.166789 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8039 2024.11.26 23:36:53.166878 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
8040 2024.11.26 23:36:53.166964 [ 270 ] {4f0825d8-e180-425c-9667-71f5a022555b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8041 2024.11.26 23:36:53.167026 [ 270 ] {4f0825d8-e180-425c-9667-71f5a022555b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8042 2024.11.26 23:36:53.167859 [ 270 ] {4f0825d8-e180-425c-9667-71f5a022555b} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8043 2024.11.26 23:36:53.167898 [ 270 ] {4f0825d8-e180-425c-9667-71f5a022555b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8044 2024.11.26 23:36:53.168375 [ 270 ] {4f0825d8-e180-425c-9667-71f5a022555b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8045 2024.11.26 23:36:53.168624 [ 270 ] {4f0825d8-e180-425c-9667-71f5a022555b} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8046 2024.11.26 23:36:53.168835 [ 270 ] {4f0825d8-e180-425c-9667-71f5a022555b} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.0019 sec., 496315.7894736842 rows/sec., 33.28 MiB/sec.
8047 2024.11.26 23:36:53.168890 [ 270 ] {4f0825d8-e180-425c-9667-71f5a022555b} <Debug> TCPHandler: Processed in 0.00218383 sec.
8048 2024.11.26 23:36:53.169038 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8049 2024.11.26 23:36:53.169155 [ 268 ] {34b595ac-d83e-41a0-a2eb-db86660b3f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8050 2024.11.26 23:36:53.169237 [ 268 ] {34b595ac-d83e-41a0-a2eb-db86660b3f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8051 2024.11.26 23:36:53.170641 [ 268 ] {34b595ac-d83e-41a0-a2eb-db86660b3f2d} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8052 2024.11.26 23:36:53.170681 [ 268 ] {34b595ac-d83e-41a0-a2eb-db86660b3f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8053 2024.11.26 23:36:53.171374 [ 268 ] {34b595ac-d83e-41a0-a2eb-db86660b3f2d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8054 2024.11.26 23:36:53.171645 [ 268 ] {34b595ac-d83e-41a0-a2eb-db86660b3f2d} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8055 2024.11.26 23:36:53.171844 [ 268 ] {34b595ac-d83e-41a0-a2eb-db86660b3f2d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002714 sec., 15106.853352984526 rows/sec., 27.07 MiB/sec.
8056 2024.11.26 23:36:53.171935 [ 268 ] {34b595ac-d83e-41a0-a2eb-db86660b3f2d} <Debug> TCPHandler: Processed in 0.002951128 sec.
8057 2024.11.26 23:36:53.172095 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8058 2024.11.26 23:36:53.172232 [ 270 ] {2757b80f-d80c-4da9-bc21-f347654e2fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8059 2024.11.26 23:36:53.172292 [ 270 ] {2757b80f-d80c-4da9-bc21-f347654e2fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8060 2024.11.26 23:36:53.172879 [ 270 ] {2757b80f-d80c-4da9-bc21-f347654e2fa3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8061 2024.11.26 23:36:53.172926 [ 270 ] {2757b80f-d80c-4da9-bc21-f347654e2fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8062 2024.11.26 23:36:53.173365 [ 270 ] {2757b80f-d80c-4da9-bc21-f347654e2fa3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8063 2024.11.26 23:36:53.173605 [ 270 ] {2757b80f-d80c-4da9-bc21-f347654e2fa3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8064 2024.11.26 23:36:53.173818 [ 270 ] {2757b80f-d80c-4da9-bc21-f347654e2fa3} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001614 sec., 22304.832713754648 rows/sec., 1.50 MiB/sec.
8065 2024.11.26 23:36:53.173876 [ 270 ] {2757b80f-d80c-4da9-bc21-f347654e2fa3} <Debug> TCPHandler: Processed in 0.001848327 sec.
8066 2024.11.26 23:36:54.691838 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1164
8067 2024.11.26 23:36:54.695179 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8068 2024.11.26 23:36:54.695234 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8069 2024.11.26 23:36:54.696716 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8070 2024.11.26 23:36:54.697058 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8071 2024.11.26 23:36:54.698077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1164
8072 2024.11.26 23:36:55.722168 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8073 2024.11.26 23:36:55.722360 [ 268 ] {a62b9723-4134-44a2-94f4-4440704b8b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8074 2024.11.26 23:36:55.722435 [ 268 ] {a62b9723-4134-44a2-94f4-4440704b8b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8075 2024.11.26 23:36:55.723208 [ 268 ] {a62b9723-4134-44a2-94f4-4440704b8b7f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8076 2024.11.26 23:36:55.723261 [ 268 ] {a62b9723-4134-44a2-94f4-4440704b8b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8077 2024.11.26 23:36:55.723703 [ 268 ] {a62b9723-4134-44a2-94f4-4440704b8b7f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8078 2024.11.26 23:36:55.723978 [ 268 ] {a62b9723-4134-44a2-94f4-4440704b8b7f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8079 2024.11.26 23:36:55.724207 [ 268 ] {a62b9723-4134-44a2-94f4-4440704b8b7f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.27 MiB/sec.
8080 2024.11.26 23:36:55.724306 [ 268 ] {a62b9723-4134-44a2-94f4-4440704b8b7f} <Debug> TCPHandler: Processed in 0.002269421 sec.
8081 2024.11.26 23:36:55.724598 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8082 2024.11.26 23:36:55.724793 [ 270 ] {a287bdd9-3be8-4f95-9366-65fd2894eba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8083 2024.11.26 23:36:55.724866 [ 270 ] {a287bdd9-3be8-4f95-9366-65fd2894eba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8084 2024.11.26 23:36:55.725665 [ 270 ] {a287bdd9-3be8-4f95-9366-65fd2894eba2} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8085 2024.11.26 23:36:55.725715 [ 270 ] {a287bdd9-3be8-4f95-9366-65fd2894eba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8086 2024.11.26 23:36:55.726161 [ 270 ] {a287bdd9-3be8-4f95-9366-65fd2894eba2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8087 2024.11.26 23:36:55.726419 [ 270 ] {a287bdd9-3be8-4f95-9366-65fd2894eba2} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8088 2024.11.26 23:36:55.726654 [ 270 ] {a287bdd9-3be8-4f95-9366-65fd2894eba2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001914 sec., 33437.82654127482 rows/sec., 2.61 MiB/sec.
8089 2024.11.26 23:36:55.726722 [ 270 ] {a287bdd9-3be8-4f95-9366-65fd2894eba2} <Debug> TCPHandler: Processed in 0.002311742 sec.
8090 2024.11.26 23:36:55.726890 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8091 2024.11.26 23:36:55.727013 [ 268 ] {783a111c-f17b-40c5-a47f-ed7a88ecaf30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8092 2024.11.26 23:36:55.727069 [ 268 ] {783a111c-f17b-40c5-a47f-ed7a88ecaf30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8093 2024.11.26 23:36:55.727631 [ 268 ] {783a111c-f17b-40c5-a47f-ed7a88ecaf30} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8094 2024.11.26 23:36:55.727669 [ 268 ] {783a111c-f17b-40c5-a47f-ed7a88ecaf30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8095 2024.11.26 23:36:55.728125 [ 268 ] {783a111c-f17b-40c5-a47f-ed7a88ecaf30} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8096 2024.11.26 23:36:55.728391 [ 268 ] {783a111c-f17b-40c5-a47f-ed7a88ecaf30} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8097 2024.11.26 23:36:55.728595 [ 268 ] {783a111c-f17b-40c5-a47f-ed7a88ecaf30} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001608 sec., 39800.99502487562 rows/sec., 2.77 MiB/sec.
8098 2024.11.26 23:36:55.728651 [ 268 ] {783a111c-f17b-40c5-a47f-ed7a88ecaf30} <Debug> TCPHandler: Processed in 0.001821057 sec.
8099 2024.11.26 23:36:55.728811 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8100 2024.11.26 23:36:55.728964 [ 270 ] {05450508-fbed-41ef-b920-cb0ff523064b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8101 2024.11.26 23:36:55.729038 [ 270 ] {05450508-fbed-41ef-b920-cb0ff523064b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8102 2024.11.26 23:36:55.729627 [ 270 ] {05450508-fbed-41ef-b920-cb0ff523064b} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8103 2024.11.26 23:36:55.729671 [ 270 ] {05450508-fbed-41ef-b920-cb0ff523064b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8104 2024.11.26 23:36:55.730067 [ 270 ] {05450508-fbed-41ef-b920-cb0ff523064b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8105 2024.11.26 23:36:55.730314 [ 270 ] {05450508-fbed-41ef-b920-cb0ff523064b} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8106 2024.11.26 23:36:55.730557 [ 270 ] {05450508-fbed-41ef-b920-cb0ff523064b} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001621 sec., 14805.675508945094 rows/sec., 1021.75 KiB/sec.
8107 2024.11.26 23:36:55.730645 [ 270 ] {05450508-fbed-41ef-b920-cb0ff523064b} <Debug> TCPHandler: Processed in 0.001901128 sec.
8108 2024.11.26 23:36:57.082996 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
8109 2024.11.26 23:36:57.083685 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8110 2024.11.26 23:36:57.083737 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8111 2024.11.26 23:36:57.084293 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8112 2024.11.26 23:36:57.084563 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8113 2024.11.26 23:36:57.084775 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
8114 2024.11.26 23:36:58.315590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
8115 2024.11.26 23:36:58.336169 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8116 2024.11.26 23:36:58.336216 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8117 2024.11.26 23:36:58.343540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8118 2024.11.26 23:36:58.344287 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8119 2024.11.26 23:36:58.346824 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
8120 2024.11.26 23:37:00.732281 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8121 2024.11.26 23:37:00.732495 [ 268 ] {05f0c277-6f3e-4f9e-9227-25c4345654ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8122 2024.11.26 23:37:00.732574 [ 268 ] {05f0c277-6f3e-4f9e-9227-25c4345654ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8123 2024.11.26 23:37:00.733311 [ 268 ] {05f0c277-6f3e-4f9e-9227-25c4345654ad} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8124 2024.11.26 23:37:00.733357 [ 268 ] {05f0c277-6f3e-4f9e-9227-25c4345654ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8125 2024.11.26 23:37:00.733792 [ 268 ] {05f0c277-6f3e-4f9e-9227-25c4345654ad} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8126 2024.11.26 23:37:00.734056 [ 268 ] {05f0c277-6f3e-4f9e-9227-25c4345654ad} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8127 2024.11.26 23:37:00.734254 [ 268 ] {05f0c277-6f3e-4f9e-9227-25c4345654ad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00182 sec., 7692.307692307692 rows/sec., 553.74 KiB/sec.
8128 2024.11.26 23:37:00.734309 [ 268 ] {05f0c277-6f3e-4f9e-9227-25c4345654ad} <Debug> TCPHandler: Processed in 0.002164851 sec.
8129 2024.11.26 23:37:00.734560 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8130 2024.11.26 23:37:00.734776 [ 270 ] {1e7a6d4f-333d-48cb-913a-8e19ec1139d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8131 2024.11.26 23:37:00.734860 [ 270 ] {1e7a6d4f-333d-48cb-913a-8e19ec1139d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8132 2024.11.26 23:37:00.735761 [ 270 ] {1e7a6d4f-333d-48cb-913a-8e19ec1139d3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8133 2024.11.26 23:37:00.735816 [ 270 ] {1e7a6d4f-333d-48cb-913a-8e19ec1139d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8134 2024.11.26 23:37:00.736270 [ 270 ] {1e7a6d4f-333d-48cb-913a-8e19ec1139d3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8135 2024.11.26 23:37:00.736528 [ 270 ] {1e7a6d4f-333d-48cb-913a-8e19ec1139d3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8136 2024.11.26 23:37:00.736711 [ 109 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8137 2024.11.26 23:37:00.736776 [ 109 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8138 2024.11.26 23:37:00.736781 [ 270 ] {1e7a6d4f-333d-48cb-913a-8e19ec1139d3} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00206 sec., 98543.68932038834 rows/sec., 8.53 MiB/sec.
8139 2024.11.26 23:37:00.736815 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8140 2024.11.26 23:37:00.736946 [ 270 ] {1e7a6d4f-333d-48cb-913a-8e19ec1139d3} <Debug> TCPHandler: Processed in 0.002522273 sec.
8141 2024.11.26 23:37:00.737219 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8142 2024.11.26 23:37:00.737305 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
8143 2024.11.26 23:37:00.737516 [ 268 ] {17817927-06b1-4828-ac0a-ee6d30da9955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8144 2024.11.26 23:37:00.737691 [ 268 ] {17817927-06b1-4828-ac0a-ee6d30da9955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8145 2024.11.26 23:37:00.738125 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8146 2024.11.26 23:37:00.738316 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1434 rows starting from the beginning of the part
8147 2024.11.26 23:37:00.738695 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 138 rows starting from the beginning of the part
8148 2024.11.26 23:37:00.739271 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 203 rows starting from the beginning of the part
8149 2024.11.26 23:37:00.739565 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1279 rows starting from the beginning of the part
8150 2024.11.26 23:37:00.739978 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part
8151 2024.11.26 23:37:00.740318 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 203 rows starting from the beginning of the part
8152 2024.11.26 23:37:00.740887 [ 268 ] {17817927-06b1-4828-ac0a-ee6d30da9955} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8153 2024.11.26 23:37:00.740941 [ 268 ] {17817927-06b1-4828-ac0a-ee6d30da9955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8154 2024.11.26 23:37:00.742099 [ 268 ] {17817927-06b1-4828-ac0a-ee6d30da9955} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8155 2024.11.26 23:37:00.742673 [ 268 ] {17817927-06b1-4828-ac0a-ee6d30da9955} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8156 2024.11.26 23:37:00.743202 [ 268 ] {17817927-06b1-4828-ac0a-ee6d30da9955} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005789 sec., 1209.1898428053205 rows/sec., 78.78 KiB/sec.
8157 2024.11.26 23:37:00.743411 [ 268 ] {17817927-06b1-4828-ac0a-ee6d30da9955} <Debug> TCPHandler: Processed in 0.00635085 sec.
8158 2024.11.26 23:37:00.743587 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8159 2024.11.26 23:37:00.743728 [ 270 ] {4d2a744a-55a9-4f77-ad45-85188546ce42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8160 2024.11.26 23:37:00.743784 [ 270 ] {4d2a744a-55a9-4f77-ad45-85188546ce42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8161 2024.11.26 23:37:00.744617 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.007651732 sec., 432973.86787723354 rows/sec., 37.95 MiB/sec.
8162 2024.11.26 23:37:00.745002 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8163 2024.11.26 23:37:00.745295 [ 270 ] {4d2a744a-55a9-4f77-ad45-85188546ce42} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8164 2024.11.26 23:37:00.745366 [ 270 ] {4d2a744a-55a9-4f77-ad45-85188546ce42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8165 2024.11.26 23:37:00.745608 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8166 2024.11.26 23:37:00.745777 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_66_13} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8167 2024.11.26 23:37:00.745948 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
8168 2024.11.26 23:37:00.746081 [ 270 ] {4d2a744a-55a9-4f77-ad45-85188546ce42} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8169 2024.11.26 23:37:00.746332 [ 270 ] {4d2a744a-55a9-4f77-ad45-85188546ce42} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8170 2024.11.26 23:37:00.746549 [ 270 ] {4d2a744a-55a9-4f77-ad45-85188546ce42} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00285 sec., 4912.2807017543855 rows/sec., 344.02 KiB/sec.
8171 2024.11.26 23:37:00.746608 [ 270 ] {4d2a744a-55a9-4f77-ad45-85188546ce42} <Debug> TCPHandler: Processed in 0.00310184 sec.
8172 2024.11.26 23:37:00.746766 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8173 2024.11.26 23:37:00.746904 [ 268 ] {18415af1-c92b-47e2-ac44-96898039006e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8174 2024.11.26 23:37:00.746961 [ 268 ] {18415af1-c92b-47e2-ac44-96898039006e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8175 2024.11.26 23:37:00.747639 [ 268 ] {18415af1-c92b-47e2-ac44-96898039006e} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8176 2024.11.26 23:37:00.747677 [ 268 ] {18415af1-c92b-47e2-ac44-96898039006e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8177 2024.11.26 23:37:00.748050 [ 268 ] {18415af1-c92b-47e2-ac44-96898039006e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8178 2024.11.26 23:37:00.748290 [ 268 ] {18415af1-c92b-47e2-ac44-96898039006e} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8179 2024.11.26 23:37:00.748464 [ 268 ] {18415af1-c92b-47e2-ac44-96898039006e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec.
8180 2024.11.26 23:37:00.748516 [ 268 ] {18415af1-c92b-47e2-ac44-96898039006e} <Debug> TCPHandler: Processed in 0.001816937 sec.
8181 2024.11.26 23:37:00.748695 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8182 2024.11.26 23:37:00.748834 [ 270 ] {a3f76048-c643-434f-8de5-dfcf4ea8f26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8183 2024.11.26 23:37:00.748891 [ 270 ] {a3f76048-c643-434f-8de5-dfcf4ea8f26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8184 2024.11.26 23:37:00.749701 [ 270 ] {a3f76048-c643-434f-8de5-dfcf4ea8f26a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8185 2024.11.26 23:37:00.749742 [ 270 ] {a3f76048-c643-434f-8de5-dfcf4ea8f26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8186 2024.11.26 23:37:00.750130 [ 270 ] {a3f76048-c643-434f-8de5-dfcf4ea8f26a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8187 2024.11.26 23:37:00.750393 [ 270 ] {a3f76048-c643-434f-8de5-dfcf4ea8f26a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8188 2024.11.26 23:37:00.750558 [ 109 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8189 2024.11.26 23:37:00.750615 [ 109 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8190 2024.11.26 23:37:00.750633 [ 270 ] {a3f76048-c643-434f-8de5-dfcf4ea8f26a} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001818 sec., 210121.01210121013 rows/sec., 14.87 MiB/sec.
8191 2024.11.26 23:37:00.750666 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8192 2024.11.26 23:37:00.750776 [ 270 ] {a3f76048-c643-434f-8de5-dfcf4ea8f26a} <Debug> TCPHandler: Processed in 0.00216283 sec.
8193 2024.11.26 23:37:00.750941 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
8194 2024.11.26 23:37:00.750979 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8195 2024.11.26 23:37:00.751213 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8196 2024.11.26 23:37:00.751223 [ 268 ] {3b9aefa7-ae33-4854-b966-539fb1d5d0d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8197 2024.11.26 23:37:00.751274 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part
8198 2024.11.26 23:37:00.751335 [ 268 ] {3b9aefa7-ae33-4854-b966-539fb1d5d0d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8199 2024.11.26 23:37:00.751643 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 105 rows starting from the beginning of the part
8200 2024.11.26 23:37:00.752066 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 382 rows starting from the beginning of the part
8201 2024.11.26 23:37:00.752442 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 563 rows starting from the beginning of the part
8202 2024.11.26 23:37:00.752787 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part
8203 2024.11.26 23:37:00.753063 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 382 rows starting from the beginning of the part
8204 2024.11.26 23:37:00.753988 [ 268 ] {3b9aefa7-ae33-4854-b966-539fb1d5d0d8} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8205 2024.11.26 23:37:00.754067 [ 268 ] {3b9aefa7-ae33-4854-b966-539fb1d5d0d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8206 2024.11.26 23:37:00.755010 [ 268 ] {3b9aefa7-ae33-4854-b966-539fb1d5d0d8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8207 2024.11.26 23:37:00.755416 [ 268 ] {3b9aefa7-ae33-4854-b966-539fb1d5d0d8} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8208 2024.11.26 23:37:00.755736 [ 268 ] {3b9aefa7-ae33-4854-b966-539fb1d5d0d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004585 sec., 1308.6150490730645 rows/sec., 68.37 KiB/sec.
8209 2024.11.26 23:37:00.756069 [ 268 ] {3b9aefa7-ae33-4854-b966-539fb1d5d0d8} <Debug> TCPHandler: Processed in 0.005166819 sec.
8210 2024.11.26 23:37:00.756161 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005369579 sec., 449010.9932268433 rows/sec., 34.43 MiB/sec.
8211 2024.11.26 23:37:00.756270 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8212 2024.11.26 23:37:00.756370 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8213 2024.11.26 23:37:00.756560 [ 270 ] {e5a20332-3d50-4598-9d45-f4bd90466e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8214 2024.11.26 23:37:00.756700 [ 270 ] {e5a20332-3d50-4598-9d45-f4bd90466e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8215 2024.11.26 23:37:00.756926 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8216 2024.11.26 23:37:00.757156 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_66_13} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8217 2024.11.26 23:37:00.757349 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
8218 2024.11.26 23:37:00.757919 [ 270 ] {e5a20332-3d50-4598-9d45-f4bd90466e5a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8219 2024.11.26 23:37:00.757971 [ 270 ] {e5a20332-3d50-4598-9d45-f4bd90466e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8220 2024.11.26 23:37:00.758507 [ 270 ] {e5a20332-3d50-4598-9d45-f4bd90466e5a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8221 2024.11.26 23:37:00.758866 [ 270 ] {e5a20332-3d50-4598-9d45-f4bd90466e5a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8222 2024.11.26 23:37:00.759057 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8223 2024.11.26 23:37:00.759120 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8224 2024.11.26 23:37:00.759148 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8225 2024.11.26 23:37:00.759176 [ 270 ] {e5a20332-3d50-4598-9d45-f4bd90466e5a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002705 sec., 87615.52680221811 rows/sec., 5.87 MiB/sec.
8226 2024.11.26 23:37:00.759438 [ 270 ] {e5a20332-3d50-4598-9d45-f4bd90466e5a} <Debug> TCPHandler: Processed in 0.00324977 sec.
8227 2024.11.26 23:37:00.759456 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
8228 2024.11.26 23:37:00.759652 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8229 2024.11.26 23:37:00.759701 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8230 2024.11.26 23:37:00.759755 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18504 rows starting from the beginning of the part
8231 2024.11.26 23:37:00.759944 [ 268 ] {63c8b344-837c-4477-ad6f-2ef73389681e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8232 2024.11.26 23:37:00.760045 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part
8233 2024.11.26 23:37:00.760139 [ 268 ] {63c8b344-837c-4477-ad6f-2ef73389681e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8234 2024.11.26 23:37:00.760388 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part
8235 2024.11.26 23:37:00.760774 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 943 rows starting from the beginning of the part
8236 2024.11.26 23:37:00.761135 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part
8237 2024.11.26 23:37:00.761458 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part
8238 2024.11.26 23:37:00.762542 [ 268 ] {63c8b344-837c-4477-ad6f-2ef73389681e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8239 2024.11.26 23:37:00.762615 [ 268 ] {63c8b344-837c-4477-ad6f-2ef73389681e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8240 2024.11.26 23:37:00.763192 [ 268 ] {63c8b344-837c-4477-ad6f-2ef73389681e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8241 2024.11.26 23:37:00.763580 [ 268 ] {63c8b344-837c-4477-ad6f-2ef73389681e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8242 2024.11.26 23:37:00.764096 [ 268 ] {63c8b344-837c-4477-ad6f-2ef73389681e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004265 sec., 234.4665885111372 rows/sec., 15.80 KiB/sec.
8243 2024.11.26 23:37:00.764314 [ 268 ] {63c8b344-837c-4477-ad6f-2ef73389681e} <Debug> TCPHandler: Processed in 0.004762995 sec.
8244 2024.11.26 23:37:00.764517 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8245 2024.11.26 23:37:00.764714 [ 270 ] {e995a020-8b6a-4dfb-a87c-a650cdc854ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8246 2024.11.26 23:37:00.764792 [ 270 ] {e995a020-8b6a-4dfb-a87c-a650cdc854ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8247 2024.11.26 23:37:00.765479 [ 270 ] {e995a020-8b6a-4dfb-a87c-a650cdc854ba} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8248 2024.11.26 23:37:00.765526 [ 270 ] {e995a020-8b6a-4dfb-a87c-a650cdc854ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8249 2024.11.26 23:37:00.766403 [ 270 ] {e995a020-8b6a-4dfb-a87c-a650cdc854ba} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8250 2024.11.26 23:37:00.766658 [ 270 ] {e995a020-8b6a-4dfb-a87c-a650cdc854ba} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8251 2024.11.26 23:37:00.766840 [ 109 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8252 2024.11.26 23:37:00.766894 [ 109 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8253 2024.11.26 23:37:00.766910 [ 270 ] {e995a020-8b6a-4dfb-a87c-a650cdc854ba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002231 sec., 36754.818467055135 rows/sec., 2.33 MiB/sec.
8254 2024.11.26 23:37:00.766933 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8255 2024.11.26 23:37:00.767072 [ 270 ] {e995a020-8b6a-4dfb-a87c-a650cdc854ba} <Debug> TCPHandler: Processed in 0.002661205 sec.
8256 2024.11.26 23:37:00.767158 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
8257 2024.11.26 23:37:00.767273 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8258 2024.11.26 23:37:00.767300 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3670 rows starting from the beginning of the part
8259 2024.11.26 23:37:00.767371 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part
8260 2024.11.26 23:37:00.767492 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part
8261 2024.11.26 23:37:00.767679 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 36 rows starting from the beginning of the part
8262 2024.11.26 23:37:00.767749 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 24 rows starting from the beginning of the part
8263 2024.11.26 23:37:00.767947 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
8264 2024.11.26 23:37:00.769844 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3954 rows, containing 4 columns (4 merged, 0 gathered) in 0.002781296 sec., 1421639.4083909085 rows/sec., 92.72 MiB/sec.
8265 2024.11.26 23:37:00.770453 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8266 2024.11.26 23:37:00.770802 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_66_13} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8267 2024.11.26 23:37:00.770898 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_66_13} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8268 2024.11.26 23:37:00.771012 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8269 2024.11.26 23:37:00.771610 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20145 rows, containing 5 columns (5 merged, 0 gathered) in 0.012364266 sec., 1629292.0259075628 rows/sec., 110.00 MiB/sec.
8270 2024.11.26 23:37:00.771934 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8271 2024.11.26 23:37:00.772229 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8272 2024.11.26 23:37:00.772310 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8273 2024.11.26 23:37:00.772396 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
8274 2024.11.26 23:37:04.457248 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache
8275 2024.11.26 23:37:04.457313 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache
8276 2024.11.26 23:37:04.585041 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
8277 2024.11.26 23:37:04.585689 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8278 2024.11.26 23:37:04.585737 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8279 2024.11.26 23:37:04.586261 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8280 2024.11.26 23:37:04.586513 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8281 2024.11.26 23:37:04.586784 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
8282 2024.11.26 23:37:04.698495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1192
8283 2024.11.26 23:37:04.701502 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8284 2024.11.26 23:37:04.701561 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8285 2024.11.26 23:37:04.703045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8286 2024.11.26 23:37:04.703357 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8287 2024.11.26 23:37:04.704296 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1192
8288 2024.11.26 23:37:05.729924 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8289 2024.11.26 23:37:05.730119 [ 268 ] {e3ca4977-7dff-4c58-bbc1-e94d0590fa38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8290 2024.11.26 23:37:05.730188 [ 268 ] {e3ca4977-7dff-4c58-bbc1-e94d0590fa38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8291 2024.11.26 23:37:05.730992 [ 268 ] {e3ca4977-7dff-4c58-bbc1-e94d0590fa38} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8292 2024.11.26 23:37:05.731040 [ 268 ] {e3ca4977-7dff-4c58-bbc1-e94d0590fa38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8293 2024.11.26 23:37:05.731496 [ 268 ] {e3ca4977-7dff-4c58-bbc1-e94d0590fa38} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8294 2024.11.26 23:37:05.731757 [ 268 ] {e3ca4977-7dff-4c58-bbc1-e94d0590fa38} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8295 2024.11.26 23:37:05.731991 [ 268 ] {e3ca4977-7dff-4c58-bbc1-e94d0590fa38} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001926 sec., 71651.09034267913 rows/sec., 6.19 MiB/sec.
8296 2024.11.26 23:37:05.732048 [ 268 ] {e3ca4977-7dff-4c58-bbc1-e94d0590fa38} <Debug> TCPHandler: Processed in 0.002281671 sec.
8297 2024.11.26 23:37:05.732308 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8298 2024.11.26 23:37:05.732529 [ 270 ] {9a3870bc-b8b9-49eb-b931-e93523bab2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8299 2024.11.26 23:37:05.732612 [ 270 ] {9a3870bc-b8b9-49eb-b931-e93523bab2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8300 2024.11.26 23:37:05.733406 [ 270 ] {9a3870bc-b8b9-49eb-b931-e93523bab2a9} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8301 2024.11.26 23:37:05.733459 [ 270 ] {9a3870bc-b8b9-49eb-b931-e93523bab2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8302 2024.11.26 23:37:05.733904 [ 270 ] {9a3870bc-b8b9-49eb-b931-e93523bab2a9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8303 2024.11.26 23:37:05.734175 [ 270 ] {9a3870bc-b8b9-49eb-b931-e93523bab2a9} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8304 2024.11.26 23:37:05.734368 [ 102 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8305 2024.11.26 23:37:05.734438 [ 270 ] {9a3870bc-b8b9-49eb-b931-e93523bab2a9} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001967 sec., 20843.924758515506 rows/sec., 1.53 MiB/sec.
8306 2024.11.26 23:37:05.734465 [ 102 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8307 2024.11.26 23:37:05.734559 [ 270 ] {9a3870bc-b8b9-49eb-b931-e93523bab2a9} <Debug> TCPHandler: Processed in 0.002392683 sec.
8308 2024.11.26 23:37:05.734564 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8309 2024.11.26 23:37:05.734774 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8310 2024.11.26 23:37:05.734776 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
8311 2024.11.26 23:37:05.734950 [ 268 ] {f4c045e9-2885-49e6-9f7f-77aba89b5677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8312 2024.11.26 23:37:05.734963 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8313 2024.11.26 23:37:05.735008 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 66 rows starting from the beginning of the part
8314 2024.11.26 23:37:05.735019 [ 268 ] {f4c045e9-2885-49e6-9f7f-77aba89b5677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8315 2024.11.26 23:37:05.735231 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 41 rows starting from the beginning of the part
8316 2024.11.26 23:37:05.735600 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part
8317 2024.11.26 23:37:05.736034 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 43 rows starting from the beginning of the part
8318 2024.11.26 23:37:05.736273 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part
8319 2024.11.26 23:37:05.736473 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part
8320 2024.11.26 23:37:05.737238 [ 268 ] {f4c045e9-2885-49e6-9f7f-77aba89b5677} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8321 2024.11.26 23:37:05.737282 [ 268 ] {f4c045e9-2885-49e6-9f7f-77aba89b5677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8322 2024.11.26 23:37:05.737871 [ 268 ] {f4c045e9-2885-49e6-9f7f-77aba89b5677} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8323 2024.11.26 23:37:05.738059 [ 189 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.003350292 sec., 61188.69638825511 rows/sec., 4.63 MiB/sec.
8324 2024.11.26 23:37:05.738241 [ 268 ] {f4c045e9-2885-49e6-9f7f-77aba89b5677} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8325 2024.11.26 23:37:05.738321 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8326 2024.11.26 23:37:05.738774 [ 268 ] {f4c045e9-2885-49e6-9f7f-77aba89b5677} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.003865 sec., 27166.882276843466 rows/sec., 2.12 MiB/sec.
8327 2024.11.26 23:37:05.739127 [ 268 ] {f4c045e9-2885-49e6-9f7f-77aba89b5677} <Debug> TCPHandler: Processed in 0.004450972 sec.
8328 2024.11.26 23:37:05.739445 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8329 2024.11.26 23:37:05.739596 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8330 2024.11.26 23:37:05.739769 [ 270 ] {b1128cf4-5076-48d7-9525-bbf85075b8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8331 2024.11.26 23:37:05.739828 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_56_11} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8332 2024.11.26 23:37:05.739861 [ 270 ] {b1128cf4-5076-48d7-9525-bbf85075b8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8333 2024.11.26 23:37:05.740063 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8334 2024.11.26 23:37:05.740761 [ 270 ] {b1128cf4-5076-48d7-9525-bbf85075b8dc} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8335 2024.11.26 23:37:05.740817 [ 270 ] {b1128cf4-5076-48d7-9525-bbf85075b8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8336 2024.11.26 23:37:05.741314 [ 270 ] {b1128cf4-5076-48d7-9525-bbf85075b8dc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8337 2024.11.26 23:37:05.741563 [ 270 ] {b1128cf4-5076-48d7-9525-bbf85075b8dc} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8338 2024.11.26 23:37:05.741777 [ 270 ] {b1128cf4-5076-48d7-9525-bbf85075b8dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002094 sec., 76408.78701050622 rows/sec., 5.32 MiB/sec.
8339 2024.11.26 23:37:05.741832 [ 270 ] {b1128cf4-5076-48d7-9525-bbf85075b8dc} <Debug> TCPHandler: Processed in 0.002584314 sec.
8340 2024.11.26 23:37:05.741976 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8341 2024.11.26 23:37:05.742096 [ 268 ] {8bbe6a54-010c-47e5-b315-0324342f59a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8342 2024.11.26 23:37:05.742181 [ 268 ] {8bbe6a54-010c-47e5-b315-0324342f59a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8343 2024.11.26 23:37:05.743402 [ 268 ] {8bbe6a54-010c-47e5-b315-0324342f59a6} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8344 2024.11.26 23:37:05.743442 [ 268 ] {8bbe6a54-010c-47e5-b315-0324342f59a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8345 2024.11.26 23:37:05.744151 [ 268 ] {8bbe6a54-010c-47e5-b315-0324342f59a6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8346 2024.11.26 23:37:05.744437 [ 268 ] {8bbe6a54-010c-47e5-b315-0324342f59a6} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8347 2024.11.26 23:37:05.744691 [ 268 ] {8bbe6a54-010c-47e5-b315-0324342f59a6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002619 sec., 15654.83008781978 rows/sec., 28.05 MiB/sec.
8348 2024.11.26 23:37:05.744786 [ 268 ] {8bbe6a54-010c-47e5-b315-0324342f59a6} <Debug> TCPHandler: Processed in 0.002866426 sec.
8349 2024.11.26 23:37:05.744962 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8350 2024.11.26 23:37:05.745109 [ 270 ] {0e21ba38-d2dd-42c2-aa8d-3295cef9e413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8351 2024.11.26 23:37:05.745170 [ 270 ] {0e21ba38-d2dd-42c2-aa8d-3295cef9e413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8352 2024.11.26 23:37:05.745752 [ 270 ] {0e21ba38-d2dd-42c2-aa8d-3295cef9e413} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8353 2024.11.26 23:37:05.745798 [ 270 ] {0e21ba38-d2dd-42c2-aa8d-3295cef9e413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8354 2024.11.26 23:37:05.746178 [ 270 ] {0e21ba38-d2dd-42c2-aa8d-3295cef9e413} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8355 2024.11.26 23:37:05.746415 [ 270 ] {0e21ba38-d2dd-42c2-aa8d-3295cef9e413} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8356 2024.11.26 23:37:05.746622 [ 270 ] {0e21ba38-d2dd-42c2-aa8d-3295cef9e413} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec.
8357 2024.11.26 23:37:05.746671 [ 270 ] {0e21ba38-d2dd-42c2-aa8d-3295cef9e413} <Debug> TCPHandler: Processed in 0.001777087 sec.
8358 2024.11.26 23:37:05.847018 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8359 2024.11.26 23:37:05.869785 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8360 2024.11.26 23:37:05.869832 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8361 2024.11.26 23:37:05.877342 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8362 2024.11.26 23:37:05.878150 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8363 2024.11.26 23:37:05.882126 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8364 2024.11.26 23:37:10.733234 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8365 2024.11.26 23:37:10.733449 [ 268 ] {e83726b9-2b45-4bec-8e08-364509ed0c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8366 2024.11.26 23:37:10.733526 [ 268 ] {e83726b9-2b45-4bec-8e08-364509ed0c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8367 2024.11.26 23:37:10.734334 [ 268 ] {e83726b9-2b45-4bec-8e08-364509ed0c15} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8368 2024.11.26 23:37:10.734389 [ 268 ] {e83726b9-2b45-4bec-8e08-364509ed0c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8369 2024.11.26 23:37:10.734848 [ 268 ] {e83726b9-2b45-4bec-8e08-364509ed0c15} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8370 2024.11.26 23:37:10.735127 [ 268 ] {e83726b9-2b45-4bec-8e08-364509ed0c15} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8371 2024.11.26 23:37:10.735469 [ 268 ] {e83726b9-2b45-4bec-8e08-364509ed0c15} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002059 sec., 6799.417192812044 rows/sec., 489.47 KiB/sec.
8372 2024.11.26 23:37:10.735927 [ 268 ] {e83726b9-2b45-4bec-8e08-364509ed0c15} <Debug> TCPHandler: Processed in 0.002826917 sec.
8373 2024.11.26 23:37:10.736258 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8374 2024.11.26 23:37:10.736444 [ 270 ] {8ae8f5f6-c36d-4cb6-8e5e-4c6250410e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8375 2024.11.26 23:37:10.736516 [ 270 ] {8ae8f5f6-c36d-4cb6-8e5e-4c6250410e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8376 2024.11.26 23:37:10.737355 [ 270 ] {8ae8f5f6-c36d-4cb6-8e5e-4c6250410e11} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8377 2024.11.26 23:37:10.737404 [ 270 ] {8ae8f5f6-c36d-4cb6-8e5e-4c6250410e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8378 2024.11.26 23:37:10.737844 [ 270 ] {8ae8f5f6-c36d-4cb6-8e5e-4c6250410e11} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8379 2024.11.26 23:37:10.738103 [ 270 ] {8ae8f5f6-c36d-4cb6-8e5e-4c6250410e11} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8380 2024.11.26 23:37:10.738352 [ 270 ] {8ae8f5f6-c36d-4cb6-8e5e-4c6250410e11} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001958 sec., 103677.22165474974 rows/sec., 8.97 MiB/sec.
8381 2024.11.26 23:37:10.738458 [ 270 ] {8ae8f5f6-c36d-4cb6-8e5e-4c6250410e11} <Debug> TCPHandler: Processed in 0.002376073 sec.
8382 2024.11.26 23:37:10.738674 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8383 2024.11.26 23:37:10.738866 [ 268 ] {d9bb50fa-dc56-4942-96d5-7304c45a2114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8384 2024.11.26 23:37:10.738929 [ 268 ] {d9bb50fa-dc56-4942-96d5-7304c45a2114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8385 2024.11.26 23:37:10.739552 [ 268 ] {d9bb50fa-dc56-4942-96d5-7304c45a2114} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8386 2024.11.26 23:37:10.739594 [ 268 ] {d9bb50fa-dc56-4942-96d5-7304c45a2114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8387 2024.11.26 23:37:10.739968 [ 268 ] {d9bb50fa-dc56-4942-96d5-7304c45a2114} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8388 2024.11.26 23:37:10.740222 [ 268 ] {d9bb50fa-dc56-4942-96d5-7304c45a2114} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8389 2024.11.26 23:37:10.740454 [ 268 ] {d9bb50fa-dc56-4942-96d5-7304c45a2114} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001625 sec., 4307.692307692308 rows/sec., 280.65 KiB/sec.
8390 2024.11.26 23:37:10.740513 [ 268 ] {d9bb50fa-dc56-4942-96d5-7304c45a2114} <Debug> TCPHandler: Processed in 0.001956418 sec.
8391 2024.11.26 23:37:10.740672 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8392 2024.11.26 23:37:10.740813 [ 270 ] {8c05657f-1c02-4e66-ba6b-a11525a44739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8393 2024.11.26 23:37:10.740871 [ 270 ] {8c05657f-1c02-4e66-ba6b-a11525a44739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8394 2024.11.26 23:37:10.741490 [ 270 ] {8c05657f-1c02-4e66-ba6b-a11525a44739} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8395 2024.11.26 23:37:10.741530 [ 270 ] {8c05657f-1c02-4e66-ba6b-a11525a44739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8396 2024.11.26 23:37:10.741899 [ 270 ] {8c05657f-1c02-4e66-ba6b-a11525a44739} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8397 2024.11.26 23:37:10.742140 [ 270 ] {8c05657f-1c02-4e66-ba6b-a11525a44739} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8398 2024.11.26 23:37:10.742389 [ 270 ] {8c05657f-1c02-4e66-ba6b-a11525a44739} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001613 sec., 8679.479231246125 rows/sec., 607.85 KiB/sec.
8399 2024.11.26 23:37:10.742514 [ 270 ] {8c05657f-1c02-4e66-ba6b-a11525a44739} <Debug> TCPHandler: Processed in 0.001933548 sec.
8400 2024.11.26 23:37:10.742698 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8401 2024.11.26 23:37:10.742811 [ 268 ] {560c445b-815e-4941-8ffd-25ab6384d3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8402 2024.11.26 23:37:10.742857 [ 268 ] {560c445b-815e-4941-8ffd-25ab6384d3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8403 2024.11.26 23:37:10.743483 [ 268 ] {560c445b-815e-4941-8ffd-25ab6384d3cf} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8404 2024.11.26 23:37:10.743522 [ 268 ] {560c445b-815e-4941-8ffd-25ab6384d3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8405 2024.11.26 23:37:10.743898 [ 268 ] {560c445b-815e-4941-8ffd-25ab6384d3cf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8406 2024.11.26 23:37:10.744147 [ 268 ] {560c445b-815e-4941-8ffd-25ab6384d3cf} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8407 2024.11.26 23:37:10.744406 [ 268 ] {560c445b-815e-4941-8ffd-25ab6384d3cf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001571 sec., 8274.984086569064 rows/sec., 515.94 KiB/sec.
8408 2024.11.26 23:37:10.744630 [ 268 ] {560c445b-815e-4941-8ffd-25ab6384d3cf} <Debug> TCPHandler: Processed in 0.001978658 sec.
8409 2024.11.26 23:37:10.744822 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8410 2024.11.26 23:37:10.744936 [ 270 ] {252581f3-f5b4-4dfa-a21e-339ecb7b0fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8411 2024.11.26 23:37:10.744986 [ 270 ] {252581f3-f5b4-4dfa-a21e-339ecb7b0fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8412 2024.11.26 23:37:10.745819 [ 270 ] {252581f3-f5b4-4dfa-a21e-339ecb7b0fc8} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8413 2024.11.26 23:37:10.745866 [ 270 ] {252581f3-f5b4-4dfa-a21e-339ecb7b0fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8414 2024.11.26 23:37:10.746274 [ 270 ] {252581f3-f5b4-4dfa-a21e-339ecb7b0fc8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8415 2024.11.26 23:37:10.746517 [ 270 ] {252581f3-f5b4-4dfa-a21e-339ecb7b0fc8} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8416 2024.11.26 23:37:10.746757 [ 270 ] {252581f3-f5b4-4dfa-a21e-339ecb7b0fc8} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001841 sec., 207495.92612710485 rows/sec., 14.68 MiB/sec.
8417 2024.11.26 23:37:10.746827 [ 270 ] {252581f3-f5b4-4dfa-a21e-339ecb7b0fc8} <Debug> TCPHandler: Processed in 0.00209133 sec.
8418 2024.11.26 23:37:10.747011 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8419 2024.11.26 23:37:10.747157 [ 268 ] {661e697d-2997-4483-8246-9403165c7e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8420 2024.11.26 23:37:10.747208 [ 268 ] {661e697d-2997-4483-8246-9403165c7e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8421 2024.11.26 23:37:10.747703 [ 268 ] {661e697d-2997-4483-8246-9403165c7e2c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8422 2024.11.26 23:37:10.747741 [ 268 ] {661e697d-2997-4483-8246-9403165c7e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8423 2024.11.26 23:37:10.748117 [ 268 ] {661e697d-2997-4483-8246-9403165c7e2c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8424 2024.11.26 23:37:10.748397 [ 268 ] {661e697d-2997-4483-8246-9403165c7e2c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8425 2024.11.26 23:37:10.748651 [ 268 ] {661e697d-2997-4483-8246-9403165c7e2c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec.
8426 2024.11.26 23:37:10.748870 [ 268 ] {661e697d-2997-4483-8246-9403165c7e2c} <Debug> TCPHandler: Processed in 0.001957349 sec.
8427 2024.11.26 23:37:10.749041 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8428 2024.11.26 23:37:10.749180 [ 270 ] {6bfc4801-9486-4763-ade5-d8c6ea10a0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8429 2024.11.26 23:37:10.749243 [ 270 ] {6bfc4801-9486-4763-ade5-d8c6ea10a0ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8430 2024.11.26 23:37:10.749928 [ 270 ] {6bfc4801-9486-4763-ade5-d8c6ea10a0ce} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8431 2024.11.26 23:37:10.749975 [ 270 ] {6bfc4801-9486-4763-ade5-d8c6ea10a0ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8432 2024.11.26 23:37:10.750391 [ 270 ] {6bfc4801-9486-4763-ade5-d8c6ea10a0ce} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8433 2024.11.26 23:37:10.750630 [ 270 ] {6bfc4801-9486-4763-ade5-d8c6ea10a0ce} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8434 2024.11.26 23:37:10.750840 [ 270 ] {6bfc4801-9486-4763-ade5-d8c6ea10a0ce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00169 sec., 140236.68639053253 rows/sec., 9.40 MiB/sec.
8435 2024.11.26 23:37:10.750893 [ 270 ] {6bfc4801-9486-4763-ade5-d8c6ea10a0ce} <Debug> TCPHandler: Processed in 0.001922898 sec.
8436 2024.11.26 23:37:10.751038 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8437 2024.11.26 23:37:10.751178 [ 268 ] {d6d11fec-27b6-4b32-824f-10294ecfe4c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8438 2024.11.26 23:37:10.751239 [ 268 ] {d6d11fec-27b6-4b32-824f-10294ecfe4c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8439 2024.11.26 23:37:10.751781 [ 268 ] {d6d11fec-27b6-4b32-824f-10294ecfe4c2} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8440 2024.11.26 23:37:10.751824 [ 268 ] {d6d11fec-27b6-4b32-824f-10294ecfe4c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8441 2024.11.26 23:37:10.752216 [ 268 ] {d6d11fec-27b6-4b32-824f-10294ecfe4c2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8442 2024.11.26 23:37:10.752477 [ 268 ] {d6d11fec-27b6-4b32-824f-10294ecfe4c2} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8443 2024.11.26 23:37:10.752705 [ 268 ] {d6d11fec-27b6-4b32-824f-10294ecfe4c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001558 sec., 641.8485237483955 rows/sec., 43.25 KiB/sec.
8444 2024.11.26 23:37:10.752825 [ 268 ] {d6d11fec-27b6-4b32-824f-10294ecfe4c2} <Debug> TCPHandler: Processed in 0.001853098 sec.
8445 2024.11.26 23:37:10.752967 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8446 2024.11.26 23:37:10.753104 [ 270 ] {490d9e11-c986-4163-8410-4b11c3d37389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8447 2024.11.26 23:37:10.753164 [ 270 ] {490d9e11-c986-4163-8410-4b11c3d37389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8448 2024.11.26 23:37:10.753743 [ 270 ] {490d9e11-c986-4163-8410-4b11c3d37389} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8449 2024.11.26 23:37:10.753790 [ 270 ] {490d9e11-c986-4163-8410-4b11c3d37389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8450 2024.11.26 23:37:10.754204 [ 270 ] {490d9e11-c986-4163-8410-4b11c3d37389} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8451 2024.11.26 23:37:10.754445 [ 270 ] {490d9e11-c986-4163-8410-4b11c3d37389} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8452 2024.11.26 23:37:10.754657 [ 270 ] {490d9e11-c986-4163-8410-4b11c3d37389} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001583 sec., 51800.37902716362 rows/sec., 3.29 MiB/sec.
8453 2024.11.26 23:37:10.754705 [ 270 ] {490d9e11-c986-4163-8410-4b11c3d37389} <Debug> TCPHandler: Processed in 0.001794876 sec.
8454 2024.11.26 23:37:12.087047 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
8455 2024.11.26 23:37:12.087827 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8456 2024.11.26 23:37:12.087877 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8457 2024.11.26 23:37:12.088436 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8458 2024.11.26 23:37:12.088704 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8459 2024.11.26 23:37:12.088923 [ 94 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8460 2024.11.26 23:37:12.088957 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
8461 2024.11.26 23:37:12.089008 [ 94 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8462 2024.11.26 23:37:12.089042 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8463 2024.11.26 23:37:12.089461 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
8464 2024.11.26 23:37:12.090057 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8465 2024.11.26 23:37:12.090187 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
8466 2024.11.26 23:37:12.090450 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
8467 2024.11.26 23:37:12.090540 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part
8468 2024.11.26 23:37:12.090751 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part
8469 2024.11.26 23:37:12.090969 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part
8470 2024.11.26 23:37:12.091046 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part
8471 2024.11.26 23:37:12.093637 [ 196 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004504702 sec., 4184294.543790022 rows/sec., 59.86 MiB/sec.
8472 2024.11.26 23:37:12.094017 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8473 2024.11.26 23:37:12.094354 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_41_8} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8474 2024.11.26 23:37:12.094442 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_41_8} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8475 2024.11.26 23:37:12.094559 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
8476 2024.11.26 23:37:13.382340 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8477 2024.11.26 23:37:13.403366 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8478 2024.11.26 23:37:13.403432 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8479 2024.11.26 23:37:13.410938 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8480 2024.11.26 23:37:13.411715 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8481 2024.11.26 23:37:13.412187 [ 92 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8482 2024.11.26 23:37:13.412323 [ 92 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8483 2024.11.26 23:37:13.412409 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8484 2024.11.26 23:37:13.413270 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
8485 2024.11.26 23:37:13.427083 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8486 2024.11.26 23:37:13.428948 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8487 2024.11.26 23:37:13.430570 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
8488 2024.11.26 23:37:13.436516 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
8489 2024.11.26 23:37:13.442348 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
8490 2024.11.26 23:37:13.448056 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
8491 2024.11.26 23:37:13.453762 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
8492 2024.11.26 23:37:13.458470 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
8493 2024.11.26 23:37:13.518240 [ 196 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.105625666 sec., 2925.42534122341 rows/sec., 15.13 MiB/sec.
8494 2024.11.26 23:37:13.521240 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8495 2024.11.26 23:37:13.524075 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_41_8} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8496 2024.11.26 23:37:13.524171 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_41_8} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8497 2024.11.26 23:37:13.526329 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8498 2024.11.26 23:37:14.000193 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.78 MiB, peak 231.18 MiB, free memory in arenas 0.00 B, will set to 219.88 MiB (RSS), difference: 2.10 MiB
8499 2024.11.26 23:37:14.704654 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1224
8500 2024.11.26 23:37:14.707690 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8501 2024.11.26 23:37:14.707739 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8502 2024.11.26 23:37:14.709203 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8503 2024.11.26 23:37:14.709516 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8504 2024.11.26 23:37:14.709700 [ 90 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8505 2024.11.26 23:37:14.709773 [ 90 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8506 2024.11.26 23:37:14.709820 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8507 2024.11.26 23:37:14.710409 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
8508 2024.11.26 23:37:14.711323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1224
8509 2024.11.26 23:37:14.711793 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8510 2024.11.26 23:37:14.711967 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1054 rows starting from the beginning of the part
8511 2024.11.26 23:37:14.712627 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part
8512 2024.11.26 23:37:14.713296 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
8513 2024.11.26 23:37:14.713982 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part
8514 2024.11.26 23:37:14.714683 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 28 rows starting from the beginning of the part
8515 2024.11.26 23:37:14.715321 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part
8516 2024.11.26 23:37:14.723710 [ 186 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1224 rows, containing 72 columns (72 merged, 0 gathered) in 0.013735968 sec., 89109.1184836773 rows/sec., 70.21 MiB/sec.
8517 2024.11.26 23:37:14.725017 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8518 2024.11.26 23:37:14.725715 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8519 2024.11.26 23:37:14.725808 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_31_6} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8520 2024.11.26 23:37:14.726007 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB.
8521 2024.11.26 23:37:15.730405 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8522 2024.11.26 23:37:15.730710 [ 268 ] {9af43c95-cb85-4de0-a3e8-4d68c2e17297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8523 2024.11.26 23:37:15.730827 [ 268 ] {9af43c95-cb85-4de0-a3e8-4d68c2e17297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8524 2024.11.26 23:37:15.731850 [ 268 ] {9af43c95-cb85-4de0-a3e8-4d68c2e17297} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8525 2024.11.26 23:37:15.731898 [ 268 ] {9af43c95-cb85-4de0-a3e8-4d68c2e17297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8526 2024.11.26 23:37:15.732355 [ 268 ] {9af43c95-cb85-4de0-a3e8-4d68c2e17297} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8527 2024.11.26 23:37:15.732623 [ 268 ] {9af43c95-cb85-4de0-a3e8-4d68c2e17297} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8528 2024.11.26 23:37:15.732831 [ 268 ] {9af43c95-cb85-4de0-a3e8-4d68c2e17297} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002208 sec., 62500 rows/sec., 5.40 MiB/sec.
8529 2024.11.26 23:37:15.732896 [ 268 ] {9af43c95-cb85-4de0-a3e8-4d68c2e17297} <Debug> TCPHandler: Processed in 0.002679285 sec.
8530 2024.11.26 23:37:15.733165 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8531 2024.11.26 23:37:15.733377 [ 270 ] {2bbb1b43-46d9-4422-968e-137525eb3694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8532 2024.11.26 23:37:15.733461 [ 270 ] {2bbb1b43-46d9-4422-968e-137525eb3694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8533 2024.11.26 23:37:15.734312 [ 270 ] {2bbb1b43-46d9-4422-968e-137525eb3694} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8534 2024.11.26 23:37:15.734364 [ 270 ] {2bbb1b43-46d9-4422-968e-137525eb3694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8535 2024.11.26 23:37:15.734810 [ 270 ] {2bbb1b43-46d9-4422-968e-137525eb3694} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8536 2024.11.26 23:37:15.735071 [ 270 ] {2bbb1b43-46d9-4422-968e-137525eb3694} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8537 2024.11.26 23:37:15.735301 [ 270 ] {2bbb1b43-46d9-4422-968e-137525eb3694} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001984 sec., 20665.32258064516 rows/sec., 1.52 MiB/sec.
8538 2024.11.26 23:37:15.735359 [ 270 ] {2bbb1b43-46d9-4422-968e-137525eb3694} <Debug> TCPHandler: Processed in 0.002339292 sec.
8539 2024.11.26 23:37:15.735523 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8540 2024.11.26 23:37:15.735646 [ 268 ] {f5bc4866-1fcd-49b3-bab4-0b0cbc276fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8541 2024.11.26 23:37:15.735698 [ 268 ] {f5bc4866-1fcd-49b3-bab4-0b0cbc276fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8542 2024.11.26 23:37:15.736336 [ 268 ] {f5bc4866-1fcd-49b3-bab4-0b0cbc276fb9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8543 2024.11.26 23:37:15.736374 [ 268 ] {f5bc4866-1fcd-49b3-bab4-0b0cbc276fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8544 2024.11.26 23:37:15.736760 [ 268 ] {f5bc4866-1fcd-49b3-bab4-0b0cbc276fb9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8545 2024.11.26 23:37:15.737019 [ 268 ] {f5bc4866-1fcd-49b3-bab4-0b0cbc276fb9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8546 2024.11.26 23:37:15.737220 [ 268 ] {f5bc4866-1fcd-49b3-bab4-0b0cbc276fb9} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001601 sec., 65584.0099937539 rows/sec., 5.12 MiB/sec.
8547 2024.11.26 23:37:15.737312 [ 268 ] {f5bc4866-1fcd-49b3-bab4-0b0cbc276fb9} <Debug> TCPHandler: Processed in 0.001851147 sec.
8548 2024.11.26 23:37:15.737539 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8549 2024.11.26 23:37:15.737795 [ 270 ] {e5c4647e-42c9-4bd6-bebb-c558e338c5c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8550 2024.11.26 23:37:15.737858 [ 270 ] {e5c4647e-42c9-4bd6-bebb-c558e338c5c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8551 2024.11.26 23:37:15.738484 [ 270 ] {e5c4647e-42c9-4bd6-bebb-c558e338c5c3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8552 2024.11.26 23:37:15.738523 [ 270 ] {e5c4647e-42c9-4bd6-bebb-c558e338c5c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8553 2024.11.26 23:37:15.738930 [ 270 ] {e5c4647e-42c9-4bd6-bebb-c558e338c5c3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8554 2024.11.26 23:37:15.739177 [ 270 ] {e5c4647e-42c9-4bd6-bebb-c558e338c5c3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8555 2024.11.26 23:37:15.739383 [ 270 ] {e5c4647e-42c9-4bd6-bebb-c558e338c5c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec.
8556 2024.11.26 23:37:15.739436 [ 270 ] {e5c4647e-42c9-4bd6-bebb-c558e338c5c3} <Debug> TCPHandler: Processed in 0.002043088 sec.
8557 2024.11.26 23:37:15.739590 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8558 2024.11.26 23:37:15.739708 [ 268 ] {3a6deae8-8f0c-4ab0-875c-e9b96fc15fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8559 2024.11.26 23:37:15.739792 [ 268 ] {3a6deae8-8f0c-4ab0-875c-e9b96fc15fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8560 2024.11.26 23:37:15.741047 [ 268 ] {3a6deae8-8f0c-4ab0-875c-e9b96fc15fd7} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8561 2024.11.26 23:37:15.741084 [ 268 ] {3a6deae8-8f0c-4ab0-875c-e9b96fc15fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8562 2024.11.26 23:37:15.741780 [ 268 ] {3a6deae8-8f0c-4ab0-875c-e9b96fc15fd7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8563 2024.11.26 23:37:15.742055 [ 268 ] {3a6deae8-8f0c-4ab0-875c-e9b96fc15fd7} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8564 2024.11.26 23:37:15.742325 [ 268 ] {3a6deae8-8f0c-4ab0-875c-e9b96fc15fd7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002641 sec., 15524.422567209389 rows/sec., 27.82 MiB/sec.
8565 2024.11.26 23:37:15.742885 [ 268 ] {3a6deae8-8f0c-4ab0-875c-e9b96fc15fd7} <Debug> TCPHandler: Processed in 0.003348431 sec.
8566 2024.11.26 23:37:15.743051 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8567 2024.11.26 23:37:15.743189 [ 270 ] {b12a29d1-f3cb-44f3-a1ad-b03b1c2cf8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8568 2024.11.26 23:37:15.743249 [ 270 ] {b12a29d1-f3cb-44f3-a1ad-b03b1c2cf8f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8569 2024.11.26 23:37:15.743837 [ 270 ] {b12a29d1-f3cb-44f3-a1ad-b03b1c2cf8f6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8570 2024.11.26 23:37:15.743884 [ 270 ] {b12a29d1-f3cb-44f3-a1ad-b03b1c2cf8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8571 2024.11.26 23:37:15.744330 [ 270 ] {b12a29d1-f3cb-44f3-a1ad-b03b1c2cf8f6} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8572 2024.11.26 23:37:15.744588 [ 270 ] {b12a29d1-f3cb-44f3-a1ad-b03b1c2cf8f6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8573 2024.11.26 23:37:15.744816 [ 270 ] {b12a29d1-f3cb-44f3-a1ad-b03b1c2cf8f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001656 sec., 36231.884057971016 rows/sec., 2.44 MiB/sec.
8574 2024.11.26 23:37:15.744898 [ 270 ] {b12a29d1-f3cb-44f3-a1ad-b03b1c2cf8f6} <Debug> TCPHandler: Processed in 0.001911597 sec.
8575 2024.11.26 23:37:19.457362 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
8576 2024.11.26 23:37:19.457438 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
8577 2024.11.26 23:37:19.589250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
8578 2024.11.26 23:37:19.590001 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8579 2024.11.26 23:37:19.590057 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8580 2024.11.26 23:37:19.590630 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8581 2024.11.26 23:37:19.590890 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8582 2024.11.26 23:37:19.591188 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8583 2024.11.26 23:37:20.733504 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8584 2024.11.26 23:37:20.733807 [ 268 ] {52d6a9c4-ca8d-421a-81fc-f50c43ebc2ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8585 2024.11.26 23:37:20.733922 [ 268 ] {52d6a9c4-ca8d-421a-81fc-f50c43ebc2ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8586 2024.11.26 23:37:20.734886 [ 268 ] {52d6a9c4-ca8d-421a-81fc-f50c43ebc2ea} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8587 2024.11.26 23:37:20.734934 [ 268 ] {52d6a9c4-ca8d-421a-81fc-f50c43ebc2ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8588 2024.11.26 23:37:20.735374 [ 268 ] {52d6a9c4-ca8d-421a-81fc-f50c43ebc2ea} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8589 2024.11.26 23:37:20.735630 [ 268 ] {52d6a9c4-ca8d-421a-81fc-f50c43ebc2ea} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8590 2024.11.26 23:37:20.735859 [ 86 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8591 2024.11.26 23:37:20.735925 [ 268 ] {52d6a9c4-ca8d-421a-81fc-f50c43ebc2ea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002195 sec., 6378.132118451025 rows/sec., 459.14 KiB/sec.
8592 2024.11.26 23:37:20.735952 [ 86 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8593 2024.11.26 23:37:20.736026 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8594 2024.11.26 23:37:20.736060 [ 268 ] {52d6a9c4-ca8d-421a-81fc-f50c43ebc2ea} <Debug> TCPHandler: Processed in 0.002741905 sec.
8595 2024.11.26 23:37:20.736391 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
8596 2024.11.26 23:37:20.736450 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8597 2024.11.26 23:37:20.736874 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8598 2024.11.26 23:37:20.736957 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
8599 2024.11.26 23:37:20.737000 [ 270 ] {cfc93f6f-16ab-4046-ac97-fab1ff3db531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8600 2024.11.26 23:37:20.737209 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
8601 2024.11.26 23:37:20.737288 [ 270 ] {cfc93f6f-16ab-4046-ac97-fab1ff3db531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8602 2024.11.26 23:37:20.737576 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
8603 2024.11.26 23:37:20.737922 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
8604 2024.11.26 23:37:20.738227 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
8605 2024.11.26 23:37:20.740223 [ 270 ] {cfc93f6f-16ab-4046-ac97-fab1ff3db531} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8606 2024.11.26 23:37:20.740316 [ 270 ] {cfc93f6f-16ab-4046-ac97-fab1ff3db531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8607 2024.11.26 23:37:20.740737 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004572023 sec., 15310.509155356394 rows/sec., 1.13 MiB/sec.
8608 2024.11.26 23:37:20.740984 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8609 2024.11.26 23:37:20.741214 [ 270 ] {cfc93f6f-16ab-4046-ac97-fab1ff3db531} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8610 2024.11.26 23:37:20.741541 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_29_7} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8611 2024.11.26 23:37:20.741695 [ 270 ] {cfc93f6f-16ab-4046-ac97-fab1ff3db531} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8612 2024.11.26 23:37:20.741710 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_29_7} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8613 2024.11.26 23:37:20.741880 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8614 2024.11.26 23:37:20.742096 [ 270 ] {cfc93f6f-16ab-4046-ac97-fab1ff3db531} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.005234 sec., 38784.868169659916 rows/sec., 3.36 MiB/sec.
8615 2024.11.26 23:37:20.742231 [ 270 ] {cfc93f6f-16ab-4046-ac97-fab1ff3db531} <Debug> TCPHandler: Processed in 0.006041046 sec.
8616 2024.11.26 23:37:20.742447 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8617 2024.11.26 23:37:20.742594 [ 268 ] {82ea5104-89ef-4bb0-b54b-3531dae97713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8618 2024.11.26 23:37:20.742658 [ 268 ] {82ea5104-89ef-4bb0-b54b-3531dae97713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8619 2024.11.26 23:37:20.743383 [ 268 ] {82ea5104-89ef-4bb0-b54b-3531dae97713} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8620 2024.11.26 23:37:20.743425 [ 268 ] {82ea5104-89ef-4bb0-b54b-3531dae97713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8621 2024.11.26 23:37:20.743796 [ 268 ] {82ea5104-89ef-4bb0-b54b-3531dae97713} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8622 2024.11.26 23:37:20.744054 [ 268 ] {82ea5104-89ef-4bb0-b54b-3531dae97713} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8623 2024.11.26 23:37:20.744280 [ 268 ] {82ea5104-89ef-4bb0-b54b-3531dae97713} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001721 sec., 4067.4026728646136 rows/sec., 264.99 KiB/sec.
8624 2024.11.26 23:37:20.744338 [ 268 ] {82ea5104-89ef-4bb0-b54b-3531dae97713} <Debug> TCPHandler: Processed in 0.001996039 sec.
8625 2024.11.26 23:37:20.744501 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8626 2024.11.26 23:37:20.744648 [ 270 ] {bf6d3135-2ecf-4752-9170-d70b1cc7c6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8627 2024.11.26 23:37:20.744711 [ 270 ] {bf6d3135-2ecf-4752-9170-d70b1cc7c6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8628 2024.11.26 23:37:20.745415 [ 270 ] {bf6d3135-2ecf-4752-9170-d70b1cc7c6d0} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8629 2024.11.26 23:37:20.745457 [ 270 ] {bf6d3135-2ecf-4752-9170-d70b1cc7c6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8630 2024.11.26 23:37:20.745824 [ 270 ] {bf6d3135-2ecf-4752-9170-d70b1cc7c6d0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8631 2024.11.26 23:37:20.746069 [ 270 ] {bf6d3135-2ecf-4752-9170-d70b1cc7c6d0} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8632 2024.11.26 23:37:20.746279 [ 270 ] {bf6d3135-2ecf-4752-9170-d70b1cc7c6d0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001668 sec., 8393.285371702637 rows/sec., 587.81 KiB/sec.
8633 2024.11.26 23:37:20.746333 [ 270 ] {bf6d3135-2ecf-4752-9170-d70b1cc7c6d0} <Debug> TCPHandler: Processed in 0.001902248 sec.
8634 2024.11.26 23:37:20.746471 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8635 2024.11.26 23:37:20.746585 [ 268 ] {61105de4-faab-4e29-8cfb-c5ceb89a563a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8636 2024.11.26 23:37:20.746637 [ 268 ] {61105de4-faab-4e29-8cfb-c5ceb89a563a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8637 2024.11.26 23:37:20.747239 [ 268 ] {61105de4-faab-4e29-8cfb-c5ceb89a563a} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8638 2024.11.26 23:37:20.747278 [ 268 ] {61105de4-faab-4e29-8cfb-c5ceb89a563a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8639 2024.11.26 23:37:20.747650 [ 268 ] {61105de4-faab-4e29-8cfb-c5ceb89a563a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8640 2024.11.26 23:37:20.747892 [ 268 ] {61105de4-faab-4e29-8cfb-c5ceb89a563a} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8641 2024.11.26 23:37:20.748059 [ 86 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8642 2024.11.26 23:37:20.748122 [ 86 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8643 2024.11.26 23:37:20.748161 [ 268 ] {61105de4-faab-4e29-8cfb-c5ceb89a563a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec.
8644 2024.11.26 23:37:20.748168 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8645 2024.11.26 23:37:20.748350 [ 268 ] {61105de4-faab-4e29-8cfb-c5ceb89a563a} <Debug> TCPHandler: Processed in 0.001912538 sec.
8646 2024.11.26 23:37:20.748384 [ 198 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
8647 2024.11.26 23:37:20.748569 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8648 2024.11.26 23:37:20.748607 [ 198 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8649 2024.11.26 23:37:20.748650 [ 198 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
8650 2024.11.26 23:37:20.748801 [ 270 ] {e61e45d0-24ed-4877-97a7-a1b219319499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8651 2024.11.26 23:37:20.748914 [ 198 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
8652 2024.11.26 23:37:20.748959 [ 270 ] {e61e45d0-24ed-4877-97a7-a1b219319499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8653 2024.11.26 23:37:20.749235 [ 198 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
8654 2024.11.26 23:37:20.749565 [ 198 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
8655 2024.11.26 23:37:20.749837 [ 198 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
8656 2024.11.26 23:37:20.751823 [ 270 ] {e61e45d0-24ed-4877-97a7-a1b219319499} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8657 2024.11.26 23:37:20.751894 [ 270 ] {e61e45d0-24ed-4877-97a7-a1b219319499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8658 2024.11.26 23:37:20.752335 [ 192 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004035468 sec., 16107.17765572667 rows/sec., 1.04 MiB/sec.
8659 2024.11.26 23:37:20.752660 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8660 2024.11.26 23:37:20.752677 [ 270 ] {e61e45d0-24ed-4877-97a7-a1b219319499} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8661 2024.11.26 23:37:20.753267 [ 270 ] {e61e45d0-24ed-4877-97a7-a1b219319499} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8662 2024.11.26 23:37:20.753614 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_29_7} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8663 2024.11.26 23:37:20.753661 [ 270 ] {e61e45d0-24ed-4877-97a7-a1b219319499} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004949 sec., 77187.31056779147 rows/sec., 5.46 MiB/sec.
8664 2024.11.26 23:37:20.753824 [ 270 ] {e61e45d0-24ed-4877-97a7-a1b219319499} <Debug> TCPHandler: Processed in 0.00534817 sec.
8665 2024.11.26 23:37:20.753827 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_29_7} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8666 2024.11.26 23:37:20.754012 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8667 2024.11.26 23:37:20.754043 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8668 2024.11.26 23:37:20.754190 [ 268 ] {65c73453-4a04-4ed8-8153-7f4a9d9648f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8669 2024.11.26 23:37:20.754253 [ 268 ] {65c73453-4a04-4ed8-8153-7f4a9d9648f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8670 2024.11.26 23:37:20.754759 [ 268 ] {65c73453-4a04-4ed8-8153-7f4a9d9648f6} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8671 2024.11.26 23:37:20.754798 [ 268 ] {65c73453-4a04-4ed8-8153-7f4a9d9648f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8672 2024.11.26 23:37:20.755159 [ 268 ] {65c73453-4a04-4ed8-8153-7f4a9d9648f6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8673 2024.11.26 23:37:20.755459 [ 268 ] {65c73453-4a04-4ed8-8153-7f4a9d9648f6} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8674 2024.11.26 23:37:20.755687 [ 268 ] {65c73453-4a04-4ed8-8153-7f4a9d9648f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 205.42 KiB/sec.
8675 2024.11.26 23:37:20.755744 [ 268 ] {65c73453-4a04-4ed8-8153-7f4a9d9648f6} <Debug> TCPHandler: Processed in 0.001810097 sec.
8676 2024.11.26 23:37:20.755901 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8677 2024.11.26 23:37:20.756038 [ 270 ] {24c44f3d-0f94-475f-aadb-d72c24a4922c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8678 2024.11.26 23:37:20.756101 [ 270 ] {24c44f3d-0f94-475f-aadb-d72c24a4922c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8679 2024.11.26 23:37:20.756727 [ 270 ] {24c44f3d-0f94-475f-aadb-d72c24a4922c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8680 2024.11.26 23:37:20.756767 [ 270 ] {24c44f3d-0f94-475f-aadb-d72c24a4922c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8681 2024.11.26 23:37:20.757160 [ 270 ] {24c44f3d-0f94-475f-aadb-d72c24a4922c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8682 2024.11.26 23:37:20.757406 [ 270 ] {24c44f3d-0f94-475f-aadb-d72c24a4922c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8683 2024.11.26 23:37:20.757590 [ 270 ] {24c44f3d-0f94-475f-aadb-d72c24a4922c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001582 sec., 149810.36662452592 rows/sec., 10.04 MiB/sec.
8684 2024.11.26 23:37:20.757640 [ 270 ] {24c44f3d-0f94-475f-aadb-d72c24a4922c} <Debug> TCPHandler: Processed in 0.001808687 sec.
8685 2024.11.26 23:37:20.757791 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8686 2024.11.26 23:37:20.757931 [ 268 ] {5bf560d6-ee8f-433a-af3c-80626000255e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8687 2024.11.26 23:37:20.757991 [ 268 ] {5bf560d6-ee8f-433a-af3c-80626000255e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8688 2024.11.26 23:37:20.758540 [ 268 ] {5bf560d6-ee8f-433a-af3c-80626000255e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8689 2024.11.26 23:37:20.758579 [ 268 ] {5bf560d6-ee8f-433a-af3c-80626000255e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8690 2024.11.26 23:37:20.758950 [ 268 ] {5bf560d6-ee8f-433a-af3c-80626000255e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8691 2024.11.26 23:37:20.759187 [ 268 ] {5bf560d6-ee8f-433a-af3c-80626000255e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8692 2024.11.26 23:37:20.759430 [ 268 ] {5bf560d6-ee8f-433a-af3c-80626000255e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec.
8693 2024.11.26 23:37:20.759601 [ 268 ] {5bf560d6-ee8f-433a-af3c-80626000255e} <Debug> TCPHandler: Processed in 0.001871238 sec.
8694 2024.11.26 23:37:20.759818 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8695 2024.11.26 23:37:20.759955 [ 270 ] {eb3e5723-fa1c-46e4-8a16-e926dc5ebc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8696 2024.11.26 23:37:20.760015 [ 270 ] {eb3e5723-fa1c-46e4-8a16-e926dc5ebc46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8697 2024.11.26 23:37:20.760548 [ 270 ] {eb3e5723-fa1c-46e4-8a16-e926dc5ebc46} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8698 2024.11.26 23:37:20.760586 [ 270 ] {eb3e5723-fa1c-46e4-8a16-e926dc5ebc46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8699 2024.11.26 23:37:20.760947 [ 270 ] {eb3e5723-fa1c-46e4-8a16-e926dc5ebc46} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8700 2024.11.26 23:37:20.761182 [ 270 ] {eb3e5723-fa1c-46e4-8a16-e926dc5ebc46} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8701 2024.11.26 23:37:20.761360 [ 270 ] {eb3e5723-fa1c-46e4-8a16-e926dc5ebc46} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001435 sec., 57142.85714285714 rows/sec., 3.63 MiB/sec.
8702 2024.11.26 23:37:20.761408 [ 270 ] {eb3e5723-fa1c-46e4-8a16-e926dc5ebc46} <Debug> TCPHandler: Processed in 0.001698706 sec.
8703 2024.11.26 23:37:20.927333 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8704 2024.11.26 23:37:20.946767 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8705 2024.11.26 23:37:20.946821 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8706 2024.11.26 23:37:20.953739 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8707 2024.11.26 23:37:20.954488 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8708 2024.11.26 23:37:20.957139 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8709 2024.11.26 23:37:23.152137 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8710 2024.11.26 23:37:23.152368 [ 268 ] {db24a985-85b8-4ef1-9d80-2b763512f19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8711 2024.11.26 23:37:23.152446 [ 268 ] {db24a985-85b8-4ef1-9d80-2b763512f19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8712 2024.11.26 23:37:23.153171 [ 268 ] {db24a985-85b8-4ef1-9d80-2b763512f19c} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8713 2024.11.26 23:37:23.153214 [ 268 ] {db24a985-85b8-4ef1-9d80-2b763512f19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8714 2024.11.26 23:37:23.153698 [ 268 ] {db24a985-85b8-4ef1-9d80-2b763512f19c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8715 2024.11.26 23:37:23.153955 [ 268 ] {db24a985-85b8-4ef1-9d80-2b763512f19c} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8716 2024.11.26 23:37:23.154197 [ 268 ] {db24a985-85b8-4ef1-9d80-2b763512f19c} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001889 sec., 7411.3287453679195 rows/sec., 604.34 KiB/sec.
8717 2024.11.26 23:37:23.154319 [ 268 ] {db24a985-85b8-4ef1-9d80-2b763512f19c} <Debug> TCPHandler: Processed in 0.002317132 sec.
8718 2024.11.26 23:37:23.154604 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8719 2024.11.26 23:37:23.154823 [ 270 ] {123a8fda-82be-4d7f-ae14-9ce9f7add944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8720 2024.11.26 23:37:23.154906 [ 270 ] {123a8fda-82be-4d7f-ae14-9ce9f7add944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8721 2024.11.26 23:37:23.156436 [ 270 ] {123a8fda-82be-4d7f-ae14-9ce9f7add944} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8722 2024.11.26 23:37:23.156489 [ 270 ] {123a8fda-82be-4d7f-ae14-9ce9f7add944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8723 2024.11.26 23:37:23.157019 [ 270 ] {123a8fda-82be-4d7f-ae14-9ce9f7add944} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8724 2024.11.26 23:37:23.157276 [ 270 ] {123a8fda-82be-4d7f-ae14-9ce9f7add944} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8725 2024.11.26 23:37:23.157479 [ 82 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8726 2024.11.26 23:37:23.157545 [ 270 ] {123a8fda-82be-4d7f-ae14-9ce9f7add944} <Debug> executeQuery: Read 1285 rows, 109.28 KiB in 0.002776 sec., 462896.2536023055 rows/sec., 38.44 MiB/sec.
8727 2024.11.26 23:37:23.157574 [ 82 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8728 2024.11.26 23:37:23.157660 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8729 2024.11.26 23:37:23.157674 [ 270 ] {123a8fda-82be-4d7f-ae14-9ce9f7add944} <Debug> TCPHandler: Processed in 0.00321483 sec.
8730 2024.11.26 23:37:23.157960 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8731 2024.11.26 23:37:23.158010 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
8732 2024.11.26 23:37:23.158281 [ 268 ] {bf92b43c-57f2-40ed-997e-6bd4529c1dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8733 2024.11.26 23:37:23.158457 [ 268 ] {bf92b43c-57f2-40ed-997e-6bd4529c1dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8734 2024.11.26 23:37:23.158760 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8735 2024.11.26 23:37:23.159006 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1434 rows starting from the beginning of the part
8736 2024.11.26 23:37:23.159633 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 138 rows starting from the beginning of the part
8737 2024.11.26 23:37:23.160162 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 203 rows starting from the beginning of the part
8738 2024.11.26 23:37:23.160530 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 138 rows starting from the beginning of the part
8739 2024.11.26 23:37:23.160866 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 203 rows starting from the beginning of the part
8740 2024.11.26 23:37:23.161116 [ 198 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1285 rows starting from the beginning of the part
8741 2024.11.26 23:37:23.162003 [ 268 ] {bf92b43c-57f2-40ed-997e-6bd4529c1dc0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8742 2024.11.26 23:37:23.162070 [ 268 ] {bf92b43c-57f2-40ed-997e-6bd4529c1dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8743 2024.11.26 23:37:23.163016 [ 268 ] {bf92b43c-57f2-40ed-997e-6bd4529c1dc0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8744 2024.11.26 23:37:23.163589 [ 268 ] {bf92b43c-57f2-40ed-997e-6bd4529c1dc0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8745 2024.11.26 23:37:23.163946 [ 268 ] {bf92b43c-57f2-40ed-997e-6bd4529c1dc0} <Debug> executeQuery: Read 55 rows, 4.06 KiB in 0.005785 sec., 9507.346585998272 rows/sec., 701.91 KiB/sec.
8746 2024.11.26 23:37:23.164037 [ 268 ] {bf92b43c-57f2-40ed-997e-6bd4529c1dc0} <Debug> TCPHandler: Processed in 0.006225418 sec.
8747 2024.11.26 23:37:23.164226 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8748 2024.11.26 23:37:23.164568 [ 270 ] {33ebec1b-a200-4c94-9b88-13d48883697e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8749 2024.11.26 23:37:23.164640 [ 270 ] {33ebec1b-a200-4c94-9b88-13d48883697e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8750 2024.11.26 23:37:23.164639 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3401 rows, containing 5 columns (5 merged, 0 gathered) in 0.006873594 sec., 494792.0985731773 rows/sec., 43.47 MiB/sec.
8751 2024.11.26 23:37:23.165053 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8752 2024.11.26 23:37:23.165622 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8753 2024.11.26 23:37:23.165866 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_71_14} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8754 2024.11.26 23:37:23.165943 [ 270 ] {33ebec1b-a200-4c94-9b88-13d48883697e} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8755 2024.11.26 23:37:23.166029 [ 270 ] {33ebec1b-a200-4c94-9b88-13d48883697e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8756 2024.11.26 23:37:23.166040 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
8757 2024.11.26 23:37:23.166446 [ 270 ] {33ebec1b-a200-4c94-9b88-13d48883697e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8758 2024.11.26 23:37:23.166699 [ 270 ] {33ebec1b-a200-4c94-9b88-13d48883697e} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8759 2024.11.26 23:37:23.166955 [ 270 ] {33ebec1b-a200-4c94-9b88-13d48883697e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002501 sec., 91163.53458616552 rows/sec., 6.17 MiB/sec.
8760 2024.11.26 23:37:23.167065 [ 270 ] {33ebec1b-a200-4c94-9b88-13d48883697e} <Debug> TCPHandler: Processed in 0.002918867 sec.
8761 2024.11.26 23:37:23.167272 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8762 2024.11.26 23:37:23.167396 [ 268 ] {404eae2c-d4cf-41ff-afe8-c50f3290ffe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8763 2024.11.26 23:37:23.167445 [ 268 ] {404eae2c-d4cf-41ff-afe8-c50f3290ffe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8764 2024.11.26 23:37:23.168312 [ 268 ] {404eae2c-d4cf-41ff-afe8-c50f3290ffe7} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8765 2024.11.26 23:37:23.168351 [ 268 ] {404eae2c-d4cf-41ff-afe8-c50f3290ffe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8766 2024.11.26 23:37:23.168759 [ 268 ] {404eae2c-d4cf-41ff-afe8-c50f3290ffe7} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8767 2024.11.26 23:37:23.169008 [ 268 ] {404eae2c-d4cf-41ff-afe8-c50f3290ffe7} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8768 2024.11.26 23:37:23.169188 [ 82 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8769 2024.11.26 23:37:23.169247 [ 82 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8770 2024.11.26 23:37:23.169262 [ 268 ] {404eae2c-d4cf-41ff-afe8-c50f3290ffe7} <Debug> executeQuery: Read 575 rows, 43.83 KiB in 0.001878 sec., 306176.7838125666 rows/sec., 22.79 MiB/sec.
8771 2024.11.26 23:37:23.169286 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8772 2024.11.26 23:37:23.169446 [ 268 ] {404eae2c-d4cf-41ff-afe8-c50f3290ffe7} <Debug> TCPHandler: Processed in 0.002256961 sec.
8773 2024.11.26 23:37:23.169696 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
8774 2024.11.26 23:37:23.169735 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8775 2024.11.26 23:37:23.170115 [ 270 ] {226d6354-069c-485f-9247-de14f08ff157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8776 2024.11.26 23:37:23.170311 [ 270 ] {226d6354-069c-485f-9247-de14f08ff157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8777 2024.11.26 23:37:23.170750 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8778 2024.11.26 23:37:23.170938 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part
8779 2024.11.26 23:37:23.171435 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 105 rows starting from the beginning of the part
8780 2024.11.26 23:37:23.171742 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 382 rows starting from the beginning of the part
8781 2024.11.26 23:37:23.172021 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 105 rows starting from the beginning of the part
8782 2024.11.26 23:37:23.172107 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 382 rows starting from the beginning of the part
8783 2024.11.26 23:37:23.172232 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 575 rows starting from the beginning of the part
8784 2024.11.26 23:37:23.173426 [ 270 ] {226d6354-069c-485f-9247-de14f08ff157} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8785 2024.11.26 23:37:23.173479 [ 270 ] {226d6354-069c-485f-9247-de14f08ff157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8786 2024.11.26 23:37:23.174663 [ 270 ] {226d6354-069c-485f-9247-de14f08ff157} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8787 2024.11.26 23:37:23.175004 [ 270 ] {226d6354-069c-485f-9247-de14f08ff157} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8788 2024.11.26 23:37:23.175460 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8789 2024.11.26 23:37:23.175563 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8790 2024.11.26 23:37:23.175582 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2464 rows, containing 5 columns (5 merged, 0 gathered) in 0.006160797 sec., 399948.2534483769 rows/sec., 30.72 MiB/sec.
8791 2024.11.26 23:37:23.175636 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8792 2024.11.26 23:37:23.175718 [ 270 ] {226d6354-069c-485f-9247-de14f08ff157} <Debug> executeQuery: Read 929 rows, 63.75 KiB in 0.00573 sec., 162129.14485165794 rows/sec., 10.87 MiB/sec.
8793 2024.11.26 23:37:23.176170 [ 270 ] {226d6354-069c-485f-9247-de14f08ff157} <Debug> TCPHandler: Processed in 0.006561811 sec.
8794 2024.11.26 23:37:23.176325 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8795 2024.11.26 23:37:23.176601 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
8796 2024.11.26 23:37:23.176618 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8797 2024.11.26 23:37:23.177113 [ 268 ] {dfdd352a-9f46-43b4-9d21-0bf05fc55489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8798 2024.11.26 23:37:23.177128 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8799 2024.11.26 23:37:23.177246 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20145 rows starting from the beginning of the part
8800 2024.11.26 23:37:23.177407 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8801 2024.11.26 23:37:23.177791 [ 268 ] {dfdd352a-9f46-43b4-9d21-0bf05fc55489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8802 2024.11.26 23:37:23.177924 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part
8803 2024.11.26 23:37:23.178023 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_71_14} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8804 2024.11.26 23:37:23.178583 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
8805 2024.11.26 23:37:23.178587 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part
8806 2024.11.26 23:37:23.179045 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part
8807 2024.11.26 23:37:23.179393 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part
8808 2024.11.26 23:37:23.179720 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 929 rows starting from the beginning of the part
8809 2024.11.26 23:37:23.181735 [ 268 ] {dfdd352a-9f46-43b4-9d21-0bf05fc55489} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8810 2024.11.26 23:37:23.181784 [ 268 ] {dfdd352a-9f46-43b4-9d21-0bf05fc55489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8811 2024.11.26 23:37:23.183051 [ 268 ] {dfdd352a-9f46-43b4-9d21-0bf05fc55489} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8812 2024.11.26 23:37:23.183339 [ 268 ] {dfdd352a-9f46-43b4-9d21-0bf05fc55489} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8813 2024.11.26 23:37:23.183908 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8814 2024.11.26 23:37:23.184036 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8815 2024.11.26 23:37:23.184127 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8816 2024.11.26 23:37:23.184163 [ 268 ] {dfdd352a-9f46-43b4-9d21-0bf05fc55489} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007187 sec., 5704.744677890636 rows/sec., 10.22 MiB/sec.
8817 2024.11.26 23:37:23.184383 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
8818 2024.11.26 23:37:23.184454 [ 268 ] {dfdd352a-9f46-43b4-9d21-0bf05fc55489} <Debug> TCPHandler: Processed in 0.008118076 sec.
8819 2024.11.26 23:37:23.184674 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8820 2024.11.26 23:37:23.184793 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8821 2024.11.26 23:37:23.184971 [ 270 ] {7119b6af-e7fa-4bb6-9e0c-2f9fcef82386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8822 2024.11.26 23:37:23.185021 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 931 rows starting from the beginning of the part
8823 2024.11.26 23:37:23.185128 [ 270 ] {7119b6af-e7fa-4bb6-9e0c-2f9fcef82386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8824 2024.11.26 23:37:23.186171 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part
8825 2024.11.26 23:37:23.187163 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part
8826 2024.11.26 23:37:23.187991 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21868 rows, containing 5 columns (5 merged, 0 gathered) in 0.012166363 sec., 1797414.724515453 rows/sec., 121.35 MiB/sec.
8827 2024.11.26 23:37:23.188482 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part
8828 2024.11.26 23:37:23.188585 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8829 2024.11.26 23:37:23.188711 [ 270 ] {7119b6af-e7fa-4bb6-9e0c-2f9fcef82386} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8830 2024.11.26 23:37:23.188868 [ 270 ] {7119b6af-e7fa-4bb6-9e0c-2f9fcef82386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8831 2024.11.26 23:37:23.189766 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8832 2024.11.26 23:37:23.189949 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part
8833 2024.11.26 23:37:23.190136 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8834 2024.11.26 23:37:23.190432 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
8835 2024.11.26 23:37:23.190943 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part
8836 2024.11.26 23:37:23.191122 [ 270 ] {7119b6af-e7fa-4bb6-9e0c-2f9fcef82386} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8837 2024.11.26 23:37:23.191977 [ 270 ] {7119b6af-e7fa-4bb6-9e0c-2f9fcef82386} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8838 2024.11.26 23:37:23.192454 [ 82 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8839 2024.11.26 23:37:23.192529 [ 270 ] {7119b6af-e7fa-4bb6-9e0c-2f9fcef82386} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.007671 sec., 3910.8330074305827 rows/sec., 269.00 KiB/sec.
8840 2024.11.26 23:37:23.192570 [ 82 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8841 2024.11.26 23:37:23.192738 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8842 2024.11.26 23:37:23.192780 [ 270 ] {7119b6af-e7fa-4bb6-9e0c-2f9fcef82386} <Debug> TCPHandler: Processed in 0.008211757 sec.
8843 2024.11.26 23:37:23.193240 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
8844 2024.11.26 23:37:23.193511 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8845 2024.11.26 23:37:23.193561 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3954 rows starting from the beginning of the part
8846 2024.11.26 23:37:23.193724 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
8847 2024.11.26 23:37:23.193957 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
8848 2024.11.26 23:37:23.194141 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
8849 2024.11.26 23:37:23.194370 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
8850 2024.11.26 23:37:23.194641 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 30 rows starting from the beginning of the part
8851 2024.11.26 23:37:23.198799 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4268 rows, containing 4 columns (4 merged, 0 gathered) in 0.005880415 sec., 725799.114518278 rows/sec., 47.34 MiB/sec.
8852 2024.11.26 23:37:23.199373 [ 200 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8853 2024.11.26 23:37:23.200612 [ 200 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_71_14} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8854 2024.11.26 23:37:23.200746 [ 200 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_71_14} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8855 2024.11.26 23:37:23.200831 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
8856 2024.11.26 23:37:23.202307 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 19 columns (19 merged, 0 gathered) in 0.018064689 sec., 62885.11249764666 rows/sec., 112.69 MiB/sec.
8857 2024.11.26 23:37:23.203991 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8858 2024.11.26 23:37:23.204465 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8859 2024.11.26 23:37:23.204561 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8860 2024.11.26 23:37:23.204726 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.63 MiB.
8861 2024.11.26 23:37:24.000198 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.23 MiB, peak 232.21 MiB, free memory in arenas 0.00 B, will set to 224.29 MiB (RSS), difference: 3.06 MiB
8862 2024.11.26 23:37:24.711730 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1272
8863 2024.11.26 23:37:24.715368 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8864 2024.11.26 23:37:24.715423 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8865 2024.11.26 23:37:24.717010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8866 2024.11.26 23:37:24.717360 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8867 2024.11.26 23:37:24.717945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1272
8868 2024.11.26 23:37:25.724456 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8869 2024.11.26 23:37:25.724669 [ 268 ] {46580046-58c3-4b2e-8ef5-75d2e3e705bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8870 2024.11.26 23:37:25.724753 [ 268 ] {46580046-58c3-4b2e-8ef5-75d2e3e705bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8871 2024.11.26 23:37:25.725676 [ 268 ] {46580046-58c3-4b2e-8ef5-75d2e3e705bf} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8872 2024.11.26 23:37:25.725728 [ 268 ] {46580046-58c3-4b2e-8ef5-75d2e3e705bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8873 2024.11.26 23:37:25.726172 [ 268 ] {46580046-58c3-4b2e-8ef5-75d2e3e705bf} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8874 2024.11.26 23:37:25.726438 [ 268 ] {46580046-58c3-4b2e-8ef5-75d2e3e705bf} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8875 2024.11.26 23:37:25.726702 [ 268 ] {46580046-58c3-4b2e-8ef5-75d2e3e705bf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00209 sec., 26794.258373205743 rows/sec., 2.06 MiB/sec.
8876 2024.11.26 23:37:25.726801 [ 268 ] {46580046-58c3-4b2e-8ef5-75d2e3e705bf} <Debug> TCPHandler: Processed in 0.002484894 sec.
8877 2024.11.26 23:37:25.727066 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8878 2024.11.26 23:37:25.727251 [ 270 ] {1c2fcef1-7953-4fab-b718-a691f542df75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8879 2024.11.26 23:37:25.727322 [ 270 ] {1c2fcef1-7953-4fab-b718-a691f542df75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8880 2024.11.26 23:37:25.728078 [ 270 ] {1c2fcef1-7953-4fab-b718-a691f542df75} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8881 2024.11.26 23:37:25.728124 [ 270 ] {1c2fcef1-7953-4fab-b718-a691f542df75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8882 2024.11.26 23:37:25.728568 [ 270 ] {1c2fcef1-7953-4fab-b718-a691f542df75} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8883 2024.11.26 23:37:25.728826 [ 270 ] {1c2fcef1-7953-4fab-b718-a691f542df75} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8884 2024.11.26 23:37:25.729099 [ 270 ] {1c2fcef1-7953-4fab-b718-a691f542df75} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001893 sec., 33808.769149498155 rows/sec., 2.64 MiB/sec.
8885 2024.11.26 23:37:25.729177 [ 270 ] {1c2fcef1-7953-4fab-b718-a691f542df75} <Debug> TCPHandler: Processed in 0.002257881 sec.
8886 2024.11.26 23:37:25.729418 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8887 2024.11.26 23:37:25.729648 [ 268 ] {cafb4d7c-f8c7-4152-90fd-e0e64a1c46ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8888 2024.11.26 23:37:25.729703 [ 268 ] {cafb4d7c-f8c7-4152-90fd-e0e64a1c46ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8889 2024.11.26 23:37:25.730273 [ 268 ] {cafb4d7c-f8c7-4152-90fd-e0e64a1c46ab} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8890 2024.11.26 23:37:25.730312 [ 268 ] {cafb4d7c-f8c7-4152-90fd-e0e64a1c46ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8891 2024.11.26 23:37:25.730708 [ 268 ] {cafb4d7c-f8c7-4152-90fd-e0e64a1c46ab} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8892 2024.11.26 23:37:25.730950 [ 268 ] {cafb4d7c-f8c7-4152-90fd-e0e64a1c46ab} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8893 2024.11.26 23:37:25.731197 [ 268 ] {cafb4d7c-f8c7-4152-90fd-e0e64a1c46ab} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.001573 sec., 53401.14431023522 rows/sec., 3.72 MiB/sec.
8894 2024.11.26 23:37:25.731260 [ 268 ] {cafb4d7c-f8c7-4152-90fd-e0e64a1c46ab} <Debug> TCPHandler: Processed in 0.001982108 sec.
8895 2024.11.26 23:37:25.731482 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8896 2024.11.26 23:37:25.731621 [ 270 ] {ec72ae22-09f2-4ce5-9f9c-d8f6f63b595d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8897 2024.11.26 23:37:25.731684 [ 270 ] {ec72ae22-09f2-4ce5-9f9c-d8f6f63b595d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8898 2024.11.26 23:37:25.732268 [ 270 ] {ec72ae22-09f2-4ce5-9f9c-d8f6f63b595d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8899 2024.11.26 23:37:25.732315 [ 270 ] {ec72ae22-09f2-4ce5-9f9c-d8f6f63b595d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8900 2024.11.26 23:37:25.732745 [ 270 ] {ec72ae22-09f2-4ce5-9f9c-d8f6f63b595d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8901 2024.11.26 23:37:25.732997 [ 270 ] {ec72ae22-09f2-4ce5-9f9c-d8f6f63b595d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8902 2024.11.26 23:37:25.733213 [ 270 ] {ec72ae22-09f2-4ce5-9f9c-d8f6f63b595d} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.001626 sec., 18450.18450184502 rows/sec., 1.25 MiB/sec.
8903 2024.11.26 23:37:25.733266 [ 270 ] {ec72ae22-09f2-4ce5-9f9c-d8f6f63b595d} <Debug> TCPHandler: Processed in 0.001875957 sec.
8904 2024.11.26 23:37:27.091464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
8905 2024.11.26 23:37:27.092556 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8906 2024.11.26 23:37:27.092645 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8907 2024.11.26 23:37:27.093216 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8908 2024.11.26 23:37:27.093488 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8909 2024.11.26 23:37:27.093740 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
8910 2024.11.26 23:37:28.457340 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
8911 2024.11.26 23:37:28.477248 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8912 2024.11.26 23:37:28.477302 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8913 2024.11.26 23:37:28.484573 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8914 2024.11.26 23:37:28.485328 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8915 2024.11.26 23:37:28.488890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
8916 2024.11.26 23:37:30.733557 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8917 2024.11.26 23:37:30.733852 [ 268 ] {68f18c06-a786-4ab5-a5a4-19ca72c26dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8918 2024.11.26 23:37:30.733923 [ 268 ] {68f18c06-a786-4ab5-a5a4-19ca72c26dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8919 2024.11.26 23:37:30.734688 [ 268 ] {68f18c06-a786-4ab5-a5a4-19ca72c26dbe} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8920 2024.11.26 23:37:30.734734 [ 268 ] {68f18c06-a786-4ab5-a5a4-19ca72c26dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8921 2024.11.26 23:37:30.735181 [ 268 ] {68f18c06-a786-4ab5-a5a4-19ca72c26dbe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8922 2024.11.26 23:37:30.735441 [ 268 ] {68f18c06-a786-4ab5-a5a4-19ca72c26dbe} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8923 2024.11.26 23:37:30.735652 [ 268 ] {68f18c06-a786-4ab5-a5a4-19ca72c26dbe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001879 sec., 7450.7716870675895 rows/sec., 536.36 KiB/sec.
8924 2024.11.26 23:37:30.735710 [ 268 ] {68f18c06-a786-4ab5-a5a4-19ca72c26dbe} <Debug> TCPHandler: Processed in 0.002341942 sec.
8925 2024.11.26 23:37:30.735989 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8926 2024.11.26 23:37:30.736208 [ 270 ] {9fa544f4-ee39-4933-b97f-d5fd6b375175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8927 2024.11.26 23:37:30.736292 [ 270 ] {9fa544f4-ee39-4933-b97f-d5fd6b375175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8928 2024.11.26 23:37:30.737233 [ 270 ] {9fa544f4-ee39-4933-b97f-d5fd6b375175} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8929 2024.11.26 23:37:30.737286 [ 270 ] {9fa544f4-ee39-4933-b97f-d5fd6b375175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8930 2024.11.26 23:37:30.737750 [ 270 ] {9fa544f4-ee39-4933-b97f-d5fd6b375175} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8931 2024.11.26 23:37:30.738030 [ 270 ] {9fa544f4-ee39-4933-b97f-d5fd6b375175} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8932 2024.11.26 23:37:30.738279 [ 270 ] {9fa544f4-ee39-4933-b97f-d5fd6b375175} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002131 sec., 95260.44110746129 rows/sec., 8.25 MiB/sec.
8933 2024.11.26 23:37:30.738346 [ 270 ] {9fa544f4-ee39-4933-b97f-d5fd6b375175} <Debug> TCPHandler: Processed in 0.002497383 sec.
8934 2024.11.26 23:37:30.738500 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8935 2024.11.26 23:37:30.738651 [ 268 ] {c73ddd87-4969-46d9-84c5-f54c2bff5790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8936 2024.11.26 23:37:30.738712 [ 268 ] {c73ddd87-4969-46d9-84c5-f54c2bff5790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8937 2024.11.26 23:37:30.739299 [ 268 ] {c73ddd87-4969-46d9-84c5-f54c2bff5790} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8938 2024.11.26 23:37:30.739337 [ 268 ] {c73ddd87-4969-46d9-84c5-f54c2bff5790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8939 2024.11.26 23:37:30.739706 [ 268 ] {c73ddd87-4969-46d9-84c5-f54c2bff5790} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8940 2024.11.26 23:37:30.739965 [ 268 ] {c73ddd87-4969-46d9-84c5-f54c2bff5790} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8941 2024.11.26 23:37:30.740096 [ 77 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8942 2024.11.26 23:37:30.740138 [ 77 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8943 2024.11.26 23:37:30.740143 [ 268 ] {c73ddd87-4969-46d9-84c5-f54c2bff5790} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001526 sec., 4587.155963302752 rows/sec., 298.86 KiB/sec.
8944 2024.11.26 23:37:30.740160 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8945 2024.11.26 23:37:30.740281 [ 268 ] {c73ddd87-4969-46d9-84c5-f54c2bff5790} <Debug> TCPHandler: Processed in 0.001842767 sec.
8946 2024.11.26 23:37:30.740541 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8947 2024.11.26 23:37:30.740543 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
8948 2024.11.26 23:37:30.740956 [ 270 ] {9f580f9d-3889-4585-b197-28523bf9cf48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8949 2024.11.26 23:37:30.741158 [ 270 ] {9f580f9d-3889-4585-b197-28523bf9cf48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8950 2024.11.26 23:37:30.741184 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8951 2024.11.26 23:37:30.741342 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 66 rows starting from the beginning of the part
8952 2024.11.26 23:37:30.741861 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part
8953 2024.11.26 23:37:30.742274 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 41 rows starting from the beginning of the part
8954 2024.11.26 23:37:30.742784 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
8955 2024.11.26 23:37:30.743300 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 55 rows starting from the beginning of the part
8956 2024.11.26 23:37:30.743751 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
8957 2024.11.26 23:37:30.744729 [ 270 ] {9f580f9d-3889-4585-b197-28523bf9cf48} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8958 2024.11.26 23:37:30.744778 [ 270 ] {9f580f9d-3889-4585-b197-28523bf9cf48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8959 2024.11.26 23:37:30.745357 [ 270 ] {9f580f9d-3889-4585-b197-28523bf9cf48} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8960 2024.11.26 23:37:30.745555 [ 190 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005274469 sec., 34695.435692199535 rows/sec., 2.60 MiB/sec.
8961 2024.11.26 23:37:30.745747 [ 270 ] {9f580f9d-3889-4585-b197-28523bf9cf48} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8962 2024.11.26 23:37:30.745812 [ 190 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8963 2024.11.26 23:37:30.746023 [ 77 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8964 2024.11.26 23:37:30.746131 [ 77 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8965 2024.11.26 23:37:30.746191 [ 270 ] {9f580f9d-3889-4585-b197-28523bf9cf48} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005367 sec., 2608.5336314514625 rows/sec., 182.68 KiB/sec.
8966 2024.11.26 23:37:30.746202 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8967 2024.11.26 23:37:30.746629 [ 270 ] {9f580f9d-3889-4585-b197-28523bf9cf48} <Debug> TCPHandler: Processed in 0.006212098 sec.
8968 2024.11.26 23:37:30.746812 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
8969 2024.11.26 23:37:30.747069 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_61_12} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8970 2024.11.26 23:37:30.747116 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8971 2024.11.26 23:37:30.747589 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8972 2024.11.26 23:37:30.747682 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_61_12} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8973 2024.11.26 23:37:30.747736 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 242 rows starting from the beginning of the part
8974 2024.11.26 23:37:30.747742 [ 268 ] {f18cd2d8-c4c1-42aa-8350-5470a6a2bc8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8975 2024.11.26 23:37:30.748026 [ 268 ] {f18cd2d8-c4c1-42aa-8350-5470a6a2bc8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8976 2024.11.26 23:37:30.748092 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8977 2024.11.26 23:37:30.748331 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
8978 2024.11.26 23:37:30.748712 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
8979 2024.11.26 23:37:30.749157 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
8980 2024.11.26 23:37:30.749628 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 228 rows starting from the beginning of the part
8981 2024.11.26 23:37:30.750105 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
8982 2024.11.26 23:37:30.751370 [ 268 ] {f18cd2d8-c4c1-42aa-8350-5470a6a2bc8a} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8983 2024.11.26 23:37:30.751447 [ 268 ] {f18cd2d8-c4c1-42aa-8350-5470a6a2bc8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8984 2024.11.26 23:37:30.752494 [ 268 ] {f18cd2d8-c4c1-42aa-8350-5470a6a2bc8a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8985 2024.11.26 23:37:30.752856 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00649651 sec., 80966.54973208692 rows/sec., 5.80 MiB/sec.
8986 2024.11.26 23:37:30.753017 [ 268 ] {f18cd2d8-c4c1-42aa-8350-5470a6a2bc8a} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8987 2024.11.26 23:37:30.753063 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8988 2024.11.26 23:37:30.753445 [ 268 ] {f18cd2d8-c4c1-42aa-8350-5470a6a2bc8a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005927 sec., 2193.3524548675555 rows/sec., 136.75 KiB/sec.
8989 2024.11.26 23:37:30.753586 [ 268 ] {f18cd2d8-c4c1-42aa-8350-5470a6a2bc8a} <Debug> TCPHandler: Processed in 0.006771743 sec.
8990 2024.11.26 23:37:30.753657 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8991 2024.11.26 23:37:30.753763 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_41_8} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8992 2024.11.26 23:37:30.753772 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8993 2024.11.26 23:37:30.753843 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
8994 2024.11.26 23:37:30.753919 [ 270 ] {5e3f2ed9-3c51-4894-8ccb-3d63ab5b27cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8995 2024.11.26 23:37:30.753973 [ 270 ] {5e3f2ed9-3c51-4894-8ccb-3d63ab5b27cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8996 2024.11.26 23:37:30.754871 [ 270 ] {5e3f2ed9-3c51-4894-8ccb-3d63ab5b27cf} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8997 2024.11.26 23:37:30.754909 [ 270 ] {5e3f2ed9-3c51-4894-8ccb-3d63ab5b27cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8998 2024.11.26 23:37:30.755296 [ 270 ] {5e3f2ed9-3c51-4894-8ccb-3d63ab5b27cf} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8999 2024.11.26 23:37:30.755542 [ 270 ] {5e3f2ed9-3c51-4894-8ccb-3d63ab5b27cf} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9000 2024.11.26 23:37:30.755760 [ 270 ] {5e3f2ed9-3c51-4894-8ccb-3d63ab5b27cf} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001845 sec., 207046.0704607046 rows/sec., 14.65 MiB/sec.
9001 2024.11.26 23:37:30.755812 [ 270 ] {5e3f2ed9-3c51-4894-8ccb-3d63ab5b27cf} <Debug> TCPHandler: Processed in 0.00210577 sec.
9002 2024.11.26 23:37:30.755965 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9003 2024.11.26 23:37:30.756083 [ 268 ] {0ae7d4d1-a9b1-4ab1-9575-ef7cda73e746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9004 2024.11.26 23:37:30.756133 [ 268 ] {0ae7d4d1-a9b1-4ab1-9575-ef7cda73e746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9005 2024.11.26 23:37:30.756620 [ 268 ] {0ae7d4d1-a9b1-4ab1-9575-ef7cda73e746} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9006 2024.11.26 23:37:30.756658 [ 268 ] {0ae7d4d1-a9b1-4ab1-9575-ef7cda73e746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9007 2024.11.26 23:37:30.757033 [ 268 ] {0ae7d4d1-a9b1-4ab1-9575-ef7cda73e746} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9008 2024.11.26 23:37:30.757283 [ 268 ] {0ae7d4d1-a9b1-4ab1-9575-ef7cda73e746} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9009 2024.11.26 23:37:30.757502 [ 268 ] {0ae7d4d1-a9b1-4ab1-9575-ef7cda73e746} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec.
9010 2024.11.26 23:37:30.757704 [ 268 ] {0ae7d4d1-a9b1-4ab1-9575-ef7cda73e746} <Debug> TCPHandler: Processed in 0.001792577 sec.
9011 2024.11.26 23:37:30.757969 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9012 2024.11.26 23:37:30.758191 [ 270 ] {2c3c4423-6c37-4194-afa2-5b8653f91153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9013 2024.11.26 23:37:30.758291 [ 270 ] {2c3c4423-6c37-4194-afa2-5b8653f91153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9014 2024.11.26 23:37:30.759083 [ 270 ] {2c3c4423-6c37-4194-afa2-5b8653f91153} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9015 2024.11.26 23:37:30.759123 [ 270 ] {2c3c4423-6c37-4194-afa2-5b8653f91153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9016 2024.11.26 23:37:30.759518 [ 270 ] {2c3c4423-6c37-4194-afa2-5b8653f91153} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9017 2024.11.26 23:37:30.759772 [ 270 ] {2c3c4423-6c37-4194-afa2-5b8653f91153} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9018 2024.11.26 23:37:30.759974 [ 270 ] {2c3c4423-6c37-4194-afa2-5b8653f91153} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001838 sec., 128944.50489662676 rows/sec., 8.64 MiB/sec.
9019 2024.11.26 23:37:30.760026 [ 270 ] {2c3c4423-6c37-4194-afa2-5b8653f91153} <Debug> TCPHandler: Processed in 0.00217903 sec.
9020 2024.11.26 23:37:30.760183 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9021 2024.11.26 23:37:30.760320 [ 268 ] {a8d76c86-8bd4-4ece-a879-4093f28b64cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9022 2024.11.26 23:37:30.760379 [ 268 ] {a8d76c86-8bd4-4ece-a879-4093f28b64cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9023 2024.11.26 23:37:30.760915 [ 268 ] {a8d76c86-8bd4-4ece-a879-4093f28b64cb} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9024 2024.11.26 23:37:30.760954 [ 268 ] {a8d76c86-8bd4-4ece-a879-4093f28b64cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9025 2024.11.26 23:37:30.761316 [ 268 ] {a8d76c86-8bd4-4ece-a879-4093f28b64cb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9026 2024.11.26 23:37:30.761571 [ 268 ] {a8d76c86-8bd4-4ece-a879-4093f28b64cb} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9027 2024.11.26 23:37:30.761732 [ 75 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
9028 2024.11.26 23:37:30.761810 [ 268 ] {a8d76c86-8bd4-4ece-a879-4093f28b64cb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec.
9029 2024.11.26 23:37:30.761851 [ 75 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9030 2024.11.26 23:37:30.761923 [ 268 ] {a8d76c86-8bd4-4ece-a879-4093f28b64cb} <Debug> TCPHandler: Processed in 0.001800357 sec.
9031 2024.11.26 23:37:30.761942 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9032 2024.11.26 23:37:30.762251 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9033 2024.11.26 23:37:30.762259 [ 190 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
9034 2024.11.26 23:37:30.762880 [ 270 ] {189e9712-6298-4eb6-b28e-e20ea9d176c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9035 2024.11.26 23:37:30.762858 [ 190 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9036 2024.11.26 23:37:30.763043 [ 190 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
9037 2024.11.26 23:37:30.763065 [ 270 ] {189e9712-6298-4eb6-b28e-e20ea9d176c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9038 2024.11.26 23:37:30.763423 [ 190 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
9039 2024.11.26 23:37:30.763760 [ 190 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
9040 2024.11.26 23:37:30.764116 [ 190 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
9041 2024.11.26 23:37:30.764433 [ 190 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
9042 2024.11.26 23:37:30.764728 [ 190 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
9043 2024.11.26 23:37:30.765674 [ 270 ] {189e9712-6298-4eb6-b28e-e20ea9d176c3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9044 2024.11.26 23:37:30.765727 [ 270 ] {189e9712-6298-4eb6-b28e-e20ea9d176c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9045 2024.11.26 23:37:30.766841 [ 270 ] {189e9712-6298-4eb6-b28e-e20ea9d176c3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9046 2024.11.26 23:37:30.767445 [ 270 ] {189e9712-6298-4eb6-b28e-e20ea9d176c3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9047 2024.11.26 23:37:30.767475 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.005393421 sec., 5562.332330444814 rows/sec., 374.81 KiB/sec.
9048 2024.11.26 23:37:30.767737 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
9049 2024.11.26 23:37:30.767957 [ 270 ] {189e9712-6298-4eb6-b28e-e20ea9d176c3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00528 sec., 15530.30303030303 rows/sec., 1010.04 KiB/sec.
9050 2024.11.26 23:37:30.768257 [ 270 ] {189e9712-6298-4eb6-b28e-e20ea9d176c3} <Debug> TCPHandler: Processed in 0.006218308 sec.
9051 2024.11.26 23:37:30.768576 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_30_6} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9052 2024.11.26 23:37:30.768696 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_30_6} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
9053 2024.11.26 23:37:30.768794 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9054 2024.11.26 23:37:34.429775 [ 70 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9055 2024.11.26 23:37:34.429852 [ 70 ] {} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9056 2024.11.26 23:37:34.429876 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9057 2024.11.26 23:37:34.430045 [ 190 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
9058 2024.11.26 23:37:34.430240 [ 190 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9059 2024.11.26 23:37:34.430277 [ 190 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part
9060 2024.11.26 23:37:34.430356 [ 190 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
9061 2024.11.26 23:37:34.430450 [ 190 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
9062 2024.11.26 23:37:34.430665 [ 190 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
9063 2024.11.26 23:37:34.430884 [ 190 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
9064 2024.11.26 23:37:34.432012 [ 187 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.00207185 sec., 24133.021212925647 rows/sec., 2.01 MiB/sec.
9065 2024.11.26 23:37:34.432186 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9066 2024.11.26 23:37:34.432519 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_13_3} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9067 2024.11.26 23:37:34.432658 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_13_3} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9068 2024.11.26 23:37:34.432750 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9069 2024.11.26 23:37:34.457477 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
9070 2024.11.26 23:37:34.457507 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
9071 2024.11.26 23:37:34.594010 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
9072 2024.11.26 23:37:34.594661 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9073 2024.11.26 23:37:34.594711 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9074 2024.11.26 23:37:34.595246 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9075 2024.11.26 23:37:34.595520 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9076 2024.11.26 23:37:34.595806 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
9077 2024.11.26 23:37:34.718355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1300
9078 2024.11.26 23:37:34.721343 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9079 2024.11.26 23:37:34.721398 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9080 2024.11.26 23:37:34.722867 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9081 2024.11.26 23:37:34.723181 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9082 2024.11.26 23:37:34.723771 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1300
9083 2024.11.26 23:37:35.730149 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9084 2024.11.26 23:37:35.730367 [ 268 ] {d7a80513-5ba2-466c-afde-c23765a938d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9085 2024.11.26 23:37:35.730450 [ 268 ] {d7a80513-5ba2-466c-afde-c23765a938d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9086 2024.11.26 23:37:35.731321 [ 268 ] {d7a80513-5ba2-466c-afde-c23765a938d1} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9087 2024.11.26 23:37:35.731364 [ 268 ] {d7a80513-5ba2-466c-afde-c23765a938d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9088 2024.11.26 23:37:35.731883 [ 268 ] {d7a80513-5ba2-466c-afde-c23765a938d1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9089 2024.11.26 23:37:35.732146 [ 268 ] {d7a80513-5ba2-466c-afde-c23765a938d1} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9090 2024.11.26 23:37:35.732377 [ 268 ] {d7a80513-5ba2-466c-afde-c23765a938d1} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002061 sec., 66957.78748180495 rows/sec., 5.78 MiB/sec.
9091 2024.11.26 23:37:35.732490 [ 268 ] {d7a80513-5ba2-466c-afde-c23765a938d1} <Debug> TCPHandler: Processed in 0.002479983 sec.
9092 2024.11.26 23:37:35.732837 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9093 2024.11.26 23:37:35.733099 [ 270 ] {dcf2914b-b1d9-4b90-9be5-f6917ecea399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9094 2024.11.26 23:37:35.733171 [ 270 ] {dcf2914b-b1d9-4b90-9be5-f6917ecea399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9095 2024.11.26 23:37:35.733936 [ 270 ] {dcf2914b-b1d9-4b90-9be5-f6917ecea399} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9096 2024.11.26 23:37:35.733983 [ 270 ] {dcf2914b-b1d9-4b90-9be5-f6917ecea399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9097 2024.11.26 23:37:35.734422 [ 270 ] {dcf2914b-b1d9-4b90-9be5-f6917ecea399} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9098 2024.11.26 23:37:35.734680 [ 270 ] {dcf2914b-b1d9-4b90-9be5-f6917ecea399} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9099 2024.11.26 23:37:35.734922 [ 270 ] {dcf2914b-b1d9-4b90-9be5-f6917ecea399} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001872 sec., 21901.709401709402 rows/sec., 1.61 MiB/sec.
9100 2024.11.26 23:37:35.735002 [ 270 ] {dcf2914b-b1d9-4b90-9be5-f6917ecea399} <Debug> TCPHandler: Processed in 0.002378603 sec.
9101 2024.11.26 23:37:35.735217 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9102 2024.11.26 23:37:35.735371 [ 268 ] {083c398a-361e-4dd7-95a6-e385e7fac828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9103 2024.11.26 23:37:35.735432 [ 268 ] {083c398a-361e-4dd7-95a6-e385e7fac828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9104 2024.11.26 23:37:35.736156 [ 268 ] {083c398a-361e-4dd7-95a6-e385e7fac828} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9105 2024.11.26 23:37:35.736198 [ 268 ] {083c398a-361e-4dd7-95a6-e385e7fac828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9106 2024.11.26 23:37:35.736586 [ 268 ] {083c398a-361e-4dd7-95a6-e385e7fac828} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9107 2024.11.26 23:37:35.736839 [ 268 ] {083c398a-361e-4dd7-95a6-e385e7fac828} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9108 2024.11.26 23:37:35.737017 [ 268 ] {083c398a-361e-4dd7-95a6-e385e7fac828} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001682 sec., 62425.683709869205 rows/sec., 4.88 MiB/sec.
9109 2024.11.26 23:37:35.737071 [ 268 ] {083c398a-361e-4dd7-95a6-e385e7fac828} <Debug> TCPHandler: Processed in 0.001967238 sec.
9110 2024.11.26 23:37:35.737278 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9111 2024.11.26 23:37:35.737507 [ 270 ] {ebffee9a-c8af-499a-b549-8b1be269b343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9112 2024.11.26 23:37:35.737611 [ 270 ] {ebffee9a-c8af-499a-b549-8b1be269b343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9113 2024.11.26 23:37:35.738395 [ 270 ] {ebffee9a-c8af-499a-b549-8b1be269b343} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9114 2024.11.26 23:37:35.738436 [ 270 ] {ebffee9a-c8af-499a-b549-8b1be269b343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9115 2024.11.26 23:37:35.738862 [ 270 ] {ebffee9a-c8af-499a-b549-8b1be269b343} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9116 2024.11.26 23:37:35.739109 [ 270 ] {ebffee9a-c8af-499a-b549-8b1be269b343} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9117 2024.11.26 23:37:35.739325 [ 270 ] {ebffee9a-c8af-499a-b549-8b1be269b343} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001876 sec., 85287.84648187633 rows/sec., 5.94 MiB/sec.
9118 2024.11.26 23:37:35.739383 [ 270 ] {ebffee9a-c8af-499a-b549-8b1be269b343} <Debug> TCPHandler: Processed in 0.002219861 sec.
9119 2024.11.26 23:37:35.739552 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9120 2024.11.26 23:37:35.739697 [ 268 ] {35f9401b-1285-4362-98b9-ad2e600ab894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9121 2024.11.26 23:37:35.739794 [ 268 ] {35f9401b-1285-4362-98b9-ad2e600ab894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9122 2024.11.26 23:37:35.741094 [ 268 ] {35f9401b-1285-4362-98b9-ad2e600ab894} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9123 2024.11.26 23:37:35.741133 [ 268 ] {35f9401b-1285-4362-98b9-ad2e600ab894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9124 2024.11.26 23:37:35.741831 [ 268 ] {35f9401b-1285-4362-98b9-ad2e600ab894} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9125 2024.11.26 23:37:35.742116 [ 268 ] {35f9401b-1285-4362-98b9-ad2e600ab894} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9126 2024.11.26 23:37:35.742378 [ 268 ] {35f9401b-1285-4362-98b9-ad2e600ab894} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002716 sec., 15095.729013254786 rows/sec., 27.05 MiB/sec.
9127 2024.11.26 23:37:35.742881 [ 268 ] {35f9401b-1285-4362-98b9-ad2e600ab894} <Debug> TCPHandler: Processed in 0.003391091 sec.
9128 2024.11.26 23:37:35.743065 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9129 2024.11.26 23:37:35.743205 [ 270 ] {62692e9d-6f97-4af0-9e1f-936642983db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9130 2024.11.26 23:37:35.743267 [ 270 ] {62692e9d-6f97-4af0-9e1f-936642983db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9131 2024.11.26 23:37:35.743854 [ 270 ] {62692e9d-6f97-4af0-9e1f-936642983db3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9132 2024.11.26 23:37:35.743902 [ 270 ] {62692e9d-6f97-4af0-9e1f-936642983db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9133 2024.11.26 23:37:35.744306 [ 270 ] {62692e9d-6f97-4af0-9e1f-936642983db3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9134 2024.11.26 23:37:35.744542 [ 270 ] {62692e9d-6f97-4af0-9e1f-936642983db3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9135 2024.11.26 23:37:35.744771 [ 270 ] {62692e9d-6f97-4af0-9e1f-936642983db3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001598 sec., 37546.93366708385 rows/sec., 2.53 MiB/sec.
9136 2024.11.26 23:37:35.744827 [ 270 ] {62692e9d-6f97-4af0-9e1f-936642983db3} <Debug> TCPHandler: Processed in 0.001829177 sec.
9137 2024.11.26 23:37:35.989098 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
9138 2024.11.26 23:37:36.010958 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9139 2024.11.26 23:37:36.011030 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9140 2024.11.26 23:37:36.018540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9141 2024.11.26 23:37:36.019332 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9142 2024.11.26 23:37:36.022476 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
9143 2024.11.26 23:37:40.732569 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9144 2024.11.26 23:37:40.732776 [ 268 ] {52951411-1ab8-4a2d-ac64-e18275b3e48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9145 2024.11.26 23:37:40.732851 [ 268 ] {52951411-1ab8-4a2d-ac64-e18275b3e48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9146 2024.11.26 23:37:40.733631 [ 268 ] {52951411-1ab8-4a2d-ac64-e18275b3e48f} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9147 2024.11.26 23:37:40.733677 [ 268 ] {52951411-1ab8-4a2d-ac64-e18275b3e48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9148 2024.11.26 23:37:40.734127 [ 268 ] {52951411-1ab8-4a2d-ac64-e18275b3e48f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9149 2024.11.26 23:37:40.734395 [ 268 ] {52951411-1ab8-4a2d-ac64-e18275b3e48f} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9150 2024.11.26 23:37:40.734635 [ 268 ] {52951411-1ab8-4a2d-ac64-e18275b3e48f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec.
9151 2024.11.26 23:37:40.734701 [ 268 ] {52951411-1ab8-4a2d-ac64-e18275b3e48f} <Debug> TCPHandler: Processed in 0.002274191 sec.
9152 2024.11.26 23:37:40.734967 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9153 2024.11.26 23:37:40.735169 [ 270 ] {b23a3ce7-088b-495f-9710-dedfc161968f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9154 2024.11.26 23:37:40.735251 [ 270 ] {b23a3ce7-088b-495f-9710-dedfc161968f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9155 2024.11.26 23:37:40.736024 [ 270 ] {b23a3ce7-088b-495f-9710-dedfc161968f} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9156 2024.11.26 23:37:40.736080 [ 270 ] {b23a3ce7-088b-495f-9710-dedfc161968f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9157 2024.11.26 23:37:40.736510 [ 270 ] {b23a3ce7-088b-495f-9710-dedfc161968f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9158 2024.11.26 23:37:40.736769 [ 270 ] {b23a3ce7-088b-495f-9710-dedfc161968f} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9159 2024.11.26 23:37:40.737010 [ 270 ] {b23a3ce7-088b-495f-9710-dedfc161968f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001894 sec., 1055.9662090813094 rows/sec., 86.11 KiB/sec.
9160 2024.11.26 23:37:40.737080 [ 270 ] {b23a3ce7-088b-495f-9710-dedfc161968f} <Debug> TCPHandler: Processed in 0.002251381 sec.
9161 2024.11.26 23:37:40.737248 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9162 2024.11.26 23:37:40.737400 [ 268 ] {71ddb7d1-0c02-4d5b-8476-f1cdaa52c5df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9163 2024.11.26 23:37:40.737464 [ 268 ] {71ddb7d1-0c02-4d5b-8476-f1cdaa52c5df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9164 2024.11.26 23:37:40.738242 [ 268 ] {71ddb7d1-0c02-4d5b-8476-f1cdaa52c5df} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9165 2024.11.26 23:37:40.738284 [ 268 ] {71ddb7d1-0c02-4d5b-8476-f1cdaa52c5df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9166 2024.11.26 23:37:40.738692 [ 268 ] {71ddb7d1-0c02-4d5b-8476-f1cdaa52c5df} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9167 2024.11.26 23:37:40.738945 [ 268 ] {71ddb7d1-0c02-4d5b-8476-f1cdaa52c5df} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9168 2024.11.26 23:37:40.739173 [ 268 ] {71ddb7d1-0c02-4d5b-8476-f1cdaa52c5df} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001811 sec., 112644.94754279405 rows/sec., 9.74 MiB/sec.
9169 2024.11.26 23:37:40.739231 [ 268 ] {71ddb7d1-0c02-4d5b-8476-f1cdaa52c5df} <Debug> TCPHandler: Processed in 0.002052869 sec.
9170 2024.11.26 23:37:40.739389 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9171 2024.11.26 23:37:40.739521 [ 270 ] {c773c127-6c44-44a0-9069-7d1ad9cf41a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9172 2024.11.26 23:37:40.739581 [ 270 ] {c773c127-6c44-44a0-9069-7d1ad9cf41a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9173 2024.11.26 23:37:40.740208 [ 270 ] {c773c127-6c44-44a0-9069-7d1ad9cf41a7} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9174 2024.11.26 23:37:40.740251 [ 270 ] {c773c127-6c44-44a0-9069-7d1ad9cf41a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9175 2024.11.26 23:37:40.740630 [ 270 ] {c773c127-6c44-44a0-9069-7d1ad9cf41a7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9176 2024.11.26 23:37:40.740904 [ 270 ] {c773c127-6c44-44a0-9069-7d1ad9cf41a7} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9177 2024.11.26 23:37:40.741143 [ 270 ] {c773c127-6c44-44a0-9069-7d1ad9cf41a7} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001647 sec., 5464.48087431694 rows/sec., 361.69 KiB/sec.
9178 2024.11.26 23:37:40.741232 [ 270 ] {c773c127-6c44-44a0-9069-7d1ad9cf41a7} <Debug> TCPHandler: Processed in 0.001909448 sec.
9179 2024.11.26 23:37:40.741492 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9180 2024.11.26 23:37:40.741654 [ 268 ] {3f5bd514-c4cb-4448-ba5f-ad7526fe387f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9181 2024.11.26 23:37:40.741717 [ 268 ] {3f5bd514-c4cb-4448-ba5f-ad7526fe387f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9182 2024.11.26 23:37:40.742385 [ 268 ] {3f5bd514-c4cb-4448-ba5f-ad7526fe387f} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9183 2024.11.26 23:37:40.742434 [ 268 ] {3f5bd514-c4cb-4448-ba5f-ad7526fe387f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9184 2024.11.26 23:37:40.742811 [ 268 ] {3f5bd514-c4cb-4448-ba5f-ad7526fe387f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9185 2024.11.26 23:37:40.743077 [ 268 ] {3f5bd514-c4cb-4448-ba5f-ad7526fe387f} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9186 2024.11.26 23:37:40.743310 [ 268 ] {3f5bd514-c4cb-4448-ba5f-ad7526fe387f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001686 sec., 8303.67734282325 rows/sec., 581.54 KiB/sec.
9187 2024.11.26 23:37:40.743372 [ 268 ] {3f5bd514-c4cb-4448-ba5f-ad7526fe387f} <Debug> TCPHandler: Processed in 0.002034469 sec.
9188 2024.11.26 23:37:40.743548 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9189 2024.11.26 23:37:40.743691 [ 270 ] {c08b805b-10da-44d4-8bcc-6e71642dccb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9190 2024.11.26 23:37:40.743760 [ 270 ] {c08b805b-10da-44d4-8bcc-6e71642dccb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9191 2024.11.26 23:37:40.744447 [ 270 ] {c08b805b-10da-44d4-8bcc-6e71642dccb9} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9192 2024.11.26 23:37:40.744489 [ 270 ] {c08b805b-10da-44d4-8bcc-6e71642dccb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9193 2024.11.26 23:37:40.744868 [ 270 ] {c08b805b-10da-44d4-8bcc-6e71642dccb9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9194 2024.11.26 23:37:40.745110 [ 270 ] {c08b805b-10da-44d4-8bcc-6e71642dccb9} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9195 2024.11.26 23:37:40.745331 [ 270 ] {c08b805b-10da-44d4-8bcc-6e71642dccb9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001673 sec., 7770.472205618649 rows/sec., 484.49 KiB/sec.
9196 2024.11.26 23:37:40.745386 [ 270 ] {c08b805b-10da-44d4-8bcc-6e71642dccb9} <Debug> TCPHandler: Processed in 0.001910558 sec.
9197 2024.11.26 23:37:40.745549 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9198 2024.11.26 23:37:40.745691 [ 268 ] {79002b51-cbc2-45b8-9774-0b06f2449d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9199 2024.11.26 23:37:40.745752 [ 268 ] {79002b51-cbc2-45b8-9774-0b06f2449d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9200 2024.11.26 23:37:40.746528 [ 268 ] {79002b51-cbc2-45b8-9774-0b06f2449d82} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9201 2024.11.26 23:37:40.746569 [ 268 ] {79002b51-cbc2-45b8-9774-0b06f2449d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9202 2024.11.26 23:37:40.746959 [ 268 ] {79002b51-cbc2-45b8-9774-0b06f2449d82} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9203 2024.11.26 23:37:40.747215 [ 268 ] {79002b51-cbc2-45b8-9774-0b06f2449d82} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9204 2024.11.26 23:37:40.747439 [ 268 ] {79002b51-cbc2-45b8-9774-0b06f2449d82} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.00178 sec., 215730.3370786517 rows/sec., 15.28 MiB/sec.
9205 2024.11.26 23:37:40.747498 [ 268 ] {79002b51-cbc2-45b8-9774-0b06f2449d82} <Debug> TCPHandler: Processed in 0.002017258 sec.
9206 2024.11.26 23:37:40.747659 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9207 2024.11.26 23:37:40.747798 [ 270 ] {7c1b0801-79aa-479f-adf5-77b07962d293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9208 2024.11.26 23:37:40.747861 [ 270 ] {7c1b0801-79aa-479f-adf5-77b07962d293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9209 2024.11.26 23:37:40.748404 [ 270 ] {7c1b0801-79aa-479f-adf5-77b07962d293} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9210 2024.11.26 23:37:40.748443 [ 270 ] {7c1b0801-79aa-479f-adf5-77b07962d293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9211 2024.11.26 23:37:40.748817 [ 270 ] {7c1b0801-79aa-479f-adf5-77b07962d293} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9212 2024.11.26 23:37:40.749057 [ 270 ] {7c1b0801-79aa-479f-adf5-77b07962d293} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9213 2024.11.26 23:37:40.749248 [ 63 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9214 2024.11.26 23:37:40.749306 [ 270 ] {7c1b0801-79aa-479f-adf5-77b07962d293} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001536 sec., 3906.25 rows/sec., 204.09 KiB/sec.
9215 2024.11.26 23:37:40.749325 [ 63 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9216 2024.11.26 23:37:40.749389 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9217 2024.11.26 23:37:40.749439 [ 270 ] {7c1b0801-79aa-479f-adf5-77b07962d293} <Debug> TCPHandler: Processed in 0.001849698 sec.
9218 2024.11.26 23:37:40.749664 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9219 2024.11.26 23:37:40.749674 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
9220 2024.11.26 23:37:40.749879 [ 268 ] {850ec566-5fab-4b66-ba9c-5c07f95a0967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9221 2024.11.26 23:37:40.750003 [ 268 ] {850ec566-5fab-4b66-ba9c-5c07f95a0967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9222 2024.11.26 23:37:40.750081 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9223 2024.11.26 23:37:40.750226 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part
9224 2024.11.26 23:37:40.750554 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
9225 2024.11.26 23:37:40.751016 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
9226 2024.11.26 23:37:40.751265 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
9227 2024.11.26 23:37:40.751488 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
9228 2024.11.26 23:37:40.751872 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
9229 2024.11.26 23:37:40.752602 [ 268 ] {850ec566-5fab-4b66-ba9c-5c07f95a0967} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9230 2024.11.26 23:37:40.752660 [ 268 ] {850ec566-5fab-4b66-ba9c-5c07f95a0967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9231 2024.11.26 23:37:40.753758 [ 268 ] {850ec566-5fab-4b66-ba9c-5c07f95a0967} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9232 2024.11.26 23:37:40.754439 [ 268 ] {850ec566-5fab-4b66-ba9c-5c07f95a0967} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9233 2024.11.26 23:37:40.754514 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005005697 sec., 37157.662559279954 rows/sec., 1.90 MiB/sec.
9234 2024.11.26 23:37:40.754795 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9235 2024.11.26 23:37:40.754894 [ 268 ] {850ec566-5fab-4b66-ba9c-5c07f95a0967} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00507 sec., 46942.800788954635 rows/sec., 3.15 MiB/sec.
9236 2024.11.26 23:37:40.755043 [ 268 ] {850ec566-5fab-4b66-ba9c-5c07f95a0967} <Debug> TCPHandler: Processed in 0.005492431 sec.
9237 2024.11.26 23:37:40.755268 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9238 2024.11.26 23:37:40.755338 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9239 2024.11.26 23:37:40.755501 [ 270 ] {f694a24b-ceb4-4508-9e57-5ee244a8e89a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9240 2024.11.26 23:37:40.755512 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_31_6} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9241 2024.11.26 23:37:40.755599 [ 270 ] {f694a24b-ceb4-4508-9e57-5ee244a8e89a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9242 2024.11.26 23:37:40.755671 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9243 2024.11.26 23:37:40.756245 [ 270 ] {f694a24b-ceb4-4508-9e57-5ee244a8e89a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9244 2024.11.26 23:37:40.756289 [ 270 ] {f694a24b-ceb4-4508-9e57-5ee244a8e89a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9245 2024.11.26 23:37:40.756657 [ 270 ] {f694a24b-ceb4-4508-9e57-5ee244a8e89a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9246 2024.11.26 23:37:40.756902 [ 270 ] {f694a24b-ceb4-4508-9e57-5ee244a8e89a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9247 2024.11.26 23:37:40.757121 [ 270 ] {f694a24b-ceb4-4508-9e57-5ee244a8e89a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001683 sec., 594.1770647653001 rows/sec., 40.04 KiB/sec.
9248 2024.11.26 23:37:40.757174 [ 270 ] {f694a24b-ceb4-4508-9e57-5ee244a8e89a} <Debug> TCPHandler: Processed in 0.002014099 sec.
9249 2024.11.26 23:37:40.757330 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9250 2024.11.26 23:37:40.757480 [ 268 ] {fc6a8374-d1d6-4e9f-81c3-8c256b26d2c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9251 2024.11.26 23:37:40.757542 [ 268 ] {fc6a8374-d1d6-4e9f-81c3-8c256b26d2c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9252 2024.11.26 23:37:40.758152 [ 268 ] {fc6a8374-d1d6-4e9f-81c3-8c256b26d2c8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9253 2024.11.26 23:37:40.758194 [ 268 ] {fc6a8374-d1d6-4e9f-81c3-8c256b26d2c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9254 2024.11.26 23:37:40.758592 [ 268 ] {fc6a8374-d1d6-4e9f-81c3-8c256b26d2c8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9255 2024.11.26 23:37:40.758845 [ 268 ] {fc6a8374-d1d6-4e9f-81c3-8c256b26d2c8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9256 2024.11.26 23:37:40.759090 [ 268 ] {fc6a8374-d1d6-4e9f-81c3-8c256b26d2c8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00164 sec., 50000 rows/sec., 3.18 MiB/sec.
9257 2024.11.26 23:37:40.759169 [ 268 ] {fc6a8374-d1d6-4e9f-81c3-8c256b26d2c8} <Debug> TCPHandler: Processed in 0.001909328 sec.
9258 2024.11.26 23:37:42.096075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
9259 2024.11.26 23:37:42.096836 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9260 2024.11.26 23:37:42.096885 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9261 2024.11.26 23:37:42.097464 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9262 2024.11.26 23:37:42.097748 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9263 2024.11.26 23:37:42.097951 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
9264 2024.11.26 23:37:43.522681 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
9265 2024.11.26 23:37:43.544089 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9266 2024.11.26 23:37:43.544157 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9267 2024.11.26 23:37:43.551509 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9268 2024.11.26 23:37:43.552272 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9269 2024.11.26 23:37:43.555106 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
9270 2024.11.26 23:37:44.724121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1334
9271 2024.11.26 23:37:44.727354 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9272 2024.11.26 23:37:44.727433 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9273 2024.11.26 23:37:44.728903 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9274 2024.11.26 23:37:44.729231 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9275 2024.11.26 23:37:44.730173 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1334
9276 2024.11.26 23:37:45.730513 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9277 2024.11.26 23:37:45.730820 [ 268 ] {5c5fef43-0bf9-43a7-ae73-90f5e1ee9aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9278 2024.11.26 23:37:45.730938 [ 268 ] {5c5fef43-0bf9-43a7-ae73-90f5e1ee9aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9279 2024.11.26 23:37:45.731973 [ 268 ] {5c5fef43-0bf9-43a7-ae73-90f5e1ee9aef} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9280 2024.11.26 23:37:45.732018 [ 268 ] {5c5fef43-0bf9-43a7-ae73-90f5e1ee9aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9281 2024.11.26 23:37:45.732462 [ 268 ] {5c5fef43-0bf9-43a7-ae73-90f5e1ee9aef} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9282 2024.11.26 23:37:45.732720 [ 268 ] {5c5fef43-0bf9-43a7-ae73-90f5e1ee9aef} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9283 2024.11.26 23:37:45.732932 [ 56 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9284 2024.11.26 23:37:45.732960 [ 268 ] {5c5fef43-0bf9-43a7-ae73-90f5e1ee9aef} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002228 sec., 61938.95870736086 rows/sec., 5.35 MiB/sec.
9285 2024.11.26 23:37:45.733016 [ 56 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9286 2024.11.26 23:37:45.733073 [ 268 ] {5c5fef43-0bf9-43a7-ae73-90f5e1ee9aef} <Debug> TCPHandler: Processed in 0.002739766 sec.
9287 2024.11.26 23:37:45.733082 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9288 2024.11.26 23:37:45.733301 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
9289 2024.11.26 23:37:45.733370 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9290 2024.11.26 23:37:45.733670 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9291 2024.11.26 23:37:45.733748 [ 270 ] {96ddfc6c-7e9e-4c49-9469-d4f5261e6d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9292 2024.11.26 23:37:45.733759 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1434 rows starting from the beginning of the part
9293 2024.11.26 23:37:45.733901 [ 270 ] {96ddfc6c-7e9e-4c49-9469-d4f5261e6d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9294 2024.11.26 23:37:45.734198 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part
9295 2024.11.26 23:37:45.734661 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 203 rows starting from the beginning of the part
9296 2024.11.26 23:37:45.735010 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 138 rows starting from the beginning of the part
9297 2024.11.26 23:37:45.735405 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 204 rows starting from the beginning of the part
9298 2024.11.26 23:37:45.735735 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 138 rows starting from the beginning of the part
9299 2024.11.26 23:37:45.736732 [ 270 ] {96ddfc6c-7e9e-4c49-9469-d4f5261e6d49} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9300 2024.11.26 23:37:45.736777 [ 270 ] {96ddfc6c-7e9e-4c49-9469-d4f5261e6d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9301 2024.11.26 23:37:45.737384 [ 270 ] {96ddfc6c-7e9e-4c49-9469-d4f5261e6d49} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9302 2024.11.26 23:37:45.737679 [ 270 ] {96ddfc6c-7e9e-4c49-9469-d4f5261e6d49} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9303 2024.11.26 23:37:45.737909 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.004713284 sec., 461037.35739242536 rows/sec., 40.69 MiB/sec.
9304 2024.11.26 23:37:45.737982 [ 270 ] {96ddfc6c-7e9e-4c49-9469-d4f5261e6d49} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004356 sec., 9412.304866850322 rows/sec., 707.76 KiB/sec.
9305 2024.11.26 23:37:45.738063 [ 270 ] {96ddfc6c-7e9e-4c49-9469-d4f5261e6d49} <Debug> TCPHandler: Processed in 0.004860725 sec.
9306 2024.11.26 23:37:45.738118 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9307 2024.11.26 23:37:45.738249 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9308 2024.11.26 23:37:45.738432 [ 268 ] {6fbe3308-301e-4479-859f-3d0603d54197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9309 2024.11.26 23:37:45.738490 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9310 2024.11.26 23:37:45.738519 [ 268 ] {6fbe3308-301e-4479-859f-3d0603d54197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9311 2024.11.26 23:37:45.738675 [ 200 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_76_15} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9312 2024.11.26 23:37:45.738805 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
9313 2024.11.26 23:37:45.739371 [ 268 ] {6fbe3308-301e-4479-859f-3d0603d54197} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9314 2024.11.26 23:37:45.739417 [ 268 ] {6fbe3308-301e-4479-859f-3d0603d54197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9315 2024.11.26 23:37:45.739805 [ 268 ] {6fbe3308-301e-4479-859f-3d0603d54197} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9316 2024.11.26 23:37:45.740045 [ 268 ] {6fbe3308-301e-4479-859f-3d0603d54197} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9317 2024.11.26 23:37:45.740215 [ 56 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9318 2024.11.26 23:37:45.740277 [ 56 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9319 2024.11.26 23:37:45.740281 [ 268 ] {6fbe3308-301e-4479-859f-3d0603d54197} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001892 sec., 55496.82875264271 rows/sec., 4.33 MiB/sec.
9320 2024.11.26 23:37:45.740311 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9321 2024.11.26 23:37:45.740448 [ 268 ] {6fbe3308-301e-4479-859f-3d0603d54197} <Debug> TCPHandler: Processed in 0.002279861 sec.
9322 2024.11.26 23:37:45.740684 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9323 2024.11.26 23:37:45.740710 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
9324 2024.11.26 23:37:45.740931 [ 270 ] {bb59da66-6802-4cb0-afc2-68eeaaeec585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9325 2024.11.26 23:37:45.741078 [ 270 ] {bb59da66-6802-4cb0-afc2-68eeaaeec585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9326 2024.11.26 23:37:45.741148 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9327 2024.11.26 23:37:45.741297 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part
9328 2024.11.26 23:37:45.741657 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part
9329 2024.11.26 23:37:45.742008 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 382 rows starting from the beginning of the part
9330 2024.11.26 23:37:45.742284 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 105 rows starting from the beginning of the part
9331 2024.11.26 23:37:45.742606 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 384 rows starting from the beginning of the part
9332 2024.11.26 23:37:45.742982 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 105 rows starting from the beginning of the part
9333 2024.11.26 23:37:45.743969 [ 270 ] {bb59da66-6802-4cb0-afc2-68eeaaeec585} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9334 2024.11.26 23:37:45.744047 [ 270 ] {bb59da66-6802-4cb0-afc2-68eeaaeec585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9335 2024.11.26 23:37:45.745092 [ 270 ] {bb59da66-6802-4cb0-afc2-68eeaaeec585} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9336 2024.11.26 23:37:45.745556 [ 270 ] {bb59da66-6802-4cb0-afc2-68eeaaeec585} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9337 2024.11.26 23:37:45.745752 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9338 2024.11.26 23:37:45.745856 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9339 2024.11.26 23:37:45.745916 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9340 2024.11.26 23:37:45.745927 [ 270 ] {bb59da66-6802-4cb0-afc2-68eeaaeec585} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005069 sec., 31564.411126454925 rows/sec., 2.20 MiB/sec.
9341 2024.11.26 23:37:45.746386 [ 270 ] {bb59da66-6802-4cb0-afc2-68eeaaeec585} <Debug> TCPHandler: Processed in 0.005813895 sec.
9342 2024.11.26 23:37:45.746483 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
9343 2024.11.26 23:37:45.746738 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9344 2024.11.26 23:37:45.747222 [ 187 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006737263 sec., 290177.183227076 rows/sec., 22.21 MiB/sec.
9345 2024.11.26 23:37:45.747403 [ 268 ] {f95ae4c0-4be2-4462-86b7-e89327397ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9346 2024.11.26 23:37:45.747417 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9347 2024.11.26 23:37:45.747776 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9348 2024.11.26 23:37:45.747814 [ 268 ] {f95ae4c0-4be2-4462-86b7-e89327397ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9349 2024.11.26 23:37:45.747874 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21868 rows starting from the beginning of the part
9350 2024.11.26 23:37:45.749192 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 84 rows starting from the beginning of the part
9351 2024.11.26 23:37:45.749253 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9352 2024.11.26 23:37:45.749812 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_76_15} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9353 2024.11.26 23:37:45.750057 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part
9354 2024.11.26 23:37:45.750100 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
9355 2024.11.26 23:37:45.750445 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part
9356 2024.11.26 23:37:45.750857 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 238 rows starting from the beginning of the part
9357 2024.11.26 23:37:45.751253 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part
9358 2024.11.26 23:37:45.753716 [ 268 ] {f95ae4c0-4be2-4462-86b7-e89327397ff5} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9359 2024.11.26 23:37:45.753774 [ 268 ] {f95ae4c0-4be2-4462-86b7-e89327397ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9360 2024.11.26 23:37:45.755494 [ 268 ] {f95ae4c0-4be2-4462-86b7-e89327397ff5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9361 2024.11.26 23:37:45.755937 [ 268 ] {f95ae4c0-4be2-4462-86b7-e89327397ff5} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9362 2024.11.26 23:37:45.756215 [ 268 ] {f95ae4c0-4be2-4462-86b7-e89327397ff5} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.009036 sec., 4537.4059318282425 rows/sec., 8.13 MiB/sec.
9363 2024.11.26 23:37:45.756323 [ 268 ] {f95ae4c0-4be2-4462-86b7-e89327397ff5} <Debug> TCPHandler: Processed in 0.009823582 sec.
9364 2024.11.26 23:37:45.756553 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9365 2024.11.26 23:37:45.756780 [ 270 ] {5185b8ff-986d-43bc-9f17-86d49f915dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9366 2024.11.26 23:37:45.756883 [ 270 ] {5185b8ff-986d-43bc-9f17-86d49f915dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9367 2024.11.26 23:37:45.757611 [ 270 ] {5185b8ff-986d-43bc-9f17-86d49f915dfc} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9368 2024.11.26 23:37:45.757648 [ 270 ] {5185b8ff-986d-43bc-9f17-86d49f915dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9369 2024.11.26 23:37:45.758024 [ 270 ] {5185b8ff-986d-43bc-9f17-86d49f915dfc} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9370 2024.11.26 23:37:45.758260 [ 270 ] {5185b8ff-986d-43bc-9f17-86d49f915dfc} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9371 2024.11.26 23:37:45.758439 [ 55 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9372 2024.11.26 23:37:45.758458 [ 270 ] {5185b8ff-986d-43bc-9f17-86d49f915dfc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001733 sec., 34622.042700519334 rows/sec., 2.33 MiB/sec.
9373 2024.11.26 23:37:45.758508 [ 55 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9374 2024.11.26 23:37:45.758582 [ 270 ] {5185b8ff-986d-43bc-9f17-86d49f915dfc} <Debug> TCPHandler: Processed in 0.00213839 sec.
9375 2024.11.26 23:37:45.758588 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9376 2024.11.26 23:37:45.758758 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
9377 2024.11.26 23:37:45.758885 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9378 2024.11.26 23:37:45.758925 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4268 rows starting from the beginning of the part
9379 2024.11.26 23:37:45.759052 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
9380 2024.11.26 23:37:45.759267 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part
9381 2024.11.26 23:37:45.759407 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part
9382 2024.11.26 23:37:45.759590 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part
9383 2024.11.26 23:37:45.759752 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part
9384 2024.11.26 23:37:45.769090 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4582 rows, containing 4 columns (4 merged, 0 gathered) in 0.010385237 sec., 441203.2195317256 rows/sec., 28.78 MiB/sec.
9385 2024.11.26 23:37:45.769572 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9386 2024.11.26 23:37:45.770044 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_76_15} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9387 2024.11.26 23:37:45.770138 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_76_15} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9388 2024.11.26 23:37:45.770238 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
9389 2024.11.26 23:37:45.771317 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22747 rows, containing 5 columns (5 merged, 0 gathered) in 0.025262916 sec., 900410.7047658315 rows/sec., 60.81 MiB/sec.
9390 2024.11.26 23:37:45.771867 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9391 2024.11.26 23:37:45.772233 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9392 2024.11.26 23:37:45.772326 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9393 2024.11.26 23:37:45.772425 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB.
9394 2024.11.26 23:37:49.457564 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
9395 2024.11.26 23:37:49.457640 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
9396 2024.11.26 23:37:49.598223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
9397 2024.11.26 23:37:49.598881 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9398 2024.11.26 23:37:49.598934 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9399 2024.11.26 23:37:49.599476 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9400 2024.11.26 23:37:49.599733 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9401 2024.11.26 23:37:49.599955 [ 51 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9402 2024.11.26 23:37:49.599985 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
9403 2024.11.26 23:37:49.600029 [ 51 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9404 2024.11.26 23:37:49.600060 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9405 2024.11.26 23:37:49.600320 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
9406 2024.11.26 23:37:49.600604 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9407 2024.11.26 23:37:49.600649 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
9408 2024.11.26 23:37:49.600734 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part
9409 2024.11.26 23:37:49.600939 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part
9410 2024.11.26 23:37:49.601149 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part
9411 2024.11.26 23:37:49.601330 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part
9412 2024.11.26 23:37:49.601476 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part
9413 2024.11.26 23:37:49.604018 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003858386 sec., 5470162.912679032 rows/sec., 78.25 MiB/sec.
9414 2024.11.26 23:37:49.604457 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9415 2024.11.26 23:37:49.604799 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9416 2024.11.26 23:37:49.604893 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_46_9} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9417 2024.11.26 23:37:49.605018 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB.
9418 2024.11.26 23:37:50.733421 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9419 2024.11.26 23:37:50.733638 [ 268 ] {6278254e-5d37-4534-9e9b-6efce460f71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9420 2024.11.26 23:37:50.733721 [ 268 ] {6278254e-5d37-4534-9e9b-6efce460f71e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9421 2024.11.26 23:37:50.734598 [ 268 ] {6278254e-5d37-4534-9e9b-6efce460f71e} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9422 2024.11.26 23:37:50.734651 [ 268 ] {6278254e-5d37-4534-9e9b-6efce460f71e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9423 2024.11.26 23:37:50.735102 [ 268 ] {6278254e-5d37-4534-9e9b-6efce460f71e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9424 2024.11.26 23:37:50.735382 [ 268 ] {6278254e-5d37-4534-9e9b-6efce460f71e} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9425 2024.11.26 23:37:50.735618 [ 268 ] {6278254e-5d37-4534-9e9b-6efce460f71e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002042 sec., 6856.023506366308 rows/sec., 493.54 KiB/sec.
9426 2024.11.26 23:37:50.735679 [ 268 ] {6278254e-5d37-4534-9e9b-6efce460f71e} <Debug> TCPHandler: Processed in 0.002400862 sec.
9427 2024.11.26 23:37:50.735939 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9428 2024.11.26 23:37:50.736135 [ 270 ] {3a77232a-eced-48c5-a034-082db335e4e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9429 2024.11.26 23:37:50.736210 [ 270 ] {3a77232a-eced-48c5-a034-082db335e4e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9430 2024.11.26 23:37:50.737101 [ 270 ] {3a77232a-eced-48c5-a034-082db335e4e8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9431 2024.11.26 23:37:50.737153 [ 270 ] {3a77232a-eced-48c5-a034-082db335e4e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9432 2024.11.26 23:37:50.737618 [ 270 ] {3a77232a-eced-48c5-a034-082db335e4e8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9433 2024.11.26 23:37:50.737882 [ 270 ] {3a77232a-eced-48c5-a034-082db335e4e8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9434 2024.11.26 23:37:50.738156 [ 270 ] {3a77232a-eced-48c5-a034-082db335e4e8} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00207 sec., 98067.63285024156 rows/sec., 8.49 MiB/sec.
9435 2024.11.26 23:37:50.738221 [ 270 ] {3a77232a-eced-48c5-a034-082db335e4e8} <Debug> TCPHandler: Processed in 0.002417473 sec.
9436 2024.11.26 23:37:50.738482 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9437 2024.11.26 23:37:50.738671 [ 268 ] {2afdd75a-72dc-4590-8c0d-1d50e3316674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9438 2024.11.26 23:37:50.738732 [ 268 ] {2afdd75a-72dc-4590-8c0d-1d50e3316674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9439 2024.11.26 23:37:50.739437 [ 268 ] {2afdd75a-72dc-4590-8c0d-1d50e3316674} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9440 2024.11.26 23:37:50.739488 [ 268 ] {2afdd75a-72dc-4590-8c0d-1d50e3316674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9441 2024.11.26 23:37:50.739873 [ 268 ] {2afdd75a-72dc-4590-8c0d-1d50e3316674} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9442 2024.11.26 23:37:50.740128 [ 268 ] {2afdd75a-72dc-4590-8c0d-1d50e3316674} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9443 2024.11.26 23:37:50.740361 [ 268 ] {2afdd75a-72dc-4590-8c0d-1d50e3316674} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001723 sec., 4062.6813697040047 rows/sec., 264.69 KiB/sec.
9444 2024.11.26 23:37:50.740430 [ 268 ] {2afdd75a-72dc-4590-8c0d-1d50e3316674} <Debug> TCPHandler: Processed in 0.00210923 sec.
9445 2024.11.26 23:37:50.740597 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9446 2024.11.26 23:37:50.740739 [ 270 ] {e72319a1-27fb-43ba-9126-9441a7d5573c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9447 2024.11.26 23:37:50.740800 [ 270 ] {e72319a1-27fb-43ba-9126-9441a7d5573c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9448 2024.11.26 23:37:50.741508 [ 270 ] {e72319a1-27fb-43ba-9126-9441a7d5573c} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9449 2024.11.26 23:37:50.741555 [ 270 ] {e72319a1-27fb-43ba-9126-9441a7d5573c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9450 2024.11.26 23:37:50.741926 [ 270 ] {e72319a1-27fb-43ba-9126-9441a7d5573c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9451 2024.11.26 23:37:50.742172 [ 270 ] {e72319a1-27fb-43ba-9126-9441a7d5573c} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9452 2024.11.26 23:37:50.742386 [ 270 ] {e72319a1-27fb-43ba-9126-9441a7d5573c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001679 sec., 8338.296605122097 rows/sec., 583.96 KiB/sec.
9453 2024.11.26 23:37:50.742437 [ 270 ] {e72319a1-27fb-43ba-9126-9441a7d5573c} <Debug> TCPHandler: Processed in 0.001906238 sec.
9454 2024.11.26 23:37:50.742606 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9455 2024.11.26 23:37:50.742794 [ 268 ] {de554401-4f21-4b02-afbb-7773f8bb53f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9456 2024.11.26 23:37:50.742861 [ 268 ] {de554401-4f21-4b02-afbb-7773f8bb53f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9457 2024.11.26 23:37:50.743595 [ 268 ] {de554401-4f21-4b02-afbb-7773f8bb53f8} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9458 2024.11.26 23:37:50.743640 [ 268 ] {de554401-4f21-4b02-afbb-7773f8bb53f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9459 2024.11.26 23:37:50.744045 [ 268 ] {de554401-4f21-4b02-afbb-7773f8bb53f8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9460 2024.11.26 23:37:50.744312 [ 268 ] {de554401-4f21-4b02-afbb-7773f8bb53f8} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9461 2024.11.26 23:37:50.744584 [ 268 ] {de554401-4f21-4b02-afbb-7773f8bb53f8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00183 sec., 7103.825136612022 rows/sec., 442.92 KiB/sec.
9462 2024.11.26 23:37:50.744820 [ 268 ] {de554401-4f21-4b02-afbb-7773f8bb53f8} <Debug> TCPHandler: Processed in 0.002292411 sec.
9463 2024.11.26 23:37:50.745017 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9464 2024.11.26 23:37:50.745136 [ 270 ] {a2e78e52-9cdf-4848-8995-6935cda69cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9465 2024.11.26 23:37:50.745186 [ 270 ] {a2e78e52-9cdf-4848-8995-6935cda69cad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9466 2024.11.26 23:37:50.745902 [ 270 ] {a2e78e52-9cdf-4848-8995-6935cda69cad} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9467 2024.11.26 23:37:50.745948 [ 270 ] {a2e78e52-9cdf-4848-8995-6935cda69cad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9468 2024.11.26 23:37:50.746341 [ 270 ] {a2e78e52-9cdf-4848-8995-6935cda69cad} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9469 2024.11.26 23:37:50.746600 [ 270 ] {a2e78e52-9cdf-4848-8995-6935cda69cad} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9470 2024.11.26 23:37:50.746815 [ 270 ] {a2e78e52-9cdf-4848-8995-6935cda69cad} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001703 sec., 224310.04110393423 rows/sec., 15.87 MiB/sec.
9471 2024.11.26 23:37:50.746868 [ 270 ] {a2e78e52-9cdf-4848-8995-6935cda69cad} <Debug> TCPHandler: Processed in 0.001931678 sec.
9472 2024.11.26 23:37:50.747029 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9473 2024.11.26 23:37:50.747170 [ 268 ] {40decd5c-fe34-4c44-865f-985bdce85255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9474 2024.11.26 23:37:50.747235 [ 268 ] {40decd5c-fe34-4c44-865f-985bdce85255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9475 2024.11.26 23:37:50.747783 [ 268 ] {40decd5c-fe34-4c44-865f-985bdce85255} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9476 2024.11.26 23:37:50.747825 [ 268 ] {40decd5c-fe34-4c44-865f-985bdce85255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9477 2024.11.26 23:37:50.748220 [ 268 ] {40decd5c-fe34-4c44-865f-985bdce85255} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9478 2024.11.26 23:37:50.748482 [ 268 ] {40decd5c-fe34-4c44-865f-985bdce85255} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9479 2024.11.26 23:37:50.748705 [ 268 ] {40decd5c-fe34-4c44-865f-985bdce85255} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 200.18 KiB/sec.
9480 2024.11.26 23:37:50.748823 [ 268 ] {40decd5c-fe34-4c44-865f-985bdce85255} <Debug> TCPHandler: Processed in 0.001858797 sec.
9481 2024.11.26 23:37:50.748979 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9482 2024.11.26 23:37:50.749099 [ 270 ] {7a20da89-e592-4851-a002-4b02360c48db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9483 2024.11.26 23:37:50.749153 [ 270 ] {7a20da89-e592-4851-a002-4b02360c48db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9484 2024.11.26 23:37:50.749758 [ 270 ] {7a20da89-e592-4851-a002-4b02360c48db} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9485 2024.11.26 23:37:50.749796 [ 270 ] {7a20da89-e592-4851-a002-4b02360c48db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9486 2024.11.26 23:37:50.750189 [ 270 ] {7a20da89-e592-4851-a002-4b02360c48db} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9487 2024.11.26 23:37:50.750438 [ 270 ] {7a20da89-e592-4851-a002-4b02360c48db} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9488 2024.11.26 23:37:50.750650 [ 270 ] {7a20da89-e592-4851-a002-4b02360c48db} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001577 sec., 150285.35193405199 rows/sec., 10.07 MiB/sec.
9489 2024.11.26 23:37:50.750702 [ 270 ] {7a20da89-e592-4851-a002-4b02360c48db} <Debug> TCPHandler: Processed in 0.001798037 sec.
9490 2024.11.26 23:37:50.750856 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9491 2024.11.26 23:37:50.750998 [ 268 ] {5bb9a88b-98bb-4f4a-9c02-b6613c90e85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9492 2024.11.26 23:37:50.751061 [ 268 ] {5bb9a88b-98bb-4f4a-9c02-b6613c90e85c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9493 2024.11.26 23:37:50.751616 [ 268 ] {5bb9a88b-98bb-4f4a-9c02-b6613c90e85c} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9494 2024.11.26 23:37:50.751657 [ 268 ] {5bb9a88b-98bb-4f4a-9c02-b6613c90e85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9495 2024.11.26 23:37:50.752035 [ 268 ] {5bb9a88b-98bb-4f4a-9c02-b6613c90e85c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9496 2024.11.26 23:37:50.752296 [ 268 ] {5bb9a88b-98bb-4f4a-9c02-b6613c90e85c} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9497 2024.11.26 23:37:50.752516 [ 268 ] {5bb9a88b-98bb-4f4a-9c02-b6613c90e85c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00155 sec., 645.1612903225806 rows/sec., 43.47 KiB/sec.
9498 2024.11.26 23:37:50.752569 [ 268 ] {5bb9a88b-98bb-4f4a-9c02-b6613c90e85c} <Debug> TCPHandler: Processed in 0.001777667 sec.
9499 2024.11.26 23:37:50.752731 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9500 2024.11.26 23:37:50.752868 [ 270 ] {0ff7a6b9-6732-4aa6-b174-ecf6a45d7708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9501 2024.11.26 23:37:50.752931 [ 270 ] {0ff7a6b9-6732-4aa6-b174-ecf6a45d7708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9502 2024.11.26 23:37:50.753509 [ 270 ] {0ff7a6b9-6732-4aa6-b174-ecf6a45d7708} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9503 2024.11.26 23:37:50.753555 [ 270 ] {0ff7a6b9-6732-4aa6-b174-ecf6a45d7708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9504 2024.11.26 23:37:50.753925 [ 270 ] {0ff7a6b9-6732-4aa6-b174-ecf6a45d7708} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9505 2024.11.26 23:37:50.754166 [ 270 ] {0ff7a6b9-6732-4aa6-b174-ecf6a45d7708} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9506 2024.11.26 23:37:50.754387 [ 270 ] {0ff7a6b9-6732-4aa6-b174-ecf6a45d7708} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 3.37 MiB/sec.
9507 2024.11.26 23:37:50.754457 [ 270 ] {0ff7a6b9-6732-4aa6-b174-ecf6a45d7708} <Debug> TCPHandler: Processed in 0.001793077 sec.
9508 2024.11.26 23:37:51.055351 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9509 2024.11.26 23:37:51.076574 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9510 2024.11.26 23:37:51.076633 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9511 2024.11.26 23:37:51.083919 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9512 2024.11.26 23:37:51.084675 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9513 2024.11.26 23:37:51.085065 [ 50 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9514 2024.11.26 23:37:51.085217 [ 50 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9515 2024.11.26 23:37:51.085287 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9516 2024.11.26 23:37:51.085719 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
9517 2024.11.26 23:37:51.099025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
9518 2024.11.26 23:37:51.101184 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9519 2024.11.26 23:37:51.102913 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
9520 2024.11.26 23:37:51.108914 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
9521 2024.11.26 23:37:51.114696 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
9522 2024.11.26 23:37:51.120449 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
9523 2024.11.26 23:37:51.126427 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
9524 2024.11.26 23:37:51.130895 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
9525 2024.11.26 23:37:51.191896 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.106442293 sec., 3259.9823831303597 rows/sec., 16.86 MiB/sec.
9526 2024.11.26 23:37:51.194923 [ 192 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9527 2024.11.26 23:37:51.197873 [ 192 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_46_9} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9528 2024.11.26 23:37:51.198008 [ 192 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_46_9} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9529 2024.11.26 23:37:51.200351 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
9530 2024.11.26 23:37:53.153034 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9531 2024.11.26 23:37:53.153272 [ 268 ] {d9bfbafd-5a80-46a0-ae6f-14b76119e5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9532 2024.11.26 23:37:53.153357 [ 268 ] {d9bfbafd-5a80-46a0-ae6f-14b76119e5cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9533 2024.11.26 23:37:53.154146 [ 268 ] {d9bfbafd-5a80-46a0-ae6f-14b76119e5cc} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9534 2024.11.26 23:37:53.154194 [ 268 ] {d9bfbafd-5a80-46a0-ae6f-14b76119e5cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9535 2024.11.26 23:37:53.154642 [ 268 ] {d9bfbafd-5a80-46a0-ae6f-14b76119e5cc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9536 2024.11.26 23:37:53.154913 [ 268 ] {d9bfbafd-5a80-46a0-ae6f-14b76119e5cc} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9537 2024.11.26 23:37:53.155154 [ 268 ] {d9bfbafd-5a80-46a0-ae6f-14b76119e5cc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001942 sec., 1029.8661174047375 rows/sec., 83.98 KiB/sec.
9538 2024.11.26 23:37:53.155211 [ 268 ] {d9bfbafd-5a80-46a0-ae6f-14b76119e5cc} <Debug> TCPHandler: Processed in 0.002317272 sec.
9539 2024.11.26 23:37:53.155548 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9540 2024.11.26 23:37:53.155798 [ 270 ] {5ff96dae-fe51-4175-8dbb-de93db1c6198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9541 2024.11.26 23:37:53.155876 [ 270 ] {5ff96dae-fe51-4175-8dbb-de93db1c6198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9542 2024.11.26 23:37:53.157321 [ 270 ] {5ff96dae-fe51-4175-8dbb-de93db1c6198} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9543 2024.11.26 23:37:53.157374 [ 270 ] {5ff96dae-fe51-4175-8dbb-de93db1c6198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9544 2024.11.26 23:37:53.157906 [ 270 ] {5ff96dae-fe51-4175-8dbb-de93db1c6198} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9545 2024.11.26 23:37:53.158167 [ 270 ] {5ff96dae-fe51-4175-8dbb-de93db1c6198} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9546 2024.11.26 23:37:53.158444 [ 270 ] {5ff96dae-fe51-4175-8dbb-de93db1c6198} <Debug> executeQuery: Read 1279 rows, 108.84 KiB in 0.002696 sec., 474406.528189911 rows/sec., 39.42 MiB/sec.
9547 2024.11.26 23:37:53.158576 [ 270 ] {5ff96dae-fe51-4175-8dbb-de93db1c6198} <Debug> TCPHandler: Processed in 0.00322232 sec.
9548 2024.11.26 23:37:53.158806 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9549 2024.11.26 23:37:53.159161 [ 268 ] {a5e309e4-63b0-4e66-80f2-28f1be6dd4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9550 2024.11.26 23:37:53.159305 [ 268 ] {a5e309e4-63b0-4e66-80f2-28f1be6dd4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9551 2024.11.26 23:37:53.159997 [ 268 ] {a5e309e4-63b0-4e66-80f2-28f1be6dd4df} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9552 2024.11.26 23:37:53.160037 [ 268 ] {a5e309e4-63b0-4e66-80f2-28f1be6dd4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9553 2024.11.26 23:37:53.160410 [ 268 ] {a5e309e4-63b0-4e66-80f2-28f1be6dd4df} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9554 2024.11.26 23:37:53.160662 [ 268 ] {a5e309e4-63b0-4e66-80f2-28f1be6dd4df} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9555 2024.11.26 23:37:53.160846 [ 46 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9556 2024.11.26 23:37:53.160903 [ 268 ] {a5e309e4-63b0-4e66-80f2-28f1be6dd4df} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.001865 sec., 23056.300268096515 rows/sec., 1.69 MiB/sec.
9557 2024.11.26 23:37:53.160949 [ 46 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9558 2024.11.26 23:37:53.161014 [ 268 ] {a5e309e4-63b0-4e66-80f2-28f1be6dd4df} <Debug> TCPHandler: Processed in 0.002342092 sec.
9559 2024.11.26 23:37:53.161021 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9560 2024.11.26 23:37:53.161234 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
9561 2024.11.26 23:37:53.161282 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9562 2024.11.26 23:37:53.161428 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9563 2024.11.26 23:37:53.161541 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 66 rows starting from the beginning of the part
9564 2024.11.26 23:37:53.161639 [ 270 ] {cd1bdad2-f1ca-4e10-a5f5-bbd0bb74f92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9565 2024.11.26 23:37:53.161771 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part
9566 2024.11.26 23:37:53.161816 [ 270 ] {cd1bdad2-f1ca-4e10-a5f5-bbd0bb74f92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9567 2024.11.26 23:37:53.162217 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 9 rows starting from the beginning of the part
9568 2024.11.26 23:37:53.162593 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part
9569 2024.11.26 23:37:53.162971 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
9570 2024.11.26 23:37:53.163363 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 43 rows starting from the beginning of the part
9571 2024.11.26 23:37:53.165134 [ 270 ] {cd1bdad2-f1ca-4e10-a5f5-bbd0bb74f92b} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9572 2024.11.26 23:37:53.165220 [ 270 ] {cd1bdad2-f1ca-4e10-a5f5-bbd0bb74f92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9573 2024.11.26 23:37:53.166326 [ 270 ] {cd1bdad2-f1ca-4e10-a5f5-bbd0bb74f92b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9574 2024.11.26 23:37:53.166329 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.005177328 sec., 39982.013888245056 rows/sec., 3.03 MiB/sec.
9575 2024.11.26 23:37:53.166522 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9576 2024.11.26 23:37:53.166651 [ 270 ] {cd1bdad2-f1ca-4e10-a5f5-bbd0bb74f92b} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9577 2024.11.26 23:37:53.166964 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_66_13} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9578 2024.11.26 23:37:53.166970 [ 270 ] {cd1bdad2-f1ca-4e10-a5f5-bbd0bb74f92b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005453 sec., 41811.846689895465 rows/sec., 2.83 MiB/sec.
9579 2024.11.26 23:37:53.167074 [ 270 ] {cd1bdad2-f1ca-4e10-a5f5-bbd0bb74f92b} <Debug> TCPHandler: Processed in 0.005950565 sec.
9580 2024.11.26 23:37:53.167092 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_66_13} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9581 2024.11.26 23:37:53.167215 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9582 2024.11.26 23:37:53.167329 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9583 2024.11.26 23:37:53.167551 [ 268 ] {8a039960-e4e0-4c72-9ef2-c3c1942d9cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9584 2024.11.26 23:37:53.167640 [ 268 ] {8a039960-e4e0-4c72-9ef2-c3c1942d9cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9585 2024.11.26 23:37:53.168516 [ 268 ] {8a039960-e4e0-4c72-9ef2-c3c1942d9cb5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9586 2024.11.26 23:37:53.168557 [ 268 ] {8a039960-e4e0-4c72-9ef2-c3c1942d9cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9587 2024.11.26 23:37:53.168966 [ 268 ] {8a039960-e4e0-4c72-9ef2-c3c1942d9cb5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9588 2024.11.26 23:37:53.169233 [ 268 ] {8a039960-e4e0-4c72-9ef2-c3c1942d9cb5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9589 2024.11.26 23:37:53.169451 [ 268 ] {8a039960-e4e0-4c72-9ef2-c3c1942d9cb5} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.001954 sec., 288126.91914022516 rows/sec., 21.42 MiB/sec.
9590 2024.11.26 23:37:53.169504 [ 268 ] {8a039960-e4e0-4c72-9ef2-c3c1942d9cb5} <Debug> TCPHandler: Processed in 0.002311772 sec.
9591 2024.11.26 23:37:53.169699 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9592 2024.11.26 23:37:53.169841 [ 270 ] {64f7ff64-38b3-4654-900d-7e7b83b464ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9593 2024.11.26 23:37:53.169904 [ 270 ] {64f7ff64-38b3-4654-900d-7e7b83b464ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9594 2024.11.26 23:37:53.170807 [ 270 ] {64f7ff64-38b3-4654-900d-7e7b83b464ac} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9595 2024.11.26 23:37:53.170847 [ 270 ] {64f7ff64-38b3-4654-900d-7e7b83b464ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9596 2024.11.26 23:37:53.171302 [ 270 ] {64f7ff64-38b3-4654-900d-7e7b83b464ac} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9597 2024.11.26 23:37:53.171550 [ 270 ] {64f7ff64-38b3-4654-900d-7e7b83b464ac} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9598 2024.11.26 23:37:53.171767 [ 270 ] {64f7ff64-38b3-4654-900d-7e7b83b464ac} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.00196 sec., 481122.44897959183 rows/sec., 32.26 MiB/sec.
9599 2024.11.26 23:37:53.171819 [ 270 ] {64f7ff64-38b3-4654-900d-7e7b83b464ac} <Debug> TCPHandler: Processed in 0.002227641 sec.
9600 2024.11.26 23:37:53.171968 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9601 2024.11.26 23:37:53.172108 [ 268 ] {c7a78d60-ea38-42b9-84d5-f97a4b99ab4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9602 2024.11.26 23:37:53.172201 [ 268 ] {c7a78d60-ea38-42b9-84d5-f97a4b99ab4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9603 2024.11.26 23:37:53.173517 [ 268 ] {c7a78d60-ea38-42b9-84d5-f97a4b99ab4f} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9604 2024.11.26 23:37:53.173557 [ 268 ] {c7a78d60-ea38-42b9-84d5-f97a4b99ab4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9605 2024.11.26 23:37:53.174257 [ 268 ] {c7a78d60-ea38-42b9-84d5-f97a4b99ab4f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9606 2024.11.26 23:37:53.174525 [ 268 ] {c7a78d60-ea38-42b9-84d5-f97a4b99ab4f} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9607 2024.11.26 23:37:53.174838 [ 268 ] {c7a78d60-ea38-42b9-84d5-f97a4b99ab4f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002759 sec., 14860.456687205507 rows/sec., 26.63 MiB/sec.
9608 2024.11.26 23:37:53.175396 [ 268 ] {c7a78d60-ea38-42b9-84d5-f97a4b99ab4f} <Debug> TCPHandler: Processed in 0.003490642 sec.
9609 2024.11.26 23:37:53.175624 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9610 2024.11.26 23:37:53.175849 [ 270 ] {151f6eee-e2c5-469b-b7dc-393178c1c622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9611 2024.11.26 23:37:53.175944 [ 270 ] {151f6eee-e2c5-469b-b7dc-393178c1c622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9612 2024.11.26 23:37:53.176770 [ 270 ] {151f6eee-e2c5-469b-b7dc-393178c1c622} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9613 2024.11.26 23:37:53.176810 [ 270 ] {151f6eee-e2c5-469b-b7dc-393178c1c622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9614 2024.11.26 23:37:53.177208 [ 270 ] {151f6eee-e2c5-469b-b7dc-393178c1c622} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9615 2024.11.26 23:37:53.177458 [ 270 ] {151f6eee-e2c5-469b-b7dc-393178c1c622} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9616 2024.11.26 23:37:53.177712 [ 270 ] {151f6eee-e2c5-469b-b7dc-393178c1c622} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001915 sec., 18798.95561357702 rows/sec., 1.27 MiB/sec.
9617 2024.11.26 23:37:53.177816 [ 270 ] {151f6eee-e2c5-469b-b7dc-393178c1c622} <Debug> TCPHandler: Processed in 0.002305142 sec.
9618 2024.11.26 23:37:54.730543 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1382
9619 2024.11.26 23:37:54.734006 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9620 2024.11.26 23:37:54.734062 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9621 2024.11.26 23:37:54.735519 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9622 2024.11.26 23:37:54.735842 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9623 2024.11.26 23:37:54.737212 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382
9624 2024.11.26 23:37:55.724081 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9625 2024.11.26 23:37:55.724297 [ 268 ] {c7e4e18d-abd5-4296-abf6-19395a0a9c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9626 2024.11.26 23:37:55.724380 [ 268 ] {c7e4e18d-abd5-4296-abf6-19395a0a9c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9627 2024.11.26 23:37:55.725191 [ 268 ] {c7e4e18d-abd5-4296-abf6-19395a0a9c4f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9628 2024.11.26 23:37:55.725243 [ 268 ] {c7e4e18d-abd5-4296-abf6-19395a0a9c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9629 2024.11.26 23:37:55.725692 [ 268 ] {c7e4e18d-abd5-4296-abf6-19395a0a9c4f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9630 2024.11.26 23:37:55.725957 [ 268 ] {c7e4e18d-abd5-4296-abf6-19395a0a9c4f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9631 2024.11.26 23:37:55.726181 [ 268 ] {c7e4e18d-abd5-4296-abf6-19395a0a9c4f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.22 MiB/sec.
9632 2024.11.26 23:37:55.726303 [ 268 ] {c7e4e18d-abd5-4296-abf6-19395a0a9c4f} <Debug> TCPHandler: Processed in 0.002365893 sec.
9633 2024.11.26 23:37:55.726615 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9634 2024.11.26 23:37:55.726862 [ 270 ] {e848bad2-b95c-4b44-96be-5dcbb0558677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9635 2024.11.26 23:37:55.726935 [ 270 ] {e848bad2-b95c-4b44-96be-5dcbb0558677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9636 2024.11.26 23:37:55.727659 [ 270 ] {e848bad2-b95c-4b44-96be-5dcbb0558677} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9637 2024.11.26 23:37:55.727701 [ 270 ] {e848bad2-b95c-4b44-96be-5dcbb0558677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9638 2024.11.26 23:37:55.728158 [ 270 ] {e848bad2-b95c-4b44-96be-5dcbb0558677} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9639 2024.11.26 23:37:55.728418 [ 270 ] {e848bad2-b95c-4b44-96be-5dcbb0558677} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9640 2024.11.26 23:37:55.728639 [ 270 ] {e848bad2-b95c-4b44-96be-5dcbb0558677} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001828 sec., 35010.9409190372 rows/sec., 2.73 MiB/sec.
9641 2024.11.26 23:37:55.728749 [ 270 ] {e848bad2-b95c-4b44-96be-5dcbb0558677} <Debug> TCPHandler: Processed in 0.002329981 sec.
9642 2024.11.26 23:37:55.728955 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9643 2024.11.26 23:37:55.729141 [ 268 ] {0f564a7c-1ee0-4041-a8b5-2a24fb223aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9644 2024.11.26 23:37:55.729207 [ 268 ] {0f564a7c-1ee0-4041-a8b5-2a24fb223aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9645 2024.11.26 23:37:55.729785 [ 268 ] {0f564a7c-1ee0-4041-a8b5-2a24fb223aa2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9646 2024.11.26 23:37:55.729827 [ 268 ] {0f564a7c-1ee0-4041-a8b5-2a24fb223aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9647 2024.11.26 23:37:55.730266 [ 268 ] {0f564a7c-1ee0-4041-a8b5-2a24fb223aa2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9648 2024.11.26 23:37:55.730536 [ 268 ] {0f564a7c-1ee0-4041-a8b5-2a24fb223aa2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9649 2024.11.26 23:37:55.730761 [ 268 ] {0f564a7c-1ee0-4041-a8b5-2a24fb223aa2} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00165 sec., 38787.87878787879 rows/sec., 2.70 MiB/sec.
9650 2024.11.26 23:37:55.730823 [ 268 ] {0f564a7c-1ee0-4041-a8b5-2a24fb223aa2} <Debug> TCPHandler: Processed in 0.001985389 sec.
9651 2024.11.26 23:37:55.730982 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9652 2024.11.26 23:37:55.731115 [ 270 ] {ecafda04-0168-465c-bdb0-944316a819e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9653 2024.11.26 23:37:55.731172 [ 270 ] {ecafda04-0168-465c-bdb0-944316a819e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9654 2024.11.26 23:37:55.731708 [ 270 ] {ecafda04-0168-465c-bdb0-944316a819e1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9655 2024.11.26 23:37:55.731747 [ 270 ] {ecafda04-0168-465c-bdb0-944316a819e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9656 2024.11.26 23:37:55.732149 [ 270 ] {ecafda04-0168-465c-bdb0-944316a819e1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9657 2024.11.26 23:37:55.732393 [ 270 ] {ecafda04-0168-465c-bdb0-944316a819e1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9658 2024.11.26 23:37:55.732583 [ 270 ] {ecafda04-0168-465c-bdb0-944316a819e1} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001497 sec., 16032.064128256512 rows/sec., 1.08 MiB/sec.
9659 2024.11.26 23:37:55.732645 [ 270 ] {ecafda04-0168-465c-bdb0-944316a819e1} <Debug> TCPHandler: Processed in 0.001725036 sec.
9660 2024.11.26 23:37:57.100264 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
9661 2024.11.26 23:37:57.101013 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9662 2024.11.26 23:37:57.101059 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9663 2024.11.26 23:37:57.101587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9664 2024.11.26 23:37:57.101838 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9665 2024.11.26 23:37:57.102069 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
9666 2024.11.26 23:37:58.599252 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9667 2024.11.26 23:37:58.619482 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9668 2024.11.26 23:37:58.619549 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9669 2024.11.26 23:37:58.626550 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9670 2024.11.26 23:37:58.627322 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9671 2024.11.26 23:37:58.629804 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9672 2024.11.26 23:38:00.734058 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9673 2024.11.26 23:38:00.734357 [ 268 ] {4d53a21c-4048-4ffa-b4d2-be7d5036bf5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9674 2024.11.26 23:38:00.734474 [ 268 ] {4d53a21c-4048-4ffa-b4d2-be7d5036bf5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9675 2024.11.26 23:38:00.735438 [ 268 ] {4d53a21c-4048-4ffa-b4d2-be7d5036bf5b} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9676 2024.11.26 23:38:00.735486 [ 268 ] {4d53a21c-4048-4ffa-b4d2-be7d5036bf5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9677 2024.11.26 23:38:00.735912 [ 268 ] {4d53a21c-4048-4ffa-b4d2-be7d5036bf5b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9678 2024.11.26 23:38:00.736184 [ 268 ] {4d53a21c-4048-4ffa-b4d2-be7d5036bf5b} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9679 2024.11.26 23:38:00.736378 [ 38 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9680 2024.11.26 23:38:00.736441 [ 268 ] {4d53a21c-4048-4ffa-b4d2-be7d5036bf5b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002164 sec., 6469.500924214417 rows/sec., 465.72 KiB/sec.
9681 2024.11.26 23:38:00.736453 [ 38 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9682 2024.11.26 23:38:00.736524 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9683 2024.11.26 23:38:00.736577 [ 268 ] {4d53a21c-4048-4ffa-b4d2-be7d5036bf5b} <Debug> TCPHandler: Processed in 0.002710236 sec.
9684 2024.11.26 23:38:00.736761 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
9685 2024.11.26 23:38:00.736890 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9686 2024.11.26 23:38:00.736921 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9687 2024.11.26 23:38:00.736988 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
9688 2024.11.26 23:38:00.737192 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
9689 2024.11.26 23:38:00.737478 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
9690 2024.11.26 23:38:00.737700 [ 270 ] {e492393a-2e67-4bcb-bcf8-19f546fedae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9691 2024.11.26 23:38:00.737843 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
9692 2024.11.26 23:38:00.738043 [ 270 ] {e492393a-2e67-4bcb-bcf8-19f546fedae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9693 2024.11.26 23:38:00.738078 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
9694 2024.11.26 23:38:00.740478 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003858376 sec., 18142.347972307518 rows/sec., 1.34 MiB/sec.
9695 2024.11.26 23:38:00.740641 [ 270 ] {e492393a-2e67-4bcb-bcf8-19f546fedae8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9696 2024.11.26 23:38:00.740663 [ 194 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9697 2024.11.26 23:38:00.740726 [ 270 ] {e492393a-2e67-4bcb-bcf8-19f546fedae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9698 2024.11.26 23:38:00.741208 [ 190 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_33_8} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9699 2024.11.26 23:38:00.741481 [ 190 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_33_8} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9700 2024.11.26 23:38:00.741614 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9701 2024.11.26 23:38:00.741680 [ 270 ] {e492393a-2e67-4bcb-bcf8-19f546fedae8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9702 2024.11.26 23:38:00.741951 [ 270 ] {e492393a-2e67-4bcb-bcf8-19f546fedae8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9703 2024.11.26 23:38:00.742222 [ 270 ] {e492393a-2e67-4bcb-bcf8-19f546fedae8} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00499 sec., 40681.362725450905 rows/sec., 3.52 MiB/sec.
9704 2024.11.26 23:38:00.742373 [ 270 ] {e492393a-2e67-4bcb-bcf8-19f546fedae8} <Debug> TCPHandler: Processed in 0.005652043 sec.
9705 2024.11.26 23:38:00.742692 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9706 2024.11.26 23:38:00.742942 [ 268 ] {fe92249a-2317-43b9-8050-afe8ccfa0003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9707 2024.11.26 23:38:00.743017 [ 268 ] {fe92249a-2317-43b9-8050-afe8ccfa0003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9708 2024.11.26 23:38:00.743599 [ 268 ] {fe92249a-2317-43b9-8050-afe8ccfa0003} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9709 2024.11.26 23:38:00.743638 [ 268 ] {fe92249a-2317-43b9-8050-afe8ccfa0003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9710 2024.11.26 23:38:00.743997 [ 268 ] {fe92249a-2317-43b9-8050-afe8ccfa0003} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9711 2024.11.26 23:38:00.744235 [ 268 ] {fe92249a-2317-43b9-8050-afe8ccfa0003} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9712 2024.11.26 23:38:00.744429 [ 268 ] {fe92249a-2317-43b9-8050-afe8ccfa0003} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001536 sec., 4557.291666666667 rows/sec., 296.91 KiB/sec.
9713 2024.11.26 23:38:00.744529 [ 268 ] {fe92249a-2317-43b9-8050-afe8ccfa0003} <Debug> TCPHandler: Processed in 0.001976778 sec.
9714 2024.11.26 23:38:00.744730 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9715 2024.11.26 23:38:00.744878 [ 270 ] {1967951f-8e5e-4405-b743-80652de26d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9716 2024.11.26 23:38:00.744940 [ 270 ] {1967951f-8e5e-4405-b743-80652de26d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9717 2024.11.26 23:38:00.745527 [ 270 ] {1967951f-8e5e-4405-b743-80652de26d0e} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9718 2024.11.26 23:38:00.745566 [ 270 ] {1967951f-8e5e-4405-b743-80652de26d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9719 2024.11.26 23:38:00.745923 [ 270 ] {1967951f-8e5e-4405-b743-80652de26d0e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9720 2024.11.26 23:38:00.746175 [ 270 ] {1967951f-8e5e-4405-b743-80652de26d0e} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9721 2024.11.26 23:38:00.746393 [ 270 ] {1967951f-8e5e-4405-b743-80652de26d0e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec.
9722 2024.11.26 23:38:00.746446 [ 270 ] {1967951f-8e5e-4405-b743-80652de26d0e} <Debug> TCPHandler: Processed in 0.001824867 sec.
9723 2024.11.26 23:38:00.746597 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9724 2024.11.26 23:38:00.746713 [ 268 ] {63671c49-c2ef-4837-87e7-fc8768be8565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9725 2024.11.26 23:38:00.746760 [ 268 ] {63671c49-c2ef-4837-87e7-fc8768be8565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9726 2024.11.26 23:38:00.747347 [ 268 ] {63671c49-c2ef-4837-87e7-fc8768be8565} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9727 2024.11.26 23:38:00.747385 [ 268 ] {63671c49-c2ef-4837-87e7-fc8768be8565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9728 2024.11.26 23:38:00.747729 [ 268 ] {63671c49-c2ef-4837-87e7-fc8768be8565} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9729 2024.11.26 23:38:00.747959 [ 268 ] {63671c49-c2ef-4837-87e7-fc8768be8565} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9730 2024.11.26 23:38:00.748091 [ 37 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9731 2024.11.26 23:38:00.748138 [ 37 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9732 2024.11.26 23:38:00.748155 [ 268 ] {63671c49-c2ef-4837-87e7-fc8768be8565} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001464 sec., 8879.781420765028 rows/sec., 553.65 KiB/sec.
9733 2024.11.26 23:38:00.748170 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9734 2024.11.26 23:38:00.748239 [ 268 ] {63671c49-c2ef-4837-87e7-fc8768be8565} <Debug> TCPHandler: Processed in 0.001691556 sec.
9735 2024.11.26 23:38:00.748620 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9736 2024.11.26 23:38:00.748884 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
9737 2024.11.26 23:38:00.749173 [ 270 ] {fc7c6fe8-2c06-4462-a9b1-cacf6381dcc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9738 2024.11.26 23:38:00.749282 [ 270 ] {fc7c6fe8-2c06-4462-a9b1-cacf6381dcc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9739 2024.11.26 23:38:00.749296 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9740 2024.11.26 23:38:00.749345 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
9741 2024.11.26 23:38:00.749541 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
9742 2024.11.26 23:38:00.749857 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
9743 2024.11.26 23:38:00.750265 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
9744 2024.11.26 23:38:00.750825 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
9745 2024.11.26 23:38:00.751870 [ 270 ] {fc7c6fe8-2c06-4462-a9b1-cacf6381dcc6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9746 2024.11.26 23:38:00.751915 [ 270 ] {fc7c6fe8-2c06-4462-a9b1-cacf6381dcc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9747 2024.11.26 23:38:00.752398 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004106288 sec., 15829.381670257908 rows/sec., 1.02 MiB/sec.
9748 2024.11.26 23:38:00.752534 [ 270 ] {fc7c6fe8-2c06-4462-a9b1-cacf6381dcc6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9749 2024.11.26 23:38:00.752570 [ 188 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9750 2024.11.26 23:38:00.752848 [ 270 ] {fc7c6fe8-2c06-4462-a9b1-cacf6381dcc6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9751 2024.11.26 23:38:00.753028 [ 188 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_33_8} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9752 2024.11.26 23:38:00.753150 [ 270 ] {fc7c6fe8-2c06-4462-a9b1-cacf6381dcc6} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004134 sec., 92404.45089501694 rows/sec., 6.54 MiB/sec.
9753 2024.11.26 23:38:00.753162 [ 188 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_33_8} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9754 2024.11.26 23:38:00.753246 [ 270 ] {fc7c6fe8-2c06-4462-a9b1-cacf6381dcc6} <Debug> TCPHandler: Processed in 0.004896426 sec.
9755 2024.11.26 23:38:00.753272 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9756 2024.11.26 23:38:00.753420 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9757 2024.11.26 23:38:00.753557 [ 268 ] {d163255f-3f53-4d32-8f82-9e482bc4e0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9758 2024.11.26 23:38:00.753618 [ 268 ] {d163255f-3f53-4d32-8f82-9e482bc4e0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9759 2024.11.26 23:38:00.754151 [ 268 ] {d163255f-3f53-4d32-8f82-9e482bc4e0cd} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9760 2024.11.26 23:38:00.754186 [ 268 ] {d163255f-3f53-4d32-8f82-9e482bc4e0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9761 2024.11.26 23:38:00.754524 [ 268 ] {d163255f-3f53-4d32-8f82-9e482bc4e0cd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9762 2024.11.26 23:38:00.754755 [ 268 ] {d163255f-3f53-4d32-8f82-9e482bc4e0cd} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9763 2024.11.26 23:38:00.754957 [ 268 ] {d163255f-3f53-4d32-8f82-9e482bc4e0cd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec.
9764 2024.11.26 23:38:00.755050 [ 268 ] {d163255f-3f53-4d32-8f82-9e482bc4e0cd} <Debug> TCPHandler: Processed in 0.001757267 sec.
9765 2024.11.26 23:38:00.755419 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9766 2024.11.26 23:38:00.755640 [ 270 ] {9e43b7fb-9166-40cf-806b-4eaa6603d95a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9767 2024.11.26 23:38:00.755735 [ 270 ] {9e43b7fb-9166-40cf-806b-4eaa6603d95a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9768 2024.11.26 23:38:00.756431 [ 270 ] {9e43b7fb-9166-40cf-806b-4eaa6603d95a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9769 2024.11.26 23:38:00.756470 [ 270 ] {9e43b7fb-9166-40cf-806b-4eaa6603d95a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9770 2024.11.26 23:38:00.756868 [ 270 ] {9e43b7fb-9166-40cf-806b-4eaa6603d95a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9771 2024.11.26 23:38:00.757110 [ 270 ] {9e43b7fb-9166-40cf-806b-4eaa6603d95a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9772 2024.11.26 23:38:00.757329 [ 270 ] {9e43b7fb-9166-40cf-806b-4eaa6603d95a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001744 sec., 135894.49541284403 rows/sec., 9.11 MiB/sec.
9773 2024.11.26 23:38:00.757381 [ 270 ] {9e43b7fb-9166-40cf-806b-4eaa6603d95a} <Debug> TCPHandler: Processed in 0.0021451 sec.
9774 2024.11.26 23:38:00.757536 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9775 2024.11.26 23:38:00.757652 [ 268 ] {619f5524-de73-46c6-8c65-1c24bb1a42eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9776 2024.11.26 23:38:00.757702 [ 268 ] {619f5524-de73-46c6-8c65-1c24bb1a42eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9777 2024.11.26 23:38:00.758168 [ 268 ] {619f5524-de73-46c6-8c65-1c24bb1a42eb} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9778 2024.11.26 23:38:00.758206 [ 268 ] {619f5524-de73-46c6-8c65-1c24bb1a42eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9779 2024.11.26 23:38:00.758565 [ 268 ] {619f5524-de73-46c6-8c65-1c24bb1a42eb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9780 2024.11.26 23:38:00.758811 [ 268 ] {619f5524-de73-46c6-8c65-1c24bb1a42eb} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9781 2024.11.26 23:38:00.758987 [ 268 ] {619f5524-de73-46c6-8c65-1c24bb1a42eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec.
9782 2024.11.26 23:38:00.759035 [ 268 ] {619f5524-de73-46c6-8c65-1c24bb1a42eb} <Debug> TCPHandler: Processed in 0.001558774 sec.
9783 2024.11.26 23:38:00.759193 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9784 2024.11.26 23:38:00.759331 [ 270 ] {e010f436-bb8a-4a23-bdfa-07fc00e34afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9785 2024.11.26 23:38:00.759391 [ 270 ] {e010f436-bb8a-4a23-bdfa-07fc00e34afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9786 2024.11.26 23:38:00.759978 [ 270 ] {e010f436-bb8a-4a23-bdfa-07fc00e34afc} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9787 2024.11.26 23:38:00.760019 [ 270 ] {e010f436-bb8a-4a23-bdfa-07fc00e34afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9788 2024.11.26 23:38:00.760402 [ 270 ] {e010f436-bb8a-4a23-bdfa-07fc00e34afc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9789 2024.11.26 23:38:00.760645 [ 270 ] {e010f436-bb8a-4a23-bdfa-07fc00e34afc} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9790 2024.11.26 23:38:00.760863 [ 270 ] {e010f436-bb8a-4a23-bdfa-07fc00e34afc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001563 sec., 52463.21177223289 rows/sec., 3.33 MiB/sec.
9791 2024.11.26 23:38:00.760913 [ 270 ] {e010f436-bb8a-4a23-bdfa-07fc00e34afc} <Debug> TCPHandler: Processed in 0.001789317 sec.
9792 2024.11.26 23:38:04.457687 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
9793 2024.11.26 23:38:04.457763 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
9794 2024.11.26 23:38:04.602339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
9795 2024.11.26 23:38:04.603065 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9796 2024.11.26 23:38:04.603109 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9797 2024.11.26 23:38:04.603644 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9798 2024.11.26 23:38:04.603894 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9799 2024.11.26 23:38:04.604075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
9800 2024.11.26 23:38:04.737686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1410
9801 2024.11.26 23:38:04.740806 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9802 2024.11.26 23:38:04.740863 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9803 2024.11.26 23:38:04.742351 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9804 2024.11.26 23:38:04.742670 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9805 2024.11.26 23:38:04.742920 [ 32 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9806 2024.11.26 23:38:04.743072 [ 32 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9807 2024.11.26 23:38:04.743173 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9808 2024.11.26 23:38:04.743584 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
9809 2024.11.26 23:38:04.744621 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1410
9810 2024.11.26 23:38:04.744894 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9811 2024.11.26 23:38:04.745028 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1224 rows starting from the beginning of the part
9812 2024.11.26 23:38:04.745613 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part
9813 2024.11.26 23:38:04.746207 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part
9814 2024.11.26 23:38:04.746744 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part
9815 2024.11.26 23:38:04.747252 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part
9816 2024.11.26 23:38:04.747780 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part
9817 2024.11.26 23:38:04.756095 [ 199 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 72 columns (72 merged, 0 gathered) in 0.012753669 sec., 110556.42105812844 rows/sec., 85.93 MiB/sec.
9818 2024.11.26 23:38:04.757862 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9819 2024.11.26 23:38:04.758670 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9820 2024.11.26 23:38:04.758767 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_36_7} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9821 2024.11.26 23:38:04.759103 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
9822 2024.11.26 23:38:05.001446 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001034629 sec.
9823 2024.11.26 23:38:05.730254 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9824 2024.11.26 23:38:05.730464 [ 268 ] {b78deab4-fc18-418f-878f-25c0b908f887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9825 2024.11.26 23:38:05.730548 [ 268 ] {b78deab4-fc18-418f-878f-25c0b908f887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9826 2024.11.26 23:38:05.731453 [ 268 ] {b78deab4-fc18-418f-878f-25c0b908f887} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9827 2024.11.26 23:38:05.731493 [ 268 ] {b78deab4-fc18-418f-878f-25c0b908f887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9828 2024.11.26 23:38:05.731942 [ 268 ] {b78deab4-fc18-418f-878f-25c0b908f887} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9829 2024.11.26 23:38:05.732203 [ 268 ] {b78deab4-fc18-418f-878f-25c0b908f887} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9830 2024.11.26 23:38:05.732361 [ 33 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9831 2024.11.26 23:38:05.732406 [ 268 ] {b78deab4-fc18-418f-878f-25c0b908f887} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002002 sec., 68931.06893106893 rows/sec., 5.95 MiB/sec.
9832 2024.11.26 23:38:05.732407 [ 33 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9833 2024.11.26 23:38:05.732460 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9834 2024.11.26 23:38:05.732484 [ 268 ] {b78deab4-fc18-418f-878f-25c0b908f887} <Debug> TCPHandler: Processed in 0.002366382 sec.
9835 2024.11.26 23:38:05.732853 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9836 2024.11.26 23:38:05.732843 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
9837 2024.11.26 23:38:05.733335 [ 270 ] {8f3f9452-a6b4-43f7-aa67-9ebccb04b39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9838 2024.11.26 23:38:05.733532 [ 270 ] {8f3f9452-a6b4-43f7-aa67-9ebccb04b39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9839 2024.11.26 23:38:05.733808 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9840 2024.11.26 23:38:05.733969 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1434 rows starting from the beginning of the part
9841 2024.11.26 23:38:05.734208 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 203 rows starting from the beginning of the part
9842 2024.11.26 23:38:05.734678 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 1279 rows starting from the beginning of the part
9843 2024.11.26 23:38:05.735061 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part
9844 2024.11.26 23:38:05.735463 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 203 rows starting from the beginning of the part
9845 2024.11.26 23:38:05.735664 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 138 rows starting from the beginning of the part
9846 2024.11.26 23:38:05.736694 [ 270 ] {8f3f9452-a6b4-43f7-aa67-9ebccb04b39d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9847 2024.11.26 23:38:05.736773 [ 270 ] {8f3f9452-a6b4-43f7-aa67-9ebccb04b39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9848 2024.11.26 23:38:05.737780 [ 270 ] {8f3f9452-a6b4-43f7-aa67-9ebccb04b39d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9849 2024.11.26 23:38:05.738203 [ 270 ] {8f3f9452-a6b4-43f7-aa67-9ebccb04b39d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9850 2024.11.26 23:38:05.738662 [ 270 ] {8f3f9452-a6b4-43f7-aa67-9ebccb04b39d} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.005445 sec., 7529.843893480257 rows/sec., 566.21 KiB/sec.
9851 2024.11.26 23:38:05.739224 [ 270 ] {8f3f9452-a6b4-43f7-aa67-9ebccb04b39d} <Debug> TCPHandler: Processed in 0.006596811 sec.
9852 2024.11.26 23:38:05.739558 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9853 2024.11.26 23:38:05.739559 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.006951655 sec., 476577.16040281055 rows/sec., 41.78 MiB/sec.
9854 2024.11.26 23:38:05.739847 [ 268 ] {fb7a068d-ce77-4709-b9c2-ee54a80dd77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9855 2024.11.26 23:38:05.739904 [ 268 ] {fb7a068d-ce77-4709-b9c2-ee54a80dd77e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9856 2024.11.26 23:38:05.739955 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9857 2024.11.26 23:38:05.740383 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9858 2024.11.26 23:38:05.740462 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_81_16} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9859 2024.11.26 23:38:05.740578 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
9860 2024.11.26 23:38:05.740744 [ 268 ] {fb7a068d-ce77-4709-b9c2-ee54a80dd77e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9861 2024.11.26 23:38:05.740783 [ 268 ] {fb7a068d-ce77-4709-b9c2-ee54a80dd77e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9862 2024.11.26 23:38:05.741159 [ 268 ] {fb7a068d-ce77-4709-b9c2-ee54a80dd77e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9863 2024.11.26 23:38:05.741422 [ 268 ] {fb7a068d-ce77-4709-b9c2-ee54a80dd77e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9864 2024.11.26 23:38:05.741548 [ 33 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9865 2024.11.26 23:38:05.741587 [ 33 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9866 2024.11.26 23:38:05.741611 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9867 2024.11.26 23:38:05.741611 [ 268 ] {fb7a068d-ce77-4709-b9c2-ee54a80dd77e} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001835 sec., 57220.70844686648 rows/sec., 4.47 MiB/sec.
9868 2024.11.26 23:38:05.741802 [ 268 ] {fb7a068d-ce77-4709-b9c2-ee54a80dd77e} <Debug> TCPHandler: Processed in 0.002412143 sec.
9869 2024.11.26 23:38:05.741888 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
9870 2024.11.26 23:38:05.741982 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9871 2024.11.26 23:38:05.742105 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9872 2024.11.26 23:38:05.742181 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 915 rows starting from the beginning of the part
9873 2024.11.26 23:38:05.742201 [ 270 ] {0d11cc39-85b2-4a29-ba1d-dae5c1e2389c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9874 2024.11.26 23:38:05.742369 [ 270 ] {0d11cc39-85b2-4a29-ba1d-dae5c1e2389c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9875 2024.11.26 23:38:05.742432 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 382 rows starting from the beginning of the part
9876 2024.11.26 23:38:05.742912 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 563 rows starting from the beginning of the part
9877 2024.11.26 23:38:05.743328 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part
9878 2024.11.26 23:38:05.743727 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 382 rows starting from the beginning of the part
9879 2024.11.26 23:38:05.744035 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 105 rows starting from the beginning of the part
9880 2024.11.26 23:38:05.745125 [ 270 ] {0d11cc39-85b2-4a29-ba1d-dae5c1e2389c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9881 2024.11.26 23:38:05.745212 [ 270 ] {0d11cc39-85b2-4a29-ba1d-dae5c1e2389c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9882 2024.11.26 23:38:05.746209 [ 270 ] {0d11cc39-85b2-4a29-ba1d-dae5c1e2389c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9883 2024.11.26 23:38:05.746666 [ 270 ] {0d11cc39-85b2-4a29-ba1d-dae5c1e2389c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9884 2024.11.26 23:38:05.746952 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9885 2024.11.26 23:38:05.747054 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9886 2024.11.26 23:38:05.747139 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9887 2024.11.26 23:38:05.747204 [ 270 ] {0d11cc39-85b2-4a29-ba1d-dae5c1e2389c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005041 sec., 31739.73417972624 rows/sec., 2.21 MiB/sec.
9888 2024.11.26 23:38:05.747654 [ 270 ] {0d11cc39-85b2-4a29-ba1d-dae5c1e2389c} <Debug> TCPHandler: Processed in 0.005721693 sec.
9889 2024.11.26 23:38:05.747994 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9890 2024.11.26 23:38:05.748019 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
9891 2024.11.26 23:38:05.748008 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006295938 sec., 382945.32125316357 rows/sec., 29.36 MiB/sec.
9892 2024.11.26 23:38:05.748333 [ 268 ] {b31a6c06-7d26-4493-8305-f83fe3bd9ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9893 2024.11.26 23:38:05.748409 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9894 2024.11.26 23:38:05.748495 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9895 2024.11.26 23:38:05.748658 [ 268 ] {b31a6c06-7d26-4493-8305-f83fe3bd9ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9896 2024.11.26 23:38:05.748725 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22747 rows starting from the beginning of the part
9897 2024.11.26 23:38:05.749466 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part
9898 2024.11.26 23:38:05.749546 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9899 2024.11.26 23:38:05.750026 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_81_16} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9900 2024.11.26 23:38:05.750247 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 943 rows starting from the beginning of the part
9901 2024.11.26 23:38:05.750364 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
9902 2024.11.26 23:38:05.750695 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part
9903 2024.11.26 23:38:05.751113 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part
9904 2024.11.26 23:38:05.751544 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part
9905 2024.11.26 23:38:05.754541 [ 268 ] {b31a6c06-7d26-4493-8305-f83fe3bd9ef4} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9906 2024.11.26 23:38:05.754618 [ 268 ] {b31a6c06-7d26-4493-8305-f83fe3bd9ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9907 2024.11.26 23:38:05.756319 [ 268 ] {b31a6c06-7d26-4493-8305-f83fe3bd9ef4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9908 2024.11.26 23:38:05.757049 [ 268 ] {b31a6c06-7d26-4493-8305-f83fe3bd9ef4} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9909 2024.11.26 23:38:05.757285 [ 268 ] {b31a6c06-7d26-4493-8305-f83fe3bd9ef4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00908 sec., 4515.418502202643 rows/sec., 8.09 MiB/sec.
9910 2024.11.26 23:38:05.757668 [ 268 ] {b31a6c06-7d26-4493-8305-f83fe3bd9ef4} <Debug> TCPHandler: Processed in 0.009864422 sec.
9911 2024.11.26 23:38:05.757872 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9912 2024.11.26 23:38:05.758055 [ 270 ] {a181477a-1cac-4ad9-8f84-72d1e9061ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9913 2024.11.26 23:38:05.758164 [ 270 ] {a181477a-1cac-4ad9-8f84-72d1e9061ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9914 2024.11.26 23:38:05.758769 [ 270 ] {a181477a-1cac-4ad9-8f84-72d1e9061ea4} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9915 2024.11.26 23:38:05.758814 [ 270 ] {a181477a-1cac-4ad9-8f84-72d1e9061ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9916 2024.11.26 23:38:05.759483 [ 270 ] {a181477a-1cac-4ad9-8f84-72d1e9061ea4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9917 2024.11.26 23:38:05.759823 [ 270 ] {a181477a-1cac-4ad9-8f84-72d1e9061ea4} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9918 2024.11.26 23:38:05.760036 [ 33 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9919 2024.11.26 23:38:05.760144 [ 33 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9920 2024.11.26 23:38:05.760197 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9921 2024.11.26 23:38:05.760196 [ 270 ] {a181477a-1cac-4ad9-8f84-72d1e9061ea4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002165 sec., 27713.62586605081 rows/sec., 1.87 MiB/sec.
9922 2024.11.26 23:38:05.760624 [ 270 ] {a181477a-1cac-4ad9-8f84-72d1e9061ea4} <Debug> TCPHandler: Processed in 0.002838936 sec.
9923 2024.11.26 23:38:05.760834 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
9924 2024.11.26 23:38:05.761467 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9925 2024.11.26 23:38:05.761604 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4582 rows starting from the beginning of the part
9926 2024.11.26 23:38:05.761995 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part
9927 2024.11.26 23:38:05.762411 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 36 rows starting from the beginning of the part
9928 2024.11.26 23:38:05.762671 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24388 rows, containing 5 columns (5 merged, 0 gathered) in 0.015248792 sec., 1599339.803441479 rows/sec., 108.00 MiB/sec.
9929 2024.11.26 23:38:05.762703 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 24 rows starting from the beginning of the part
9930 2024.11.26 23:38:05.762822 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
9931 2024.11.26 23:38:05.762902 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
9932 2024.11.26 23:38:05.763383 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9933 2024.11.26 23:38:05.764031 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9934 2024.11.26 23:38:05.764176 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9935 2024.11.26 23:38:05.764357 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
9936 2024.11.26 23:38:05.765594 [ 196 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4866 rows, containing 4 columns (4 merged, 0 gathered) in 0.00526659 sec., 923937.5003560178 rows/sec., 60.27 MiB/sec.
9937 2024.11.26 23:38:05.766051 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9938 2024.11.26 23:38:05.766354 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_81_16} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9939 2024.11.26 23:38:05.766436 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_81_16} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9940 2024.11.26 23:38:05.766512 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
9941 2024.11.26 23:38:06.130018 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
9942 2024.11.26 23:38:06.150413 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9943 2024.11.26 23:38:06.150469 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9944 2024.11.26 23:38:06.157696 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9945 2024.11.26 23:38:06.158455 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9946 2024.11.26 23:38:06.161032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
9947 2024.11.26 23:38:10.733209 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9948 2024.11.26 23:38:10.733431 [ 268 ] {672a0f28-b7c1-496a-a429-ccaa1eea72ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9949 2024.11.26 23:38:10.733506 [ 268 ] {672a0f28-b7c1-496a-a429-ccaa1eea72ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9950 2024.11.26 23:38:10.734289 [ 268 ] {672a0f28-b7c1-496a-a429-ccaa1eea72ea} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9951 2024.11.26 23:38:10.734367 [ 268 ] {672a0f28-b7c1-496a-a429-ccaa1eea72ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9952 2024.11.26 23:38:10.734828 [ 268 ] {672a0f28-b7c1-496a-a429-ccaa1eea72ea} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9953 2024.11.26 23:38:10.735091 [ 268 ] {672a0f28-b7c1-496a-a429-ccaa1eea72ea} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9954 2024.11.26 23:38:10.735333 [ 268 ] {672a0f28-b7c1-496a-a429-ccaa1eea72ea} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec.
9955 2024.11.26 23:38:10.735399 [ 268 ] {672a0f28-b7c1-496a-a429-ccaa1eea72ea} <Debug> TCPHandler: Processed in 0.002328342 sec.
9956 2024.11.26 23:38:10.735672 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9957 2024.11.26 23:38:10.735889 [ 270 ] {be1e6b51-4fda-4997-96ef-71605f8ddab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9958 2024.11.26 23:38:10.735973 [ 270 ] {be1e6b51-4fda-4997-96ef-71605f8ddab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9959 2024.11.26 23:38:10.736879 [ 270 ] {be1e6b51-4fda-4997-96ef-71605f8ddab1} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9960 2024.11.26 23:38:10.736932 [ 270 ] {be1e6b51-4fda-4997-96ef-71605f8ddab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9961 2024.11.26 23:38:10.737382 [ 270 ] {be1e6b51-4fda-4997-96ef-71605f8ddab1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9962 2024.11.26 23:38:10.737636 [ 270 ] {be1e6b51-4fda-4997-96ef-71605f8ddab1} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9963 2024.11.26 23:38:10.737877 [ 270 ] {be1e6b51-4fda-4997-96ef-71605f8ddab1} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002047 sec., 99169.51636541278 rows/sec., 8.58 MiB/sec.
9964 2024.11.26 23:38:10.737932 [ 270 ] {be1e6b51-4fda-4997-96ef-71605f8ddab1} <Debug> TCPHandler: Processed in 0.002401192 sec.
9965 2024.11.26 23:38:10.738095 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9966 2024.11.26 23:38:10.738218 [ 268 ] {1a16b245-a377-4c3e-8425-e7cccacc5440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9967 2024.11.26 23:38:10.738273 [ 268 ] {1a16b245-a377-4c3e-8425-e7cccacc5440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9968 2024.11.26 23:38:10.740467 [ 268 ] {1a16b245-a377-4c3e-8425-e7cccacc5440} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9969 2024.11.26 23:38:10.740509 [ 268 ] {1a16b245-a377-4c3e-8425-e7cccacc5440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9970 2024.11.26 23:38:10.740891 [ 268 ] {1a16b245-a377-4c3e-8425-e7cccacc5440} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9971 2024.11.26 23:38:10.741143 [ 268 ] {1a16b245-a377-4c3e-8425-e7cccacc5440} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9972 2024.11.26 23:38:10.741363 [ 268 ] {1a16b245-a377-4c3e-8425-e7cccacc5440} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.003172 sec., 2206.809583858764 rows/sec., 143.78 KiB/sec.
9973 2024.11.26 23:38:10.741428 [ 268 ] {1a16b245-a377-4c3e-8425-e7cccacc5440} <Debug> TCPHandler: Processed in 0.003393722 sec.
9974 2024.11.26 23:38:10.741591 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9975 2024.11.26 23:38:10.741739 [ 270 ] {45f464f0-96dc-4643-bea8-6bc817caf055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9976 2024.11.26 23:38:10.741799 [ 270 ] {45f464f0-96dc-4643-bea8-6bc817caf055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9977 2024.11.26 23:38:10.742696 [ 270 ] {45f464f0-96dc-4643-bea8-6bc817caf055} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9978 2024.11.26 23:38:10.742775 [ 270 ] {45f464f0-96dc-4643-bea8-6bc817caf055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9979 2024.11.26 23:38:10.743334 [ 270 ] {45f464f0-96dc-4643-bea8-6bc817caf055} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9980 2024.11.26 23:38:10.743625 [ 270 ] {45f464f0-96dc-4643-bea8-6bc817caf055} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9981 2024.11.26 23:38:10.744052 [ 25 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9982 2024.11.26 23:38:10.744167 [ 25 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9983 2024.11.26 23:38:10.744271 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9984 2024.11.26 23:38:10.744346 [ 270 ] {45f464f0-96dc-4643-bea8-6bc817caf055} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002613 sec., 5357.826253348641 rows/sec., 375.23 KiB/sec.
9985 2024.11.26 23:38:10.744698 [ 270 ] {45f464f0-96dc-4643-bea8-6bc817caf055} <Debug> TCPHandler: Processed in 0.003171219 sec.
9986 2024.11.26 23:38:10.745000 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9987 2024.11.26 23:38:10.745431 [ 268 ] {f1ff25ee-1d39-4b43-8516-b6ccb5629e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9988 2024.11.26 23:38:10.745581 [ 268 ] {f1ff25ee-1d39-4b43-8516-b6ccb5629e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9989 2024.11.26 23:38:10.745597 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
9990 2024.11.26 23:38:10.746044 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9991 2024.11.26 23:38:10.746118 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 242 rows starting from the beginning of the part
9992 2024.11.26 23:38:10.746485 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
9993 2024.11.26 23:38:10.746855 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
9994 2024.11.26 23:38:10.747220 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 228 rows starting from the beginning of the part
9995 2024.11.26 23:38:10.747498 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
9996 2024.11.26 23:38:10.747791 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
9997 2024.11.26 23:38:10.748593 [ 268 ] {f1ff25ee-1d39-4b43-8516-b6ccb5629e37} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9998 2024.11.26 23:38:10.748659 [ 268 ] {f1ff25ee-1d39-4b43-8516-b6ccb5629e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9999 2024.11.26 23:38:10.749580 [ 268 ] {f1ff25ee-1d39-4b43-8516-b6ccb5629e37} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10000 2024.11.26 23:38:10.750104 [ 268 ] {f1ff25ee-1d39-4b43-8516-b6ccb5629e37} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10001 2024.11.26 23:38:10.750700 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.006138197 sec., 85692.91601426282 rows/sec., 6.14 MiB/sec.
10002 2024.11.26 23:38:10.750820 [ 268 ] {f1ff25ee-1d39-4b43-8516-b6ccb5629e37} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005497 sec., 2364.926323449154 rows/sec., 147.45 KiB/sec.
10003 2024.11.26 23:38:10.751038 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10004 2024.11.26 23:38:10.751181 [ 268 ] {f1ff25ee-1d39-4b43-8516-b6ccb5629e37} <Debug> TCPHandler: Processed in 0.006340009 sec.
10005 2024.11.26 23:38:10.751449 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10006 2024.11.26 23:38:10.751668 [ 270 ] {9a8a68fa-8aa5-4604-a0e3-386a1f9c16b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10007 2024.11.26 23:38:10.751726 [ 270 ] {9a8a68fa-8aa5-4604-a0e3-386a1f9c16b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10008 2024.11.26 23:38:10.751750 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10009 2024.11.26 23:38:10.751871 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_46_9} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10010 2024.11.26 23:38:10.751978 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
10011 2024.11.26 23:38:10.752582 [ 270 ] {9a8a68fa-8aa5-4604-a0e3-386a1f9c16b6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10012 2024.11.26 23:38:10.752622 [ 270 ] {9a8a68fa-8aa5-4604-a0e3-386a1f9c16b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10013 2024.11.26 23:38:10.753013 [ 270 ] {9a8a68fa-8aa5-4604-a0e3-386a1f9c16b6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10014 2024.11.26 23:38:10.753261 [ 270 ] {9a8a68fa-8aa5-4604-a0e3-386a1f9c16b6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10015 2024.11.26 23:38:10.753481 [ 270 ] {9a8a68fa-8aa5-4604-a0e3-386a1f9c16b6} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001849 sec., 206598.16116819903 rows/sec., 14.62 MiB/sec.
10016 2024.11.26 23:38:10.753536 [ 270 ] {9a8a68fa-8aa5-4604-a0e3-386a1f9c16b6} <Debug> TCPHandler: Processed in 0.002227941 sec.
10017 2024.11.26 23:38:10.753683 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10018 2024.11.26 23:38:10.753802 [ 268 ] {cac0e909-82fa-4b61-9e08-ee2ca2da4751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10019 2024.11.26 23:38:10.753854 [ 268 ] {cac0e909-82fa-4b61-9e08-ee2ca2da4751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10020 2024.11.26 23:38:10.754354 [ 268 ] {cac0e909-82fa-4b61-9e08-ee2ca2da4751} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10021 2024.11.26 23:38:10.754391 [ 268 ] {cac0e909-82fa-4b61-9e08-ee2ca2da4751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10022 2024.11.26 23:38:10.754763 [ 268 ] {cac0e909-82fa-4b61-9e08-ee2ca2da4751} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10023 2024.11.26 23:38:10.755007 [ 268 ] {cac0e909-82fa-4b61-9e08-ee2ca2da4751} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10024 2024.11.26 23:38:10.755194 [ 268 ] {cac0e909-82fa-4b61-9e08-ee2ca2da4751} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001417 sec., 4234.297812279464 rows/sec., 221.23 KiB/sec.
10025 2024.11.26 23:38:10.755243 [ 268 ] {cac0e909-82fa-4b61-9e08-ee2ca2da4751} <Debug> TCPHandler: Processed in 0.001617435 sec.
10026 2024.11.26 23:38:10.755436 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10027 2024.11.26 23:38:10.755596 [ 270 ] {d62226a3-63d4-47a0-81c5-63dfa2023353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10028 2024.11.26 23:38:10.755673 [ 270 ] {d62226a3-63d4-47a0-81c5-63dfa2023353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10029 2024.11.26 23:38:10.756552 [ 270 ] {d62226a3-63d4-47a0-81c5-63dfa2023353} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10030 2024.11.26 23:38:10.756604 [ 270 ] {d62226a3-63d4-47a0-81c5-63dfa2023353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10031 2024.11.26 23:38:10.757204 [ 270 ] {d62226a3-63d4-47a0-81c5-63dfa2023353} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10032 2024.11.26 23:38:10.757564 [ 270 ] {d62226a3-63d4-47a0-81c5-63dfa2023353} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10033 2024.11.26 23:38:10.757858 [ 270 ] {d62226a3-63d4-47a0-81c5-63dfa2023353} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002294 sec., 103312.9904097646 rows/sec., 6.92 MiB/sec.
10034 2024.11.26 23:38:10.757980 [ 270 ] {d62226a3-63d4-47a0-81c5-63dfa2023353} <Debug> TCPHandler: Processed in 0.002615694 sec.
10035 2024.11.26 23:38:10.758429 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10036 2024.11.26 23:38:10.758571 [ 268 ] {3fbe6cfa-06a4-4adc-b9b1-b3deb287eed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10037 2024.11.26 23:38:10.758637 [ 268 ] {3fbe6cfa-06a4-4adc-b9b1-b3deb287eed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10038 2024.11.26 23:38:10.759362 [ 268 ] {3fbe6cfa-06a4-4adc-b9b1-b3deb287eed9} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10039 2024.11.26 23:38:10.759402 [ 268 ] {3fbe6cfa-06a4-4adc-b9b1-b3deb287eed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10040 2024.11.26 23:38:10.759787 [ 268 ] {3fbe6cfa-06a4-4adc-b9b1-b3deb287eed9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
10041 2024.11.26 23:38:10.760087 [ 268 ] {3fbe6cfa-06a4-4adc-b9b1-b3deb287eed9} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10042 2024.11.26 23:38:10.760271 [ 268 ] {3fbe6cfa-06a4-4adc-b9b1-b3deb287eed9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001731 sec., 577.7007510109763 rows/sec., 38.93 KiB/sec.
10043 2024.11.26 23:38:10.760320 [ 268 ] {3fbe6cfa-06a4-4adc-b9b1-b3deb287eed9} <Debug> TCPHandler: Processed in 0.001958898 sec.
10044 2024.11.26 23:38:10.760482 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10045 2024.11.26 23:38:10.760607 [ 270 ] {48f163a9-30d1-450c-bd25-34612dca19e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10046 2024.11.26 23:38:10.760660 [ 270 ] {48f163a9-30d1-450c-bd25-34612dca19e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10047 2024.11.26 23:38:10.761219 [ 270 ] {48f163a9-30d1-450c-bd25-34612dca19e6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10048 2024.11.26 23:38:10.761260 [ 270 ] {48f163a9-30d1-450c-bd25-34612dca19e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10049 2024.11.26 23:38:10.761642 [ 270 ] {48f163a9-30d1-450c-bd25-34612dca19e6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10050 2024.11.26 23:38:10.761892 [ 270 ] {48f163a9-30d1-450c-bd25-34612dca19e6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10051 2024.11.26 23:38:10.762113 [ 270 ] {48f163a9-30d1-450c-bd25-34612dca19e6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec.
10052 2024.11.26 23:38:10.762200 [ 270 ] {48f163a9-30d1-450c-bd25-34612dca19e6} <Debug> TCPHandler: Processed in 0.001774307 sec.
10053 2024.11.26 23:38:12.104325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
10054 2024.11.26 23:38:12.105171 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10055 2024.11.26 23:38:12.105235 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10056 2024.11.26 23:38:12.105873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10057 2024.11.26 23:38:12.106130 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10058 2024.11.26 23:38:12.106455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
10059 2024.11.26 23:38:13.661223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
10060 2024.11.26 23:38:13.681897 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10061 2024.11.26 23:38:13.681964 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10062 2024.11.26 23:38:13.689319 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10063 2024.11.26 23:38:13.690145 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10064 2024.11.26 23:38:13.694214 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
10065 2024.11.26 23:38:14.744975 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1442
10066 2024.11.26 23:38:14.748090 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10067 2024.11.26 23:38:14.748154 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10068 2024.11.26 23:38:14.749630 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10069 2024.11.26 23:38:14.749976 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10070 2024.11.26 23:38:14.752025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1442
10071 2024.11.26 23:38:15.731706 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10072 2024.11.26 23:38:15.732007 [ 268 ] {7f76aeb4-5e06-472d-a1bd-ab7f738b6407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10073 2024.11.26 23:38:15.732124 [ 268 ] {7f76aeb4-5e06-472d-a1bd-ab7f738b6407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10074 2024.11.26 23:38:15.733138 [ 268 ] {7f76aeb4-5e06-472d-a1bd-ab7f738b6407} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10075 2024.11.26 23:38:15.733186 [ 268 ] {7f76aeb4-5e06-472d-a1bd-ab7f738b6407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10076 2024.11.26 23:38:15.733666 [ 268 ] {7f76aeb4-5e06-472d-a1bd-ab7f738b6407} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10077 2024.11.26 23:38:15.733935 [ 268 ] {7f76aeb4-5e06-472d-a1bd-ab7f738b6407} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10078 2024.11.26 23:38:15.734155 [ 268 ] {7f76aeb4-5e06-472d-a1bd-ab7f738b6407} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002231 sec., 61855.67010309279 rows/sec., 5.34 MiB/sec.
10079 2024.11.26 23:38:15.734271 [ 268 ] {7f76aeb4-5e06-472d-a1bd-ab7f738b6407} <Debug> TCPHandler: Processed in 0.002749615 sec.
10080 2024.11.26 23:38:15.734638 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10081 2024.11.26 23:38:15.734940 [ 270 ] {c1788466-cb59-41f8-990c-1e939903300c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10082 2024.11.26 23:38:15.735060 [ 270 ] {c1788466-cb59-41f8-990c-1e939903300c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10083 2024.11.26 23:38:15.736029 [ 270 ] {c1788466-cb59-41f8-990c-1e939903300c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10084 2024.11.26 23:38:15.736080 [ 270 ] {c1788466-cb59-41f8-990c-1e939903300c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10085 2024.11.26 23:38:15.736501 [ 270 ] {c1788466-cb59-41f8-990c-1e939903300c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10086 2024.11.26 23:38:15.736748 [ 270 ] {c1788466-cb59-41f8-990c-1e939903300c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10087 2024.11.26 23:38:15.736977 [ 270 ] {c1788466-cb59-41f8-990c-1e939903300c} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002123 sec., 19312.293923692887 rows/sec., 1.42 MiB/sec.
10088 2024.11.26 23:38:15.737033 [ 270 ] {c1788466-cb59-41f8-990c-1e939903300c} <Debug> TCPHandler: Processed in 0.002626854 sec.
10089 2024.11.26 23:38:15.737180 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10090 2024.11.26 23:38:15.737307 [ 268 ] {43a0af8c-0720-4107-8ce2-5920b688d13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10091 2024.11.26 23:38:15.737360 [ 268 ] {43a0af8c-0720-4107-8ce2-5920b688d13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10092 2024.11.26 23:38:15.738022 [ 268 ] {43a0af8c-0720-4107-8ce2-5920b688d13b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10093 2024.11.26 23:38:15.738060 [ 268 ] {43a0af8c-0720-4107-8ce2-5920b688d13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10094 2024.11.26 23:38:15.738447 [ 268 ] {43a0af8c-0720-4107-8ce2-5920b688d13b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10095 2024.11.26 23:38:15.738703 [ 268 ] {43a0af8c-0720-4107-8ce2-5920b688d13b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10096 2024.11.26 23:38:15.738889 [ 268 ] {43a0af8c-0720-4107-8ce2-5920b688d13b} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001612 sec., 65136.47642679901 rows/sec., 5.09 MiB/sec.
10097 2024.11.26 23:38:15.738945 [ 268 ] {43a0af8c-0720-4107-8ce2-5920b688d13b} <Debug> TCPHandler: Processed in 0.001821447 sec.
10098 2024.11.26 23:38:15.739113 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10099 2024.11.26 23:38:15.739254 [ 270 ] {4c16653b-757f-4aee-9d1f-e4d7edc39dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10100 2024.11.26 23:38:15.739318 [ 270 ] {4c16653b-757f-4aee-9d1f-e4d7edc39dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10101 2024.11.26 23:38:15.739927 [ 270 ] {4c16653b-757f-4aee-9d1f-e4d7edc39dc0} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10102 2024.11.26 23:38:15.739967 [ 270 ] {4c16653b-757f-4aee-9d1f-e4d7edc39dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10103 2024.11.26 23:38:15.740372 [ 270 ] {4c16653b-757f-4aee-9d1f-e4d7edc39dc0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10104 2024.11.26 23:38:15.740612 [ 270 ] {4c16653b-757f-4aee-9d1f-e4d7edc39dc0} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10105 2024.11.26 23:38:15.740824 [ 270 ] {4c16653b-757f-4aee-9d1f-e4d7edc39dc0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec.
10106 2024.11.26 23:38:15.740876 [ 270 ] {4c16653b-757f-4aee-9d1f-e4d7edc39dc0} <Debug> TCPHandler: Processed in 0.001830797 sec.
10107 2024.11.26 23:38:15.741027 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10108 2024.11.26 23:38:15.741148 [ 268 ] {772e099b-391e-4bf5-94e9-80b02816fdbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10109 2024.11.26 23:38:15.741232 [ 268 ] {772e099b-391e-4bf5-94e9-80b02816fdbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10110 2024.11.26 23:38:15.742468 [ 268 ] {772e099b-391e-4bf5-94e9-80b02816fdbd} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10111 2024.11.26 23:38:15.742507 [ 268 ] {772e099b-391e-4bf5-94e9-80b02816fdbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10112 2024.11.26 23:38:15.743195 [ 268 ] {772e099b-391e-4bf5-94e9-80b02816fdbd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10113 2024.11.26 23:38:15.743463 [ 268 ] {772e099b-391e-4bf5-94e9-80b02816fdbd} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10114 2024.11.26 23:38:15.743605 [ 57 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10115 2024.11.26 23:38:15.743661 [ 57 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10116 2024.11.26 23:38:15.743691 [ 268 ] {772e099b-391e-4bf5-94e9-80b02816fdbd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002565 sec., 15984.405458089668 rows/sec., 28.64 MiB/sec.
10117 2024.11.26 23:38:15.743692 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10118 2024.11.26 23:38:15.744077 [ 268 ] {772e099b-391e-4bf5-94e9-80b02816fdbd} <Debug> TCPHandler: Processed in 0.003101179 sec.
10119 2024.11.26 23:38:15.744079 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
10120 2024.11.26 23:38:15.744329 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10121 2024.11.26 23:38:15.744681 [ 270 ] {a03a916e-f926-49b9-aaae-339aff2004b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10122 2024.11.26 23:38:15.744740 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10123 2024.11.26 23:38:15.744771 [ 270 ] {a03a916e-f926-49b9-aaae-339aff2004b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10124 2024.11.26 23:38:15.744957 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1136 rows starting from the beginning of the part
10125 2024.11.26 23:38:15.745888 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part
10126 2024.11.26 23:38:15.746693 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part
10127 2024.11.26 23:38:15.747164 [ 270 ] {a03a916e-f926-49b9-aaae-339aff2004b1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10128 2024.11.26 23:38:15.747299 [ 270 ] {a03a916e-f926-49b9-aaae-339aff2004b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10129 2024.11.26 23:38:15.747551 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part
10130 2024.11.26 23:38:15.748152 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part
10131 2024.11.26 23:38:15.748854 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part
10132 2024.11.26 23:38:15.749105 [ 270 ] {a03a916e-f926-49b9-aaae-339aff2004b1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10133 2024.11.26 23:38:15.749973 [ 270 ] {a03a916e-f926-49b9-aaae-339aff2004b1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10134 2024.11.26 23:38:15.750399 [ 270 ] {a03a916e-f926-49b9-aaae-339aff2004b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005786 sec., 10369.858278603526 rows/sec., 715.63 KiB/sec.
10135 2024.11.26 23:38:15.750542 [ 270 ] {a03a916e-f926-49b9-aaae-339aff2004b1} <Debug> TCPHandler: Processed in 0.006362549 sec.
10136 2024.11.26 23:38:15.758354 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1341 rows, containing 19 columns (19 merged, 0 gathered) in 0.014524655 sec., 92325.77297016695 rows/sec., 165.44 MiB/sec.
10137 2024.11.26 23:38:15.760118 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10138 2024.11.26 23:38:15.760566 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10139 2024.11.26 23:38:15.760651 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10140 2024.11.26 23:38:15.760815 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.50 MiB.
10141 2024.11.26 23:38:16.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.70 MiB, peak 241.15 MiB, free memory in arenas 0.00 B, will set to 233.32 MiB (RSS), difference: 3.62 MiB
10142 2024.11.26 23:38:19.457803 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
10143 2024.11.26 23:38:19.457866 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
10144 2024.11.26 23:38:19.606727 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
10145 2024.11.26 23:38:19.607389 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10146 2024.11.26 23:38:19.607429 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10147 2024.11.26 23:38:19.607973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10148 2024.11.26 23:38:19.608239 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10149 2024.11.26 23:38:19.608478 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
10150 2024.11.26 23:38:20.733985 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10151 2024.11.26 23:38:20.734299 [ 268 ] {0faddec2-4a58-4d53-834d-7ea6933601e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10152 2024.11.26 23:38:20.734447 [ 268 ] {0faddec2-4a58-4d53-834d-7ea6933601e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10153 2024.11.26 23:38:20.735357 [ 268 ] {0faddec2-4a58-4d53-834d-7ea6933601e6} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10154 2024.11.26 23:38:20.735411 [ 268 ] {0faddec2-4a58-4d53-834d-7ea6933601e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10155 2024.11.26 23:38:20.735862 [ 268 ] {0faddec2-4a58-4d53-834d-7ea6933601e6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10156 2024.11.26 23:38:20.736139 [ 268 ] {0faddec2-4a58-4d53-834d-7ea6933601e6} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10157 2024.11.26 23:38:20.736375 [ 268 ] {0faddec2-4a58-4d53-834d-7ea6933601e6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002169 sec., 6454.587367450438 rows/sec., 464.64 KiB/sec.
10158 2024.11.26 23:38:20.736441 [ 268 ] {0faddec2-4a58-4d53-834d-7ea6933601e6} <Debug> TCPHandler: Processed in 0.002643795 sec.
10159 2024.11.26 23:38:20.736708 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10160 2024.11.26 23:38:20.736924 [ 270 ] {123ea07c-1677-41ff-b7aa-55d86ef68aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10161 2024.11.26 23:38:20.737005 [ 270 ] {123ea07c-1677-41ff-b7aa-55d86ef68aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10162 2024.11.26 23:38:20.737926 [ 270 ] {123ea07c-1677-41ff-b7aa-55d86ef68aa4} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10163 2024.11.26 23:38:20.737972 [ 270 ] {123ea07c-1677-41ff-b7aa-55d86ef68aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10164 2024.11.26 23:38:20.738422 [ 270 ] {123ea07c-1677-41ff-b7aa-55d86ef68aa4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10165 2024.11.26 23:38:20.738676 [ 270 ] {123ea07c-1677-41ff-b7aa-55d86ef68aa4} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10166 2024.11.26 23:38:20.738928 [ 270 ] {123ea07c-1677-41ff-b7aa-55d86ef68aa4} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002065 sec., 98305.08474576271 rows/sec., 8.51 MiB/sec.
10167 2024.11.26 23:38:20.738987 [ 270 ] {123ea07c-1677-41ff-b7aa-55d86ef68aa4} <Debug> TCPHandler: Processed in 0.002420723 sec.
10168 2024.11.26 23:38:20.739148 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10169 2024.11.26 23:38:20.739272 [ 268 ] {f15c02a7-93de-4e01-b7d6-32deac43e6a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10170 2024.11.26 23:38:20.739328 [ 268 ] {f15c02a7-93de-4e01-b7d6-32deac43e6a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10171 2024.11.26 23:38:20.739947 [ 268 ] {f15c02a7-93de-4e01-b7d6-32deac43e6a3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10172 2024.11.26 23:38:20.739989 [ 268 ] {f15c02a7-93de-4e01-b7d6-32deac43e6a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10173 2024.11.26 23:38:20.740361 [ 268 ] {f15c02a7-93de-4e01-b7d6-32deac43e6a3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10174 2024.11.26 23:38:20.740613 [ 268 ] {f15c02a7-93de-4e01-b7d6-32deac43e6a3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10175 2024.11.26 23:38:20.740777 [ 23 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10176 2024.11.26 23:38:20.740852 [ 268 ] {f15c02a7-93de-4e01-b7d6-32deac43e6a3} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001602 sec., 4369.5380774032465 rows/sec., 284.68 KiB/sec.
10177 2024.11.26 23:38:20.740862 [ 23 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10178 2024.11.26 23:38:20.740935 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10179 2024.11.26 23:38:20.740985 [ 268 ] {f15c02a7-93de-4e01-b7d6-32deac43e6a3} <Debug> TCPHandler: Processed in 0.001890537 sec.
10180 2024.11.26 23:38:20.741199 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
10181 2024.11.26 23:38:20.741241 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10182 2024.11.26 23:38:20.741332 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10183 2024.11.26 23:38:20.741375 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 66 rows starting from the beginning of the part
10184 2024.11.26 23:38:20.741405 [ 270 ] {b194c641-9e08-4961-88bd-6fc5bee76131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10185 2024.11.26 23:38:20.741494 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
10186 2024.11.26 23:38:20.741548 [ 270 ] {b194c641-9e08-4961-88bd-6fc5bee76131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10187 2024.11.26 23:38:20.741960 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 41 rows starting from the beginning of the part
10188 2024.11.26 23:38:20.742367 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
10189 2024.11.26 23:38:20.742753 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 41 rows starting from the beginning of the part
10190 2024.11.26 23:38:20.743205 [ 200 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part
10191 2024.11.26 23:38:20.744370 [ 270 ] {b194c641-9e08-4961-88bd-6fc5bee76131} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10192 2024.11.26 23:38:20.744414 [ 270 ] {b194c641-9e08-4961-88bd-6fc5bee76131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10193 2024.11.26 23:38:20.745043 [ 270 ] {b194c641-9e08-4961-88bd-6fc5bee76131} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10194 2024.11.26 23:38:20.745187 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 5 columns (5 merged, 0 gathered) in 0.004139688 sec., 40824.332655021346 rows/sec., 3.06 MiB/sec.
10195 2024.11.26 23:38:20.745391 [ 270 ] {b194c641-9e08-4961-88bd-6fc5bee76131} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10196 2024.11.26 23:38:20.745449 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10197 2024.11.26 23:38:20.745828 [ 270 ] {b194c641-9e08-4961-88bd-6fc5bee76131} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004456 sec., 3141.8312387791743 rows/sec., 220.03 KiB/sec.
10198 2024.11.26 23:38:20.746067 [ 270 ] {b194c641-9e08-4961-88bd-6fc5bee76131} <Debug> TCPHandler: Processed in 0.004924217 sec.
10199 2024.11.26 23:38:20.746387 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10200 2024.11.26 23:38:20.746603 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_71_14} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10201 2024.11.26 23:38:20.746681 [ 268 ] {ff957d5f-f68b-4d01-bae0-c53f4a6b0a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10202 2024.11.26 23:38:20.746776 [ 268 ] {ff957d5f-f68b-4d01-bae0-c53f4a6b0a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10203 2024.11.26 23:38:20.746802 [ 194 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_71_14} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10204 2024.11.26 23:38:20.746991 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10205 2024.11.26 23:38:20.747506 [ 268 ] {ff957d5f-f68b-4d01-bae0-c53f4a6b0a7d} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10206 2024.11.26 23:38:20.747550 [ 268 ] {ff957d5f-f68b-4d01-bae0-c53f4a6b0a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10207 2024.11.26 23:38:20.747917 [ 268 ] {ff957d5f-f68b-4d01-bae0-c53f4a6b0a7d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10208 2024.11.26 23:38:20.748157 [ 268 ] {ff957d5f-f68b-4d01-bae0-c53f4a6b0a7d} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10209 2024.11.26 23:38:20.748413 [ 268 ] {ff957d5f-f68b-4d01-bae0-c53f4a6b0a7d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001804 sec., 7206.208425720621 rows/sec., 449.31 KiB/sec.
10210 2024.11.26 23:38:20.748644 [ 268 ] {ff957d5f-f68b-4d01-bae0-c53f4a6b0a7d} <Debug> TCPHandler: Processed in 0.002439113 sec.
10211 2024.11.26 23:38:20.748900 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10212 2024.11.26 23:38:20.749122 [ 270 ] {fa470df4-2cde-4638-b80f-e69a36ce9667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10213 2024.11.26 23:38:20.749212 [ 270 ] {fa470df4-2cde-4638-b80f-e69a36ce9667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10214 2024.11.26 23:38:20.750222 [ 270 ] {fa470df4-2cde-4638-b80f-e69a36ce9667} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10215 2024.11.26 23:38:20.750262 [ 270 ] {fa470df4-2cde-4638-b80f-e69a36ce9667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10216 2024.11.26 23:38:20.750662 [ 270 ] {fa470df4-2cde-4638-b80f-e69a36ce9667} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10217 2024.11.26 23:38:20.750899 [ 270 ] {fa470df4-2cde-4638-b80f-e69a36ce9667} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10218 2024.11.26 23:38:20.751102 [ 270 ] {fa470df4-2cde-4638-b80f-e69a36ce9667} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002036 sec., 187622.78978388998 rows/sec., 13.28 MiB/sec.
10219 2024.11.26 23:38:20.751155 [ 270 ] {fa470df4-2cde-4638-b80f-e69a36ce9667} <Debug> TCPHandler: Processed in 0.002399032 sec.
10220 2024.11.26 23:38:20.751296 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10221 2024.11.26 23:38:20.751413 [ 268 ] {f85157f9-fb1e-4695-8df7-b16d255dfd37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10222 2024.11.26 23:38:20.751463 [ 268 ] {f85157f9-fb1e-4695-8df7-b16d255dfd37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10223 2024.11.26 23:38:20.751972 [ 268 ] {f85157f9-fb1e-4695-8df7-b16d255dfd37} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10224 2024.11.26 23:38:20.752012 [ 268 ] {f85157f9-fb1e-4695-8df7-b16d255dfd37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10225 2024.11.26 23:38:20.752826 [ 268 ] {f85157f9-fb1e-4695-8df7-b16d255dfd37} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10226 2024.11.26 23:38:20.753061 [ 268 ] {f85157f9-fb1e-4695-8df7-b16d255dfd37} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10227 2024.11.26 23:38:20.753318 [ 268 ] {f85157f9-fb1e-4695-8df7-b16d255dfd37} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001929 sec., 3110.419906687403 rows/sec., 162.51 KiB/sec.
10228 2024.11.26 23:38:20.753547 [ 268 ] {f85157f9-fb1e-4695-8df7-b16d255dfd37} <Debug> TCPHandler: Processed in 0.002300021 sec.
10229 2024.11.26 23:38:20.753810 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10230 2024.11.26 23:38:20.754035 [ 270 ] {c20c43ed-d820-4871-9247-a5cf4917fe8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10231 2024.11.26 23:38:20.754134 [ 270 ] {c20c43ed-d820-4871-9247-a5cf4917fe8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10232 2024.11.26 23:38:20.754999 [ 270 ] {c20c43ed-d820-4871-9247-a5cf4917fe8e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10233 2024.11.26 23:38:20.755039 [ 270 ] {c20c43ed-d820-4871-9247-a5cf4917fe8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10234 2024.11.26 23:38:20.755434 [ 270 ] {c20c43ed-d820-4871-9247-a5cf4917fe8e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10235 2024.11.26 23:38:20.755677 [ 270 ] {c20c43ed-d820-4871-9247-a5cf4917fe8e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10236 2024.11.26 23:38:20.755918 [ 270 ] {c20c43ed-d820-4871-9247-a5cf4917fe8e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001937 sec., 122354.15591120289 rows/sec., 8.20 MiB/sec.
10237 2024.11.26 23:38:20.755993 [ 270 ] {c20c43ed-d820-4871-9247-a5cf4917fe8e} <Debug> TCPHandler: Processed in 0.002324732 sec.
10238 2024.11.26 23:38:20.756214 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10239 2024.11.26 23:38:20.756493 [ 268 ] {54401640-65da-4ba6-893b-b68856e17810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10240 2024.11.26 23:38:20.756566 [ 268 ] {54401640-65da-4ba6-893b-b68856e17810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10241 2024.11.26 23:38:20.757043 [ 268 ] {54401640-65da-4ba6-893b-b68856e17810} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10242 2024.11.26 23:38:20.757083 [ 268 ] {54401640-65da-4ba6-893b-b68856e17810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10243 2024.11.26 23:38:20.757440 [ 268 ] {54401640-65da-4ba6-893b-b68856e17810} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
10244 2024.11.26 23:38:20.757675 [ 268 ] {54401640-65da-4ba6-893b-b68856e17810} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10245 2024.11.26 23:38:20.757856 [ 23 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
10246 2024.11.26 23:38:20.757926 [ 23 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10247 2024.11.26 23:38:20.757935 [ 268 ] {54401640-65da-4ba6-893b-b68856e17810} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec.
10248 2024.11.26 23:38:20.757964 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10249 2024.11.26 23:38:20.758072 [ 268 ] {54401640-65da-4ba6-893b-b68856e17810} <Debug> TCPHandler: Processed in 0.001976679 sec.
10250 2024.11.26 23:38:20.758188 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
10251 2024.11.26 23:38:20.758323 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10252 2024.11.26 23:38:20.758359 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10253 2024.11.26 23:38:20.758422 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
10254 2024.11.26 23:38:20.758679 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
10255 2024.11.26 23:38:20.758842 [ 270 ] {d6940538-b47a-40a5-a72e-2998489f85d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10256 2024.11.26 23:38:20.758927 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
10257 2024.11.26 23:38:20.759019 [ 270 ] {d6940538-b47a-40a5-a72e-2998489f85d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10258 2024.11.26 23:38:20.759280 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
10259 2024.11.26 23:38:20.759615 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
10260 2024.11.26 23:38:20.759945 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
10261 2024.11.26 23:38:20.761359 [ 270 ] {d6940538-b47a-40a5-a72e-2998489f85d6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10262 2024.11.26 23:38:20.761435 [ 270 ] {d6940538-b47a-40a5-a72e-2998489f85d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10263 2024.11.26 23:38:20.762626 [ 270 ] {d6940538-b47a-40a5-a72e-2998489f85d6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10264 2024.11.26 23:38:20.762722 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.004629903 sec., 7559.55362347764 rows/sec., 509.38 KiB/sec.
10265 2024.11.26 23:38:20.762900 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
10266 2024.11.26 23:38:20.763107 [ 270 ] {d6940538-b47a-40a5-a72e-2998489f85d6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10267 2024.11.26 23:38:20.763450 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_35_7} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10268 2024.11.26 23:38:20.763533 [ 270 ] {d6940538-b47a-40a5-a72e-2998489f85d6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004868 sec., 16844.700082169267 rows/sec., 1.07 MiB/sec.
10269 2024.11.26 23:38:20.763641 [ 197 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_35_7} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
10270 2024.11.26 23:38:20.763694 [ 270 ] {d6940538-b47a-40a5-a72e-2998489f85d6} <Debug> TCPHandler: Processed in 0.005500251 sec.
10271 2024.11.26 23:38:20.763829 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10272 2024.11.26 23:38:21.194418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
10273 2024.11.26 23:38:21.216559 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10274 2024.11.26 23:38:21.216623 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10275 2024.11.26 23:38:21.224039 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10276 2024.11.26 23:38:21.224844 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10277 2024.11.26 23:38:21.227874 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
10278 2024.11.26 23:38:23.150810 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10279 2024.11.26 23:38:23.151039 [ 268 ] {63f55df4-541b-404d-ac5f-7088b59bc779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10280 2024.11.26 23:38:23.151121 [ 268 ] {63f55df4-541b-404d-ac5f-7088b59bc779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10281 2024.11.26 23:38:23.152001 [ 268 ] {63f55df4-541b-404d-ac5f-7088b59bc779} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10282 2024.11.26 23:38:23.152048 [ 268 ] {63f55df4-541b-404d-ac5f-7088b59bc779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10283 2024.11.26 23:38:23.152479 [ 268 ] {63f55df4-541b-404d-ac5f-7088b59bc779} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10284 2024.11.26 23:38:23.152762 [ 268 ] {63f55df4-541b-404d-ac5f-7088b59bc779} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10285 2024.11.26 23:38:23.152999 [ 268 ] {63f55df4-541b-404d-ac5f-7088b59bc779} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002006 sec., 6979.062811565304 rows/sec., 569.09 KiB/sec.
10286 2024.11.26 23:38:23.153102 [ 268 ] {63f55df4-541b-404d-ac5f-7088b59bc779} <Debug> TCPHandler: Processed in 0.002417062 sec.
10287 2024.11.26 23:38:23.153493 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10288 2024.11.26 23:38:23.153799 [ 270 ] {5d55a70a-6f74-41f1-bf5a-852a5443a746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10289 2024.11.26 23:38:23.153892 [ 270 ] {5d55a70a-6f74-41f1-bf5a-852a5443a746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10290 2024.11.26 23:38:23.155309 [ 270 ] {5d55a70a-6f74-41f1-bf5a-852a5443a746} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10291 2024.11.26 23:38:23.155354 [ 270 ] {5d55a70a-6f74-41f1-bf5a-852a5443a746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10292 2024.11.26 23:38:23.155867 [ 270 ] {5d55a70a-6f74-41f1-bf5a-852a5443a746} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10293 2024.11.26 23:38:23.156136 [ 270 ] {5d55a70a-6f74-41f1-bf5a-852a5443a746} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10294 2024.11.26 23:38:23.156393 [ 270 ] {5d55a70a-6f74-41f1-bf5a-852a5443a746} <Debug> executeQuery: Read 1285 rows, 109.28 KiB in 0.002674 sec., 480553.47793567687 rows/sec., 39.91 MiB/sec.
10295 2024.11.26 23:38:23.156500 [ 270 ] {5d55a70a-6f74-41f1-bf5a-852a5443a746} <Debug> TCPHandler: Processed in 0.00323483 sec.
10296 2024.11.26 23:38:23.156713 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10297 2024.11.26 23:38:23.156926 [ 268 ] {c3049de7-2f02-4d7f-8958-df3620363eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10298 2024.11.26 23:38:23.156974 [ 268 ] {c3049de7-2f02-4d7f-8958-df3620363eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10299 2024.11.26 23:38:23.157583 [ 268 ] {c3049de7-2f02-4d7f-8958-df3620363eea} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10300 2024.11.26 23:38:23.157623 [ 268 ] {c3049de7-2f02-4d7f-8958-df3620363eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10301 2024.11.26 23:38:23.157999 [ 268 ] {c3049de7-2f02-4d7f-8958-df3620363eea} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
10302 2024.11.26 23:38:23.158250 [ 268 ] {c3049de7-2f02-4d7f-8958-df3620363eea} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10303 2024.11.26 23:38:23.158450 [ 268 ] {c3049de7-2f02-4d7f-8958-df3620363eea} <Debug> executeQuery: Read 55 rows, 4.06 KiB in 0.001556 sec., 35347.043701799485 rows/sec., 2.55 MiB/sec.
10304 2024.11.26 23:38:23.158537 [ 268 ] {c3049de7-2f02-4d7f-8958-df3620363eea} <Debug> TCPHandler: Processed in 0.001953758 sec.
10305 2024.11.26 23:38:23.158723 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10306 2024.11.26 23:38:23.158872 [ 270 ] {61e33cab-a4bd-4e08-9c7e-a5e8c7fa2d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10307 2024.11.26 23:38:23.158929 [ 270 ] {61e33cab-a4bd-4e08-9c7e-a5e8c7fa2d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10308 2024.11.26 23:38:23.159695 [ 270 ] {61e33cab-a4bd-4e08-9c7e-a5e8c7fa2d70} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10309 2024.11.26 23:38:23.159741 [ 270 ] {61e33cab-a4bd-4e08-9c7e-a5e8c7fa2d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10310 2024.11.26 23:38:23.160116 [ 270 ] {61e33cab-a4bd-4e08-9c7e-a5e8c7fa2d70} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10311 2024.11.26 23:38:23.160352 [ 270 ] {61e33cab-a4bd-4e08-9c7e-a5e8c7fa2d70} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10312 2024.11.26 23:38:23.160563 [ 270 ] {61e33cab-a4bd-4e08-9c7e-a5e8c7fa2d70} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00172 sec., 132558.13953488372 rows/sec., 8.98 MiB/sec.
10313 2024.11.26 23:38:23.160615 [ 270 ] {61e33cab-a4bd-4e08-9c7e-a5e8c7fa2d70} <Debug> TCPHandler: Processed in 0.001990179 sec.
10314 2024.11.26 23:38:23.160748 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10315 2024.11.26 23:38:23.160866 [ 268 ] {e5c64bf1-00d9-4d1d-9eb8-d2ce78866fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10316 2024.11.26 23:38:23.160914 [ 268 ] {e5c64bf1-00d9-4d1d-9eb8-d2ce78866fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10317 2024.11.26 23:38:23.161740 [ 268 ] {e5c64bf1-00d9-4d1d-9eb8-d2ce78866fdc} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10318 2024.11.26 23:38:23.161778 [ 268 ] {e5c64bf1-00d9-4d1d-9eb8-d2ce78866fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10319 2024.11.26 23:38:23.162176 [ 268 ] {e5c64bf1-00d9-4d1d-9eb8-d2ce78866fdc} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10320 2024.11.26 23:38:23.162423 [ 268 ] {e5c64bf1-00d9-4d1d-9eb8-d2ce78866fdc} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10321 2024.11.26 23:38:23.162605 [ 268 ] {e5c64bf1-00d9-4d1d-9eb8-d2ce78866fdc} <Debug> executeQuery: Read 575 rows, 43.83 KiB in 0.001764 sec., 325963.7188208617 rows/sec., 24.26 MiB/sec.
10322 2024.11.26 23:38:23.162660 [ 268 ] {e5c64bf1-00d9-4d1d-9eb8-d2ce78866fdc} <Debug> TCPHandler: Processed in 0.001971939 sec.
10323 2024.11.26 23:38:23.162796 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10324 2024.11.26 23:38:23.163020 [ 270 ] {b31a0a21-dd84-4952-a473-d87e3b1ddb5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10325 2024.11.26 23:38:23.163119 [ 270 ] {b31a0a21-dd84-4952-a473-d87e3b1ddb5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10326 2024.11.26 23:38:23.164158 [ 270 ] {b31a0a21-dd84-4952-a473-d87e3b1ddb5f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10327 2024.11.26 23:38:23.164197 [ 270 ] {b31a0a21-dd84-4952-a473-d87e3b1ddb5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10328 2024.11.26 23:38:23.164652 [ 270 ] {b31a0a21-dd84-4952-a473-d87e3b1ddb5f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10329 2024.11.26 23:38:23.164893 [ 270 ] {b31a0a21-dd84-4952-a473-d87e3b1ddb5f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10330 2024.11.26 23:38:23.165129 [ 270 ] {b31a0a21-dd84-4952-a473-d87e3b1ddb5f} <Debug> executeQuery: Read 929 rows, 63.75 KiB in 0.002164 sec., 429297.59704251384 rows/sec., 28.77 MiB/sec.
10331 2024.11.26 23:38:23.165229 [ 270 ] {b31a0a21-dd84-4952-a473-d87e3b1ddb5f} <Debug> TCPHandler: Processed in 0.002493494 sec.
10332 2024.11.26 23:38:23.165442 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10333 2024.11.26 23:38:23.165652 [ 268 ] {db54fb54-04cd-424d-a9ef-f88d04142454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10334 2024.11.26 23:38:23.165748 [ 268 ] {db54fb54-04cd-424d-a9ef-f88d04142454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10335 2024.11.26 23:38:23.166973 [ 268 ] {db54fb54-04cd-424d-a9ef-f88d04142454} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10336 2024.11.26 23:38:23.167011 [ 268 ] {db54fb54-04cd-424d-a9ef-f88d04142454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10337 2024.11.26 23:38:23.167713 [ 268 ] {db54fb54-04cd-424d-a9ef-f88d04142454} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10338 2024.11.26 23:38:23.167981 [ 268 ] {db54fb54-04cd-424d-a9ef-f88d04142454} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10339 2024.11.26 23:38:23.168181 [ 268 ] {db54fb54-04cd-424d-a9ef-f88d04142454} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00256 sec., 16015.624999999998 rows/sec., 28.70 MiB/sec.
10340 2024.11.26 23:38:23.168296 [ 268 ] {db54fb54-04cd-424d-a9ef-f88d04142454} <Debug> TCPHandler: Processed in 0.002986357 sec.
10341 2024.11.26 23:38:23.168491 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10342 2024.11.26 23:38:23.168717 [ 270 ] {a2cd683e-7f1b-4728-9564-321179df40cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10343 2024.11.26 23:38:23.168812 [ 270 ] {a2cd683e-7f1b-4728-9564-321179df40cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10344 2024.11.26 23:38:23.169333 [ 270 ] {a2cd683e-7f1b-4728-9564-321179df40cd} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10345 2024.11.26 23:38:23.169372 [ 270 ] {a2cd683e-7f1b-4728-9564-321179df40cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10346 2024.11.26 23:38:23.169746 [ 270 ] {a2cd683e-7f1b-4728-9564-321179df40cd} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10347 2024.11.26 23:38:23.169994 [ 270 ] {a2cd683e-7f1b-4728-9564-321179df40cd} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10348 2024.11.26 23:38:23.170211 [ 270 ] {a2cd683e-7f1b-4728-9564-321179df40cd} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001549 sec., 19367.33376371853 rows/sec., 1.30 MiB/sec.
10349 2024.11.26 23:38:23.170261 [ 270 ] {a2cd683e-7f1b-4728-9564-321179df40cd} <Debug> TCPHandler: Processed in 0.001881328 sec.
10350 2024.11.26 23:38:24.752380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1490
10351 2024.11.26 23:38:24.755763 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10352 2024.11.26 23:38:24.755809 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10353 2024.11.26 23:38:24.757260 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10354 2024.11.26 23:38:24.757567 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10355 2024.11.26 23:38:24.758098 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1490
10356 2024.11.26 23:38:25.725396 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10357 2024.11.26 23:38:25.725612 [ 268 ] {4aa2c025-d42a-43f1-9204-18d0e3014026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10358 2024.11.26 23:38:25.725695 [ 268 ] {4aa2c025-d42a-43f1-9204-18d0e3014026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10359 2024.11.26 23:38:25.726515 [ 268 ] {4aa2c025-d42a-43f1-9204-18d0e3014026} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10360 2024.11.26 23:38:25.726567 [ 268 ] {4aa2c025-d42a-43f1-9204-18d0e3014026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10361 2024.11.26 23:38:25.727033 [ 268 ] {4aa2c025-d42a-43f1-9204-18d0e3014026} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10362 2024.11.26 23:38:25.727304 [ 268 ] {4aa2c025-d42a-43f1-9204-18d0e3014026} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10363 2024.11.26 23:38:25.727511 [ 114 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10364 2024.11.26 23:38:25.727573 [ 268 ] {4aa2c025-d42a-43f1-9204-18d0e3014026} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002015 sec., 27791.563275434244 rows/sec., 2.13 MiB/sec.
10365 2024.11.26 23:38:25.727615 [ 114 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10366 2024.11.26 23:38:25.727700 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10367 2024.11.26 23:38:25.727706 [ 268 ] {4aa2c025-d42a-43f1-9204-18d0e3014026} <Debug> TCPHandler: Processed in 0.002448422 sec.
10368 2024.11.26 23:38:25.728058 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10369 2024.11.26 23:38:25.728127 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
10370 2024.11.26 23:38:25.728566 [ 270 ] {5233b095-7d58-4c61-87df-687137c91894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10371 2024.11.26 23:38:25.728821 [ 270 ] {5233b095-7d58-4c61-87df-687137c91894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10372 2024.11.26 23:38:25.729040 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10373 2024.11.26 23:38:25.729208 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1434 rows starting from the beginning of the part
10374 2024.11.26 23:38:25.729486 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 203 rows starting from the beginning of the part
10375 2024.11.26 23:38:25.729653 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 138 rows starting from the beginning of the part
10376 2024.11.26 23:38:25.730161 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 203 rows starting from the beginning of the part
10377 2024.11.26 23:38:25.730605 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 1285 rows starting from the beginning of the part
10378 2024.11.26 23:38:25.730964 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part
10379 2024.11.26 23:38:25.732097 [ 270 ] {5233b095-7d58-4c61-87df-687137c91894} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10380 2024.11.26 23:38:25.732176 [ 270 ] {5233b095-7d58-4c61-87df-687137c91894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10381 2024.11.26 23:38:25.733326 [ 270 ] {5233b095-7d58-4c61-87df-687137c91894} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10382 2024.11.26 23:38:25.733644 [ 270 ] {5233b095-7d58-4c61-87df-687137c91894} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10383 2024.11.26 23:38:25.733884 [ 114 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10384 2024.11.26 23:38:25.734023 [ 114 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10385 2024.11.26 23:38:25.734135 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10386 2024.11.26 23:38:25.734194 [ 270 ] {5233b095-7d58-4c61-87df-687137c91894} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005764 sec., 11103.400416377515 rows/sec., 887.45 KiB/sec.
10387 2024.11.26 23:38:25.734678 [ 270 ] {5233b095-7d58-4c61-87df-687137c91894} <Debug> TCPHandler: Processed in 0.006815773 sec.
10388 2024.11.26 23:38:25.734725 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.006841554 sec., 485123.7014280674 rows/sec., 42.51 MiB/sec.
10389 2024.11.26 23:38:25.735102 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10390 2024.11.26 23:38:25.735321 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
10391 2024.11.26 23:38:25.735514 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10392 2024.11.26 23:38:25.735612 [ 268 ] {ff9567cf-8181-4e1d-86a6-5a486247235b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10393 2024.11.26 23:38:25.735894 [ 268 ] {ff9567cf-8181-4e1d-86a6-5a486247235b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10394 2024.11.26 23:38:25.735999 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10395 2024.11.26 23:38:25.736130 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 915 rows starting from the beginning of the part
10396 2024.11.26 23:38:25.736531 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 382 rows starting from the beginning of the part
10397 2024.11.26 23:38:25.737172 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 105 rows starting from the beginning of the part
10398 2024.11.26 23:38:25.737882 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 382 rows starting from the beginning of the part
10399 2024.11.26 23:38:25.738356 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 575 rows starting from the beginning of the part
10400 2024.11.26 23:38:25.738931 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part
10401 2024.11.26 23:38:25.739522 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10402 2024.11.26 23:38:25.739981 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_86_17} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10403 2024.11.26 23:38:25.740251 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
10404 2024.11.26 23:38:25.740438 [ 268 ] {ff9567cf-8181-4e1d-86a6-5a486247235b} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10405 2024.11.26 23:38:25.740487 [ 268 ] {ff9567cf-8181-4e1d-86a6-5a486247235b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10406 2024.11.26 23:38:25.741023 [ 268 ] {ff9567cf-8181-4e1d-86a6-5a486247235b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10407 2024.11.26 23:38:25.741354 [ 268 ] {ff9567cf-8181-4e1d-86a6-5a486247235b} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10408 2024.11.26 23:38:25.741559 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 5 parts from all_1_81_16 to all_85_85_0
10409 2024.11.26 23:38:25.741642 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10410 2024.11.26 23:38:25.741672 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10411 2024.11.26 23:38:25.741691 [ 268 ] {ff9567cf-8181-4e1d-86a6-5a486247235b} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.006275 sec., 13386.454183266931 rows/sec., 953.69 KiB/sec.
10412 2024.11.26 23:38:25.742150 [ 268 ] {ff9567cf-8181-4e1d-86a6-5a486247235b} <Debug> TCPHandler: Processed in 0.007319649 sec.
10413 2024.11.26 23:38:25.742267 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_81_16 to all_85_85_0 into Compact with storage Full
10414 2024.11.26 23:38:25.742762 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10415 2024.11.26 23:38:25.743394 [ 270 ] {55a6dda9-6eab-4a74-9507-b261609429f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10416 2024.11.26 23:38:25.743369 [ 190 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.008607901 sec., 281485.5793532012 rows/sec., 21.59 MiB/sec.
10417 2024.11.26 23:38:25.743453 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10418 2024.11.26 23:38:25.743634 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24388 rows starting from the beginning of the part
10419 2024.11.26 23:38:25.743646 [ 270 ] {55a6dda9-6eab-4a74-9507-b261609429f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10420 2024.11.26 23:38:25.744178 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10421 2024.11.26 23:38:25.744329 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part
10422 2024.11.26 23:38:25.744896 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part
10423 2024.11.26 23:38:25.745483 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 237 rows starting from the beginning of the part
10424 2024.11.26 23:38:25.746256 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 929 rows starting from the beginning of the part
10425 2024.11.26 23:38:25.747161 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10426 2024.11.26 23:38:25.747787 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_86_17} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10427 2024.11.26 23:38:25.748281 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
10428 2024.11.26 23:38:25.748816 [ 270 ] {55a6dda9-6eab-4a74-9507-b261609429f4} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10429 2024.11.26 23:38:25.748862 [ 270 ] {55a6dda9-6eab-4a74-9507-b261609429f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10430 2024.11.26 23:38:25.749381 [ 270 ] {55a6dda9-6eab-4a74-9507-b261609429f4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10431 2024.11.26 23:38:25.749798 [ 270 ] {55a6dda9-6eab-4a74-9507-b261609429f4} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10432 2024.11.26 23:38:25.750172 [ 114 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10433 2024.11.26 23:38:25.750337 [ 114 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10434 2024.11.26 23:38:25.750408 [ 270 ] {55a6dda9-6eab-4a74-9507-b261609429f4} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.00714 sec., 4201.680672268908 rows/sec., 290.92 KiB/sec.
10435 2024.11.26 23:38:25.750463 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10436 2024.11.26 23:38:25.750707 [ 270 ] {55a6dda9-6eab-4a74-9507-b261609429f4} <Debug> TCPHandler: Processed in 0.008368358 sec.
10437 2024.11.26 23:38:25.751257 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
10438 2024.11.26 23:38:25.751694 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10439 2024.11.26 23:38:25.751897 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4866 rows starting from the beginning of the part
10440 2024.11.26 23:38:25.752025 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
10441 2024.11.26 23:38:25.752168 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
10442 2024.11.26 23:38:25.752334 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
10443 2024.11.26 23:38:25.752720 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 30 rows starting from the beginning of the part
10444 2024.11.26 23:38:25.752797 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 30 rows starting from the beginning of the part
10445 2024.11.26 23:38:25.756087 [ 196 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5150 rows, containing 4 columns (4 merged, 0 gathered) in 0.005314539 sec., 969039.8358164274 rows/sec., 63.21 MiB/sec.
10446 2024.11.26 23:38:25.756373 [ 188 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25951 rows, containing 5 columns (5 merged, 0 gathered) in 0.014556616 sec., 1782763.2466227042 rows/sec., 120.36 MiB/sec.
10447 2024.11.26 23:38:25.756642 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10448 2024.11.26 23:38:25.756867 [ 188 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary)
10449 2024.11.26 23:38:25.757183 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_86_17} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10450 2024.11.26 23:38:25.757361 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_86_17} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10451 2024.11.26 23:38:25.757541 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
10452 2024.11.26 23:38:25.757599 [ 188 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10453 2024.11.26 23:38:25.757691 [ 188 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 5 parts: [all_1_81_16, all_85_85_0] -> all_1_85_17
10454 2024.11.26 23:38:25.757791 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
10455 2024.11.26 23:38:27.108763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
10456 2024.11.26 23:38:27.109948 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10457 2024.11.26 23:38:27.110043 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10458 2024.11.26 23:38:27.110742 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10459 2024.11.26 23:38:27.111004 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10460 2024.11.26 23:38:27.111230 [ 127 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10461 2024.11.26 23:38:27.111254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
10462 2024.11.26 23:38:27.111318 [ 127 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10463 2024.11.26 23:38:27.111351 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
10464 2024.11.26 23:38:27.111501 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
10465 2024.11.26 23:38:27.111674 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10466 2024.11.26 23:38:27.111721 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
10467 2024.11.26 23:38:27.111810 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part
10468 2024.11.26 23:38:27.112034 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part
10469 2024.11.26 23:38:27.112140 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part
10470 2024.11.26 23:38:27.112341 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part
10471 2024.11.26 23:38:27.112496 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part
10472 2024.11.26 23:38:27.114856 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003426212 sec., 6836704.792347934 rows/sec., 97.80 MiB/sec.
10473 2024.11.26 23:38:27.115147 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10474 2024.11.26 23:38:27.115447 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_51_10} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10475 2024.11.26 23:38:27.115537 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_51_10} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10476 2024.11.26 23:38:27.115638 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB.
10477 2024.11.26 23:38:28.728073 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
10478 2024.11.26 23:38:28.750191 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10479 2024.11.26 23:38:28.750259 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10480 2024.11.26 23:38:28.757706 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10481 2024.11.26 23:38:28.758491 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10482 2024.11.26 23:38:28.758883 [ 126 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10483 2024.11.26 23:38:28.759009 [ 126 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10484 2024.11.26 23:38:28.759083 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10485 2024.11.26 23:38:28.759676 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
10486 2024.11.26 23:38:28.775281 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
10487 2024.11.26 23:38:28.776802 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10488 2024.11.26 23:38:28.778033 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
10489 2024.11.26 23:38:28.783290 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
10490 2024.11.26 23:38:28.788484 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
10491 2024.11.26 23:38:28.793791 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
10492 2024.11.26 23:38:28.799437 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
10493 2024.11.26 23:38:28.803865 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
10494 2024.11.26 23:38:28.864126 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.104877569 sec., 3670.9470258602196 rows/sec., 18.98 MiB/sec.
10495 2024.11.26 23:38:28.867110 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10496 2024.11.26 23:38:28.870082 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_51_10} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10497 2024.11.26 23:38:28.870193 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_51_10} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10498 2024.11.26 23:38:28.872492 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
10499 2024.11.26 23:38:30.733949 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10500 2024.11.26 23:38:30.734159 [ 268 ] {1957b27a-83e3-4ee6-abb4-2270541aed4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10501 2024.11.26 23:38:30.734239 [ 268 ] {1957b27a-83e3-4ee6-abb4-2270541aed4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10502 2024.11.26 23:38:30.735113 [ 268 ] {1957b27a-83e3-4ee6-abb4-2270541aed4f} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10503 2024.11.26 23:38:30.735159 [ 268 ] {1957b27a-83e3-4ee6-abb4-2270541aed4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10504 2024.11.26 23:38:30.735602 [ 268 ] {1957b27a-83e3-4ee6-abb4-2270541aed4f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10505 2024.11.26 23:38:30.735864 [ 268 ] {1957b27a-83e3-4ee6-abb4-2270541aed4f} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10506 2024.11.26 23:38:30.736116 [ 268 ] {1957b27a-83e3-4ee6-abb4-2270541aed4f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002018 sec., 6937.5619425173445 rows/sec., 499.41 KiB/sec.
10507 2024.11.26 23:38:30.736173 [ 268 ] {1957b27a-83e3-4ee6-abb4-2270541aed4f} <Debug> TCPHandler: Processed in 0.002361353 sec.
10508 2024.11.26 23:38:30.736502 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10509 2024.11.26 23:38:30.736810 [ 270 ] {75c8056a-f004-4c3c-8bdd-e6f033ed8410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10510 2024.11.26 23:38:30.736928 [ 270 ] {75c8056a-f004-4c3c-8bdd-e6f033ed8410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10511 2024.11.26 23:38:30.737854 [ 270 ] {75c8056a-f004-4c3c-8bdd-e6f033ed8410} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10512 2024.11.26 23:38:30.737895 [ 270 ] {75c8056a-f004-4c3c-8bdd-e6f033ed8410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10513 2024.11.26 23:38:30.738366 [ 270 ] {75c8056a-f004-4c3c-8bdd-e6f033ed8410} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10514 2024.11.26 23:38:30.738639 [ 270 ] {75c8056a-f004-4c3c-8bdd-e6f033ed8410} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10515 2024.11.26 23:38:30.738839 [ 270 ] {75c8056a-f004-4c3c-8bdd-e6f033ed8410} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002117 sec., 95890.41095890412 rows/sec., 8.30 MiB/sec.
10516 2024.11.26 23:38:30.738893 [ 270 ] {75c8056a-f004-4c3c-8bdd-e6f033ed8410} <Debug> TCPHandler: Processed in 0.002582524 sec.
10517 2024.11.26 23:38:30.739053 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10518 2024.11.26 23:38:30.739190 [ 268 ] {32c7455a-5862-497c-b10a-c1755227ae5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10519 2024.11.26 23:38:30.739249 [ 268 ] {32c7455a-5862-497c-b10a-c1755227ae5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10520 2024.11.26 23:38:30.739959 [ 268 ] {32c7455a-5862-497c-b10a-c1755227ae5d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10521 2024.11.26 23:38:30.740007 [ 268 ] {32c7455a-5862-497c-b10a-c1755227ae5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10522 2024.11.26 23:38:30.740411 [ 268 ] {32c7455a-5862-497c-b10a-c1755227ae5d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10523 2024.11.26 23:38:30.740656 [ 268 ] {32c7455a-5862-497c-b10a-c1755227ae5d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10524 2024.11.26 23:38:30.740913 [ 268 ] {32c7455a-5862-497c-b10a-c1755227ae5d} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001745 sec., 4011.4613180515757 rows/sec., 261.35 KiB/sec.
10525 2024.11.26 23:38:30.741022 [ 268 ] {32c7455a-5862-497c-b10a-c1755227ae5d} <Debug> TCPHandler: Processed in 0.002023519 sec.
10526 2024.11.26 23:38:30.741222 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10527 2024.11.26 23:38:30.741604 [ 270 ] {23310007-0e6b-462a-98a8-a2ae8f335e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10528 2024.11.26 23:38:30.741764 [ 270 ] {23310007-0e6b-462a-98a8-a2ae8f335e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10529 2024.11.26 23:38:30.742529 [ 270 ] {23310007-0e6b-462a-98a8-a2ae8f335e58} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10530 2024.11.26 23:38:30.742568 [ 270 ] {23310007-0e6b-462a-98a8-a2ae8f335e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10531 2024.11.26 23:38:30.742945 [ 270 ] {23310007-0e6b-462a-98a8-a2ae8f335e58} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10532 2024.11.26 23:38:30.743188 [ 270 ] {23310007-0e6b-462a-98a8-a2ae8f335e58} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10533 2024.11.26 23:38:30.743369 [ 270 ] {23310007-0e6b-462a-98a8-a2ae8f335e58} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001914 sec., 7314.524555903867 rows/sec., 512.26 KiB/sec.
10534 2024.11.26 23:38:30.743420 [ 270 ] {23310007-0e6b-462a-98a8-a2ae8f335e58} <Debug> TCPHandler: Processed in 0.002301801 sec.
10535 2024.11.26 23:38:30.743570 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10536 2024.11.26 23:38:30.743694 [ 268 ] {8e9d62ee-29f5-4e9a-a112-a9bb4f00d9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10537 2024.11.26 23:38:30.743739 [ 268 ] {8e9d62ee-29f5-4e9a-a112-a9bb4f00d9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10538 2024.11.26 23:38:30.744302 [ 268 ] {8e9d62ee-29f5-4e9a-a112-a9bb4f00d9d7} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10539 2024.11.26 23:38:30.744340 [ 268 ] {8e9d62ee-29f5-4e9a-a112-a9bb4f00d9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10540 2024.11.26 23:38:30.744759 [ 268 ] {8e9d62ee-29f5-4e9a-a112-a9bb4f00d9d7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10541 2024.11.26 23:38:30.745006 [ 268 ] {8e9d62ee-29f5-4e9a-a112-a9bb4f00d9d7} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10542 2024.11.26 23:38:30.745194 [ 268 ] {8e9d62ee-29f5-4e9a-a112-a9bb4f00d9d7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001522 sec., 8541.392904073587 rows/sec., 532.55 KiB/sec.
10543 2024.11.26 23:38:30.745290 [ 268 ] {8e9d62ee-29f5-4e9a-a112-a9bb4f00d9d7} <Debug> TCPHandler: Processed in 0.001776037 sec.
10544 2024.11.26 23:38:30.745550 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10545 2024.11.26 23:38:30.745779 [ 270 ] {06d0ef97-9d8e-4a27-80e7-fc4042bd1971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10546 2024.11.26 23:38:30.745869 [ 270 ] {06d0ef97-9d8e-4a27-80e7-fc4042bd1971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10547 2024.11.26 23:38:30.746961 [ 270 ] {06d0ef97-9d8e-4a27-80e7-fc4042bd1971} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10548 2024.11.26 23:38:30.747001 [ 270 ] {06d0ef97-9d8e-4a27-80e7-fc4042bd1971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10549 2024.11.26 23:38:30.747394 [ 270 ] {06d0ef97-9d8e-4a27-80e7-fc4042bd1971} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10550 2024.11.26 23:38:30.747638 [ 270 ] {06d0ef97-9d8e-4a27-80e7-fc4042bd1971} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10551 2024.11.26 23:38:30.747880 [ 270 ] {06d0ef97-9d8e-4a27-80e7-fc4042bd1971} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002148 sec., 177839.85102420856 rows/sec., 12.59 MiB/sec.
10552 2024.11.26 23:38:30.747935 [ 270 ] {06d0ef97-9d8e-4a27-80e7-fc4042bd1971} <Debug> TCPHandler: Processed in 0.002556534 sec.
10553 2024.11.26 23:38:30.748153 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10554 2024.11.26 23:38:30.748314 [ 268 ] {0a29459d-a592-46f8-be52-1906c0f9323c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10555 2024.11.26 23:38:30.748371 [ 268 ] {0a29459d-a592-46f8-be52-1906c0f9323c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10556 2024.11.26 23:38:30.748931 [ 268 ] {0a29459d-a592-46f8-be52-1906c0f9323c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10557 2024.11.26 23:38:30.748974 [ 268 ] {0a29459d-a592-46f8-be52-1906c0f9323c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10558 2024.11.26 23:38:30.749370 [ 268 ] {0a29459d-a592-46f8-be52-1906c0f9323c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10559 2024.11.26 23:38:30.749616 [ 268 ] {0a29459d-a592-46f8-be52-1906c0f9323c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10560 2024.11.26 23:38:30.749754 [ 149 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
10561 2024.11.26 23:38:30.749798 [ 149 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10562 2024.11.26 23:38:30.749814 [ 268 ] {0a29459d-a592-46f8-be52-1906c0f9323c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec.
10563 2024.11.26 23:38:30.749824 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10564 2024.11.26 23:38:30.749897 [ 268 ] {0a29459d-a592-46f8-be52-1906c0f9323c} <Debug> TCPHandler: Processed in 0.001852298 sec.
10565 2024.11.26 23:38:30.749962 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
10566 2024.11.26 23:38:30.750102 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10567 2024.11.26 23:38:30.750115 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10568 2024.11.26 23:38:30.750170 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part
10569 2024.11.26 23:38:30.750343 [ 270 ] {90939b82-8620-4a74-84f5-419b674e62e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10570 2024.11.26 23:38:30.750385 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
10571 2024.11.26 23:38:30.750521 [ 270 ] {90939b82-8620-4a74-84f5-419b674e62e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10572 2024.11.26 23:38:30.750661 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
10573 2024.11.26 23:38:30.751042 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
10574 2024.11.26 23:38:30.751452 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
10575 2024.11.26 23:38:30.751800 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
10576 2024.11.26 23:38:30.753481 [ 270 ] {90939b82-8620-4a74-84f5-419b674e62e6} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10577 2024.11.26 23:38:30.753549 [ 270 ] {90939b82-8620-4a74-84f5-419b674e62e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10578 2024.11.26 23:38:30.754643 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004740824 sec., 45561.699822646864 rows/sec., 2.32 MiB/sec.
10579 2024.11.26 23:38:30.754712 [ 270 ] {90939b82-8620-4a74-84f5-419b674e62e6} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10580 2024.11.26 23:38:30.754804 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
10581 2024.11.26 23:38:30.755225 [ 270 ] {90939b82-8620-4a74-84f5-419b674e62e6} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10582 2024.11.26 23:38:30.755385 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10583 2024.11.26 23:38:30.755627 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_36_7} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
10584 2024.11.26 23:38:30.755666 [ 270 ] {90939b82-8620-4a74-84f5-419b674e62e6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00542 sec., 43726.93726937269 rows/sec., 2.93 MiB/sec.
10585 2024.11.26 23:38:30.755774 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10586 2024.11.26 23:38:30.755877 [ 270 ] {90939b82-8620-4a74-84f5-419b674e62e6} <Debug> TCPHandler: Processed in 0.005866514 sec.
10587 2024.11.26 23:38:30.756046 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10588 2024.11.26 23:38:30.756188 [ 268 ] {a41b5cc9-3510-413b-b96c-5417f00f96ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10589 2024.11.26 23:38:30.756249 [ 268 ] {a41b5cc9-3510-413b-b96c-5417f00f96ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10590 2024.11.26 23:38:30.756793 [ 268 ] {a41b5cc9-3510-413b-b96c-5417f00f96ad} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10591 2024.11.26 23:38:30.756837 [ 268 ] {a41b5cc9-3510-413b-b96c-5417f00f96ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10592 2024.11.26 23:38:30.757227 [ 268 ] {a41b5cc9-3510-413b-b96c-5417f00f96ad} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
10593 2024.11.26 23:38:30.757461 [ 268 ] {a41b5cc9-3510-413b-b96c-5417f00f96ad} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10594 2024.11.26 23:38:30.757640 [ 268 ] {a41b5cc9-3510-413b-b96c-5417f00f96ad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec.
10595 2024.11.26 23:38:30.757690 [ 268 ] {a41b5cc9-3510-413b-b96c-5417f00f96ad} <Debug> TCPHandler: Processed in 0.001711166 sec.
10596 2024.11.26 23:38:30.757838 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10597 2024.11.26 23:38:30.757957 [ 270 ] {91a5f633-9f4d-4331-8c73-ee501cd380cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10598 2024.11.26 23:38:30.758010 [ 270 ] {91a5f633-9f4d-4331-8c73-ee501cd380cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10599 2024.11.26 23:38:30.758578 [ 270 ] {91a5f633-9f4d-4331-8c73-ee501cd380cc} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10600 2024.11.26 23:38:30.758625 [ 270 ] {91a5f633-9f4d-4331-8c73-ee501cd380cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10601 2024.11.26 23:38:30.759093 [ 270 ] {91a5f633-9f4d-4331-8c73-ee501cd380cc} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10602 2024.11.26 23:38:30.759338 [ 270 ] {91a5f633-9f4d-4331-8c73-ee501cd380cc} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10603 2024.11.26 23:38:30.759539 [ 270 ] {91a5f633-9f4d-4331-8c73-ee501cd380cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001607 sec., 51026.757934038586 rows/sec., 3.24 MiB/sec.
10604 2024.11.26 23:38:30.759588 [ 270 ] {91a5f633-9f4d-4331-8c73-ee501cd380cc} <Debug> TCPHandler: Processed in 0.001805017 sec.
10605 2024.11.26 23:38:34.457904 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache
10606 2024.11.26 23:38:34.457972 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache
10607 2024.11.26 23:38:34.611550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851
10608 2024.11.26 23:38:34.612291 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10609 2024.11.26 23:38:34.612339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10610 2024.11.26 23:38:34.612899 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10611 2024.11.26 23:38:34.613169 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10612 2024.11.26 23:38:34.613354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
10613 2024.11.26 23:38:34.758509 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1518
10614 2024.11.26 23:38:34.761615 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10615 2024.11.26 23:38:34.761671 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10616 2024.11.26 23:38:34.763156 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10617 2024.11.26 23:38:34.763475 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10618 2024.11.26 23:38:34.764916 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1518
10619 2024.11.26 23:38:35.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.00 MiB, peak 248.54 MiB, free memory in arenas 0.00 B, will set to 235.00 MiB (RSS), difference: 3.99 MiB
10620 2024.11.26 23:38:35.731247 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10621 2024.11.26 23:38:35.731467 [ 268 ] {9769b107-1821-4c79-b537-f7a83b1b8121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10622 2024.11.26 23:38:35.731548 [ 268 ] {9769b107-1821-4c79-b537-f7a83b1b8121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10623 2024.11.26 23:38:35.732468 [ 268 ] {9769b107-1821-4c79-b537-f7a83b1b8121} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10624 2024.11.26 23:38:35.732514 [ 268 ] {9769b107-1821-4c79-b537-f7a83b1b8121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10625 2024.11.26 23:38:35.732965 [ 268 ] {9769b107-1821-4c79-b537-f7a83b1b8121} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10626 2024.11.26 23:38:35.733225 [ 268 ] {9769b107-1821-4c79-b537-f7a83b1b8121} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10627 2024.11.26 23:38:35.733496 [ 268 ] {9769b107-1821-4c79-b537-f7a83b1b8121} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.00209 sec., 66028.7081339713 rows/sec., 5.70 MiB/sec.
10628 2024.11.26 23:38:35.733554 [ 268 ] {9769b107-1821-4c79-b537-f7a83b1b8121} <Debug> TCPHandler: Processed in 0.002436643 sec.
10629 2024.11.26 23:38:35.733808 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10630 2024.11.26 23:38:35.734016 [ 270 ] {18ed6c37-29d3-4dc2-b188-af6524e93772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10631 2024.11.26 23:38:35.734097 [ 270 ] {18ed6c37-29d3-4dc2-b188-af6524e93772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10632 2024.11.26 23:38:35.734870 [ 270 ] {18ed6c37-29d3-4dc2-b188-af6524e93772} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10633 2024.11.26 23:38:35.734914 [ 270 ] {18ed6c37-29d3-4dc2-b188-af6524e93772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10634 2024.11.26 23:38:35.735356 [ 270 ] {18ed6c37-29d3-4dc2-b188-af6524e93772} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10635 2024.11.26 23:38:35.735643 [ 270 ] {18ed6c37-29d3-4dc2-b188-af6524e93772} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10636 2024.11.26 23:38:35.735910 [ 270 ] {18ed6c37-29d3-4dc2-b188-af6524e93772} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001953 sec., 20993.343573988735 rows/sec., 1.54 MiB/sec.
10637 2024.11.26 23:38:35.735979 [ 270 ] {18ed6c37-29d3-4dc2-b188-af6524e93772} <Debug> TCPHandler: Processed in 0.002305702 sec.
10638 2024.11.26 23:38:35.736144 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10639 2024.11.26 23:38:35.736285 [ 268 ] {6711d1f8-bdf9-4a51-a9a3-1533a4f549b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10640 2024.11.26 23:38:35.736346 [ 268 ] {6711d1f8-bdf9-4a51-a9a3-1533a4f549b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10641 2024.11.26 23:38:35.737112 [ 268 ] {6711d1f8-bdf9-4a51-a9a3-1533a4f549b5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10642 2024.11.26 23:38:35.737160 [ 268 ] {6711d1f8-bdf9-4a51-a9a3-1533a4f549b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10643 2024.11.26 23:38:35.737561 [ 268 ] {6711d1f8-bdf9-4a51-a9a3-1533a4f549b5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10644 2024.11.26 23:38:35.737816 [ 268 ] {6711d1f8-bdf9-4a51-a9a3-1533a4f549b5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10645 2024.11.26 23:38:35.738041 [ 268 ] {6711d1f8-bdf9-4a51-a9a3-1533a4f549b5} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001786 sec., 58790.59350503919 rows/sec., 4.59 MiB/sec.
10646 2024.11.26 23:38:35.738104 [ 268 ] {6711d1f8-bdf9-4a51-a9a3-1533a4f549b5} <Debug> TCPHandler: Processed in 0.002029849 sec.
10647 2024.11.26 23:38:35.738346 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10648 2024.11.26 23:38:35.738613 [ 270 ] {0eda2127-7833-4bde-b838-dabb46f92b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10649 2024.11.26 23:38:35.738714 [ 270 ] {0eda2127-7833-4bde-b838-dabb46f92b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10650 2024.11.26 23:38:35.739550 [ 270 ] {0eda2127-7833-4bde-b838-dabb46f92b87} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10651 2024.11.26 23:38:35.739589 [ 270 ] {0eda2127-7833-4bde-b838-dabb46f92b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10652 2024.11.26 23:38:35.740006 [ 270 ] {0eda2127-7833-4bde-b838-dabb46f92b87} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10653 2024.11.26 23:38:35.740253 [ 270 ] {0eda2127-7833-4bde-b838-dabb46f92b87} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10654 2024.11.26 23:38:35.740470 [ 270 ] {0eda2127-7833-4bde-b838-dabb46f92b87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001917 sec., 83463.74543557642 rows/sec., 5.81 MiB/sec.
10655 2024.11.26 23:38:35.740527 [ 270 ] {0eda2127-7833-4bde-b838-dabb46f92b87} <Debug> TCPHandler: Processed in 0.002324872 sec.
10656 2024.11.26 23:38:35.740693 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10657 2024.11.26 23:38:35.740833 [ 268 ] {18cd7804-9a37-4a6b-86cc-95c10b95c1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10658 2024.11.26 23:38:35.740928 [ 268 ] {18cd7804-9a37-4a6b-86cc-95c10b95c1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10659 2024.11.26 23:38:35.742175 [ 268 ] {18cd7804-9a37-4a6b-86cc-95c10b95c1de} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10660 2024.11.26 23:38:35.742214 [ 268 ] {18cd7804-9a37-4a6b-86cc-95c10b95c1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10661 2024.11.26 23:38:35.742896 [ 268 ] {18cd7804-9a37-4a6b-86cc-95c10b95c1de} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10662 2024.11.26 23:38:35.743157 [ 268 ] {18cd7804-9a37-4a6b-86cc-95c10b95c1de} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10663 2024.11.26 23:38:35.743415 [ 268 ] {18cd7804-9a37-4a6b-86cc-95c10b95c1de} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002614 sec., 15684.77429227238 rows/sec., 28.11 MiB/sec.
10664 2024.11.26 23:38:35.743510 [ 268 ] {18cd7804-9a37-4a6b-86cc-95c10b95c1de} <Debug> TCPHandler: Processed in 0.002884537 sec.
10665 2024.11.26 23:38:35.743730 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10666 2024.11.26 23:38:35.743956 [ 270 ] {51112196-526b-4f31-aeb1-0381b595163b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10667 2024.11.26 23:38:35.744052 [ 270 ] {51112196-526b-4f31-aeb1-0381b595163b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10668 2024.11.26 23:38:35.744664 [ 270 ] {51112196-526b-4f31-aeb1-0381b595163b} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10669 2024.11.26 23:38:35.744703 [ 270 ] {51112196-526b-4f31-aeb1-0381b595163b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10670 2024.11.26 23:38:35.745088 [ 270 ] {51112196-526b-4f31-aeb1-0381b595163b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10671 2024.11.26 23:38:35.745334 [ 270 ] {51112196-526b-4f31-aeb1-0381b595163b} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10672 2024.11.26 23:38:35.745568 [ 270 ] {51112196-526b-4f31-aeb1-0381b595163b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001667 sec., 35992.80143971206 rows/sec., 2.43 MiB/sec.
10673 2024.11.26 23:38:35.745621 [ 270 ] {51112196-526b-4f31-aeb1-0381b595163b} <Debug> TCPHandler: Processed in 0.002005319 sec.
10674 2024.11.26 23:38:36.275488 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
10675 2024.11.26 23:38:36.294700 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10676 2024.11.26 23:38:36.294757 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10677 2024.11.26 23:38:36.301691 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10678 2024.11.26 23:38:36.302437 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10679 2024.11.26 23:38:36.305024 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
10680 2024.11.26 23:38:40.735150 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10681 2024.11.26 23:38:40.735361 [ 268 ] {d0e77f7c-4cf6-436f-9016-38af7b204e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10682 2024.11.26 23:38:40.735435 [ 268 ] {d0e77f7c-4cf6-436f-9016-38af7b204e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10683 2024.11.26 23:38:40.736236 [ 268 ] {d0e77f7c-4cf6-436f-9016-38af7b204e3c} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10684 2024.11.26 23:38:40.736287 [ 268 ] {d0e77f7c-4cf6-436f-9016-38af7b204e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10685 2024.11.26 23:38:40.736718 [ 268 ] {d0e77f7c-4cf6-436f-9016-38af7b204e3c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10686 2024.11.26 23:38:40.736972 [ 268 ] {d0e77f7c-4cf6-436f-9016-38af7b204e3c} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10687 2024.11.26 23:38:40.737179 [ 138 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10688 2024.11.26 23:38:40.737250 [ 268 ] {d0e77f7c-4cf6-436f-9016-38af7b204e3c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec.
10689 2024.11.26 23:38:40.737267 [ 138 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10690 2024.11.26 23:38:40.737341 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10691 2024.11.26 23:38:40.737396 [ 268 ] {d0e77f7c-4cf6-436f-9016-38af7b204e3c} <Debug> TCPHandler: Processed in 0.002383842 sec.
10692 2024.11.26 23:38:40.737591 [ 200 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
10693 2024.11.26 23:38:40.737662 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10694 2024.11.26 23:38:40.737783 [ 200 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10695 2024.11.26 23:38:40.737826 [ 200 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
10696 2024.11.26 23:38:40.737852 [ 270 ] {6ca43cd8-d771-462c-9dcc-7c8d1b118e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10697 2024.11.26 23:38:40.737934 [ 200 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
10698 2024.11.26 23:38:40.737986 [ 270 ] {6ca43cd8-d771-462c-9dcc-7c8d1b118e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10699 2024.11.26 23:38:40.738441 [ 200 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
10700 2024.11.26 23:38:40.738701 [ 200 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
10701 2024.11.26 23:38:40.739012 [ 200 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
10702 2024.11.26 23:38:40.740192 [ 270 ] {6ca43cd8-d771-462c-9dcc-7c8d1b118e22} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10703 2024.11.26 23:38:40.740256 [ 270 ] {6ca43cd8-d771-462c-9dcc-7c8d1b118e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10704 2024.11.26 23:38:40.740817 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003356931 sec., 20852.379748049632 rows/sec., 1.55 MiB/sec.
10705 2024.11.26 23:38:40.741102 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10706 2024.11.26 23:38:40.741113 [ 270 ] {6ca43cd8-d771-462c-9dcc-7c8d1b118e22} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
10707 2024.11.26 23:38:40.741608 [ 270 ] {6ca43cd8-d771-462c-9dcc-7c8d1b118e22} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10708 2024.11.26 23:38:40.741653 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_37_9} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10709 2024.11.26 23:38:40.741855 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_37_9} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10710 2024.11.26 23:38:40.742148 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10711 2024.11.26 23:38:40.742269 [ 270 ] {6ca43cd8-d771-462c-9dcc-7c8d1b118e22} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004452 sec., 449.23629829290206 rows/sec., 36.63 KiB/sec.
10712 2024.11.26 23:38:40.742417 [ 270 ] {6ca43cd8-d771-462c-9dcc-7c8d1b118e22} <Debug> TCPHandler: Processed in 0.004895365 sec.
10713 2024.11.26 23:38:40.742588 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10714 2024.11.26 23:38:40.742726 [ 268 ] {b777962f-9ead-420b-a8c5-4024322ebff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10715 2024.11.26 23:38:40.742784 [ 268 ] {b777962f-9ead-420b-a8c5-4024322ebff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10716 2024.11.26 23:38:40.743567 [ 268 ] {b777962f-9ead-420b-a8c5-4024322ebff2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10717 2024.11.26 23:38:40.743606 [ 268 ] {b777962f-9ead-420b-a8c5-4024322ebff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10718 2024.11.26 23:38:40.743986 [ 268 ] {b777962f-9ead-420b-a8c5-4024322ebff2} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10719 2024.11.26 23:38:40.744232 [ 268 ] {b777962f-9ead-420b-a8c5-4024322ebff2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10720 2024.11.26 23:38:40.744439 [ 268 ] {b777962f-9ead-420b-a8c5-4024322ebff2} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001742 sec., 117106.77382319173 rows/sec., 10.13 MiB/sec.
10721 2024.11.26 23:38:40.744491 [ 268 ] {b777962f-9ead-420b-a8c5-4024322ebff2} <Debug> TCPHandler: Processed in 0.001970789 sec.
10722 2024.11.26 23:38:40.744646 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10723 2024.11.26 23:38:40.744772 [ 270 ] {1b4315f9-73d6-47f1-aee6-0be76e670fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10724 2024.11.26 23:38:40.744827 [ 270 ] {1b4315f9-73d6-47f1-aee6-0be76e670fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10725 2024.11.26 23:38:40.745400 [ 270 ] {1b4315f9-73d6-47f1-aee6-0be76e670fe9} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10726 2024.11.26 23:38:40.745439 [ 270 ] {1b4315f9-73d6-47f1-aee6-0be76e670fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10727 2024.11.26 23:38:40.745782 [ 270 ] {1b4315f9-73d6-47f1-aee6-0be76e670fe9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
10728 2024.11.26 23:38:40.746086 [ 270 ] {1b4315f9-73d6-47f1-aee6-0be76e670fe9} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10729 2024.11.26 23:38:40.746304 [ 270 ] {1b4315f9-73d6-47f1-aee6-0be76e670fe9} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001561 sec., 5765.534913516976 rows/sec., 381.62 KiB/sec.
10730 2024.11.26 23:38:40.746355 [ 270 ] {1b4315f9-73d6-47f1-aee6-0be76e670fe9} <Debug> TCPHandler: Processed in 0.001768007 sec.
10731 2024.11.26 23:38:40.746509 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10732 2024.11.26 23:38:40.746645 [ 268 ] {d6de876c-ab74-4d37-8403-6ea9f67cec51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10733 2024.11.26 23:38:40.746701 [ 268 ] {d6de876c-ab74-4d37-8403-6ea9f67cec51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10734 2024.11.26 23:38:40.747468 [ 268 ] {d6de876c-ab74-4d37-8403-6ea9f67cec51} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10735 2024.11.26 23:38:40.747507 [ 268 ] {d6de876c-ab74-4d37-8403-6ea9f67cec51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10736 2024.11.26 23:38:40.747857 [ 268 ] {d6de876c-ab74-4d37-8403-6ea9f67cec51} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10737 2024.11.26 23:38:40.748098 [ 268 ] {d6de876c-ab74-4d37-8403-6ea9f67cec51} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10738 2024.11.26 23:38:40.748314 [ 268 ] {d6de876c-ab74-4d37-8403-6ea9f67cec51} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001699 sec., 8240.14125956445 rows/sec., 577.09 KiB/sec.
10739 2024.11.26 23:38:40.748366 [ 268 ] {d6de876c-ab74-4d37-8403-6ea9f67cec51} <Debug> TCPHandler: Processed in 0.001920528 sec.
10740 2024.11.26 23:38:40.748514 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10741 2024.11.26 23:38:40.748630 [ 270 ] {5537a7a3-612c-4739-9233-21943c179f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10742 2024.11.26 23:38:40.748680 [ 270 ] {5537a7a3-612c-4739-9233-21943c179f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10743 2024.11.26 23:38:40.749275 [ 270 ] {5537a7a3-612c-4739-9233-21943c179f97} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10744 2024.11.26 23:38:40.749315 [ 270 ] {5537a7a3-612c-4739-9233-21943c179f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10745 2024.11.26 23:38:40.749674 [ 270 ] {5537a7a3-612c-4739-9233-21943c179f97} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10746 2024.11.26 23:38:40.749916 [ 270 ] {5537a7a3-612c-4739-9233-21943c179f97} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10747 2024.11.26 23:38:40.750079 [ 138 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10748 2024.11.26 23:38:40.750138 [ 138 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10749 2024.11.26 23:38:40.750169 [ 270 ] {5537a7a3-612c-4739-9233-21943c179f97} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001551 sec., 8381.689232753062 rows/sec., 522.60 KiB/sec.
10750 2024.11.26 23:38:40.750173 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10751 2024.11.26 23:38:40.750333 [ 270 ] {5537a7a3-612c-4739-9233-21943c179f97} <Debug> TCPHandler: Processed in 0.001873017 sec.
10752 2024.11.26 23:38:40.750424 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
10753 2024.11.26 23:38:40.750553 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10754 2024.11.26 23:38:40.750622 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10755 2024.11.26 23:38:40.750707 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
10756 2024.11.26 23:38:40.750771 [ 268 ] {89ec34a0-0a2f-4361-952e-a3a74715cebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10757 2024.11.26 23:38:40.750908 [ 268 ] {89ec34a0-0a2f-4361-952e-a3a74715cebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10758 2024.11.26 23:38:40.750957 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
10759 2024.11.26 23:38:40.751318 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
10760 2024.11.26 23:38:40.751790 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
10761 2024.11.26 23:38:40.752247 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
10762 2024.11.26 23:38:40.754038 [ 268 ] {89ec34a0-0a2f-4361-952e-a3a74715cebc} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10763 2024.11.26 23:38:40.754121 [ 268 ] {89ec34a0-0a2f-4361-952e-a3a74715cebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10764 2024.11.26 23:38:40.754881 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004578003 sec., 14198.330582133738 rows/sec., 940.72 KiB/sec.
10765 2024.11.26 23:38:40.755100 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10766 2024.11.26 23:38:40.755177 [ 268 ] {89ec34a0-0a2f-4361-952e-a3a74715cebc} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10767 2024.11.26 23:38:40.755574 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_37_9} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10768 2024.11.26 23:38:40.755625 [ 268 ] {89ec34a0-0a2f-4361-952e-a3a74715cebc} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10769 2024.11.26 23:38:40.755755 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_37_9} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10770 2024.11.26 23:38:40.755994 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10771 2024.11.26 23:38:40.756080 [ 268 ] {89ec34a0-0a2f-4361-952e-a3a74715cebc} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.005372 sec., 71481.75725986598 rows/sec., 5.06 MiB/sec.
10772 2024.11.26 23:38:40.756150 [ 268 ] {89ec34a0-0a2f-4361-952e-a3a74715cebc} <Debug> TCPHandler: Processed in 0.005683853 sec.
10773 2024.11.26 23:38:40.756314 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10774 2024.11.26 23:38:40.756453 [ 270 ] {bd49f9ee-cd1d-45ac-aaa0-e3abed8626f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10775 2024.11.26 23:38:40.756515 [ 270 ] {bd49f9ee-cd1d-45ac-aaa0-e3abed8626f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10776 2024.11.26 23:38:40.757099 [ 270 ] {bd49f9ee-cd1d-45ac-aaa0-e3abed8626f1} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10777 2024.11.26 23:38:40.757146 [ 270 ] {bd49f9ee-cd1d-45ac-aaa0-e3abed8626f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10778 2024.11.26 23:38:40.757579 [ 270 ] {bd49f9ee-cd1d-45ac-aaa0-e3abed8626f1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10779 2024.11.26 23:38:40.757817 [ 270 ] {bd49f9ee-cd1d-45ac-aaa0-e3abed8626f1} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10780 2024.11.26 23:38:40.758023 [ 270 ] {bd49f9ee-cd1d-45ac-aaa0-e3abed8626f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001601 sec., 3747.6577139287947 rows/sec., 195.80 KiB/sec.
10781 2024.11.26 23:38:40.758074 [ 270 ] {bd49f9ee-cd1d-45ac-aaa0-e3abed8626f1} <Debug> TCPHandler: Processed in 0.001829427 sec.
10782 2024.11.26 23:38:40.758241 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10783 2024.11.26 23:38:40.758360 [ 268 ] {628be74a-c6d4-4d42-9dc1-5e4ee73c378a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10784 2024.11.26 23:38:40.758414 [ 268 ] {628be74a-c6d4-4d42-9dc1-5e4ee73c378a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10785 2024.11.26 23:38:40.759165 [ 268 ] {628be74a-c6d4-4d42-9dc1-5e4ee73c378a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10786 2024.11.26 23:38:40.759211 [ 268 ] {628be74a-c6d4-4d42-9dc1-5e4ee73c378a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10787 2024.11.26 23:38:40.759653 [ 268 ] {628be74a-c6d4-4d42-9dc1-5e4ee73c378a} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10788 2024.11.26 23:38:40.759896 [ 268 ] {628be74a-c6d4-4d42-9dc1-5e4ee73c378a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10789 2024.11.26 23:38:40.760118 [ 268 ] {628be74a-c6d4-4d42-9dc1-5e4ee73c378a} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001784 sec., 133408.07174887892 rows/sec., 8.94 MiB/sec.
10790 2024.11.26 23:38:40.760182 [ 268 ] {628be74a-c6d4-4d42-9dc1-5e4ee73c378a} <Debug> TCPHandler: Processed in 0.001997458 sec.
10791 2024.11.26 23:38:40.760383 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10792 2024.11.26 23:38:40.760532 [ 270 ] {586b58fe-35c6-4869-9ce9-0748e595afab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10793 2024.11.26 23:38:40.760585 [ 270 ] {586b58fe-35c6-4869-9ce9-0748e595afab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10794 2024.11.26 23:38:40.761070 [ 270 ] {586b58fe-35c6-4869-9ce9-0748e595afab} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10795 2024.11.26 23:38:40.761109 [ 270 ] {586b58fe-35c6-4869-9ce9-0748e595afab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10796 2024.11.26 23:38:40.761476 [ 270 ] {586b58fe-35c6-4869-9ce9-0748e595afab} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10797 2024.11.26 23:38:40.761712 [ 270 ] {586b58fe-35c6-4869-9ce9-0748e595afab} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10798 2024.11.26 23:38:40.761969 [ 270 ] {586b58fe-35c6-4869-9ce9-0748e595afab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001461 sec., 684.4626967830253 rows/sec., 46.12 KiB/sec.
10799 2024.11.26 23:38:40.762181 [ 270 ] {586b58fe-35c6-4869-9ce9-0748e595afab} <Debug> TCPHandler: Processed in 0.001911268 sec.
10800 2024.11.26 23:38:40.762375 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10801 2024.11.26 23:38:40.762500 [ 268 ] {24cecefd-917b-405d-ab47-a8d8555a627b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10802 2024.11.26 23:38:40.762560 [ 268 ] {24cecefd-917b-405d-ab47-a8d8555a627b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10803 2024.11.26 23:38:40.763135 [ 268 ] {24cecefd-917b-405d-ab47-a8d8555a627b} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10804 2024.11.26 23:38:40.763183 [ 268 ] {24cecefd-917b-405d-ab47-a8d8555a627b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10805 2024.11.26 23:38:40.763608 [ 268 ] {24cecefd-917b-405d-ab47-a8d8555a627b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10806 2024.11.26 23:38:40.763850 [ 268 ] {24cecefd-917b-405d-ab47-a8d8555a627b} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10807 2024.11.26 23:38:40.764060 [ 268 ] {24cecefd-917b-405d-ab47-a8d8555a627b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00159 sec., 51572.32704402516 rows/sec., 3.28 MiB/sec.
10808 2024.11.26 23:38:40.764109 [ 268 ] {24cecefd-917b-405d-ab47-a8d8555a627b} <Debug> TCPHandler: Processed in 0.001818987 sec.
10809 2024.11.26 23:38:42.113600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339
10810 2024.11.26 23:38:42.114345 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10811 2024.11.26 23:38:42.114391 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10812 2024.11.26 23:38:42.114922 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10813 2024.11.26 23:38:42.115187 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10814 2024.11.26 23:38:42.115425 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
10815 2024.11.26 23:38:43.805221 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
10816 2024.11.26 23:38:43.828207 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10817 2024.11.26 23:38:43.828279 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10818 2024.11.26 23:38:43.835603 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10819 2024.11.26 23:38:43.836427 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10820 2024.11.26 23:38:43.839792 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
10821 2024.11.26 23:38:44.765258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1552
10822 2024.11.26 23:38:44.768386 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10823 2024.11.26 23:38:44.768437 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10824 2024.11.26 23:38:44.769901 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10825 2024.11.26 23:38:44.770239 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10826 2024.11.26 23:38:44.770831 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1552
10827 2024.11.26 23:38:45.732012 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10828 2024.11.26 23:38:45.732227 [ 268 ] {dd7d2791-f443-4d0a-b8dc-63bbd826575b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10829 2024.11.26 23:38:45.732306 [ 268 ] {dd7d2791-f443-4d0a-b8dc-63bbd826575b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10830 2024.11.26 23:38:45.733193 [ 268 ] {dd7d2791-f443-4d0a-b8dc-63bbd826575b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10831 2024.11.26 23:38:45.733237 [ 268 ] {dd7d2791-f443-4d0a-b8dc-63bbd826575b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10832 2024.11.26 23:38:45.733689 [ 268 ] {dd7d2791-f443-4d0a-b8dc-63bbd826575b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10833 2024.11.26 23:38:45.733945 [ 268 ] {dd7d2791-f443-4d0a-b8dc-63bbd826575b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10834 2024.11.26 23:38:45.734188 [ 268 ] {dd7d2791-f443-4d0a-b8dc-63bbd826575b} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002021 sec., 68283.02820385949 rows/sec., 5.90 MiB/sec.
10835 2024.11.26 23:38:45.734243 [ 268 ] {dd7d2791-f443-4d0a-b8dc-63bbd826575b} <Debug> TCPHandler: Processed in 0.002367022 sec.
10836 2024.11.26 23:38:45.734500 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10837 2024.11.26 23:38:45.734715 [ 270 ] {ef16cbbf-cc2f-49db-a2bf-4368ccc1b93a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10838 2024.11.26 23:38:45.734796 [ 270 ] {ef16cbbf-cc2f-49db-a2bf-4368ccc1b93a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10839 2024.11.26 23:38:45.735664 [ 270 ] {ef16cbbf-cc2f-49db-a2bf-4368ccc1b93a} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10840 2024.11.26 23:38:45.735711 [ 270 ] {ef16cbbf-cc2f-49db-a2bf-4368ccc1b93a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10841 2024.11.26 23:38:45.736147 [ 270 ] {ef16cbbf-cc2f-49db-a2bf-4368ccc1b93a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10842 2024.11.26 23:38:45.736407 [ 270 ] {ef16cbbf-cc2f-49db-a2bf-4368ccc1b93a} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10843 2024.11.26 23:38:45.736628 [ 270 ] {ef16cbbf-cc2f-49db-a2bf-4368ccc1b93a} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.00197 sec., 20812.18274111675 rows/sec., 1.53 MiB/sec.
10844 2024.11.26 23:38:45.736645 [ 131 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10845 2024.11.26 23:38:45.736708 [ 270 ] {ef16cbbf-cc2f-49db-a2bf-4368ccc1b93a} <Debug> TCPHandler: Processed in 0.002335992 sec.
10846 2024.11.26 23:38:45.736744 [ 131 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10847 2024.11.26 23:38:45.736803 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10848 2024.11.26 23:38:45.736911 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10849 2024.11.26 23:38:45.736995 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
10850 2024.11.26 23:38:45.737152 [ 268 ] {08fef2d9-4c4a-46e0-9f83-fb119d962a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10851 2024.11.26 23:38:45.737270 [ 268 ] {08fef2d9-4c4a-46e0-9f83-fb119d962a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10852 2024.11.26 23:38:45.737270 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10853 2024.11.26 23:38:45.737395 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 66 rows starting from the beginning of the part
10854 2024.11.26 23:38:45.737713 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 55 rows starting from the beginning of the part
10855 2024.11.26 23:38:45.738015 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part
10856 2024.11.26 23:38:45.738432 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 41 rows starting from the beginning of the part
10857 2024.11.26 23:38:45.738891 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 9 rows starting from the beginning of the part
10858 2024.11.26 23:38:45.739243 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 41 rows starting from the beginning of the part
10859 2024.11.26 23:38:45.740246 [ 268 ] {08fef2d9-4c4a-46e0-9f83-fb119d962a0e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10860 2024.11.26 23:38:45.740321 [ 268 ] {08fef2d9-4c4a-46e0-9f83-fb119d962a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10861 2024.11.26 23:38:45.741367 [ 268 ] {08fef2d9-4c4a-46e0-9f83-fb119d962a0e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10862 2024.11.26 23:38:45.741966 [ 268 ] {08fef2d9-4c4a-46e0-9f83-fb119d962a0e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10863 2024.11.26 23:38:45.741985 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 219 rows, containing 5 columns (5 merged, 0 gathered) in 0.005108727 sec., 42867.82206213015 rows/sec., 3.24 MiB/sec.
10864 2024.11.26 23:38:45.742251 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10865 2024.11.26 23:38:45.742453 [ 268 ] {08fef2d9-4c4a-46e0-9f83-fb119d962a0e} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.005387 sec., 19491.368108409133 rows/sec., 1.52 MiB/sec.
10866 2024.11.26 23:38:45.742589 [ 268 ] {08fef2d9-4c4a-46e0-9f83-fb119d962a0e} <Debug> TCPHandler: Processed in 0.005771994 sec.
10867 2024.11.26 23:38:45.742787 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10868 2024.11.26 23:38:45.742788 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10869 2024.11.26 23:38:45.742900 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_76_15} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10870 2024.11.26 23:38:45.742951 [ 270 ] {e3ae5e95-2e84-4339-a3e1-a7d43c63a7f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10871 2024.11.26 23:38:45.742996 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10872 2024.11.26 23:38:45.743038 [ 270 ] {e3ae5e95-2e84-4339-a3e1-a7d43c63a7f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10873 2024.11.26 23:38:45.743714 [ 270 ] {e3ae5e95-2e84-4339-a3e1-a7d43c63a7f2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10874 2024.11.26 23:38:45.743754 [ 270 ] {e3ae5e95-2e84-4339-a3e1-a7d43c63a7f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10875 2024.11.26 23:38:45.744165 [ 270 ] {e3ae5e95-2e84-4339-a3e1-a7d43c63a7f2} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10876 2024.11.26 23:38:45.744422 [ 270 ] {e3ae5e95-2e84-4339-a3e1-a7d43c63a7f2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10877 2024.11.26 23:38:45.744595 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0
10878 2024.11.26 23:38:45.744649 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10879 2024.11.26 23:38:45.744666 [ 270 ] {e3ae5e95-2e84-4339-a3e1-a7d43c63a7f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001743 sec., 91795.75444635686 rows/sec., 6.39 MiB/sec.
10880 2024.11.26 23:38:45.744697 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10881 2024.11.26 23:38:45.744808 [ 270 ] {e3ae5e95-2e84-4339-a3e1-a7d43c63a7f2} <Debug> TCPHandler: Processed in 0.00210033 sec.
10882 2024.11.26 23:38:45.745033 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full
10883 2024.11.26 23:38:45.745056 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10884 2024.11.26 23:38:45.745356 [ 268 ] {41497d81-136c-4d63-abed-9704204296e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10885 2024.11.26 23:38:45.745376 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10886 2024.11.26 23:38:45.745494 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_85_17, total 25951 rows starting from the beginning of the part
10887 2024.11.26 23:38:45.745567 [ 268 ] {41497d81-136c-4d63-abed-9704204296e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10888 2024.11.26 23:38:45.745819 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 84 rows starting from the beginning of the part
10889 2024.11.26 23:38:45.746299 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part
10890 2024.11.26 23:38:45.746862 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part
10891 2024.11.26 23:38:45.747219 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 238 rows starting from the beginning of the part
10892 2024.11.26 23:38:45.747592 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part
10893 2024.11.26 23:38:45.750583 [ 268 ] {41497d81-136c-4d63-abed-9704204296e6} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10894 2024.11.26 23:38:45.750661 [ 268 ] {41497d81-136c-4d63-abed-9704204296e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10895 2024.11.26 23:38:45.752591 [ 268 ] {41497d81-136c-4d63-abed-9704204296e6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10896 2024.11.26 23:38:45.753257 [ 268 ] {41497d81-136c-4d63-abed-9704204296e6} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10897 2024.11.26 23:38:45.753647 [ 268 ] {41497d81-136c-4d63-abed-9704204296e6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008394 sec., 4884.441267572075 rows/sec., 8.75 MiB/sec.
10898 2024.11.26 23:38:45.753811 [ 268 ] {41497d81-136c-4d63-abed-9704204296e6} <Debug> TCPHandler: Processed in 0.008872023 sec.
10899 2024.11.26 23:38:45.754052 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10900 2024.11.26 23:38:45.754420 [ 270 ] {e2a51126-98ed-4579-92d8-483f4820bf6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10901 2024.11.26 23:38:45.754519 [ 270 ] {e2a51126-98ed-4579-92d8-483f4820bf6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10902 2024.11.26 23:38:45.755234 [ 270 ] {e2a51126-98ed-4579-92d8-483f4820bf6f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10903 2024.11.26 23:38:45.755285 [ 270 ] {e2a51126-98ed-4579-92d8-483f4820bf6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10904 2024.11.26 23:38:45.755981 [ 270 ] {e2a51126-98ed-4579-92d8-483f4820bf6f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10905 2024.11.26 23:38:45.756484 [ 270 ] {e2a51126-98ed-4579-92d8-483f4820bf6f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10906 2024.11.26 23:38:45.756844 [ 270 ] {e2a51126-98ed-4579-92d8-483f4820bf6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002535 sec., 23668.63905325444 rows/sec., 1.60 MiB/sec.
10907 2024.11.26 23:38:45.756906 [ 270 ] {e2a51126-98ed-4579-92d8-483f4820bf6f} <Debug> TCPHandler: Processed in 0.002970458 sec.
10908 2024.11.26 23:38:45.758268 [ 188 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26830 rows, containing 5 columns (5 merged, 0 gathered) in 0.013437715 sec., 1996619.2168832277 rows/sec., 134.85 MiB/sec.
10909 2024.11.26 23:38:45.758635 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary)
10910 2024.11.26 23:38:45.758972 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10911 2024.11.26 23:38:45.759063 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18
10912 2024.11.26 23:38:45.759174 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
10913 2024.11.26 23:38:46.000190 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.76 MiB, peak 248.54 MiB, free memory in arenas 0.00 B, will set to 237.97 MiB (RSS), difference: 2.21 MiB
10914 2024.11.26 23:38:49.458229 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
10915 2024.11.26 23:38:49.458308 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
10916 2024.11.26 23:38:49.615680 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766
10917 2024.11.26 23:38:49.616343 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10918 2024.11.26 23:38:49.616395 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10919 2024.11.26 23:38:49.616951 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10920 2024.11.26 23:38:49.617216 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10921 2024.11.26 23:38:49.617476 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
10922 2024.11.26 23:38:50.734038 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10923 2024.11.26 23:38:50.734352 [ 268 ] {2025edf0-095a-4a03-aaff-0659561154c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10924 2024.11.26 23:38:50.734472 [ 268 ] {2025edf0-095a-4a03-aaff-0659561154c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10925 2024.11.26 23:38:50.735435 [ 268 ] {2025edf0-095a-4a03-aaff-0659561154c5} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10926 2024.11.26 23:38:50.735489 [ 268 ] {2025edf0-095a-4a03-aaff-0659561154c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10927 2024.11.26 23:38:50.735938 [ 268 ] {2025edf0-095a-4a03-aaff-0659561154c5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10928 2024.11.26 23:38:50.736199 [ 268 ] {2025edf0-095a-4a03-aaff-0659561154c5} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10929 2024.11.26 23:38:50.736443 [ 268 ] {2025edf0-095a-4a03-aaff-0659561154c5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002182 sec., 6416.131989000917 rows/sec., 461.88 KiB/sec.
10930 2024.11.26 23:38:50.736513 [ 268 ] {2025edf0-095a-4a03-aaff-0659561154c5} <Debug> TCPHandler: Processed in 0.002665594 sec.
10931 2024.11.26 23:38:50.736776 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10932 2024.11.26 23:38:50.736988 [ 270 ] {b84f1a5b-df3d-4e2c-ba38-9bf92cf41218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10933 2024.11.26 23:38:50.737066 [ 270 ] {b84f1a5b-df3d-4e2c-ba38-9bf92cf41218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10934 2024.11.26 23:38:50.738008 [ 270 ] {b84f1a5b-df3d-4e2c-ba38-9bf92cf41218} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10935 2024.11.26 23:38:50.738049 [ 270 ] {b84f1a5b-df3d-4e2c-ba38-9bf92cf41218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10936 2024.11.26 23:38:50.738499 [ 270 ] {b84f1a5b-df3d-4e2c-ba38-9bf92cf41218} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10937 2024.11.26 23:38:50.738752 [ 270 ] {b84f1a5b-df3d-4e2c-ba38-9bf92cf41218} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10938 2024.11.26 23:38:50.738906 [ 124 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10939 2024.11.26 23:38:50.738960 [ 270 ] {b84f1a5b-df3d-4e2c-ba38-9bf92cf41218} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002031 sec., 99950.7631708518 rows/sec., 8.65 MiB/sec.
10940 2024.11.26 23:38:50.738961 [ 124 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10941 2024.11.26 23:38:50.739012 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10942 2024.11.26 23:38:50.739038 [ 270 ] {b84f1a5b-df3d-4e2c-ba38-9bf92cf41218} <Debug> TCPHandler: Processed in 0.002396812 sec.
10943 2024.11.26 23:38:50.739341 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10944 2024.11.26 23:38:50.739440 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
10945 2024.11.26 23:38:50.739834 [ 268 ] {7a290f19-52c1-4862-aa98-feb3cc232e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10946 2024.11.26 23:38:50.740075 [ 268 ] {7a290f19-52c1-4862-aa98-feb3cc232e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10947 2024.11.26 23:38:50.740168 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10948 2024.11.26 23:38:50.740326 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1434 rows starting from the beginning of the part
10949 2024.11.26 23:38:50.740929 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 203 rows starting from the beginning of the part
10950 2024.11.26 23:38:50.741451 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 138 rows starting from the beginning of the part
10951 2024.11.26 23:38:50.741990 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 204 rows starting from the beginning of the part
10952 2024.11.26 23:38:50.742423 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 138 rows starting from the beginning of the part
10953 2024.11.26 23:38:50.742839 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 203 rows starting from the beginning of the part
10954 2024.11.26 23:38:50.743928 [ 268 ] {7a290f19-52c1-4862-aa98-feb3cc232e15} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10955 2024.11.26 23:38:50.744015 [ 268 ] {7a290f19-52c1-4862-aa98-feb3cc232e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10956 2024.11.26 23:38:50.744943 [ 268 ] {7a290f19-52c1-4862-aa98-feb3cc232e15} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10957 2024.11.26 23:38:50.745452 [ 268 ] {7a290f19-52c1-4862-aa98-feb3cc232e15} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10958 2024.11.26 23:38:50.745738 [ 268 ] {7a290f19-52c1-4862-aa98-feb3cc232e15} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.006125 sec., 1142.857142857143 rows/sec., 74.46 KiB/sec.
10959 2024.11.26 23:38:50.745941 [ 268 ] {7a290f19-52c1-4862-aa98-feb3cc232e15} <Debug> TCPHandler: Processed in 0.006792844 sec.
10960 2024.11.26 23:38:50.746251 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10961 2024.11.26 23:38:50.746327 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2320 rows, containing 5 columns (5 merged, 0 gathered) in 0.007155537 sec., 324224.44325282646 rows/sec., 28.73 MiB/sec.
10962 2024.11.26 23:38:50.746418 [ 270 ] {dcdbc8bd-0379-4a5f-864e-507e971a938f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10963 2024.11.26 23:38:50.746480 [ 270 ] {dcdbc8bd-0379-4a5f-864e-507e971a938f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10964 2024.11.26 23:38:50.746603 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10965 2024.11.26 23:38:50.747029 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10966 2024.11.26 23:38:50.747154 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_91_18} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10967 2024.11.26 23:38:50.747265 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
10968 2024.11.26 23:38:50.747348 [ 270 ] {dcdbc8bd-0379-4a5f-864e-507e971a938f} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10969 2024.11.26 23:38:50.747386 [ 270 ] {dcdbc8bd-0379-4a5f-864e-507e971a938f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10970 2024.11.26 23:38:50.747751 [ 270 ] {dcdbc8bd-0379-4a5f-864e-507e971a938f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10971 2024.11.26 23:38:50.747996 [ 270 ] {dcdbc8bd-0379-4a5f-864e-507e971a938f} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10972 2024.11.26 23:38:50.748175 [ 123 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10973 2024.11.26 23:38:50.748252 [ 270 ] {dcdbc8bd-0379-4a5f-864e-507e971a938f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001863 sec., 7514.761137949544 rows/sec., 526.28 KiB/sec.
10974 2024.11.26 23:38:50.748260 [ 123 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10975 2024.11.26 23:38:50.748347 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10976 2024.11.26 23:38:50.748403 [ 270 ] {dcdbc8bd-0379-4a5f-864e-507e971a938f} <Debug> TCPHandler: Processed in 0.002310741 sec.
10977 2024.11.26 23:38:50.748608 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
10978 2024.11.26 23:38:50.748629 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10979 2024.11.26 23:38:50.748758 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10980 2024.11.26 23:38:50.748803 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 242 rows starting from the beginning of the part
10981 2024.11.26 23:38:50.748807 [ 268 ] {93e3dc57-5ae3-462e-99fc-91a2b622ab2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10982 2024.11.26 23:38:50.748886 [ 268 ] {93e3dc57-5ae3-462e-99fc-91a2b622ab2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10983 2024.11.26 23:38:50.748975 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
10984 2024.11.26 23:38:50.749428 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 228 rows starting from the beginning of the part
10985 2024.11.26 23:38:50.749842 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part
10986 2024.11.26 23:38:50.750243 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
10987 2024.11.26 23:38:50.750658 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part
10988 2024.11.26 23:38:50.751704 [ 268 ] {93e3dc57-5ae3-462e-99fc-91a2b622ab2c} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10989 2024.11.26 23:38:50.751750 [ 268 ] {93e3dc57-5ae3-462e-99fc-91a2b622ab2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10990 2024.11.26 23:38:50.752359 [ 268 ] {93e3dc57-5ae3-462e-99fc-91a2b622ab2c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10991 2024.11.26 23:38:50.752623 [ 188 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004150159 sec., 126742.13204843478 rows/sec., 9.08 MiB/sec.
10992 2024.11.26 23:38:50.752769 [ 268 ] {93e3dc57-5ae3-462e-99fc-91a2b622ab2c} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10993 2024.11.26 23:38:50.752882 [ 188 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10994 2024.11.26 23:38:50.753275 [ 268 ] {93e3dc57-5ae3-462e-99fc-91a2b622ab2c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004489 sec., 2895.9679215860992 rows/sec., 180.56 KiB/sec.
10995 2024.11.26 23:38:50.753549 [ 268 ] {93e3dc57-5ae3-462e-99fc-91a2b622ab2c} <Debug> TCPHandler: Processed in 0.005005066 sec.
10996 2024.11.26 23:38:50.753852 [ 188 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10997 2024.11.26 23:38:50.753877 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10998 2024.11.26 23:38:50.754233 [ 188 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_51_10} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10999 2024.11.26 23:38:50.754346 [ 270 ] {2a5357bc-8276-4f73-9ef8-b74ce68a332f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11000 2024.11.26 23:38:50.754469 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
11001 2024.11.26 23:38:50.754483 [ 270 ] {2a5357bc-8276-4f73-9ef8-b74ce68a332f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11002 2024.11.26 23:38:50.755303 [ 270 ] {2a5357bc-8276-4f73-9ef8-b74ce68a332f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11003 2024.11.26 23:38:50.755343 [ 270 ] {2a5357bc-8276-4f73-9ef8-b74ce68a332f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11004 2024.11.26 23:38:50.755743 [ 270 ] {2a5357bc-8276-4f73-9ef8-b74ce68a332f} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11005 2024.11.26 23:38:50.755986 [ 270 ] {2a5357bc-8276-4f73-9ef8-b74ce68a332f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11006 2024.11.26 23:38:50.756162 [ 123 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11007 2024.11.26 23:38:50.756214 [ 123 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11008 2024.11.26 23:38:50.756235 [ 270 ] {2a5357bc-8276-4f73-9ef8-b74ce68a332f} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002035 sec., 187714.9877149877 rows/sec., 13.28 MiB/sec.
11009 2024.11.26 23:38:50.756249 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11010 2024.11.26 23:38:50.756418 [ 270 ] {2a5357bc-8276-4f73-9ef8-b74ce68a332f} <Debug> TCPHandler: Processed in 0.002737005 sec.
11011 2024.11.26 23:38:50.756502 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
11012 2024.11.26 23:38:50.756649 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11013 2024.11.26 23:38:50.756686 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11014 2024.11.26 23:38:50.756729 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 915 rows starting from the beginning of the part
11015 2024.11.26 23:38:50.756999 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 382 rows starting from the beginning of the part
11016 2024.11.26 23:38:50.757041 [ 268 ] {d9cc3aff-0fda-4e57-a146-48d1edc08c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11017 2024.11.26 23:38:50.757249 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 105 rows starting from the beginning of the part
11018 2024.11.26 23:38:50.757280 [ 268 ] {d9cc3aff-0fda-4e57-a146-48d1edc08c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11019 2024.11.26 23:38:50.757569 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 384 rows starting from the beginning of the part
11020 2024.11.26 23:38:50.757909 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 105 rows starting from the beginning of the part
11021 2024.11.26 23:38:50.758285 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 382 rows starting from the beginning of the part
11022 2024.11.26 23:38:50.759635 [ 268 ] {d9cc3aff-0fda-4e57-a146-48d1edc08c0c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11023 2024.11.26 23:38:50.759714 [ 268 ] {d9cc3aff-0fda-4e57-a146-48d1edc08c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11024 2024.11.26 23:38:50.760750 [ 268 ] {d9cc3aff-0fda-4e57-a146-48d1edc08c0c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11025 2024.11.26 23:38:50.761180 [ 268 ] {d9cc3aff-0fda-4e57-a146-48d1edc08c0c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11026 2024.11.26 23:38:50.761431 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2273 rows, containing 5 columns (5 merged, 0 gathered) in 0.005070017 sec., 448321.96815119166 rows/sec., 34.10 MiB/sec.
11027 2024.11.26 23:38:50.761744 [ 268 ] {d9cc3aff-0fda-4e57-a146-48d1edc08c0c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004924 sec., 1218.5215272136472 rows/sec., 63.66 KiB/sec.
11028 2024.11.26 23:38:50.761796 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11029 2024.11.26 23:38:50.762084 [ 268 ] {d9cc3aff-0fda-4e57-a146-48d1edc08c0c} <Debug> TCPHandler: Processed in 0.005533471 sec.
11030 2024.11.26 23:38:50.762396 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11031 2024.11.26 23:38:50.762679 [ 270 ] {703e7cfe-fb80-4727-9086-c2ada64f27bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11032 2024.11.26 23:38:50.762706 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11033 2024.11.26 23:38:50.762748 [ 270 ] {703e7cfe-fb80-4727-9086-c2ada64f27bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11034 2024.11.26 23:38:50.762829 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_91_18} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11035 2024.11.26 23:38:50.762948 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
11036 2024.11.26 23:38:50.763445 [ 270 ] {703e7cfe-fb80-4727-9086-c2ada64f27bb} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11037 2024.11.26 23:38:50.763483 [ 270 ] {703e7cfe-fb80-4727-9086-c2ada64f27bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11038 2024.11.26 23:38:50.763889 [ 270 ] {703e7cfe-fb80-4727-9086-c2ada64f27bb} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11039 2024.11.26 23:38:50.764130 [ 270 ] {703e7cfe-fb80-4727-9086-c2ada64f27bb} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11040 2024.11.26 23:38:50.764352 [ 270 ] {703e7cfe-fb80-4727-9086-c2ada64f27bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001743 sec., 135972.4612736661 rows/sec., 9.11 MiB/sec.
11041 2024.11.26 23:38:50.764414 [ 270 ] {703e7cfe-fb80-4727-9086-c2ada64f27bb} <Debug> TCPHandler: Processed in 0.002189661 sec.
11042 2024.11.26 23:38:50.764583 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11043 2024.11.26 23:38:50.764703 [ 268 ] {67bd11df-a7f8-4333-a44c-7d5122d929eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11044 2024.11.26 23:38:50.764755 [ 268 ] {67bd11df-a7f8-4333-a44c-7d5122d929eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11045 2024.11.26 23:38:50.765235 [ 268 ] {67bd11df-a7f8-4333-a44c-7d5122d929eb} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11046 2024.11.26 23:38:50.765275 [ 268 ] {67bd11df-a7f8-4333-a44c-7d5122d929eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11047 2024.11.26 23:38:50.765653 [ 268 ] {67bd11df-a7f8-4333-a44c-7d5122d929eb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
11048 2024.11.26 23:38:50.765908 [ 268 ] {67bd11df-a7f8-4333-a44c-7d5122d929eb} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11049 2024.11.26 23:38:50.766159 [ 268 ] {67bd11df-a7f8-4333-a44c-7d5122d929eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec.
11050 2024.11.26 23:38:50.766314 [ 268 ] {67bd11df-a7f8-4333-a44c-7d5122d929eb} <Debug> TCPHandler: Processed in 0.001785977 sec.
11051 2024.11.26 23:38:50.766516 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11052 2024.11.26 23:38:50.766639 [ 270 ] {0ada803c-6a03-4a86-8f26-58df9daae9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11053 2024.11.26 23:38:50.766687 [ 270 ] {0ada803c-6a03-4a86-8f26-58df9daae9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11054 2024.11.26 23:38:50.767178 [ 270 ] {0ada803c-6a03-4a86-8f26-58df9daae9b2} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11055 2024.11.26 23:38:50.767218 [ 270 ] {0ada803c-6a03-4a86-8f26-58df9daae9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11056 2024.11.26 23:38:50.767598 [ 270 ] {0ada803c-6a03-4a86-8f26-58df9daae9b2} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11057 2024.11.26 23:38:50.767835 [ 270 ] {0ada803c-6a03-4a86-8f26-58df9daae9b2} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11058 2024.11.26 23:38:50.768001 [ 123 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11059 2024.11.26 23:38:50.768070 [ 123 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11060 2024.11.26 23:38:50.768085 [ 270 ] {0ada803c-6a03-4a86-8f26-58df9daae9b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec.
11061 2024.11.26 23:38:50.768113 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11062 2024.11.26 23:38:50.768223 [ 270 ] {0ada803c-6a03-4a86-8f26-58df9daae9b2} <Debug> TCPHandler: Processed in 0.001792466 sec.
11063 2024.11.26 23:38:50.768469 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
11064 2024.11.26 23:38:50.768876 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11065 2024.11.26 23:38:50.768977 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5150 rows starting from the beginning of the part
11066 2024.11.26 23:38:50.769323 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part
11067 2024.11.26 23:38:50.769705 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part
11068 2024.11.26 23:38:50.769833 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part
11069 2024.11.26 23:38:50.770026 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part
11070 2024.11.26 23:38:50.770215 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part
11071 2024.11.26 23:38:50.772289 [ 188 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5516 rows, containing 4 columns (4 merged, 0 gathered) in 0.004043217 sec., 1364260.1918225018 rows/sec., 88.95 MiB/sec.
11072 2024.11.26 23:38:50.772700 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11073 2024.11.26 23:38:50.773060 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11074 2024.11.26 23:38:50.773170 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_91_18} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11075 2024.11.26 23:38:50.773283 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB.
11076 2024.11.26 23:38:51.339991 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
11077 2024.11.26 23:38:51.360708 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11078 2024.11.26 23:38:51.360754 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11079 2024.11.26 23:38:51.368077 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11080 2024.11.26 23:38:51.368859 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11081 2024.11.26 23:38:51.371412 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
11082 2024.11.26 23:38:52.183476 [ 121 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
11083 2024.11.26 23:38:52.183575 [ 121 ] {} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11084 2024.11.26 23:38:52.183617 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11085 2024.11.26 23:38:52.183864 [ 202 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
11086 2024.11.26 23:38:52.184135 [ 202 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11087 2024.11.26 23:38:52.184172 [ 202 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part
11088 2024.11.26 23:38:52.184251 [ 202 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
11089 2024.11.26 23:38:52.184344 [ 202 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
11090 2024.11.26 23:38:52.184590 [ 202 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
11091 2024.11.26 23:38:52.184759 [ 202 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part
11092 2024.11.26 23:38:52.185725 [ 188 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002009469 sec., 18910.46838741976 rows/sec., 1.58 MiB/sec.
11093 2024.11.26 23:38:52.185880 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
11094 2024.11.26 23:38:52.186181 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_17_4} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11095 2024.11.26 23:38:52.186273 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_17_4} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
11096 2024.11.26 23:38:52.186359 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11097 2024.11.26 23:38:53.155719 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11098 2024.11.26 23:38:53.155953 [ 268 ] {1a20a05a-0798-445f-be62-eed3683e6336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11099 2024.11.26 23:38:53.156033 [ 268 ] {1a20a05a-0798-445f-be62-eed3683e6336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11100 2024.11.26 23:38:53.156802 [ 268 ] {1a20a05a-0798-445f-be62-eed3683e6336} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11101 2024.11.26 23:38:53.156847 [ 268 ] {1a20a05a-0798-445f-be62-eed3683e6336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11102 2024.11.26 23:38:53.157294 [ 268 ] {1a20a05a-0798-445f-be62-eed3683e6336} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11103 2024.11.26 23:38:53.157566 [ 268 ] {1a20a05a-0798-445f-be62-eed3683e6336} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11104 2024.11.26 23:38:53.157777 [ 268 ] {1a20a05a-0798-445f-be62-eed3683e6336} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001885 sec., 1061.0079575596817 rows/sec., 86.52 KiB/sec.
11105 2024.11.26 23:38:53.157842 [ 268 ] {1a20a05a-0798-445f-be62-eed3683e6336} <Debug> TCPHandler: Processed in 0.002260761 sec.
11106 2024.11.26 23:38:53.158104 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11107 2024.11.26 23:38:53.158317 [ 270 ] {fa971b11-543b-4adf-bed3-8558461b3ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11108 2024.11.26 23:38:53.158402 [ 270 ] {fa971b11-543b-4adf-bed3-8558461b3ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11109 2024.11.26 23:38:53.159928 [ 270 ] {fa971b11-543b-4adf-bed3-8558461b3ddc} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11110 2024.11.26 23:38:53.159981 [ 270 ] {fa971b11-543b-4adf-bed3-8558461b3ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11111 2024.11.26 23:38:53.160513 [ 270 ] {fa971b11-543b-4adf-bed3-8558461b3ddc} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11112 2024.11.26 23:38:53.160772 [ 270 ] {fa971b11-543b-4adf-bed3-8558461b3ddc} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11113 2024.11.26 23:38:53.161008 [ 270 ] {fa971b11-543b-4adf-bed3-8558461b3ddc} <Debug> executeQuery: Read 1279 rows, 108.84 KiB in 0.002749 sec., 465260.0945798472 rows/sec., 38.66 MiB/sec.
11114 2024.11.26 23:38:53.161076 [ 270 ] {fa971b11-543b-4adf-bed3-8558461b3ddc} <Debug> TCPHandler: Processed in 0.003110699 sec.
11115 2024.11.26 23:38:53.161242 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11116 2024.11.26 23:38:53.161387 [ 268 ] {0ac966a7-c734-4241-833d-2f3b7aa2c67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11117 2024.11.26 23:38:53.161449 [ 268 ] {0ac966a7-c734-4241-833d-2f3b7aa2c67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11118 2024.11.26 23:38:53.162130 [ 268 ] {0ac966a7-c734-4241-833d-2f3b7aa2c67d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11119 2024.11.26 23:38:53.162169 [ 268 ] {0ac966a7-c734-4241-833d-2f3b7aa2c67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11120 2024.11.26 23:38:53.162556 [ 268 ] {0ac966a7-c734-4241-833d-2f3b7aa2c67d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11121 2024.11.26 23:38:53.162808 [ 268 ] {0ac966a7-c734-4241-833d-2f3b7aa2c67d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11122 2024.11.26 23:38:53.162990 [ 268 ] {0ac966a7-c734-4241-833d-2f3b7aa2c67d} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.001638 sec., 26251.52625152625 rows/sec., 1.92 MiB/sec.
11123 2024.11.26 23:38:53.163042 [ 268 ] {0ac966a7-c734-4241-833d-2f3b7aa2c67d} <Debug> TCPHandler: Processed in 0.001869387 sec.
11124 2024.11.26 23:38:53.163253 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11125 2024.11.26 23:38:53.163484 [ 270 ] {01847647-361d-4b49-86a4-ae487fa9bf8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11126 2024.11.26 23:38:53.163582 [ 270 ] {01847647-361d-4b49-86a4-ae487fa9bf8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11127 2024.11.26 23:38:53.164459 [ 270 ] {01847647-361d-4b49-86a4-ae487fa9bf8a} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11128 2024.11.26 23:38:53.164499 [ 270 ] {01847647-361d-4b49-86a4-ae487fa9bf8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11129 2024.11.26 23:38:53.164869 [ 270 ] {01847647-361d-4b49-86a4-ae487fa9bf8a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11130 2024.11.26 23:38:53.165107 [ 270 ] {01847647-361d-4b49-86a4-ae487fa9bf8a} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11131 2024.11.26 23:38:53.165310 [ 270 ] {01847647-361d-4b49-86a4-ae487fa9bf8a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001885 sec., 120954.90716180371 rows/sec., 8.19 MiB/sec.
11132 2024.11.26 23:38:53.165363 [ 270 ] {01847647-361d-4b49-86a4-ae487fa9bf8a} <Debug> TCPHandler: Processed in 0.002221171 sec.
11133 2024.11.26 23:38:53.165508 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11134 2024.11.26 23:38:53.165643 [ 268 ] {9079eafa-b5a0-4d8c-b670-77d1d1653708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11135 2024.11.26 23:38:53.165701 [ 268 ] {9079eafa-b5a0-4d8c-b670-77d1d1653708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11136 2024.11.26 23:38:53.166588 [ 268 ] {9079eafa-b5a0-4d8c-b670-77d1d1653708} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11137 2024.11.26 23:38:53.166626 [ 268 ] {9079eafa-b5a0-4d8c-b670-77d1d1653708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11138 2024.11.26 23:38:53.167022 [ 268 ] {9079eafa-b5a0-4d8c-b670-77d1d1653708} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11139 2024.11.26 23:38:53.167279 [ 268 ] {9079eafa-b5a0-4d8c-b670-77d1d1653708} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11140 2024.11.26 23:38:53.167455 [ 268 ] {9079eafa-b5a0-4d8c-b670-77d1d1653708} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.001841 sec., 305812.0586637697 rows/sec., 22.73 MiB/sec.
11141 2024.11.26 23:38:53.167507 [ 268 ] {9079eafa-b5a0-4d8c-b670-77d1d1653708} <Debug> TCPHandler: Processed in 0.002065929 sec.
11142 2024.11.26 23:38:53.167665 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11143 2024.11.26 23:38:53.167804 [ 270 ] {f06fd679-c16d-4396-812f-810c568243f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11144 2024.11.26 23:38:53.167868 [ 270 ] {f06fd679-c16d-4396-812f-810c568243f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11145 2024.11.26 23:38:53.168674 [ 270 ] {f06fd679-c16d-4396-812f-810c568243f1} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11146 2024.11.26 23:38:53.168713 [ 270 ] {f06fd679-c16d-4396-812f-810c568243f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11147 2024.11.26 23:38:53.169168 [ 270 ] {f06fd679-c16d-4396-812f-810c568243f1} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11148 2024.11.26 23:38:53.169409 [ 270 ] {f06fd679-c16d-4396-812f-810c568243f1} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11149 2024.11.26 23:38:53.169614 [ 270 ] {f06fd679-c16d-4396-812f-810c568243f1} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.001838 sec., 513057.6713819369 rows/sec., 34.40 MiB/sec.
11150 2024.11.26 23:38:53.169726 [ 270 ] {f06fd679-c16d-4396-812f-810c568243f1} <Debug> TCPHandler: Processed in 0.0021252 sec.
11151 2024.11.26 23:38:53.169892 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11152 2024.11.26 23:38:53.170261 [ 268 ] {75ceadf1-364c-4e6b-a690-2507d0333219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11153 2024.11.26 23:38:53.170561 [ 268 ] {75ceadf1-364c-4e6b-a690-2507d0333219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11154 2024.11.26 23:38:53.171827 [ 268 ] {75ceadf1-364c-4e6b-a690-2507d0333219} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11155 2024.11.26 23:38:53.171868 [ 268 ] {75ceadf1-364c-4e6b-a690-2507d0333219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11156 2024.11.26 23:38:53.172569 [ 268 ] {75ceadf1-364c-4e6b-a690-2507d0333219} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11157 2024.11.26 23:38:53.172835 [ 268 ] {75ceadf1-364c-4e6b-a690-2507d0333219} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11158 2024.11.26 23:38:53.173097 [ 268 ] {75ceadf1-364c-4e6b-a690-2507d0333219} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002973 sec., 13790.783720148 rows/sec., 24.71 MiB/sec.
11159 2024.11.26 23:38:53.173191 [ 268 ] {75ceadf1-364c-4e6b-a690-2507d0333219} <Debug> TCPHandler: Processed in 0.003380012 sec.
11160 2024.11.26 23:38:53.173393 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11161 2024.11.26 23:38:53.173613 [ 270 ] {1b7ae54d-d711-4059-aa10-40f560c98d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11162 2024.11.26 23:38:53.173706 [ 270 ] {1b7ae54d-d711-4059-aa10-40f560c98d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11163 2024.11.26 23:38:53.174325 [ 270 ] {1b7ae54d-d711-4059-aa10-40f560c98d02} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11164 2024.11.26 23:38:53.174365 [ 270 ] {1b7ae54d-d711-4059-aa10-40f560c98d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11165 2024.11.26 23:38:53.174740 [ 270 ] {1b7ae54d-d711-4059-aa10-40f560c98d02} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11166 2024.11.26 23:38:53.174987 [ 270 ] {1b7ae54d-d711-4059-aa10-40f560c98d02} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11167 2024.11.26 23:38:53.175203 [ 270 ] {1b7ae54d-d711-4059-aa10-40f560c98d02} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001652 sec., 21791.76755447942 rows/sec., 1.47 MiB/sec.
11168 2024.11.26 23:38:53.175250 [ 270 ] {1b7ae54d-d711-4059-aa10-40f560c98d02} <Debug> TCPHandler: Processed in 0.001977448 sec.
11169 2024.11.26 23:38:54.771198 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1600
11170 2024.11.26 23:38:54.774610 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11171 2024.11.26 23:38:54.774661 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11172 2024.11.26 23:38:54.776136 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11173 2024.11.26 23:38:54.776456 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11174 2024.11.26 23:38:54.776637 [ 118 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11175 2024.11.26 23:38:54.776711 [ 118 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11176 2024.11.26 23:38:54.776754 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11177 2024.11.26 23:38:54.777261 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
11178 2024.11.26 23:38:54.778926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1600
11179 2024.11.26 23:38:54.779200 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11180 2024.11.26 23:38:54.779346 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1410 rows starting from the beginning of the part
11181 2024.11.26 23:38:54.779815 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part
11182 2024.11.26 23:38:54.780232 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part
11183 2024.11.26 23:38:54.780650 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part
11184 2024.11.26 23:38:54.781071 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part
11185 2024.11.26 23:38:54.781525 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part
11186 2024.11.26 23:38:54.789711 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 72 columns (72 merged, 0 gathered) in 0.01285881 sec., 124428.31024021663 rows/sec., 95.66 MiB/sec.
11187 2024.11.26 23:38:54.791419 [ 198 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11188 2024.11.26 23:38:54.792094 [ 198 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11189 2024.11.26 23:38:54.792175 [ 198 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_41_8} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11190 2024.11.26 23:38:54.792377 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB.
11191 2024.11.26 23:38:55.724911 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11192 2024.11.26 23:38:55.725112 [ 268 ] {b6cbf14d-6705-467b-8a8e-0baa4381ab92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11193 2024.11.26 23:38:55.725192 [ 268 ] {b6cbf14d-6705-467b-8a8e-0baa4381ab92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11194 2024.11.26 23:38:55.726046 [ 268 ] {b6cbf14d-6705-467b-8a8e-0baa4381ab92} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11195 2024.11.26 23:38:55.726088 [ 268 ] {b6cbf14d-6705-467b-8a8e-0baa4381ab92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11196 2024.11.26 23:38:55.726526 [ 268 ] {b6cbf14d-6705-467b-8a8e-0baa4381ab92} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11197 2024.11.26 23:38:55.726804 [ 268 ] {b6cbf14d-6705-467b-8a8e-0baa4381ab92} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11198 2024.11.26 23:38:55.727014 [ 268 ] {b6cbf14d-6705-467b-8a8e-0baa4381ab92} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.21 MiB/sec.
11199 2024.11.26 23:38:55.727097 [ 268 ] {b6cbf14d-6705-467b-8a8e-0baa4381ab92} <Debug> TCPHandler: Processed in 0.002315532 sec.
11200 2024.11.26 23:38:55.727408 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11201 2024.11.26 23:38:55.727734 [ 270 ] {86b87d45-0f9a-42b5-9e52-a9d225837e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11202 2024.11.26 23:38:55.727848 [ 270 ] {86b87d45-0f9a-42b5-9e52-a9d225837e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11203 2024.11.26 23:38:55.728688 [ 270 ] {86b87d45-0f9a-42b5-9e52-a9d225837e04} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11204 2024.11.26 23:38:55.728732 [ 270 ] {86b87d45-0f9a-42b5-9e52-a9d225837e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11205 2024.11.26 23:38:55.729164 [ 270 ] {86b87d45-0f9a-42b5-9e52-a9d225837e04} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11206 2024.11.26 23:38:55.729428 [ 270 ] {86b87d45-0f9a-42b5-9e52-a9d225837e04} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11207 2024.11.26 23:38:55.729662 [ 270 ] {86b87d45-0f9a-42b5-9e52-a9d225837e04} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002014 sec., 31777.557100297912 rows/sec., 2.48 MiB/sec.
11208 2024.11.26 23:38:55.729717 [ 270 ] {86b87d45-0f9a-42b5-9e52-a9d225837e04} <Debug> TCPHandler: Processed in 0.002506113 sec.
11209 2024.11.26 23:38:55.729860 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11210 2024.11.26 23:38:55.729998 [ 268 ] {57653bba-55f8-48b1-820b-7a9a7d170567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11211 2024.11.26 23:38:55.730061 [ 268 ] {57653bba-55f8-48b1-820b-7a9a7d170567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11212 2024.11.26 23:38:55.730687 [ 268 ] {57653bba-55f8-48b1-820b-7a9a7d170567} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11213 2024.11.26 23:38:55.730732 [ 268 ] {57653bba-55f8-48b1-820b-7a9a7d170567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11214 2024.11.26 23:38:55.731167 [ 268 ] {57653bba-55f8-48b1-820b-7a9a7d170567} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11215 2024.11.26 23:38:55.731415 [ 268 ] {57653bba-55f8-48b1-820b-7a9a7d170567} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11216 2024.11.26 23:38:55.731604 [ 268 ] {57653bba-55f8-48b1-820b-7a9a7d170567} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001632 sec., 39215.686274509804 rows/sec., 2.73 MiB/sec.
11217 2024.11.26 23:38:55.731694 [ 268 ] {57653bba-55f8-48b1-820b-7a9a7d170567} <Debug> TCPHandler: Processed in 0.001894857 sec.
11218 2024.11.26 23:38:55.731864 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11219 2024.11.26 23:38:55.732004 [ 270 ] {582d8dad-41c6-4c5e-b339-e7f96f55f564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11220 2024.11.26 23:38:55.732062 [ 270 ] {582d8dad-41c6-4c5e-b339-e7f96f55f564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11221 2024.11.26 23:38:55.732634 [ 270 ] {582d8dad-41c6-4c5e-b339-e7f96f55f564} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11222 2024.11.26 23:38:55.732681 [ 270 ] {582d8dad-41c6-4c5e-b339-e7f96f55f564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11223 2024.11.26 23:38:55.733106 [ 270 ] {582d8dad-41c6-4c5e-b339-e7f96f55f564} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11224 2024.11.26 23:38:55.733346 [ 270 ] {582d8dad-41c6-4c5e-b339-e7f96f55f564} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11225 2024.11.26 23:38:55.733559 [ 270 ] {582d8dad-41c6-4c5e-b339-e7f96f55f564} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001584 sec., 15151.515151515152 rows/sec., 1.02 MiB/sec.
11226 2024.11.26 23:38:55.733607 [ 270 ] {582d8dad-41c6-4c5e-b339-e7f96f55f564} <Debug> TCPHandler: Processed in 0.001820717 sec.
11227 2024.11.26 23:38:57.117795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254
11228 2024.11.26 23:38:57.118627 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11229 2024.11.26 23:38:57.118674 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11230 2024.11.26 23:38:57.119214 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11231 2024.11.26 23:38:57.119477 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11232 2024.11.26 23:38:57.119745 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
11233 2024.11.26 23:38:58.871620 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
11234 2024.11.26 23:38:58.893456 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11235 2024.11.26 23:38:58.893517 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11236 2024.11.26 23:38:58.900957 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11237 2024.11.26 23:38:58.901733 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11238 2024.11.26 23:38:58.905784 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
11239 2024.11.26 23:39:00.734373 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11240 2024.11.26 23:39:00.734592 [ 268 ] {f769edc0-720f-45fe-a17b-d8b7cae8b669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11241 2024.11.26 23:39:00.734676 [ 268 ] {f769edc0-720f-45fe-a17b-d8b7cae8b669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11242 2024.11.26 23:39:00.735486 [ 268 ] {f769edc0-720f-45fe-a17b-d8b7cae8b669} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11243 2024.11.26 23:39:00.735540 [ 268 ] {f769edc0-720f-45fe-a17b-d8b7cae8b669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11244 2024.11.26 23:39:00.735992 [ 268 ] {f769edc0-720f-45fe-a17b-d8b7cae8b669} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11245 2024.11.26 23:39:00.736287 [ 268 ] {f769edc0-720f-45fe-a17b-d8b7cae8b669} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11246 2024.11.26 23:39:00.736649 [ 268 ] {f769edc0-720f-45fe-a17b-d8b7cae8b669} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002117 sec., 6613.131790269249 rows/sec., 476.06 KiB/sec.
11247 2024.11.26 23:39:00.736877 [ 268 ] {f769edc0-720f-45fe-a17b-d8b7cae8b669} <Debug> TCPHandler: Processed in 0.002644095 sec.
11248 2024.11.26 23:39:00.737317 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11249 2024.11.26 23:39:00.737634 [ 270 ] {663c9278-3caa-4558-883b-34e26fd3446b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11250 2024.11.26 23:39:00.737752 [ 270 ] {663c9278-3caa-4558-883b-34e26fd3446b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11251 2024.11.26 23:39:00.738776 [ 270 ] {663c9278-3caa-4558-883b-34e26fd3446b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11252 2024.11.26 23:39:00.738830 [ 270 ] {663c9278-3caa-4558-883b-34e26fd3446b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11253 2024.11.26 23:39:00.739293 [ 270 ] {663c9278-3caa-4558-883b-34e26fd3446b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11254 2024.11.26 23:39:00.739564 [ 270 ] {663c9278-3caa-4558-883b-34e26fd3446b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11255 2024.11.26 23:39:00.739802 [ 270 ] {663c9278-3caa-4558-883b-34e26fd3446b} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002254 sec., 90062.11180124224 rows/sec., 7.80 MiB/sec.
11256 2024.11.26 23:39:00.739866 [ 270 ] {663c9278-3caa-4558-883b-34e26fd3446b} <Debug> TCPHandler: Processed in 0.002846677 sec.
11257 2024.11.26 23:39:00.740019 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11258 2024.11.26 23:39:00.740165 [ 268 ] {85bbdf68-9a8b-4ea0-8a7b-e75313ad3b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11259 2024.11.26 23:39:00.740228 [ 268 ] {85bbdf68-9a8b-4ea0-8a7b-e75313ad3b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11260 2024.11.26 23:39:00.740957 [ 268 ] {85bbdf68-9a8b-4ea0-8a7b-e75313ad3b82} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11261 2024.11.26 23:39:00.741006 [ 268 ] {85bbdf68-9a8b-4ea0-8a7b-e75313ad3b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11262 2024.11.26 23:39:00.741413 [ 268 ] {85bbdf68-9a8b-4ea0-8a7b-e75313ad3b82} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
11263 2024.11.26 23:39:00.741671 [ 268 ] {85bbdf68-9a8b-4ea0-8a7b-e75313ad3b82} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11264 2024.11.26 23:39:00.741890 [ 268 ] {85bbdf68-9a8b-4ea0-8a7b-e75313ad3b82} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001761 sec., 3975.0141964792733 rows/sec., 258.97 KiB/sec.
11265 2024.11.26 23:39:00.741946 [ 268 ] {85bbdf68-9a8b-4ea0-8a7b-e75313ad3b82} <Debug> TCPHandler: Processed in 0.001999999 sec.
11266 2024.11.26 23:39:00.742103 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11267 2024.11.26 23:39:00.742230 [ 270 ] {5de3b7f6-bd64-46b4-9b4e-9b54eb9acbb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11268 2024.11.26 23:39:00.742297 [ 270 ] {5de3b7f6-bd64-46b4-9b4e-9b54eb9acbb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11269 2024.11.26 23:39:00.743000 [ 270 ] {5de3b7f6-bd64-46b4-9b4e-9b54eb9acbb9} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11270 2024.11.26 23:39:00.743048 [ 270 ] {5de3b7f6-bd64-46b4-9b4e-9b54eb9acbb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11271 2024.11.26 23:39:00.743448 [ 270 ] {5de3b7f6-bd64-46b4-9b4e-9b54eb9acbb9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11272 2024.11.26 23:39:00.743690 [ 270 ] {5de3b7f6-bd64-46b4-9b4e-9b54eb9acbb9} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11273 2024.11.26 23:39:00.743946 [ 270 ] {5de3b7f6-bd64-46b4-9b4e-9b54eb9acbb9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001739 sec., 8050.6037952846455 rows/sec., 563.81 KiB/sec.
11274 2024.11.26 23:39:00.744059 [ 270 ] {5de3b7f6-bd64-46b4-9b4e-9b54eb9acbb9} <Debug> TCPHandler: Processed in 0.002014819 sec.
11275 2024.11.26 23:39:00.744297 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11276 2024.11.26 23:39:00.744444 [ 268 ] {bcedb370-5f25-420e-8100-95b6f2c2a0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11277 2024.11.26 23:39:00.744493 [ 268 ] {bcedb370-5f25-420e-8100-95b6f2c2a0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11278 2024.11.26 23:39:00.745082 [ 268 ] {bcedb370-5f25-420e-8100-95b6f2c2a0ec} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11279 2024.11.26 23:39:00.745123 [ 268 ] {bcedb370-5f25-420e-8100-95b6f2c2a0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11280 2024.11.26 23:39:00.745494 [ 268 ] {bcedb370-5f25-420e-8100-95b6f2c2a0ec} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11281 2024.11.26 23:39:00.745734 [ 268 ] {bcedb370-5f25-420e-8100-95b6f2c2a0ec} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11282 2024.11.26 23:39:00.745938 [ 268 ] {bcedb370-5f25-420e-8100-95b6f2c2a0ec} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec.
11283 2024.11.26 23:39:00.745993 [ 268 ] {bcedb370-5f25-420e-8100-95b6f2c2a0ec} <Debug> TCPHandler: Processed in 0.001823487 sec.
11284 2024.11.26 23:39:00.746145 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11285 2024.11.26 23:39:00.746307 [ 270 ] {b820e4f1-86c4-4863-91fa-ffef87d1e0e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11286 2024.11.26 23:39:00.746396 [ 270 ] {b820e4f1-86c4-4863-91fa-ffef87d1e0e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11287 2024.11.26 23:39:00.747484 [ 270 ] {b820e4f1-86c4-4863-91fa-ffef87d1e0e3} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11288 2024.11.26 23:39:00.747524 [ 270 ] {b820e4f1-86c4-4863-91fa-ffef87d1e0e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11289 2024.11.26 23:39:00.747920 [ 270 ] {b820e4f1-86c4-4863-91fa-ffef87d1e0e3} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11290 2024.11.26 23:39:00.748167 [ 270 ] {b820e4f1-86c4-4863-91fa-ffef87d1e0e3} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11291 2024.11.26 23:39:00.748389 [ 270 ] {b820e4f1-86c4-4863-91fa-ffef87d1e0e3} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002142 sec., 178338.00186741364 rows/sec., 12.62 MiB/sec.
11292 2024.11.26 23:39:00.748444 [ 270 ] {b820e4f1-86c4-4863-91fa-ffef87d1e0e3} <Debug> TCPHandler: Processed in 0.002358292 sec.
11293 2024.11.26 23:39:00.748583 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11294 2024.11.26 23:39:00.748708 [ 268 ] {6fcdc07b-9972-403d-84a0-e2cfd2d5f156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11295 2024.11.26 23:39:00.748761 [ 268 ] {6fcdc07b-9972-403d-84a0-e2cfd2d5f156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11296 2024.11.26 23:39:00.749259 [ 268 ] {6fcdc07b-9972-403d-84a0-e2cfd2d5f156} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11297 2024.11.26 23:39:00.749301 [ 268 ] {6fcdc07b-9972-403d-84a0-e2cfd2d5f156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11298 2024.11.26 23:39:00.749695 [ 268 ] {6fcdc07b-9972-403d-84a0-e2cfd2d5f156} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11299 2024.11.26 23:39:00.749945 [ 268 ] {6fcdc07b-9972-403d-84a0-e2cfd2d5f156} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11300 2024.11.26 23:39:00.750152 [ 268 ] {6fcdc07b-9972-403d-84a0-e2cfd2d5f156} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00147 sec., 4081.6326530612246 rows/sec., 213.25 KiB/sec.
11301 2024.11.26 23:39:00.750206 [ 268 ] {6fcdc07b-9972-403d-84a0-e2cfd2d5f156} <Debug> TCPHandler: Processed in 0.001679805 sec.
11302 2024.11.26 23:39:00.750361 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11303 2024.11.26 23:39:00.750486 [ 270 ] {faca6d9e-1455-4b75-8998-82bc5e7e6ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11304 2024.11.26 23:39:00.750541 [ 270 ] {faca6d9e-1455-4b75-8998-82bc5e7e6ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11305 2024.11.26 23:39:00.751135 [ 270 ] {faca6d9e-1455-4b75-8998-82bc5e7e6ee8} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11306 2024.11.26 23:39:00.751174 [ 270 ] {faca6d9e-1455-4b75-8998-82bc5e7e6ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11307 2024.11.26 23:39:00.751598 [ 270 ] {faca6d9e-1455-4b75-8998-82bc5e7e6ee8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11308 2024.11.26 23:39:00.751838 [ 270 ] {faca6d9e-1455-4b75-8998-82bc5e7e6ee8} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11309 2024.11.26 23:39:00.752072 [ 270 ] {faca6d9e-1455-4b75-8998-82bc5e7e6ee8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec.
11310 2024.11.26 23:39:00.752124 [ 270 ] {faca6d9e-1455-4b75-8998-82bc5e7e6ee8} <Debug> TCPHandler: Processed in 0.001821087 sec.
11311 2024.11.26 23:39:00.752272 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11312 2024.11.26 23:39:00.752415 [ 268 ] {d4fffe74-16e7-458c-b043-1b25c9051f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11313 2024.11.26 23:39:00.752477 [ 268 ] {d4fffe74-16e7-458c-b043-1b25c9051f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11314 2024.11.26 23:39:00.753027 [ 268 ] {d4fffe74-16e7-458c-b043-1b25c9051f6a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11315 2024.11.26 23:39:00.753074 [ 268 ] {d4fffe74-16e7-458c-b043-1b25c9051f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11316 2024.11.26 23:39:00.753498 [ 268 ] {d4fffe74-16e7-458c-b043-1b25c9051f6a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
11317 2024.11.26 23:39:00.753757 [ 268 ] {d4fffe74-16e7-458c-b043-1b25c9051f6a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11318 2024.11.26 23:39:00.753963 [ 268 ] {d4fffe74-16e7-458c-b043-1b25c9051f6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001579 sec., 633.3122229259025 rows/sec., 42.67 KiB/sec.
11319 2024.11.26 23:39:00.754015 [ 268 ] {d4fffe74-16e7-458c-b043-1b25c9051f6a} <Debug> TCPHandler: Processed in 0.001813777 sec.
11320 2024.11.26 23:39:00.754163 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11321 2024.11.26 23:39:00.754370 [ 270 ] {bfc331a8-402c-4bfd-8b65-5efcac6a0f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11322 2024.11.26 23:39:00.754467 [ 270 ] {bfc331a8-402c-4bfd-8b65-5efcac6a0f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11323 2024.11.26 23:39:00.755336 [ 270 ] {bfc331a8-402c-4bfd-8b65-5efcac6a0f49} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11324 2024.11.26 23:39:00.755378 [ 270 ] {bfc331a8-402c-4bfd-8b65-5efcac6a0f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11325 2024.11.26 23:39:00.755775 [ 270 ] {bfc331a8-402c-4bfd-8b65-5efcac6a0f49} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11326 2024.11.26 23:39:00.756029 [ 270 ] {bfc331a8-402c-4bfd-8b65-5efcac6a0f49} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11327 2024.11.26 23:39:00.756260 [ 270 ] {bfc331a8-402c-4bfd-8b65-5efcac6a0f49} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001944 sec., 42181.06995884774 rows/sec., 2.68 MiB/sec.
11328 2024.11.26 23:39:00.756351 [ 270 ] {bfc331a8-402c-4bfd-8b65-5efcac6a0f49} <Debug> TCPHandler: Processed in 0.002255561 sec.
11329 2024.11.26 23:39:04.458365 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache
11330 2024.11.26 23:39:04.458443 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache
11331 2024.11.26 23:39:04.620013 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681
11332 2024.11.26 23:39:04.620706 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11333 2024.11.26 23:39:04.620750 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11334 2024.11.26 23:39:04.621284 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11335 2024.11.26 23:39:04.621534 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11336 2024.11.26 23:39:04.621752 [ 106 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11337 2024.11.26 23:39:04.621776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
11338 2024.11.26 23:39:04.621836 [ 106 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11339 2024.11.26 23:39:04.621865 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11340 2024.11.26 23:39:04.622077 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
11341 2024.11.26 23:39:04.622525 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11342 2024.11.26 23:39:04.622611 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part
11343 2024.11.26 23:39:04.622701 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part
11344 2024.11.26 23:39:04.622873 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part
11345 2024.11.26 23:39:04.623110 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part
11346 2024.11.26 23:39:04.623424 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part
11347 2024.11.26 23:39:04.623584 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part
11348 2024.11.26 23:39:04.626472 [ 191 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004524053 sec., 5676547.113837968 rows/sec., 81.20 MiB/sec.
11349 2024.11.26 23:39:04.626775 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11350 2024.11.26 23:39:04.627116 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11351 2024.11.26 23:39:04.627207 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_56_11} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11352 2024.11.26 23:39:04.627331 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB.
11353 2024.11.26 23:39:04.779389 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1628
11354 2024.11.26 23:39:04.782500 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11355 2024.11.26 23:39:04.782541 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11356 2024.11.26 23:39:04.784046 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11357 2024.11.26 23:39:04.784356 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11358 2024.11.26 23:39:04.784915 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1628
11359 2024.11.26 23:39:05.731956 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11360 2024.11.26 23:39:05.732171 [ 268 ] {57fa13b1-e10c-45a2-8b77-8b4b5206f557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11361 2024.11.26 23:39:05.732252 [ 268 ] {57fa13b1-e10c-45a2-8b77-8b4b5206f557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11362 2024.11.26 23:39:05.733064 [ 268 ] {57fa13b1-e10c-45a2-8b77-8b4b5206f557} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11363 2024.11.26 23:39:05.733117 [ 268 ] {57fa13b1-e10c-45a2-8b77-8b4b5206f557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11364 2024.11.26 23:39:05.733565 [ 268 ] {57fa13b1-e10c-45a2-8b77-8b4b5206f557} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11365 2024.11.26 23:39:05.733829 [ 268 ] {57fa13b1-e10c-45a2-8b77-8b4b5206f557} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11366 2024.11.26 23:39:05.734046 [ 268 ] {57fa13b1-e10c-45a2-8b77-8b4b5206f557} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001938 sec., 71207.43034055727 rows/sec., 6.15 MiB/sec.
11367 2024.11.26 23:39:05.734116 [ 268 ] {57fa13b1-e10c-45a2-8b77-8b4b5206f557} <Debug> TCPHandler: Processed in 0.002303222 sec.
11368 2024.11.26 23:39:05.734417 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11369 2024.11.26 23:39:05.734644 [ 270 ] {f8f56838-7181-42f8-92dc-23a8853f026f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11370 2024.11.26 23:39:05.734725 [ 270 ] {f8f56838-7181-42f8-92dc-23a8853f026f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11371 2024.11.26 23:39:05.735578 [ 270 ] {f8f56838-7181-42f8-92dc-23a8853f026f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11372 2024.11.26 23:39:05.735619 [ 270 ] {f8f56838-7181-42f8-92dc-23a8853f026f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11373 2024.11.26 23:39:05.736060 [ 270 ] {f8f56838-7181-42f8-92dc-23a8853f026f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
11374 2024.11.26 23:39:05.736333 [ 270 ] {f8f56838-7181-42f8-92dc-23a8853f026f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11375 2024.11.26 23:39:05.736534 [ 270 ] {f8f56838-7181-42f8-92dc-23a8853f026f} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001952 sec., 21004.09836065574 rows/sec., 1.54 MiB/sec.
11376 2024.11.26 23:39:05.736595 [ 270 ] {f8f56838-7181-42f8-92dc-23a8853f026f} <Debug> TCPHandler: Processed in 0.002369622 sec.
11377 2024.11.26 23:39:05.736836 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11378 2024.11.26 23:39:05.737004 [ 268 ] {adc155db-d41b-40f8-b841-a5e55fd1eb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11379 2024.11.26 23:39:05.737062 [ 268 ] {adc155db-d41b-40f8-b841-a5e55fd1eb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11380 2024.11.26 23:39:05.737743 [ 268 ] {adc155db-d41b-40f8-b841-a5e55fd1eb2c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11381 2024.11.26 23:39:05.737783 [ 268 ] {adc155db-d41b-40f8-b841-a5e55fd1eb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11382 2024.11.26 23:39:05.738159 [ 268 ] {adc155db-d41b-40f8-b841-a5e55fd1eb2c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11383 2024.11.26 23:39:05.738409 [ 268 ] {adc155db-d41b-40f8-b841-a5e55fd1eb2c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11384 2024.11.26 23:39:05.738637 [ 268 ] {adc155db-d41b-40f8-b841-a5e55fd1eb2c} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001653 sec., 63520.87114337568 rows/sec., 4.96 MiB/sec.
11385 2024.11.26 23:39:05.738713 [ 268 ] {adc155db-d41b-40f8-b841-a5e55fd1eb2c} <Debug> TCPHandler: Processed in 0.001990158 sec.
11386 2024.11.26 23:39:05.738909 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11387 2024.11.26 23:39:05.739227 [ 270 ] {8c080d8b-3613-4e5e-8127-a1a2720eb35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11388 2024.11.26 23:39:05.739299 [ 270 ] {8c080d8b-3613-4e5e-8127-a1a2720eb35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11389 2024.11.26 23:39:05.739910 [ 270 ] {8c080d8b-3613-4e5e-8127-a1a2720eb35e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11390 2024.11.26 23:39:05.739948 [ 270 ] {8c080d8b-3613-4e5e-8127-a1a2720eb35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11391 2024.11.26 23:39:05.740354 [ 270 ] {8c080d8b-3613-4e5e-8127-a1a2720eb35e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11392 2024.11.26 23:39:05.740602 [ 270 ] {8c080d8b-3613-4e5e-8127-a1a2720eb35e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11393 2024.11.26 23:39:05.740737 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0
11394 2024.11.26 23:39:05.740789 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11395 2024.11.26 23:39:05.740789 [ 270 ] {8c080d8b-3613-4e5e-8127-a1a2720eb35e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001664 sec., 96153.84615384616 rows/sec., 6.70 MiB/sec.
11396 2024.11.26 23:39:05.740818 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11397 2024.11.26 23:39:05.740866 [ 270 ] {8c080d8b-3613-4e5e-8127-a1a2720eb35e} <Debug> TCPHandler: Processed in 0.002055729 sec.
11398 2024.11.26 23:39:05.741146 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11399 2024.11.26 23:39:05.741169 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full
11400 2024.11.26 23:39:05.741653 [ 268 ] {c6e075c0-628e-4882-b3d9-0a044d81f3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11401 2024.11.26 23:39:05.741796 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11402 2024.11.26 23:39:05.741967 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 26830 rows starting from the beginning of the part
11403 2024.11.26 23:39:05.742132 [ 268 ] {c6e075c0-628e-4882-b3d9-0a044d81f3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11404 2024.11.26 23:39:05.742720 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part
11405 2024.11.26 23:39:05.743412 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 943 rows starting from the beginning of the part
11406 2024.11.26 23:39:05.743870 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part
11407 2024.11.26 23:39:05.744195 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part
11408 2024.11.26 23:39:05.744580 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part
11409 2024.11.26 23:39:05.747317 [ 268 ] {c6e075c0-628e-4882-b3d9-0a044d81f3c8} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11410 2024.11.26 23:39:05.747395 [ 268 ] {c6e075c0-628e-4882-b3d9-0a044d81f3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11411 2024.11.26 23:39:05.749084 [ 268 ] {c6e075c0-628e-4882-b3d9-0a044d81f3c8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11412 2024.11.26 23:39:05.749371 [ 268 ] {c6e075c0-628e-4882-b3d9-0a044d81f3c8} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11413 2024.11.26 23:39:05.750063 [ 104 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11414 2024.11.26 23:39:05.750156 [ 104 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11415 2024.11.26 23:39:05.750172 [ 268 ] {c6e075c0-628e-4882-b3d9-0a044d81f3c8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008721 sec., 4701.295722967549 rows/sec., 8.42 MiB/sec.
11416 2024.11.26 23:39:05.750210 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11417 2024.11.26 23:39:05.750909 [ 268 ] {c6e075c0-628e-4882-b3d9-0a044d81f3c8} <Debug> TCPHandler: Processed in 0.009937793 sec.
11418 2024.11.26 23:39:05.751211 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11419 2024.11.26 23:39:05.751483 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
11420 2024.11.26 23:39:05.751720 [ 270 ] {5cb960ec-1e60-4ac0-bcb0-07a659388519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11421 2024.11.26 23:39:05.751994 [ 270 ] {5cb960ec-1e60-4ac0-bcb0-07a659388519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11422 2024.11.26 23:39:05.753414 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11423 2024.11.26 23:39:05.753612 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1341 rows starting from the beginning of the part
11424 2024.11.26 23:39:05.754522 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part
11425 2024.11.26 23:39:05.755130 [ 270 ] {5cb960ec-1e60-4ac0-bcb0-07a659388519} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11426 2024.11.26 23:39:05.755268 [ 270 ] {5cb960ec-1e60-4ac0-bcb0-07a659388519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11427 2024.11.26 23:39:05.755533 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part
11428 2024.11.26 23:39:05.756665 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part
11429 2024.11.26 23:39:05.757267 [ 270 ] {5cb960ec-1e60-4ac0-bcb0-07a659388519} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11430 2024.11.26 23:39:05.757714 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28471 rows, containing 5 columns (5 merged, 0 gathered) in 0.016779027 sec., 1696820.6797688568 rows/sec., 114.59 MiB/sec.
11431 2024.11.26 23:39:05.757894 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part
11432 2024.11.26 23:39:05.758161 [ 270 ] {5cb960ec-1e60-4ac0-bcb0-07a659388519} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11433 2024.11.26 23:39:05.758667 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part
11434 2024.11.26 23:39:05.758801 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary)
11435 2024.11.26 23:39:05.759160 [ 270 ] {5cb960ec-1e60-4ac0-bcb0-07a659388519} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007607 sec., 7887.472065203102 rows/sec., 544.32 KiB/sec.
11436 2024.11.26 23:39:05.759583 [ 270 ] {5cb960ec-1e60-4ac0-bcb0-07a659388519} <Debug> TCPHandler: Processed in 0.00851257 sec.
11437 2024.11.26 23:39:05.760125 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11438 2024.11.26 23:39:05.760397 [ 190 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19
11439 2024.11.26 23:39:05.760574 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
11440 2024.11.26 23:39:05.768497 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1546 rows, containing 19 columns (19 merged, 0 gathered) in 0.018043058 sec., 85683.92342362364 rows/sec., 153.54 MiB/sec.
11441 2024.11.26 23:39:05.770000 [ 187 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11442 2024.11.26 23:39:05.770485 [ 187 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11443 2024.11.26 23:39:05.770588 [ 187 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11444 2024.11.26 23:39:05.770732 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.76 MiB.
11445 2024.11.26 23:39:06.000209 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.95 MiB, peak 250.66 MiB, free memory in arenas 0.00 B, will set to 242.92 MiB (RSS), difference: 3.97 MiB
11446 2024.11.26 23:39:06.405979 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
11447 2024.11.26 23:39:06.428486 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11448 2024.11.26 23:39:06.428554 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11449 2024.11.26 23:39:06.435825 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11450 2024.11.26 23:39:06.436641 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11451 2024.11.26 23:39:06.436950 [ 103 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11452 2024.11.26 23:39:06.437025 [ 103 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11453 2024.11.26 23:39:06.437070 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11454 2024.11.26 23:39:06.437523 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
11455 2024.11.26 23:39:06.452307 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
11456 2024.11.26 23:39:06.454049 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11457 2024.11.26 23:39:06.455585 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
11458 2024.11.26 23:39:06.461523 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
11459 2024.11.26 23:39:06.467274 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
11460 2024.11.26 23:39:06.472787 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
11461 2024.11.26 23:39:06.478842 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
11462 2024.11.26 23:39:06.483737 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
11463 2024.11.26 23:39:06.546640 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.109442631 sec., 3855.9014539772897 rows/sec., 19.94 MiB/sec.
11464 2024.11.26 23:39:06.549735 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11465 2024.11.26 23:39:06.552663 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_56_11} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11466 2024.11.26 23:39:06.552780 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_56_11} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11467 2024.11.26 23:39:06.555052 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
11468 2024.11.26 23:39:10.734187 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11469 2024.11.26 23:39:10.734401 [ 268 ] {3b54b794-85a0-41a2-acf5-d1a8c2d197cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11470 2024.11.26 23:39:10.734478 [ 268 ] {3b54b794-85a0-41a2-acf5-d1a8c2d197cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11471 2024.11.26 23:39:10.735553 [ 268 ] {3b54b794-85a0-41a2-acf5-d1a8c2d197cf} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11472 2024.11.26 23:39:10.735643 [ 268 ] {3b54b794-85a0-41a2-acf5-d1a8c2d197cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11473 2024.11.26 23:39:10.736146 [ 268 ] {3b54b794-85a0-41a2-acf5-d1a8c2d197cf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11474 2024.11.26 23:39:10.736429 [ 268 ] {3b54b794-85a0-41a2-acf5-d1a8c2d197cf} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11475 2024.11.26 23:39:10.736673 [ 268 ] {3b54b794-85a0-41a2-acf5-d1a8c2d197cf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002327 sec., 6016.330038676408 rows/sec., 433.10 KiB/sec.
11476 2024.11.26 23:39:10.736791 [ 268 ] {3b54b794-85a0-41a2-acf5-d1a8c2d197cf} <Debug> TCPHandler: Processed in 0.002732045 sec.
11477 2024.11.26 23:39:10.737056 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11478 2024.11.26 23:39:10.737265 [ 270 ] {6c2fd323-686a-4fb0-a928-c9abc65602dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11479 2024.11.26 23:39:10.737345 [ 270 ] {6c2fd323-686a-4fb0-a928-c9abc65602dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11480 2024.11.26 23:39:10.738202 [ 270 ] {6c2fd323-686a-4fb0-a928-c9abc65602dc} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11481 2024.11.26 23:39:10.738243 [ 270 ] {6c2fd323-686a-4fb0-a928-c9abc65602dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11482 2024.11.26 23:39:10.738693 [ 270 ] {6c2fd323-686a-4fb0-a928-c9abc65602dc} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11483 2024.11.26 23:39:10.738951 [ 270 ] {6c2fd323-686a-4fb0-a928-c9abc65602dc} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11484 2024.11.26 23:39:10.739102 [ 96 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11485 2024.11.26 23:39:10.739153 [ 96 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11486 2024.11.26 23:39:10.739156 [ 270 ] {6c2fd323-686a-4fb0-a928-c9abc65602dc} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001946 sec., 104316.54676258993 rows/sec., 9.03 MiB/sec.
11487 2024.11.26 23:39:10.739181 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11488 2024.11.26 23:39:10.739237 [ 270 ] {6c2fd323-686a-4fb0-a928-c9abc65602dc} <Debug> TCPHandler: Processed in 0.002310572 sec.
11489 2024.11.26 23:39:10.739441 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
11490 2024.11.26 23:39:10.739446 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11491 2024.11.26 23:39:10.739604 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11492 2024.11.26 23:39:10.739643 [ 268 ] {c538d4c3-8d03-41dd-8583-ce07cf46e0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11493 2024.11.26 23:39:10.739647 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1434 rows starting from the beginning of the part
11494 2024.11.26 23:39:10.739706 [ 268 ] {c538d4c3-8d03-41dd-8583-ce07cf46e0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11495 2024.11.26 23:39:10.739810 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1279 rows starting from the beginning of the part
11496 2024.11.26 23:39:10.740279 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part
11497 2024.11.26 23:39:10.740560 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 203 rows starting from the beginning of the part
11498 2024.11.26 23:39:10.740905 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 138 rows starting from the beginning of the part
11499 2024.11.26 23:39:10.741143 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 203 rows starting from the beginning of the part
11500 2024.11.26 23:39:10.741945 [ 268 ] {c538d4c3-8d03-41dd-8583-ce07cf46e0f9} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11501 2024.11.26 23:39:10.741992 [ 268 ] {c538d4c3-8d03-41dd-8583-ce07cf46e0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11502 2024.11.26 23:39:10.742560 [ 268 ] {c538d4c3-8d03-41dd-8583-ce07cf46e0f9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
11503 2024.11.26 23:39:10.742847 [ 268 ] {c538d4c3-8d03-41dd-8583-ce07cf46e0f9} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11504 2024.11.26 23:39:10.743044 [ 96 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
11505 2024.11.26 23:39:10.743123 [ 96 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11506 2024.11.26 23:39:10.743143 [ 268 ] {c538d4c3-8d03-41dd-8583-ce07cf46e0f9} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.003512 sec., 1993.1662870159453 rows/sec., 129.86 KiB/sec.
11507 2024.11.26 23:39:10.743175 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11508 2024.11.26 23:39:10.743535 [ 268 ] {c538d4c3-8d03-41dd-8583-ce07cf46e0f9} <Debug> TCPHandler: Processed in 0.004190589 sec.
11509 2024.11.26 23:39:10.743866 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11510 2024.11.26 23:39:10.744258 [ 270 ] {549c5841-70a2-4d45-800e-eeb4f8e83106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11511 2024.11.26 23:39:10.744329 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.005045547 sec., 656618.5985384736 rows/sec., 57.56 MiB/sec.
11512 2024.11.26 23:39:10.744482 [ 270 ] {549c5841-70a2-4d45-800e-eeb4f8e83106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11513 2024.11.26 23:39:10.744815 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
11514 2024.11.26 23:39:10.744928 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11515 2024.11.26 23:39:10.745713 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11516 2024.11.26 23:39:10.745962 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 66 rows starting from the beginning of the part
11517 2024.11.26 23:39:10.746763 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11518 2024.11.26 23:39:10.747002 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part
11519 2024.11.26 23:39:10.747123 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_96_19} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11520 2024.11.26 23:39:10.747413 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
11521 2024.11.26 23:39:10.747673 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 43 rows starting from the beginning of the part
11522 2024.11.26 23:39:10.747946 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part
11523 2024.11.26 23:39:10.748345 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 41 rows starting from the beginning of the part
11524 2024.11.26 23:39:10.748726 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part
11525 2024.11.26 23:39:10.749402 [ 270 ] {549c5841-70a2-4d45-800e-eeb4f8e83106} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11526 2024.11.26 23:39:10.749472 [ 270 ] {549c5841-70a2-4d45-800e-eeb4f8e83106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11527 2024.11.26 23:39:10.750492 [ 270 ] {549c5841-70a2-4d45-800e-eeb4f8e83106} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11528 2024.11.26 23:39:10.751072 [ 270 ] {549c5841-70a2-4d45-800e-eeb4f8e83106} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11529 2024.11.26 23:39:10.751660 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.008200736 sec., 20851.786961560523 rows/sec., 1.56 MiB/sec.
11530 2024.11.26 23:39:10.751682 [ 270 ] {549c5841-70a2-4d45-800e-eeb4f8e83106} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007555 sec., 1853.0774321641297 rows/sec., 129.78 KiB/sec.
11531 2024.11.26 23:39:10.751842 [ 270 ] {549c5841-70a2-4d45-800e-eeb4f8e83106} <Debug> TCPHandler: Processed in 0.008145136 sec.
11532 2024.11.26 23:39:10.751899 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
11533 2024.11.26 23:39:10.752114 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11534 2024.11.26 23:39:10.752323 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11535 2024.11.26 23:39:10.752383 [ 268 ] {41c9451a-dba0-44e8-9eba-d78ee1438fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11536 2024.11.26 23:39:10.752482 [ 195 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_81_16} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
11537 2024.11.26 23:39:10.752509 [ 268 ] {41c9451a-dba0-44e8-9eba-d78ee1438fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11538 2024.11.26 23:39:10.752676 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11539 2024.11.26 23:39:10.753428 [ 268 ] {41c9451a-dba0-44e8-9eba-d78ee1438fe1} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11540 2024.11.26 23:39:10.753484 [ 268 ] {41c9451a-dba0-44e8-9eba-d78ee1438fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11541 2024.11.26 23:39:10.753951 [ 268 ] {41c9451a-dba0-44e8-9eba-d78ee1438fe1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11542 2024.11.26 23:39:10.754229 [ 268 ] {41c9451a-dba0-44e8-9eba-d78ee1438fe1} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11543 2024.11.26 23:39:10.754504 [ 268 ] {41c9451a-dba0-44e8-9eba-d78ee1438fe1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002213 sec., 5874.378671486669 rows/sec., 366.27 KiB/sec.
11544 2024.11.26 23:39:10.754606 [ 268 ] {41c9451a-dba0-44e8-9eba-d78ee1438fe1} <Debug> TCPHandler: Processed in 0.002633075 sec.
11545 2024.11.26 23:39:10.754818 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11546 2024.11.26 23:39:10.754941 [ 270 ] {bcbfd905-f714-4ef2-b002-20c2ac2b483c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11547 2024.11.26 23:39:10.754991 [ 270 ] {bcbfd905-f714-4ef2-b002-20c2ac2b483c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11548 2024.11.26 23:39:10.755746 [ 270 ] {bcbfd905-f714-4ef2-b002-20c2ac2b483c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11549 2024.11.26 23:39:10.755784 [ 270 ] {bcbfd905-f714-4ef2-b002-20c2ac2b483c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11550 2024.11.26 23:39:10.756174 [ 270 ] {bcbfd905-f714-4ef2-b002-20c2ac2b483c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11551 2024.11.26 23:39:10.756426 [ 270 ] {bcbfd905-f714-4ef2-b002-20c2ac2b483c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11552 2024.11.26 23:39:10.756566 [ 96 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11553 2024.11.26 23:39:10.756607 [ 96 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11554 2024.11.26 23:39:10.756617 [ 270 ] {bcbfd905-f714-4ef2-b002-20c2ac2b483c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.0017 sec., 224705.88235294117 rows/sec., 15.90 MiB/sec.
11555 2024.11.26 23:39:10.756632 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11556 2024.11.26 23:39:10.756716 [ 270 ] {bcbfd905-f714-4ef2-b002-20c2ac2b483c} <Debug> TCPHandler: Processed in 0.001998228 sec.
11557 2024.11.26 23:39:10.756931 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
11558 2024.11.26 23:39:10.756943 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11559 2024.11.26 23:39:10.757255 [ 268 ] {48efa544-7186-4101-b2d4-79d677e454e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11560 2024.11.26 23:39:10.757255 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11561 2024.11.26 23:39:10.757361 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 915 rows starting from the beginning of the part
11562 2024.11.26 23:39:10.757371 [ 268 ] {48efa544-7186-4101-b2d4-79d677e454e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11563 2024.11.26 23:39:10.757671 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 563 rows starting from the beginning of the part
11564 2024.11.26 23:39:10.757957 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part
11565 2024.11.26 23:39:10.758394 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 382 rows starting from the beginning of the part
11566 2024.11.26 23:39:10.758729 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 105 rows starting from the beginning of the part
11567 2024.11.26 23:39:10.759092 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 382 rows starting from the beginning of the part
11568 2024.11.26 23:39:10.759998 [ 268 ] {48efa544-7186-4101-b2d4-79d677e454e8} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11569 2024.11.26 23:39:10.760076 [ 268 ] {48efa544-7186-4101-b2d4-79d677e454e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11570 2024.11.26 23:39:10.761115 [ 268 ] {48efa544-7186-4101-b2d4-79d677e454e8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11571 2024.11.26 23:39:10.761662 [ 268 ] {48efa544-7186-4101-b2d4-79d677e454e8} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11572 2024.11.26 23:39:10.761979 [ 268 ] {48efa544-7186-4101-b2d4-79d677e454e8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004827 sec., 1243.008079552517 rows/sec., 64.94 KiB/sec.
11573 2024.11.26 23:39:10.762164 [ 268 ] {48efa544-7186-4101-b2d4-79d677e454e8} <Debug> TCPHandler: Processed in 0.00534207 sec.
11574 2024.11.26 23:39:10.762444 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11575 2024.11.26 23:39:10.762595 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005860514 sec., 411397.36207438464 rows/sec., 31.55 MiB/sec.
11576 2024.11.26 23:39:10.762654 [ 270 ] {29c53fe0-a9dd-4040-8f71-fed7818f0891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11577 2024.11.26 23:39:10.762718 [ 270 ] {29c53fe0-a9dd-4040-8f71-fed7818f0891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11578 2024.11.26 23:39:10.762802 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11579 2024.11.26 23:39:10.763207 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11580 2024.11.26 23:39:10.763338 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_96_19} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11581 2024.11.26 23:39:10.763442 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
11582 2024.11.26 23:39:10.763532 [ 270 ] {29c53fe0-a9dd-4040-8f71-fed7818f0891} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11583 2024.11.26 23:39:10.763569 [ 270 ] {29c53fe0-a9dd-4040-8f71-fed7818f0891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11584 2024.11.26 23:39:10.763969 [ 270 ] {29c53fe0-a9dd-4040-8f71-fed7818f0891} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11585 2024.11.26 23:39:10.764216 [ 270 ] {29c53fe0-a9dd-4040-8f71-fed7818f0891} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11586 2024.11.26 23:39:10.764407 [ 270 ] {29c53fe0-a9dd-4040-8f71-fed7818f0891} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001783 sec., 132922.04150308468 rows/sec., 8.91 MiB/sec.
11587 2024.11.26 23:39:10.764492 [ 270 ] {29c53fe0-a9dd-4040-8f71-fed7818f0891} <Debug> TCPHandler: Processed in 0.002211401 sec.
11588 2024.11.26 23:39:10.764662 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11589 2024.11.26 23:39:10.764819 [ 268 ] {1e48394b-8092-42d7-a72e-d1ebd4b7ca3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11590 2024.11.26 23:39:10.764890 [ 268 ] {1e48394b-8092-42d7-a72e-d1ebd4b7ca3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11591 2024.11.26 23:39:10.765448 [ 268 ] {1e48394b-8092-42d7-a72e-d1ebd4b7ca3a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11592 2024.11.26 23:39:10.765490 [ 268 ] {1e48394b-8092-42d7-a72e-d1ebd4b7ca3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11593 2024.11.26 23:39:10.765889 [ 268 ] {1e48394b-8092-42d7-a72e-d1ebd4b7ca3a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
11594 2024.11.26 23:39:10.766145 [ 268 ] {1e48394b-8092-42d7-a72e-d1ebd4b7ca3a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11595 2024.11.26 23:39:10.766305 [ 96 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
11596 2024.11.26 23:39:10.766361 [ 96 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11597 2024.11.26 23:39:10.766395 [ 268 ] {1e48394b-8092-42d7-a72e-d1ebd4b7ca3a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001581 sec., 632.5110689437065 rows/sec., 42.62 KiB/sec.
11598 2024.11.26 23:39:10.766403 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11599 2024.11.26 23:39:10.766639 [ 268 ] {1e48394b-8092-42d7-a72e-d1ebd4b7ca3a} <Debug> TCPHandler: Processed in 0.002039279 sec.
11600 2024.11.26 23:39:10.766747 [ 200 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
11601 2024.11.26 23:39:10.766967 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11602 2024.11.26 23:39:10.767226 [ 200 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11603 2024.11.26 23:39:10.767279 [ 270 ] {fe3b77e6-345b-42c1-8e82-dd3979c2058c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11604 2024.11.26 23:39:10.767296 [ 200 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part
11605 2024.11.26 23:39:10.767351 [ 270 ] {fe3b77e6-345b-42c1-8e82-dd3979c2058c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11606 2024.11.26 23:39:10.767565 [ 200 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
11607 2024.11.26 23:39:10.767964 [ 200 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
11608 2024.11.26 23:39:10.768321 [ 200 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
11609 2024.11.26 23:39:10.768575 [ 200 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
11610 2024.11.26 23:39:10.768933 [ 200 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
11611 2024.11.26 23:39:10.769720 [ 270 ] {fe3b77e6-345b-42c1-8e82-dd3979c2058c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11612 2024.11.26 23:39:10.769761 [ 270 ] {fe3b77e6-345b-42c1-8e82-dd3979c2058c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11613 2024.11.26 23:39:10.770345 [ 270 ] {fe3b77e6-345b-42c1-8e82-dd3979c2058c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11614 2024.11.26 23:39:10.770776 [ 270 ] {fe3b77e6-345b-42c1-8e82-dd3979c2058c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11615 2024.11.26 23:39:10.770782 [ 200 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.00426223 sec., 9384.758682661424 rows/sec., 632.37 KiB/sec.
11616 2024.11.26 23:39:10.770934 [ 196 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
11617 2024.11.26 23:39:10.770955 [ 96 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11618 2024.11.26 23:39:10.771000 [ 96 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11619 2024.11.26 23:39:10.771027 [ 270 ] {fe3b77e6-345b-42c1-8e82-dd3979c2058c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003825 sec., 21437.908496732027 rows/sec., 1.36 MiB/sec.
11620 2024.11.26 23:39:10.771044 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11621 2024.11.26 23:39:10.771224 [ 270 ] {fe3b77e6-345b-42c1-8e82-dd3979c2058c} <Debug> TCPHandler: Processed in 0.004439202 sec.
11622 2024.11.26 23:39:10.771574 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
11623 2024.11.26 23:39:10.771702 [ 196 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11624 2024.11.26 23:39:10.771883 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11625 2024.11.26 23:39:10.771893 [ 196 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_40_8} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
11626 2024.11.26 23:39:10.771951 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5516 rows starting from the beginning of the part
11627 2024.11.26 23:39:10.772046 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
11628 2024.11.26 23:39:10.772205 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 36 rows starting from the beginning of the part
11629 2024.11.26 23:39:10.772366 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 24 rows starting from the beginning of the part
11630 2024.11.26 23:39:10.772487 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
11631 2024.11.26 23:39:10.772618 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
11632 2024.11.26 23:39:10.772763 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
11633 2024.11.26 23:39:10.775246 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5800 rows, containing 4 columns (4 merged, 0 gathered) in 0.004000887 sec., 1449678.5337851332 rows/sec., 94.52 MiB/sec.
11634 2024.11.26 23:39:10.775673 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11635 2024.11.26 23:39:10.775979 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_96_19} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11636 2024.11.26 23:39:10.776061 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_96_19} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11637 2024.11.26 23:39:10.776139 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
11638 2024.11.26 23:39:12.122059 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169
11639 2024.11.26 23:39:12.122741 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11640 2024.11.26 23:39:12.122788 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11641 2024.11.26 23:39:12.123311 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11642 2024.11.26 23:39:12.123564 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11643 2024.11.26 23:39:12.123888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
11644 2024.11.26 23:39:13.952530 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
11645 2024.11.26 23:39:13.971220 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11646 2024.11.26 23:39:13.971285 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11647 2024.11.26 23:39:13.978111 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11648 2024.11.26 23:39:13.978857 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11649 2024.11.26 23:39:13.983049 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
11650 2024.11.26 23:39:14.785269 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1660
11651 2024.11.26 23:39:14.788326 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11652 2024.11.26 23:39:14.788379 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11653 2024.11.26 23:39:14.789812 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11654 2024.11.26 23:39:14.790130 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11655 2024.11.26 23:39:14.791578 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1660
11656 2024.11.26 23:39:15.731737 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11657 2024.11.26 23:39:15.731940 [ 268 ] {4ba7221d-bd4a-486a-abd2-169ccf1b1a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11658 2024.11.26 23:39:15.732023 [ 268 ] {4ba7221d-bd4a-486a-abd2-169ccf1b1a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11659 2024.11.26 23:39:15.732912 [ 268 ] {4ba7221d-bd4a-486a-abd2-169ccf1b1a8e} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11660 2024.11.26 23:39:15.732961 [ 268 ] {4ba7221d-bd4a-486a-abd2-169ccf1b1a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11661 2024.11.26 23:39:15.733433 [ 268 ] {4ba7221d-bd4a-486a-abd2-169ccf1b1a8e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11662 2024.11.26 23:39:15.733708 [ 268 ] {4ba7221d-bd4a-486a-abd2-169ccf1b1a8e} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11663 2024.11.26 23:39:15.733957 [ 268 ] {4ba7221d-bd4a-486a-abd2-169ccf1b1a8e} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002075 sec., 66506.02409638555 rows/sec., 5.74 MiB/sec.
11664 2024.11.26 23:39:15.734031 [ 268 ] {4ba7221d-bd4a-486a-abd2-169ccf1b1a8e} <Debug> TCPHandler: Processed in 0.002421063 sec.
11665 2024.11.26 23:39:15.734283 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11666 2024.11.26 23:39:15.734476 [ 270 ] {ffee4060-f1ea-492a-b23e-2496f58b14da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11667 2024.11.26 23:39:15.734551 [ 270 ] {ffee4060-f1ea-492a-b23e-2496f58b14da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11668 2024.11.26 23:39:15.735322 [ 270 ] {ffee4060-f1ea-492a-b23e-2496f58b14da} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11669 2024.11.26 23:39:15.735364 [ 270 ] {ffee4060-f1ea-492a-b23e-2496f58b14da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11670 2024.11.26 23:39:15.735811 [ 270 ] {ffee4060-f1ea-492a-b23e-2496f58b14da} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
11671 2024.11.26 23:39:15.736082 [ 270 ] {ffee4060-f1ea-492a-b23e-2496f58b14da} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11672 2024.11.26 23:39:15.736284 [ 270 ] {ffee4060-f1ea-492a-b23e-2496f58b14da} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001861 sec., 22031.166039763568 rows/sec., 1.62 MiB/sec.
11673 2024.11.26 23:39:15.736350 [ 270 ] {ffee4060-f1ea-492a-b23e-2496f58b14da} <Debug> TCPHandler: Processed in 0.0022209 sec.
11674 2024.11.26 23:39:15.736502 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11675 2024.11.26 23:39:15.736652 [ 268 ] {49abebed-f7dc-47a0-a292-bc66867608d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11676 2024.11.26 23:39:15.736712 [ 268 ] {49abebed-f7dc-47a0-a292-bc66867608d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11677 2024.11.26 23:39:15.737355 [ 268 ] {49abebed-f7dc-47a0-a292-bc66867608d9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11678 2024.11.26 23:39:15.737395 [ 268 ] {49abebed-f7dc-47a0-a292-bc66867608d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11679 2024.11.26 23:39:15.737794 [ 268 ] {49abebed-f7dc-47a0-a292-bc66867608d9} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11680 2024.11.26 23:39:15.738049 [ 268 ] {49abebed-f7dc-47a0-a292-bc66867608d9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11681 2024.11.26 23:39:15.738253 [ 268 ] {49abebed-f7dc-47a0-a292-bc66867608d9} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001639 sec., 64063.45332519829 rows/sec., 5.00 MiB/sec.
11682 2024.11.26 23:39:15.738305 [ 268 ] {49abebed-f7dc-47a0-a292-bc66867608d9} <Debug> TCPHandler: Processed in 0.001871348 sec.
11683 2024.11.26 23:39:15.738444 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11684 2024.11.26 23:39:15.738570 [ 270 ] {d9d65b6a-0fb0-4b44-937c-48a0f33766c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11685 2024.11.26 23:39:15.738628 [ 270 ] {d9d65b6a-0fb0-4b44-937c-48a0f33766c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11686 2024.11.26 23:39:15.739240 [ 270 ] {d9d65b6a-0fb0-4b44-937c-48a0f33766c7} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11687 2024.11.26 23:39:15.739277 [ 270 ] {d9d65b6a-0fb0-4b44-937c-48a0f33766c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11688 2024.11.26 23:39:15.739682 [ 270 ] {d9d65b6a-0fb0-4b44-937c-48a0f33766c7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11689 2024.11.26 23:39:15.739928 [ 270 ] {d9d65b6a-0fb0-4b44-937c-48a0f33766c7} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11690 2024.11.26 23:39:15.740110 [ 270 ] {d9d65b6a-0fb0-4b44-937c-48a0f33766c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec.
11691 2024.11.26 23:39:15.740165 [ 270 ] {d9d65b6a-0fb0-4b44-937c-48a0f33766c7} <Debug> TCPHandler: Processed in 0.001781037 sec.
11692 2024.11.26 23:39:15.740335 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11693 2024.11.26 23:39:15.740477 [ 268 ] {2fa8c2bf-b5cb-4162-9b67-3fbd7963ba2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11694 2024.11.26 23:39:15.740570 [ 268 ] {2fa8c2bf-b5cb-4162-9b67-3fbd7963ba2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11695 2024.11.26 23:39:15.741804 [ 268 ] {2fa8c2bf-b5cb-4162-9b67-3fbd7963ba2f} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11696 2024.11.26 23:39:15.741844 [ 268 ] {2fa8c2bf-b5cb-4162-9b67-3fbd7963ba2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11697 2024.11.26 23:39:15.742533 [ 268 ] {2fa8c2bf-b5cb-4162-9b67-3fbd7963ba2f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11698 2024.11.26 23:39:15.742807 [ 268 ] {2fa8c2bf-b5cb-4162-9b67-3fbd7963ba2f} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11699 2024.11.26 23:39:15.743102 [ 268 ] {2fa8c2bf-b5cb-4162-9b67-3fbd7963ba2f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002655 sec., 15442.56120527307 rows/sec., 27.67 MiB/sec.
11700 2024.11.26 23:39:15.743487 [ 268 ] {2fa8c2bf-b5cb-4162-9b67-3fbd7963ba2f} <Debug> TCPHandler: Processed in 0.003216 sec.
11701 2024.11.26 23:39:15.743740 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11702 2024.11.26 23:39:15.743888 [ 270 ] {dc2627f6-1beb-43a8-bbe6-4d63f68f6890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11703 2024.11.26 23:39:15.743941 [ 270 ] {dc2627f6-1beb-43a8-bbe6-4d63f68f6890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11704 2024.11.26 23:39:15.744440 [ 270 ] {dc2627f6-1beb-43a8-bbe6-4d63f68f6890} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11705 2024.11.26 23:39:15.744479 [ 270 ] {dc2627f6-1beb-43a8-bbe6-4d63f68f6890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
11706 2024.11.26 23:39:15.744857 [ 270 ] {dc2627f6-1beb-43a8-bbe6-4d63f68f6890} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11707 2024.11.26 23:39:15.745100 [ 270 ] {dc2627f6-1beb-43a8-bbe6-4d63f68f6890} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11708 2024.11.26 23:39:15.745299 [ 270 ] {dc2627f6-1beb-43a8-bbe6-4d63f68f6890} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec.
11709 2024.11.26 23:39:15.745386 [ 270 ] {dc2627f6-1beb-43a8-bbe6-4d63f68f6890} <Debug> TCPHandler: Processed in 0.001794077 sec.
11710 2024.11.26 23:39:19.458687 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
11711 2024.11.26 23:39:19.458759 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
11712 2024.11.26 23:39:19.624164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596
11713 2024.11.26 23:39:19.624922 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11714 2024.11.26 23:39:19.624981 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11715 2024.11.26 23:39:19.625581 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11716 2024.11.26 23:39:19.625859 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11717 2024.11.26 23:39:19.626131 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
11718 2024.11.26 23:39:20.735273 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11719 2024.11.26 23:39:20.735469 [ 268 ] {0bcb520b-8b37-477b-867f-2b38cb87158e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11720 2024.11.26 23:39:20.735547 [ 268 ] {0bcb520b-8b37-477b-867f-2b38cb87158e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11721 2024.11.26 23:39:20.736318 [ 268 ] {0bcb520b-8b37-477b-867f-2b38cb87158e} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11722 2024.11.26 23:39:20.736374 [ 268 ] {0bcb520b-8b37-477b-867f-2b38cb87158e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11723 2024.11.26 23:39:20.736832 [ 268 ] {0bcb520b-8b37-477b-867f-2b38cb87158e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11724 2024.11.26 23:39:20.737107 [ 268 ] {0bcb520b-8b37-477b-867f-2b38cb87158e} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11725 2024.11.26 23:39:20.737279 [ 85 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
11726 2024.11.26 23:39:20.737328 [ 268 ] {0bcb520b-8b37-477b-867f-2b38cb87158e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec.
11727 2024.11.26 23:39:20.737332 [ 85 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11728 2024.11.26 23:39:20.737381 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11729 2024.11.26 23:39:20.737419 [ 268 ] {0bcb520b-8b37-477b-867f-2b38cb87158e} <Debug> TCPHandler: Processed in 0.002278611 sec.
11730 2024.11.26 23:39:20.737709 [ 187 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
11731 2024.11.26 23:39:20.737764 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11732 2024.11.26 23:39:20.738214 [ 270 ] {6ea334ef-1575-4d8e-8399-dda52a0a8fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11733 2024.11.26 23:39:20.738379 [ 187 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11734 2024.11.26 23:39:20.738392 [ 270 ] {6ea334ef-1575-4d8e-8399-dda52a0a8fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11735 2024.11.26 23:39:20.738457 [ 187 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
11736 2024.11.26 23:39:20.738781 [ 187 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
11737 2024.11.26 23:39:20.739137 [ 187 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
11738 2024.11.26 23:39:20.739541 [ 187 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
11739 2024.11.26 23:39:20.739937 [ 187 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
11740 2024.11.26 23:39:20.741354 [ 270 ] {6ea334ef-1575-4d8e-8399-dda52a0a8fa8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11741 2024.11.26 23:39:20.741451 [ 270 ] {6ea334ef-1575-4d8e-8399-dda52a0a8fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11742 2024.11.26 23:39:20.742352 [ 187 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004860066 sec., 14403.096583462037 rows/sec., 1.07 MiB/sec.
11743 2024.11.26 23:39:20.742519 [ 270 ] {6ea334ef-1575-4d8e-8399-dda52a0a8fa8} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11744 2024.11.26 23:39:20.742584 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
11745 2024.11.26 23:39:20.742982 [ 270 ] {6ea334ef-1575-4d8e-8399-dda52a0a8fa8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11746 2024.11.26 23:39:20.743317 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_41_10} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11747 2024.11.26 23:39:20.743405 [ 270 ] {6ea334ef-1575-4d8e-8399-dda52a0a8fa8} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.005338 sec., 38029.224428624955 rows/sec., 3.29 MiB/sec.
11748 2024.11.26 23:39:20.743527 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_41_10} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
11749 2024.11.26 23:39:20.743547 [ 270 ] {6ea334ef-1575-4d8e-8399-dda52a0a8fa8} <Debug> TCPHandler: Processed in 0.006003416 sec.
11750 2024.11.26 23:39:20.743758 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11751 2024.11.26 23:39:20.743806 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11752 2024.11.26 23:39:20.743958 [ 268 ] {bed172d4-60ef-4541-b1e9-23c7b12d8bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11753 2024.11.26 23:39:20.744018 [ 268 ] {bed172d4-60ef-4541-b1e9-23c7b12d8bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11754 2024.11.26 23:39:20.744624 [ 268 ] {bed172d4-60ef-4541-b1e9-23c7b12d8bdc} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11755 2024.11.26 23:39:20.744665 [ 268 ] {bed172d4-60ef-4541-b1e9-23c7b12d8bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11756 2024.11.26 23:39:20.745060 [ 268 ] {bed172d4-60ef-4541-b1e9-23c7b12d8bdc} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
11757 2024.11.26 23:39:20.745321 [ 268 ] {bed172d4-60ef-4541-b1e9-23c7b12d8bdc} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11758 2024.11.26 23:39:20.745520 [ 268 ] {bed172d4-60ef-4541-b1e9-23c7b12d8bdc} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001597 sec., 4383.218534752662 rows/sec., 285.57 KiB/sec.
11759 2024.11.26 23:39:20.745630 [ 268 ] {bed172d4-60ef-4541-b1e9-23c7b12d8bdc} <Debug> TCPHandler: Processed in 0.001958828 sec.
11760 2024.11.26 23:39:20.745801 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11761 2024.11.26 23:39:20.745947 [ 270 ] {29f6e0bb-f97e-4543-97c0-42a31f3e64c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11762 2024.11.26 23:39:20.745998 [ 270 ] {29f6e0bb-f97e-4543-97c0-42a31f3e64c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11763 2024.11.26 23:39:20.746712 [ 270 ] {29f6e0bb-f97e-4543-97c0-42a31f3e64c9} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11764 2024.11.26 23:39:20.746761 [ 270 ] {29f6e0bb-f97e-4543-97c0-42a31f3e64c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11765 2024.11.26 23:39:20.747161 [ 270 ] {29f6e0bb-f97e-4543-97c0-42a31f3e64c9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11766 2024.11.26 23:39:20.747403 [ 270 ] {29f6e0bb-f97e-4543-97c0-42a31f3e64c9} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11767 2024.11.26 23:39:20.747629 [ 270 ] {29f6e0bb-f97e-4543-97c0-42a31f3e64c9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001713 sec., 8172.796263864566 rows/sec., 572.37 KiB/sec.
11768 2024.11.26 23:39:20.747681 [ 270 ] {29f6e0bb-f97e-4543-97c0-42a31f3e64c9} <Debug> TCPHandler: Processed in 0.001966368 sec.
11769 2024.11.26 23:39:20.747873 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11770 2024.11.26 23:39:20.747996 [ 268 ] {eeec5fae-3595-4cf0-8bb9-9b26aca2f3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11771 2024.11.26 23:39:20.748048 [ 268 ] {eeec5fae-3595-4cf0-8bb9-9b26aca2f3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11772 2024.11.26 23:39:20.748642 [ 268 ] {eeec5fae-3595-4cf0-8bb9-9b26aca2f3cf} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11773 2024.11.26 23:39:20.748681 [ 268 ] {eeec5fae-3595-4cf0-8bb9-9b26aca2f3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11774 2024.11.26 23:39:20.749053 [ 268 ] {eeec5fae-3595-4cf0-8bb9-9b26aca2f3cf} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11775 2024.11.26 23:39:20.749312 [ 268 ] {eeec5fae-3595-4cf0-8bb9-9b26aca2f3cf} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11776 2024.11.26 23:39:20.749445 [ 85 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
11777 2024.11.26 23:39:20.749492 [ 85 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11778 2024.11.26 23:39:20.749510 [ 268 ] {eeec5fae-3595-4cf0-8bb9-9b26aca2f3cf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec.
11779 2024.11.26 23:39:20.749525 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11780 2024.11.26 23:39:20.749627 [ 268 ] {eeec5fae-3595-4cf0-8bb9-9b26aca2f3cf} <Debug> TCPHandler: Processed in 0.001810108 sec.
11781 2024.11.26 23:39:20.749749 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
11782 2024.11.26 23:39:20.749827 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11783 2024.11.26 23:39:20.750016 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11784 2024.11.26 23:39:20.750063 [ 270 ] {003e423c-fb3e-4f6d-bf48-96838d307508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11785 2024.11.26 23:39:20.750082 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
11786 2024.11.26 23:39:20.750173 [ 270 ] {003e423c-fb3e-4f6d-bf48-96838d307508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11787 2024.11.26 23:39:20.750383 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
11788 2024.11.26 23:39:20.750937 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
11789 2024.11.26 23:39:20.751170 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
11790 2024.11.26 23:39:20.751550 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
11791 2024.11.26 23:39:20.753421 [ 270 ] {003e423c-fb3e-4f6d-bf48-96838d307508} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11792 2024.11.26 23:39:20.753496 [ 270 ] {003e423c-fb3e-4f6d-bf48-96838d307508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11793 2024.11.26 23:39:20.754241 [ 190 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004613412 sec., 14089.355123713209 rows/sec., 933.50 KiB/sec.
11794 2024.11.26 23:39:20.754486 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
11795 2024.11.26 23:39:20.754496 [ 270 ] {003e423c-fb3e-4f6d-bf48-96838d307508} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11796 2024.11.26 23:39:20.755017 [ 270 ] {003e423c-fb3e-4f6d-bf48-96838d307508} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11797 2024.11.26 23:39:20.755039 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_41_10} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11798 2024.11.26 23:39:20.755258 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_41_10} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
11799 2024.11.26 23:39:20.755524 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11800 2024.11.26 23:39:20.755546 [ 270 ] {003e423c-fb3e-4f6d-bf48-96838d307508} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00554 sec., 68953.06859205777 rows/sec., 4.88 MiB/sec.
11801 2024.11.26 23:39:20.755690 [ 270 ] {003e423c-fb3e-4f6d-bf48-96838d307508} <Debug> TCPHandler: Processed in 0.005933585 sec.
11802 2024.11.26 23:39:20.755937 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11803 2024.11.26 23:39:20.756124 [ 268 ] {9d4066d7-2e52-4e6d-8fff-0f160b8cb05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11804 2024.11.26 23:39:20.756180 [ 268 ] {9d4066d7-2e52-4e6d-8fff-0f160b8cb05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11805 2024.11.26 23:39:20.756680 [ 268 ] {9d4066d7-2e52-4e6d-8fff-0f160b8cb05c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11806 2024.11.26 23:39:20.756718 [ 268 ] {9d4066d7-2e52-4e6d-8fff-0f160b8cb05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11807 2024.11.26 23:39:20.757103 [ 268 ] {9d4066d7-2e52-4e6d-8fff-0f160b8cb05c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11808 2024.11.26 23:39:20.757365 [ 268 ] {9d4066d7-2e52-4e6d-8fff-0f160b8cb05c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11809 2024.11.26 23:39:20.757495 [ 85 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11810 2024.11.26 23:39:20.757534 [ 85 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11811 2024.11.26 23:39:20.757554 [ 268 ] {9d4066d7-2e52-4e6d-8fff-0f160b8cb05c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec.
11812 2024.11.26 23:39:20.757557 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11813 2024.11.26 23:39:20.757651 [ 268 ] {9d4066d7-2e52-4e6d-8fff-0f160b8cb05c} <Debug> TCPHandler: Processed in 0.001835597 sec.
11814 2024.11.26 23:39:20.757691 [ 189 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
11815 2024.11.26 23:39:20.757814 [ 189 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11816 2024.11.26 23:39:20.757841 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11817 2024.11.26 23:39:20.757860 [ 189 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part
11818 2024.11.26 23:39:20.758018 [ 189 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
11819 2024.11.26 23:39:20.758202 [ 270 ] {2441e4d5-a5d8-4b88-977d-27d7f22bc176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11820 2024.11.26 23:39:20.758414 [ 189 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
11821 2024.11.26 23:39:20.758499 [ 270 ] {2441e4d5-a5d8-4b88-977d-27d7f22bc176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11822 2024.11.26 23:39:20.758669 [ 189 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
11823 2024.11.26 23:39:20.758953 [ 189 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
11824 2024.11.26 23:39:20.759348 [ 189 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
11825 2024.11.26 23:39:20.761088 [ 270 ] {2441e4d5-a5d8-4b88-977d-27d7f22bc176} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11826 2024.11.26 23:39:20.761172 [ 270 ] {2441e4d5-a5d8-4b88-977d-27d7f22bc176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11827 2024.11.26 23:39:20.761987 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004344711 sec., 56620.56693759377 rows/sec., 2.89 MiB/sec.
11828 2024.11.26 23:39:20.762212 [ 270 ] {2441e4d5-a5d8-4b88-977d-27d7f22bc176} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11829 2024.11.26 23:39:20.762228 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11830 2024.11.26 23:39:20.762656 [ 270 ] {2441e4d5-a5d8-4b88-977d-27d7f22bc176} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11831 2024.11.26 23:39:20.762842 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11832 2024.11.26 23:39:20.763125 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_41_8} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11833 2024.11.26 23:39:20.763132 [ 270 ] {2441e4d5-a5d8-4b88-977d-27d7f22bc176} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00508 sec., 46653.54330708661 rows/sec., 3.13 MiB/sec.
11834 2024.11.26 23:39:20.763390 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11835 2024.11.26 23:39:20.763398 [ 270 ] {2441e4d5-a5d8-4b88-977d-27d7f22bc176} <Debug> TCPHandler: Processed in 0.005634972 sec.
11836 2024.11.26 23:39:20.763602 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11837 2024.11.26 23:39:20.763751 [ 268 ] {de52398d-f463-4186-b5be-98e8fe9f5b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11838 2024.11.26 23:39:20.763815 [ 268 ] {de52398d-f463-4186-b5be-98e8fe9f5b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11839 2024.11.26 23:39:20.764323 [ 268 ] {de52398d-f463-4186-b5be-98e8fe9f5b53} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11840 2024.11.26 23:39:20.764362 [ 268 ] {de52398d-f463-4186-b5be-98e8fe9f5b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11841 2024.11.26 23:39:20.764739 [ 268 ] {de52398d-f463-4186-b5be-98e8fe9f5b53} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11842 2024.11.26 23:39:20.764977 [ 268 ] {de52398d-f463-4186-b5be-98e8fe9f5b53} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11843 2024.11.26 23:39:20.765161 [ 268 ] {de52398d-f463-4186-b5be-98e8fe9f5b53} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001442 sec., 693.4812760055479 rows/sec., 46.73 KiB/sec.
11844 2024.11.26 23:39:20.765213 [ 268 ] {de52398d-f463-4186-b5be-98e8fe9f5b53} <Debug> TCPHandler: Processed in 0.001680106 sec.
11845 2024.11.26 23:39:20.765377 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11846 2024.11.26 23:39:20.765515 [ 270 ] {8d6b8118-71f6-4861-8c0c-7181bc9a0328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11847 2024.11.26 23:39:20.765577 [ 270 ] {8d6b8118-71f6-4861-8c0c-7181bc9a0328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11848 2024.11.26 23:39:20.766138 [ 270 ] {8d6b8118-71f6-4861-8c0c-7181bc9a0328} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11849 2024.11.26 23:39:20.766179 [ 270 ] {8d6b8118-71f6-4861-8c0c-7181bc9a0328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11850 2024.11.26 23:39:20.766557 [ 270 ] {8d6b8118-71f6-4861-8c0c-7181bc9a0328} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11851 2024.11.26 23:39:20.766795 [ 270 ] {8d6b8118-71f6-4861-8c0c-7181bc9a0328} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11852 2024.11.26 23:39:20.767020 [ 270 ] {8d6b8118-71f6-4861-8c0c-7181bc9a0328} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec.
11853 2024.11.26 23:39:20.767080 [ 270 ] {8d6b8118-71f6-4861-8c0c-7181bc9a0328} <Debug> TCPHandler: Processed in 0.001772936 sec.
11854 2024.11.26 23:39:21.483250 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
11855 2024.11.26 23:39:21.502629 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11856 2024.11.26 23:39:21.502687 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11857 2024.11.26 23:39:21.510104 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11858 2024.11.26 23:39:21.510852 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11859 2024.11.26 23:39:21.514688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
11860 2024.11.26 23:39:23.153747 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11861 2024.11.26 23:39:23.153981 [ 268 ] {d8118b98-bc63-444c-9852-4cac9abb7b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11862 2024.11.26 23:39:23.154063 [ 268 ] {d8118b98-bc63-444c-9852-4cac9abb7b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11863 2024.11.26 23:39:23.154828 [ 268 ] {d8118b98-bc63-444c-9852-4cac9abb7b78} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11864 2024.11.26 23:39:23.154882 [ 268 ] {d8118b98-bc63-444c-9852-4cac9abb7b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11865 2024.11.26 23:39:23.155316 [ 268 ] {d8118b98-bc63-444c-9852-4cac9abb7b78} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
11866 2024.11.26 23:39:23.155567 [ 268 ] {d8118b98-bc63-444c-9852-4cac9abb7b78} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11867 2024.11.26 23:39:23.155811 [ 268 ] {d8118b98-bc63-444c-9852-4cac9abb7b78} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001889 sec., 7411.3287453679195 rows/sec., 604.34 KiB/sec.
11868 2024.11.26 23:39:23.155878 [ 268 ] {d8118b98-bc63-444c-9852-4cac9abb7b78} <Debug> TCPHandler: Processed in 0.002274281 sec.
11869 2024.11.26 23:39:23.156148 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11870 2024.11.26 23:39:23.156364 [ 270 ] {a36c027b-5a70-4efe-9fb0-04c834f02214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11871 2024.11.26 23:39:23.156448 [ 270 ] {a36c027b-5a70-4efe-9fb0-04c834f02214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11872 2024.11.26 23:39:23.157982 [ 270 ] {a36c027b-5a70-4efe-9fb0-04c834f02214} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11873 2024.11.26 23:39:23.158034 [ 270 ] {a36c027b-5a70-4efe-9fb0-04c834f02214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11874 2024.11.26 23:39:23.158693 [ 270 ] {a36c027b-5a70-4efe-9fb0-04c834f02214} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11875 2024.11.26 23:39:23.159127 [ 270 ] {a36c027b-5a70-4efe-9fb0-04c834f02214} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11876 2024.11.26 23:39:23.159368 [ 270 ] {a36c027b-5a70-4efe-9fb0-04c834f02214} <Debug> executeQuery: Read 1285 rows, 109.28 KiB in 0.003064 sec., 419386.42297650134 rows/sec., 34.83 MiB/sec.
11877 2024.11.26 23:39:23.159436 [ 270 ] {a36c027b-5a70-4efe-9fb0-04c834f02214} <Debug> TCPHandler: Processed in 0.003427312 sec.
11878 2024.11.26 23:39:23.159588 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11879 2024.11.26 23:39:23.159747 [ 268 ] {edf6f395-dc0d-4641-9b8b-4f29003fc811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11880 2024.11.26 23:39:23.159819 [ 268 ] {edf6f395-dc0d-4641-9b8b-4f29003fc811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11881 2024.11.26 23:39:23.160485 [ 268 ] {edf6f395-dc0d-4641-9b8b-4f29003fc811} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11882 2024.11.26 23:39:23.160529 [ 268 ] {edf6f395-dc0d-4641-9b8b-4f29003fc811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11883 2024.11.26 23:39:23.160929 [ 268 ] {edf6f395-dc0d-4641-9b8b-4f29003fc811} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11884 2024.11.26 23:39:23.161190 [ 268 ] {edf6f395-dc0d-4641-9b8b-4f29003fc811} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11885 2024.11.26 23:39:23.161405 [ 268 ] {edf6f395-dc0d-4641-9b8b-4f29003fc811} <Debug> executeQuery: Read 55 rows, 4.06 KiB in 0.001691 sec., 32525.133057362505 rows/sec., 2.34 MiB/sec.
11886 2024.11.26 23:39:23.161463 [ 268 ] {edf6f395-dc0d-4641-9b8b-4f29003fc811} <Debug> TCPHandler: Processed in 0.001932958 sec.
11887 2024.11.26 23:39:23.161624 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11888 2024.11.26 23:39:23.161770 [ 270 ] {0c3703d9-a932-4995-aea8-fd8bb41753bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11889 2024.11.26 23:39:23.161832 [ 270 ] {0c3703d9-a932-4995-aea8-fd8bb41753bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11890 2024.11.26 23:39:23.162555 [ 270 ] {0c3703d9-a932-4995-aea8-fd8bb41753bb} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11891 2024.11.26 23:39:23.162597 [ 270 ] {0c3703d9-a932-4995-aea8-fd8bb41753bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11892 2024.11.26 23:39:23.162977 [ 270 ] {0c3703d9-a932-4995-aea8-fd8bb41753bb} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11893 2024.11.26 23:39:23.163225 [ 270 ] {0c3703d9-a932-4995-aea8-fd8bb41753bb} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11894 2024.11.26 23:39:23.163394 [ 83 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11895 2024.11.26 23:39:23.163461 [ 270 ] {0c3703d9-a932-4995-aea8-fd8bb41753bb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001724 sec., 132250.58004640372 rows/sec., 8.95 MiB/sec.
11896 2024.11.26 23:39:23.163483 [ 83 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11897 2024.11.26 23:39:23.163556 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11898 2024.11.26 23:39:23.163593 [ 270 ] {0c3703d9-a932-4995-aea8-fd8bb41753bb} <Debug> TCPHandler: Processed in 0.002029369 sec.
11899 2024.11.26 23:39:23.163871 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11900 2024.11.26 23:39:23.163945 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
11901 2024.11.26 23:39:23.164231 [ 268 ] {0a9ba8e8-7e97-4522-b8df-2610bd22c3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11902 2024.11.26 23:39:23.164401 [ 268 ] {0a9ba8e8-7e97-4522-b8df-2610bd22c3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11903 2024.11.26 23:39:23.164725 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11904 2024.11.26 23:39:23.164946 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 242 rows starting from the beginning of the part
11905 2024.11.26 23:39:23.165303 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 228 rows starting from the beginning of the part
11906 2024.11.26 23:39:23.165777 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part
11907 2024.11.26 23:39:23.166196 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part
11908 2024.11.26 23:39:23.166527 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part
11909 2024.11.26 23:39:23.166730 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 228 rows starting from the beginning of the part
11910 2024.11.26 23:39:23.167801 [ 268 ] {0a9ba8e8-7e97-4522-b8df-2610bd22c3aa} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11911 2024.11.26 23:39:23.167885 [ 268 ] {0a9ba8e8-7e97-4522-b8df-2610bd22c3aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11912 2024.11.26 23:39:23.169025 [ 268 ] {0a9ba8e8-7e97-4522-b8df-2610bd22c3aa} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11913 2024.11.26 23:39:23.169507 [ 268 ] {0a9ba8e8-7e97-4522-b8df-2610bd22c3aa} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11914 2024.11.26 23:39:23.169651 [ 202 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005955595 sec., 124252.90839958056 rows/sec., 8.89 MiB/sec.
11915 2024.11.26 23:39:23.169922 [ 268 ] {0a9ba8e8-7e97-4522-b8df-2610bd22c3aa} <Debug> executeQuery: Read 575 rows, 43.83 KiB in 0.005803 sec., 99086.67930380837 rows/sec., 7.38 MiB/sec.
11916 2024.11.26 23:39:23.169978 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11917 2024.11.26 23:39:23.170129 [ 268 ] {0a9ba8e8-7e97-4522-b8df-2610bd22c3aa} <Debug> TCPHandler: Processed in 0.00642412 sec.
11918 2024.11.26 23:39:23.170462 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11919 2024.11.26 23:39:23.170886 [ 270 ] {ebc1dc7e-64b3-49b3-af71-2012970f67b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11920 2024.11.26 23:39:23.171084 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11921 2024.11.26 23:39:23.171131 [ 270 ] {ebc1dc7e-64b3-49b3-af71-2012970f67b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11922 2024.11.26 23:39:23.171433 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_56_11} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11923 2024.11.26 23:39:23.171757 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
11924 2024.11.26 23:39:23.172894 [ 270 ] {ebc1dc7e-64b3-49b3-af71-2012970f67b6} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11925 2024.11.26 23:39:23.172940 [ 270 ] {ebc1dc7e-64b3-49b3-af71-2012970f67b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11926 2024.11.26 23:39:23.173408 [ 270 ] {ebc1dc7e-64b3-49b3-af71-2012970f67b6} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11927 2024.11.26 23:39:23.173656 [ 270 ] {ebc1dc7e-64b3-49b3-af71-2012970f67b6} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11928 2024.11.26 23:39:23.173870 [ 270 ] {ebc1dc7e-64b3-49b3-af71-2012970f67b6} <Debug> executeQuery: Read 929 rows, 63.75 KiB in 0.003149 sec., 295014.2902508733 rows/sec., 19.77 MiB/sec.
11929 2024.11.26 23:39:23.173925 [ 270 ] {ebc1dc7e-64b3-49b3-af71-2012970f67b6} <Debug> TCPHandler: Processed in 0.003662554 sec.
11930 2024.11.26 23:39:23.174085 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11931 2024.11.26 23:39:23.174226 [ 268 ] {f51ce72c-3438-4871-9d87-bfc18c26f321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11932 2024.11.26 23:39:23.174322 [ 268 ] {f51ce72c-3438-4871-9d87-bfc18c26f321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11933 2024.11.26 23:39:23.175636 [ 268 ] {f51ce72c-3438-4871-9d87-bfc18c26f321} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11934 2024.11.26 23:39:23.175678 [ 268 ] {f51ce72c-3438-4871-9d87-bfc18c26f321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11935 2024.11.26 23:39:23.176388 [ 268 ] {f51ce72c-3438-4871-9d87-bfc18c26f321} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11936 2024.11.26 23:39:23.176658 [ 268 ] {f51ce72c-3438-4871-9d87-bfc18c26f321} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11937 2024.11.26 23:39:23.176958 [ 268 ] {f51ce72c-3438-4871-9d87-bfc18c26f321} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002763 sec., 14838.943177705394 rows/sec., 26.59 MiB/sec.
11938 2024.11.26 23:39:23.177531 [ 268 ] {f51ce72c-3438-4871-9d87-bfc18c26f321} <Debug> TCPHandler: Processed in 0.003510843 sec.
11939 2024.11.26 23:39:23.177726 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11940 2024.11.26 23:39:23.177865 [ 270 ] {a910ed9a-21cd-4546-87f3-667b115d4d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11941 2024.11.26 23:39:23.177925 [ 270 ] {a910ed9a-21cd-4546-87f3-667b115d4d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11942 2024.11.26 23:39:23.178439 [ 270 ] {a910ed9a-21cd-4546-87f3-667b115d4d86} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11943 2024.11.26 23:39:23.178479 [ 270 ] {a910ed9a-21cd-4546-87f3-667b115d4d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11944 2024.11.26 23:39:23.178858 [ 270 ] {a910ed9a-21cd-4546-87f3-667b115d4d86} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11945 2024.11.26 23:39:23.179115 [ 270 ] {a910ed9a-21cd-4546-87f3-667b115d4d86} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11946 2024.11.26 23:39:23.179324 [ 270 ] {a910ed9a-21cd-4546-87f3-667b115d4d86} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001491 sec., 20120.72434607646 rows/sec., 1.35 MiB/sec.
11947 2024.11.26 23:39:23.179375 [ 270 ] {a910ed9a-21cd-4546-87f3-667b115d4d86} <Debug> TCPHandler: Processed in 0.001729226 sec.
11948 2024.11.26 23:39:24.791939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1708
11949 2024.11.26 23:39:24.795238 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11950 2024.11.26 23:39:24.795286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11951 2024.11.26 23:39:24.796780 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11952 2024.11.26 23:39:24.797100 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11953 2024.11.26 23:39:24.798730 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1708
11954 2024.11.26 23:39:25.726446 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11955 2024.11.26 23:39:25.726748 [ 268 ] {6e0de713-6e37-44f4-a6e8-9bcb4db824e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11956 2024.11.26 23:39:25.726865 [ 268 ] {6e0de713-6e37-44f4-a6e8-9bcb4db824e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11957 2024.11.26 23:39:25.727791 [ 268 ] {6e0de713-6e37-44f4-a6e8-9bcb4db824e2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11958 2024.11.26 23:39:25.727834 [ 268 ] {6e0de713-6e37-44f4-a6e8-9bcb4db824e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11959 2024.11.26 23:39:25.728275 [ 268 ] {6e0de713-6e37-44f4-a6e8-9bcb4db824e2} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11960 2024.11.26 23:39:25.728537 [ 268 ] {6e0de713-6e37-44f4-a6e8-9bcb4db824e2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11961 2024.11.26 23:39:25.728735 [ 268 ] {6e0de713-6e37-44f4-a6e8-9bcb4db824e2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002075 sec., 26987.951807228914 rows/sec., 2.07 MiB/sec.
11962 2024.11.26 23:39:25.728802 [ 268 ] {6e0de713-6e37-44f4-a6e8-9bcb4db824e2} <Debug> TCPHandler: Processed in 0.002543233 sec.
11963 2024.11.26 23:39:25.729059 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11964 2024.11.26 23:39:25.729257 [ 270 ] {a3000585-fc4e-4a81-834f-3fbededd836c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11965 2024.11.26 23:39:25.729332 [ 270 ] {a3000585-fc4e-4a81-834f-3fbededd836c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11966 2024.11.26 23:39:25.730142 [ 270 ] {a3000585-fc4e-4a81-834f-3fbededd836c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11967 2024.11.26 23:39:25.730194 [ 270 ] {a3000585-fc4e-4a81-834f-3fbededd836c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11968 2024.11.26 23:39:25.730646 [ 270 ] {a3000585-fc4e-4a81-834f-3fbededd836c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11969 2024.11.26 23:39:25.730917 [ 270 ] {a3000585-fc4e-4a81-834f-3fbededd836c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11970 2024.11.26 23:39:25.731167 [ 270 ] {a3000585-fc4e-4a81-834f-3fbededd836c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001964 sec., 32586.558044806516 rows/sec., 2.54 MiB/sec.
11971 2024.11.26 23:39:25.731234 [ 270 ] {a3000585-fc4e-4a81-834f-3fbededd836c} <Debug> TCPHandler: Processed in 0.002304671 sec.
11972 2024.11.26 23:39:25.731389 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11973 2024.11.26 23:39:25.731518 [ 268 ] {15b0b6c1-1e4c-4bbe-8ab8-99bcda344d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11974 2024.11.26 23:39:25.731581 [ 268 ] {15b0b6c1-1e4c-4bbe-8ab8-99bcda344d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11975 2024.11.26 23:39:25.732145 [ 268 ] {15b0b6c1-1e4c-4bbe-8ab8-99bcda344d06} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11976 2024.11.26 23:39:25.732184 [ 268 ] {15b0b6c1-1e4c-4bbe-8ab8-99bcda344d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11977 2024.11.26 23:39:25.732583 [ 268 ] {15b0b6c1-1e4c-4bbe-8ab8-99bcda344d06} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11978 2024.11.26 23:39:25.732832 [ 268 ] {15b0b6c1-1e4c-4bbe-8ab8-99bcda344d06} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11979 2024.11.26 23:39:25.732960 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 5 parts from all_1_95_19 to all_99_99_0
11980 2024.11.26 23:39:25.733001 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11981 2024.11.26 23:39:25.733019 [ 268 ] {15b0b6c1-1e4c-4bbe-8ab8-99bcda344d06} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.001532 sec., 54830.28720626632 rows/sec., 3.81 MiB/sec.
11982 2024.11.26 23:39:25.733023 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11983 2024.11.26 23:39:25.733135 [ 268 ] {15b0b6c1-1e4c-4bbe-8ab8-99bcda344d06} <Debug> TCPHandler: Processed in 0.001797517 sec.
11984 2024.11.26 23:39:25.733337 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_99_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_95_19 to all_99_99_0 into Compact with storage Full
11985 2024.11.26 23:39:25.733355 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11986 2024.11.26 23:39:25.733658 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11987 2024.11.26 23:39:25.733661 [ 270 ] {cae1ba17-007d-4240-8192-d3c7a2e6b52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11988 2024.11.26 23:39:25.733728 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 28471 rows starting from the beginning of the part
11989 2024.11.26 23:39:25.733768 [ 270 ] {cae1ba17-007d-4240-8192-d3c7a2e6b52f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11990 2024.11.26 23:39:25.734070 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part
11991 2024.11.26 23:39:25.734531 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
11992 2024.11.26 23:39:25.734844 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::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
11993 2024.11.26 23:39:25.735342 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 929 rows starting from the beginning of the part
11994 2024.11.26 23:39:25.736315 [ 270 ] {cae1ba17-007d-4240-8192-d3c7a2e6b52f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11995 2024.11.26 23:39:25.736385 [ 270 ] {cae1ba17-007d-4240-8192-d3c7a2e6b52f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11996 2024.11.26 23:39:25.737025 [ 270 ] {cae1ba17-007d-4240-8192-d3c7a2e6b52f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11997 2024.11.26 23:39:25.737487 [ 270 ] {cae1ba17-007d-4240-8192-d3c7a2e6b52f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11998 2024.11.26 23:39:25.737866 [ 270 ] {cae1ba17-007d-4240-8192-d3c7a2e6b52f} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.004298 sec., 6979.990693345742 rows/sec., 483.28 KiB/sec.
11999 2024.11.26 23:39:25.738082 [ 270 ] {cae1ba17-007d-4240-8192-d3c7a2e6b52f} <Debug> TCPHandler: Processed in 0.004846345 sec.
12000 2024.11.26 23:39:25.743590 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30034 rows, containing 5 columns (5 merged, 0 gathered) in 0.010440467 sec., 2876691.243792064 rows/sec., 194.23 MiB/sec.
12001 2024.11.26 23:39:25.744085 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary)
12002 2024.11.26 23:39:25.744410 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12003 2024.11.26 23:39:25.744497 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 5 parts: [all_1_95_19, all_99_99_0] -> all_1_99_20
12004 2024.11.26 23:39:25.744598 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB.
12005 2024.11.26 23:39:27.126370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084
12006 2024.11.26 23:39:27.127184 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12007 2024.11.26 23:39:27.127237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12008 2024.11.26 23:39:27.127778 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12009 2024.11.26 23:39:27.128048 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12010 2024.11.26 23:39:27.128326 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
12011 2024.11.26 23:39:29.014831 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
12012 2024.11.26 23:39:29.035538 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12013 2024.11.26 23:39:29.035605 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12014 2024.11.26 23:39:29.042916 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12015 2024.11.26 23:39:29.043680 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12016 2024.11.26 23:39:29.046455 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
12017 2024.11.26 23:39:30.735315 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12018 2024.11.26 23:39:30.735509 [ 268 ] {ffa9b237-a1ff-467a-8e10-1fe8da53306e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12019 2024.11.26 23:39:30.735583 [ 268 ] {ffa9b237-a1ff-467a-8e10-1fe8da53306e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12020 2024.11.26 23:39:30.736354 [ 268 ] {ffa9b237-a1ff-467a-8e10-1fe8da53306e} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12021 2024.11.26 23:39:30.736405 [ 268 ] {ffa9b237-a1ff-467a-8e10-1fe8da53306e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12022 2024.11.26 23:39:30.736839 [ 268 ] {ffa9b237-a1ff-467a-8e10-1fe8da53306e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12023 2024.11.26 23:39:30.737106 [ 268 ] {ffa9b237-a1ff-467a-8e10-1fe8da53306e} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12024 2024.11.26 23:39:30.737374 [ 268 ] {ffa9b237-a1ff-467a-8e10-1fe8da53306e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec.
12025 2024.11.26 23:39:30.737484 [ 268 ] {ffa9b237-a1ff-467a-8e10-1fe8da53306e} <Debug> TCPHandler: Processed in 0.002296751 sec.
12026 2024.11.26 23:39:30.737810 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12027 2024.11.26 23:39:30.738018 [ 270 ] {849bdc7c-4bfa-4cae-812a-5c0f1e4e68e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12028 2024.11.26 23:39:30.738099 [ 270 ] {849bdc7c-4bfa-4cae-812a-5c0f1e4e68e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12029 2024.11.26 23:39:30.738967 [ 270 ] {849bdc7c-4bfa-4cae-812a-5c0f1e4e68e6} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12030 2024.11.26 23:39:30.739018 [ 270 ] {849bdc7c-4bfa-4cae-812a-5c0f1e4e68e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12031 2024.11.26 23:39:30.739472 [ 270 ] {849bdc7c-4bfa-4cae-812a-5c0f1e4e68e6} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12032 2024.11.26 23:39:30.739735 [ 270 ] {849bdc7c-4bfa-4cae-812a-5c0f1e4e68e6} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12033 2024.11.26 23:39:30.739923 [ 74 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12034 2024.11.26 23:39:30.739988 [ 270 ] {849bdc7c-4bfa-4cae-812a-5c0f1e4e68e6} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00203 sec., 100000 rows/sec., 8.66 MiB/sec.
12035 2024.11.26 23:39:30.740016 [ 74 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12036 2024.11.26 23:39:30.740084 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12037 2024.11.26 23:39:30.740104 [ 270 ] {849bdc7c-4bfa-4cae-812a-5c0f1e4e68e6} <Debug> TCPHandler: Processed in 0.002470023 sec.
12038 2024.11.26 23:39:30.740391 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12039 2024.11.26 23:39:30.740420 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
12040 2024.11.26 23:39:30.740807 [ 268 ] {607089b1-c089-44bf-b7e4-4814a8d8764c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12041 2024.11.26 23:39:30.740945 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12042 2024.11.26 23:39:30.741000 [ 268 ] {607089b1-c089-44bf-b7e4-4814a8d8764c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12043 2024.11.26 23:39:30.741084 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1434 rows starting from the beginning of the part
12044 2024.11.26 23:39:30.741489 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 138 rows starting from the beginning of the part
12045 2024.11.26 23:39:30.741905 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 203 rows starting from the beginning of the part
12046 2024.11.26 23:39:30.742220 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 1285 rows starting from the beginning of the part
12047 2024.11.26 23:39:30.742604 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part
12048 2024.11.26 23:39:30.743022 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 203 rows starting from the beginning of the part
12049 2024.11.26 23:39:30.744494 [ 268 ] {607089b1-c089-44bf-b7e4-4814a8d8764c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12050 2024.11.26 23:39:30.744571 [ 268 ] {607089b1-c089-44bf-b7e4-4814a8d8764c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12051 2024.11.26 23:39:30.745544 [ 268 ] {607089b1-c089-44bf-b7e4-4814a8d8764c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12052 2024.11.26 23:39:30.745883 [ 268 ] {607089b1-c089-44bf-b7e4-4814a8d8764c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12053 2024.11.26 23:39:30.746179 [ 268 ] {607089b1-c089-44bf-b7e4-4814a8d8764c} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005551 sec., 1261.0340479192937 rows/sec., 82.16 KiB/sec.
12054 2024.11.26 23:39:30.746449 [ 268 ] {607089b1-c089-44bf-b7e4-4814a8d8764c} <Debug> TCPHandler: Processed in 0.006230838 sec.
12055 2024.11.26 23:39:30.746791 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12056 2024.11.26 23:39:30.747380 [ 270 ] {925eca7e-d6d6-4bc7-ade2-dda3b392f387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12057 2024.11.26 23:39:30.747478 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.007284858 sec., 455602.56630946 rows/sec., 39.93 MiB/sec.
12058 2024.11.26 23:39:30.747543 [ 270 ] {925eca7e-d6d6-4bc7-ade2-dda3b392f387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12059 2024.11.26 23:39:30.747929 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12060 2024.11.26 23:39:30.748802 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12061 2024.11.26 23:39:30.748901 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_101_20} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12062 2024.11.26 23:39:30.749003 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
12063 2024.11.26 23:39:30.749193 [ 270 ] {925eca7e-d6d6-4bc7-ade2-dda3b392f387} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12064 2024.11.26 23:39:30.749233 [ 270 ] {925eca7e-d6d6-4bc7-ade2-dda3b392f387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12065 2024.11.26 23:39:30.749597 [ 270 ] {925eca7e-d6d6-4bc7-ade2-dda3b392f387} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12066 2024.11.26 23:39:30.749840 [ 270 ] {925eca7e-d6d6-4bc7-ade2-dda3b392f387} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12067 2024.11.26 23:39:30.750052 [ 270 ] {925eca7e-d6d6-4bc7-ade2-dda3b392f387} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002851 sec., 4910.557699052964 rows/sec., 343.90 KiB/sec.
12068 2024.11.26 23:39:30.750109 [ 270 ] {925eca7e-d6d6-4bc7-ade2-dda3b392f387} <Debug> TCPHandler: Processed in 0.003523563 sec.
12069 2024.11.26 23:39:30.750258 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12070 2024.11.26 23:39:30.750396 [ 268 ] {10edd6c7-77f6-4106-8827-e024a1286976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12071 2024.11.26 23:39:30.750453 [ 268 ] {10edd6c7-77f6-4106-8827-e024a1286976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12072 2024.11.26 23:39:30.751375 [ 268 ] {10edd6c7-77f6-4106-8827-e024a1286976} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12073 2024.11.26 23:39:30.751415 [ 268 ] {10edd6c7-77f6-4106-8827-e024a1286976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12074 2024.11.26 23:39:30.751775 [ 268 ] {10edd6c7-77f6-4106-8827-e024a1286976} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12075 2024.11.26 23:39:30.752012 [ 268 ] {10edd6c7-77f6-4106-8827-e024a1286976} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12076 2024.11.26 23:39:30.752233 [ 268 ] {10edd6c7-77f6-4106-8827-e024a1286976} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001869 sec., 6955.591225254147 rows/sec., 433.68 KiB/sec.
12077 2024.11.26 23:39:30.752288 [ 268 ] {10edd6c7-77f6-4106-8827-e024a1286976} <Debug> TCPHandler: Processed in 0.002087089 sec.
12078 2024.11.26 23:39:30.752456 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12079 2024.11.26 23:39:30.752598 [ 270 ] {c8b65a42-c91a-4bdf-a3a2-d043c02395ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12080 2024.11.26 23:39:30.752655 [ 270 ] {c8b65a42-c91a-4bdf-a3a2-d043c02395ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12081 2024.11.26 23:39:30.753490 [ 270 ] {c8b65a42-c91a-4bdf-a3a2-d043c02395ca} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12082 2024.11.26 23:39:30.753531 [ 270 ] {c8b65a42-c91a-4bdf-a3a2-d043c02395ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12083 2024.11.26 23:39:30.753918 [ 270 ] {c8b65a42-c91a-4bdf-a3a2-d043c02395ca} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12084 2024.11.26 23:39:30.754159 [ 270 ] {c8b65a42-c91a-4bdf-a3a2-d043c02395ca} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12085 2024.11.26 23:39:30.754341 [ 78 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12086 2024.11.26 23:39:30.754401 [ 270 ] {c8b65a42-c91a-4bdf-a3a2-d043c02395ca} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001827 sec., 209085.93322386424 rows/sec., 14.80 MiB/sec.
12087 2024.11.26 23:39:30.754411 [ 78 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12088 2024.11.26 23:39:30.754491 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12089 2024.11.26 23:39:30.754521 [ 270 ] {c8b65a42-c91a-4bdf-a3a2-d043c02395ca} <Debug> TCPHandler: Processed in 0.00213566 sec.
12090 2024.11.26 23:39:30.754725 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
12091 2024.11.26 23:39:30.754743 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12092 2024.11.26 23:39:30.754944 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12093 2024.11.26 23:39:30.754981 [ 268 ] {4b3d5280-7845-4071-bc8b-ae1612f85215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12094 2024.11.26 23:39:30.755002 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 915 rows starting from the beginning of the part
12095 2024.11.26 23:39:30.755102 [ 268 ] {4b3d5280-7845-4071-bc8b-ae1612f85215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12096 2024.11.26 23:39:30.755275 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 105 rows starting from the beginning of the part
12097 2024.11.26 23:39:30.755605 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 382 rows starting from the beginning of the part
12098 2024.11.26 23:39:30.755904 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 575 rows starting from the beginning of the part
12099 2024.11.26 23:39:30.756260 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part
12100 2024.11.26 23:39:30.756659 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 382 rows starting from the beginning of the part
12101 2024.11.26 23:39:30.757818 [ 268 ] {4b3d5280-7845-4071-bc8b-ae1612f85215} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12102 2024.11.26 23:39:30.757885 [ 268 ] {4b3d5280-7845-4071-bc8b-ae1612f85215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12103 2024.11.26 23:39:30.758885 [ 268 ] {4b3d5280-7845-4071-bc8b-ae1612f85215} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12104 2024.11.26 23:39:30.759366 [ 268 ] {4b3d5280-7845-4071-bc8b-ae1612f85215} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12105 2024.11.26 23:39:30.759826 [ 268 ] {4b3d5280-7845-4071-bc8b-ae1612f85215} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004871 sec., 1231.7799219872716 rows/sec., 64.36 KiB/sec.
12106 2024.11.26 23:39:30.760180 [ 268 ] {4b3d5280-7845-4071-bc8b-ae1612f85215} <Debug> TCPHandler: Processed in 0.005561452 sec.
12107 2024.11.26 23:39:30.760493 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12108 2024.11.26 23:39:30.760537 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.005942535 sec., 407738.44832213863 rows/sec., 31.28 MiB/sec.
12109 2024.11.26 23:39:30.760901 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12110 2024.11.26 23:39:30.760979 [ 270 ] {2da61157-c9f2-4d57-ba58-4bdf6f5f5a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12111 2024.11.26 23:39:30.761139 [ 270 ] {2da61157-c9f2-4d57-ba58-4bdf6f5f5a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12112 2024.11.26 23:39:30.761454 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12113 2024.11.26 23:39:30.761548 [ 192 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_101_20} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12114 2024.11.26 23:39:30.761624 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
12115 2024.11.26 23:39:30.761876 [ 270 ] {2da61157-c9f2-4d57-ba58-4bdf6f5f5a47} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12116 2024.11.26 23:39:30.761914 [ 270 ] {2da61157-c9f2-4d57-ba58-4bdf6f5f5a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12117 2024.11.26 23:39:30.762315 [ 270 ] {2da61157-c9f2-4d57-ba58-4bdf6f5f5a47} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12118 2024.11.26 23:39:30.762564 [ 270 ] {2da61157-c9f2-4d57-ba58-4bdf6f5f5a47} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12119 2024.11.26 23:39:30.762785 [ 270 ] {2da61157-c9f2-4d57-ba58-4bdf6f5f5a47} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001969 sec., 120365.66785170138 rows/sec., 8.07 MiB/sec.
12120 2024.11.26 23:39:30.762841 [ 270 ] {2da61157-c9f2-4d57-ba58-4bdf6f5f5a47} <Debug> TCPHandler: Processed in 0.002526464 sec.
12121 2024.11.26 23:39:30.763002 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12122 2024.11.26 23:39:30.763141 [ 268 ] {6d9f228f-cd57-4692-b35d-e5e189ede65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12123 2024.11.26 23:39:30.763201 [ 268 ] {6d9f228f-cd57-4692-b35d-e5e189ede65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12124 2024.11.26 23:39:30.763693 [ 268 ] {6d9f228f-cd57-4692-b35d-e5e189ede65e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12125 2024.11.26 23:39:30.763733 [ 268 ] {6d9f228f-cd57-4692-b35d-e5e189ede65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12126 2024.11.26 23:39:30.764105 [ 268 ] {6d9f228f-cd57-4692-b35d-e5e189ede65e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
12127 2024.11.26 23:39:30.764353 [ 268 ] {6d9f228f-cd57-4692-b35d-e5e189ede65e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12128 2024.11.26 23:39:30.764572 [ 268 ] {6d9f228f-cd57-4692-b35d-e5e189ede65e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 46.09 KiB/sec.
12129 2024.11.26 23:39:30.764627 [ 268 ] {6d9f228f-cd57-4692-b35d-e5e189ede65e} <Debug> TCPHandler: Processed in 0.001691295 sec.
12130 2024.11.26 23:39:30.764833 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12131 2024.11.26 23:39:30.765055 [ 270 ] {680563e4-f5cc-4a1c-a5eb-7f32a390683e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12132 2024.11.26 23:39:30.765149 [ 270 ] {680563e4-f5cc-4a1c-a5eb-7f32a390683e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12133 2024.11.26 23:39:30.765723 [ 270 ] {680563e4-f5cc-4a1c-a5eb-7f32a390683e} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12134 2024.11.26 23:39:30.765764 [ 270 ] {680563e4-f5cc-4a1c-a5eb-7f32a390683e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12135 2024.11.26 23:39:30.766148 [ 270 ] {680563e4-f5cc-4a1c-a5eb-7f32a390683e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12136 2024.11.26 23:39:30.766392 [ 270 ] {680563e4-f5cc-4a1c-a5eb-7f32a390683e} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12137 2024.11.26 23:39:30.766572 [ 78 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12138 2024.11.26 23:39:30.766636 [ 78 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12139 2024.11.26 23:39:30.766644 [ 270 ] {680563e4-f5cc-4a1c-a5eb-7f32a390683e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001632 sec., 50245.098039215685 rows/sec., 3.19 MiB/sec.
12140 2024.11.26 23:39:30.766677 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12141 2024.11.26 23:39:30.766773 [ 270 ] {680563e4-f5cc-4a1c-a5eb-7f32a390683e} <Debug> TCPHandler: Processed in 0.002040859 sec.
12142 2024.11.26 23:39:30.767073 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
12143 2024.11.26 23:39:30.767429 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12144 2024.11.26 23:39:30.767488 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5800 rows starting from the beginning of the part
12145 2024.11.26 23:39:30.767658 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
12146 2024.11.26 23:39:30.767763 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
12147 2024.11.26 23:39:30.767921 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 30 rows starting from the beginning of the part
12148 2024.11.26 23:39:30.768050 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 30 rows starting from the beginning of the part
12149 2024.11.26 23:39:30.768163 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part
12150 2024.11.26 23:39:30.770287 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6084 rows, containing 4 columns (4 merged, 0 gathered) in 0.003467232 sec., 1754713.8466650052 rows/sec., 114.40 MiB/sec.
12151 2024.11.26 23:39:30.770942 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12152 2024.11.26 23:39:30.771409 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_101_20} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12153 2024.11.26 23:39:30.771492 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_101_20} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12154 2024.11.26 23:39:30.771584 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB.
12155 2024.11.26 23:39:34.459007 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache
12156 2024.11.26 23:39:34.459086 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache
12157 2024.11.26 23:39:34.628512 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511
12158 2024.11.26 23:39:34.629534 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12159 2024.11.26 23:39:34.629584 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12160 2024.11.26 23:39:34.630107 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12161 2024.11.26 23:39:34.630362 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12162 2024.11.26 23:39:34.630645 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
12163 2024.11.26 23:39:34.799040 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1736
12164 2024.11.26 23:39:34.802284 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12165 2024.11.26 23:39:34.802338 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12166 2024.11.26 23:39:34.803780 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12167 2024.11.26 23:39:34.804093 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12168 2024.11.26 23:39:34.804637 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1736
12169 2024.11.26 23:39:35.732481 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12170 2024.11.26 23:39:35.732700 [ 268 ] {36f144b5-a6bc-4ac3-84c1-27666100937a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12171 2024.11.26 23:39:35.732784 [ 268 ] {36f144b5-a6bc-4ac3-84c1-27666100937a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12172 2024.11.26 23:39:35.733685 [ 268 ] {36f144b5-a6bc-4ac3-84c1-27666100937a} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12173 2024.11.26 23:39:35.733735 [ 268 ] {36f144b5-a6bc-4ac3-84c1-27666100937a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12174 2024.11.26 23:39:35.734197 [ 268 ] {36f144b5-a6bc-4ac3-84c1-27666100937a} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12175 2024.11.26 23:39:35.734471 [ 268 ] {36f144b5-a6bc-4ac3-84c1-27666100937a} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12176 2024.11.26 23:39:35.734706 [ 268 ] {36f144b5-a6bc-4ac3-84c1-27666100937a} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002064 sec., 66860.46511627907 rows/sec., 5.77 MiB/sec.
12177 2024.11.26 23:39:35.734793 [ 268 ] {36f144b5-a6bc-4ac3-84c1-27666100937a} <Debug> TCPHandler: Processed in 0.002493574 sec.
12178 2024.11.26 23:39:35.735125 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12179 2024.11.26 23:39:35.735454 [ 270 ] {048d45ad-e4c0-4674-b4ab-107c4f5ffd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12180 2024.11.26 23:39:35.735524 [ 270 ] {048d45ad-e4c0-4674-b4ab-107c4f5ffd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12181 2024.11.26 23:39:35.736261 [ 270 ] {048d45ad-e4c0-4674-b4ab-107c4f5ffd7d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12182 2024.11.26 23:39:35.736301 [ 270 ] {048d45ad-e4c0-4674-b4ab-107c4f5ffd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12183 2024.11.26 23:39:35.736739 [ 270 ] {048d45ad-e4c0-4674-b4ab-107c4f5ffd7d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
12184 2024.11.26 23:39:35.736999 [ 270 ] {048d45ad-e4c0-4674-b4ab-107c4f5ffd7d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12185 2024.11.26 23:39:35.737145 [ 72 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
12186 2024.11.26 23:39:35.737189 [ 72 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12187 2024.11.26 23:39:35.737195 [ 270 ] {048d45ad-e4c0-4674-b4ab-107c4f5ffd7d} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001826 sec., 22453.45016429354 rows/sec., 1.65 MiB/sec.
12188 2024.11.26 23:39:35.737212 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12189 2024.11.26 23:39:35.737313 [ 270 ] {048d45ad-e4c0-4674-b4ab-107c4f5ffd7d} <Debug> TCPHandler: Processed in 0.002382852 sec.
12190 2024.11.26 23:39:35.737550 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12191 2024.11.26 23:39:35.737572 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
12192 2024.11.26 23:39:35.737928 [ 268 ] {dfe63785-7911-4f6d-b40a-2e46da08dd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12193 2024.11.26 23:39:35.738043 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12194 2024.11.26 23:39:35.738119 [ 268 ] {dfe63785-7911-4f6d-b40a-2e46da08dd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12195 2024.11.26 23:39:35.738187 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 66 rows starting from the beginning of the part
12196 2024.11.26 23:39:35.738784 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 41 rows starting from the beginning of the part
12197 2024.11.26 23:39:35.739328 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part
12198 2024.11.26 23:39:35.739942 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 55 rows starting from the beginning of the part
12199 2024.11.26 23:39:35.740495 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
12200 2024.11.26 23:39:35.740868 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 41 rows starting from the beginning of the part
12201 2024.11.26 23:39:35.741834 [ 268 ] {dfe63785-7911-4f6d-b40a-2e46da08dd18} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12202 2024.11.26 23:39:35.741881 [ 268 ] {dfe63785-7911-4f6d-b40a-2e46da08dd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12203 2024.11.26 23:39:35.742455 [ 268 ] {dfe63785-7911-4f6d-b40a-2e46da08dd18} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12204 2024.11.26 23:39:35.742631 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 217 rows, containing 5 columns (5 merged, 0 gathered) in 0.00531044 sec., 40862.90401548648 rows/sec., 3.09 MiB/sec.
12205 2024.11.26 23:39:35.742859 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
12206 2024.11.26 23:39:35.742870 [ 268 ] {dfe63785-7911-4f6d-b40a-2e46da08dd18} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12207 2024.11.26 23:39:35.743362 [ 268 ] {dfe63785-7911-4f6d-b40a-2e46da08dd18} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.005565 sec., 18867.924528301886 rows/sec., 1.47 MiB/sec.
12208 2024.11.26 23:39:35.743540 [ 268 ] {dfe63785-7911-4f6d-b40a-2e46da08dd18} <Debug> TCPHandler: Processed in 0.006102077 sec.
12209 2024.11.26 23:39:35.743551 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_86_17} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12210 2024.11.26 23:39:35.743703 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_86_17} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
12211 2024.11.26 23:39:35.743729 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12212 2024.11.26 23:39:35.743812 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
12213 2024.11.26 23:39:35.743890 [ 270 ] {8c572fb7-5dbf-4350-8590-c74cda394484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12214 2024.11.26 23:39:35.743952 [ 270 ] {8c572fb7-5dbf-4350-8590-c74cda394484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12215 2024.11.26 23:39:35.744583 [ 270 ] {8c572fb7-5dbf-4350-8590-c74cda394484} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12216 2024.11.26 23:39:35.744621 [ 270 ] {8c572fb7-5dbf-4350-8590-c74cda394484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12217 2024.11.26 23:39:35.745022 [ 270 ] {8c572fb7-5dbf-4350-8590-c74cda394484} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12218 2024.11.26 23:39:35.745274 [ 270 ] {8c572fb7-5dbf-4350-8590-c74cda394484} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12219 2024.11.26 23:39:35.745502 [ 270 ] {8c572fb7-5dbf-4350-8590-c74cda394484} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec.
12220 2024.11.26 23:39:35.745574 [ 270 ] {8c572fb7-5dbf-4350-8590-c74cda394484} <Debug> TCPHandler: Processed in 0.001925078 sec.
12221 2024.11.26 23:39:35.745762 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12222 2024.11.26 23:39:35.746048 [ 268 ] {d6e5bec8-7d84-4b57-bcee-fe8e57526c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12223 2024.11.26 23:39:35.746152 [ 268 ] {d6e5bec8-7d84-4b57-bcee-fe8e57526c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12224 2024.11.26 23:39:35.747334 [ 268 ] {d6e5bec8-7d84-4b57-bcee-fe8e57526c9e} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12225 2024.11.26 23:39:35.747374 [ 268 ] {d6e5bec8-7d84-4b57-bcee-fe8e57526c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12226 2024.11.26 23:39:35.748069 [ 268 ] {d6e5bec8-7d84-4b57-bcee-fe8e57526c9e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12227 2024.11.26 23:39:35.748337 [ 268 ] {d6e5bec8-7d84-4b57-bcee-fe8e57526c9e} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12228 2024.11.26 23:39:35.748604 [ 268 ] {d6e5bec8-7d84-4b57-bcee-fe8e57526c9e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00266 sec., 15413.533834586466 rows/sec., 27.62 MiB/sec.
12229 2024.11.26 23:39:35.748939 [ 268 ] {d6e5bec8-7d84-4b57-bcee-fe8e57526c9e} <Debug> TCPHandler: Processed in 0.003278891 sec.
12230 2024.11.26 23:39:35.749108 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12231 2024.11.26 23:39:35.749248 [ 270 ] {886fd6a9-4f0d-47a1-a737-8fd76af7c7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12232 2024.11.26 23:39:35.749309 [ 270 ] {886fd6a9-4f0d-47a1-a737-8fd76af7c7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12233 2024.11.26 23:39:35.749825 [ 270 ] {886fd6a9-4f0d-47a1-a737-8fd76af7c7e6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12234 2024.11.26 23:39:35.749866 [ 270 ] {886fd6a9-4f0d-47a1-a737-8fd76af7c7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12235 2024.11.26 23:39:35.750250 [ 270 ] {886fd6a9-4f0d-47a1-a737-8fd76af7c7e6} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12236 2024.11.26 23:39:35.750507 [ 270 ] {886fd6a9-4f0d-47a1-a737-8fd76af7c7e6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12237 2024.11.26 23:39:35.750717 [ 270 ] {886fd6a9-4f0d-47a1-a737-8fd76af7c7e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec.
12238 2024.11.26 23:39:35.750786 [ 270 ] {886fd6a9-4f0d-47a1-a737-8fd76af7c7e6} <Debug> TCPHandler: Processed in 0.001745756 sec.
12239 2024.11.26 23:39:36.546554 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
12240 2024.11.26 23:39:36.567545 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12241 2024.11.26 23:39:36.567593 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12242 2024.11.26 23:39:36.574984 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12243 2024.11.26 23:39:36.575747 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12244 2024.11.26 23:39:36.578373 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
12245 2024.11.26 23:39:40.735513 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12246 2024.11.26 23:39:40.735744 [ 268 ] {41185be7-d228-4bc5-88c3-fd1dfe2fbfc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12247 2024.11.26 23:39:40.735830 [ 268 ] {41185be7-d228-4bc5-88c3-fd1dfe2fbfc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12248 2024.11.26 23:39:40.736676 [ 268 ] {41185be7-d228-4bc5-88c3-fd1dfe2fbfc8} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12249 2024.11.26 23:39:40.736725 [ 268 ] {41185be7-d228-4bc5-88c3-fd1dfe2fbfc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12250 2024.11.26 23:39:40.737164 [ 268 ] {41185be7-d228-4bc5-88c3-fd1dfe2fbfc8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12251 2024.11.26 23:39:40.737426 [ 268 ] {41185be7-d228-4bc5-88c3-fd1dfe2fbfc8} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12252 2024.11.26 23:39:40.737673 [ 268 ] {41185be7-d228-4bc5-88c3-fd1dfe2fbfc8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001991 sec., 7031.642390758412 rows/sec., 506.18 KiB/sec.
12253 2024.11.26 23:39:40.737742 [ 268 ] {41185be7-d228-4bc5-88c3-fd1dfe2fbfc8} <Debug> TCPHandler: Processed in 0.002360922 sec.
12254 2024.11.26 23:39:40.737974 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12255 2024.11.26 23:39:40.738165 [ 270 ] {142a56e7-2597-4afd-99d2-d45daf421072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12256 2024.11.26 23:39:40.738234 [ 270 ] {142a56e7-2597-4afd-99d2-d45daf421072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12257 2024.11.26 23:39:40.739042 [ 270 ] {142a56e7-2597-4afd-99d2-d45daf421072} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12258 2024.11.26 23:39:40.739083 [ 270 ] {142a56e7-2597-4afd-99d2-d45daf421072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12259 2024.11.26 23:39:40.739526 [ 270 ] {142a56e7-2597-4afd-99d2-d45daf421072} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
12260 2024.11.26 23:39:40.739784 [ 270 ] {142a56e7-2597-4afd-99d2-d45daf421072} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12261 2024.11.26 23:39:40.740023 [ 270 ] {142a56e7-2597-4afd-99d2-d45daf421072} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00191 sec., 1047.1204188481674 rows/sec., 85.39 KiB/sec.
12262 2024.11.26 23:39:40.740228 [ 270 ] {142a56e7-2597-4afd-99d2-d45daf421072} <Debug> TCPHandler: Processed in 0.002377042 sec.
12263 2024.11.26 23:39:40.740393 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12264 2024.11.26 23:39:40.740519 [ 268 ] {5ffc6656-b390-47c2-bfa6-86429ef564f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12265 2024.11.26 23:39:40.740580 [ 268 ] {5ffc6656-b390-47c2-bfa6-86429ef564f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12266 2024.11.26 23:39:40.741361 [ 268 ] {5ffc6656-b390-47c2-bfa6-86429ef564f8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12267 2024.11.26 23:39:40.741410 [ 268 ] {5ffc6656-b390-47c2-bfa6-86429ef564f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12268 2024.11.26 23:39:40.741819 [ 268 ] {5ffc6656-b390-47c2-bfa6-86429ef564f8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12269 2024.11.26 23:39:40.742075 [ 268 ] {5ffc6656-b390-47c2-bfa6-86429ef564f8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12270 2024.11.26 23:39:40.742301 [ 268 ] {5ffc6656-b390-47c2-bfa6-86429ef564f8} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001811 sec., 112644.94754279405 rows/sec., 9.74 MiB/sec.
12271 2024.11.26 23:39:40.742355 [ 268 ] {5ffc6656-b390-47c2-bfa6-86429ef564f8} <Debug> TCPHandler: Processed in 0.002021089 sec.
12272 2024.11.26 23:39:40.742499 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12273 2024.11.26 23:39:40.742617 [ 270 ] {dda21665-108e-4ea7-8acf-cf0d997db707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12274 2024.11.26 23:39:40.742668 [ 270 ] {dda21665-108e-4ea7-8acf-cf0d997db707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12275 2024.11.26 23:39:40.743255 [ 270 ] {dda21665-108e-4ea7-8acf-cf0d997db707} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12276 2024.11.26 23:39:40.743300 [ 270 ] {dda21665-108e-4ea7-8acf-cf0d997db707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12277 2024.11.26 23:39:40.743675 [ 270 ] {dda21665-108e-4ea7-8acf-cf0d997db707} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
12278 2024.11.26 23:39:40.743925 [ 270 ] {dda21665-108e-4ea7-8acf-cf0d997db707} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12279 2024.11.26 23:39:40.744129 [ 270 ] {dda21665-108e-4ea7-8acf-cf0d997db707} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001535 sec., 5863.192182410424 rows/sec., 388.08 KiB/sec.
12280 2024.11.26 23:39:40.744193 [ 270 ] {dda21665-108e-4ea7-8acf-cf0d997db707} <Debug> TCPHandler: Processed in 0.001747546 sec.
12281 2024.11.26 23:39:40.744385 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12282 2024.11.26 23:39:40.744551 [ 268 ] {8998f07f-c6c8-4ed3-8a88-2d4c668103ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12283 2024.11.26 23:39:40.744608 [ 268 ] {8998f07f-c6c8-4ed3-8a88-2d4c668103ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12284 2024.11.26 23:39:40.745201 [ 268 ] {8998f07f-c6c8-4ed3-8a88-2d4c668103ac} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12285 2024.11.26 23:39:40.745239 [ 268 ] {8998f07f-c6c8-4ed3-8a88-2d4c668103ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12286 2024.11.26 23:39:40.745606 [ 268 ] {8998f07f-c6c8-4ed3-8a88-2d4c668103ac} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12287 2024.11.26 23:39:40.745851 [ 268 ] {8998f07f-c6c8-4ed3-8a88-2d4c668103ac} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12288 2024.11.26 23:39:40.746038 [ 268 ] {8998f07f-c6c8-4ed3-8a88-2d4c668103ac} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001515 sec., 9240.924092409241 rows/sec., 647.17 KiB/sec.
12289 2024.11.26 23:39:40.746095 [ 268 ] {8998f07f-c6c8-4ed3-8a88-2d4c668103ac} <Debug> TCPHandler: Processed in 0.001818097 sec.
12290 2024.11.26 23:39:40.746238 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12291 2024.11.26 23:39:40.746357 [ 270 ] {5d05cb59-a52d-438a-aa34-37ec849c0562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12292 2024.11.26 23:39:40.746405 [ 270 ] {5d05cb59-a52d-438a-aa34-37ec849c0562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12293 2024.11.26 23:39:40.746993 [ 270 ] {5d05cb59-a52d-438a-aa34-37ec849c0562} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12294 2024.11.26 23:39:40.747033 [ 270 ] {5d05cb59-a52d-438a-aa34-37ec849c0562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12295 2024.11.26 23:39:40.747394 [ 270 ] {5d05cb59-a52d-438a-aa34-37ec849c0562} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12296 2024.11.26 23:39:40.747653 [ 270 ] {5d05cb59-a52d-438a-aa34-37ec849c0562} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12297 2024.11.26 23:39:40.747876 [ 270 ] {5d05cb59-a52d-438a-aa34-37ec849c0562} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001543 sec., 8425.145819831496 rows/sec., 525.31 KiB/sec.
12298 2024.11.26 23:39:40.747929 [ 270 ] {5d05cb59-a52d-438a-aa34-37ec849c0562} <Debug> TCPHandler: Processed in 0.001749756 sec.
12299 2024.11.26 23:39:40.748067 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12300 2024.11.26 23:39:40.748186 [ 268 ] {9271a9d3-aee9-46e2-bbfc-a19bb9529a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12301 2024.11.26 23:39:40.748237 [ 268 ] {9271a9d3-aee9-46e2-bbfc-a19bb9529a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12302 2024.11.26 23:39:40.748944 [ 268 ] {9271a9d3-aee9-46e2-bbfc-a19bb9529a5e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12303 2024.11.26 23:39:40.748981 [ 268 ] {9271a9d3-aee9-46e2-bbfc-a19bb9529a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12304 2024.11.26 23:39:40.749365 [ 268 ] {9271a9d3-aee9-46e2-bbfc-a19bb9529a5e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12305 2024.11.26 23:39:40.749636 [ 268 ] {9271a9d3-aee9-46e2-bbfc-a19bb9529a5e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12306 2024.11.26 23:39:40.749826 [ 268 ] {9271a9d3-aee9-46e2-bbfc-a19bb9529a5e} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001666 sec., 230492.1968787515 rows/sec., 16.32 MiB/sec.
12307 2024.11.26 23:39:40.749879 [ 268 ] {9271a9d3-aee9-46e2-bbfc-a19bb9529a5e} <Debug> TCPHandler: Processed in 0.001872077 sec.
12308 2024.11.26 23:39:40.750068 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12309 2024.11.26 23:39:40.750202 [ 270 ] {e39fc08f-65f8-4c1f-92fd-aed02f89236c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12310 2024.11.26 23:39:40.750254 [ 270 ] {e39fc08f-65f8-4c1f-92fd-aed02f89236c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12311 2024.11.26 23:39:40.750751 [ 270 ] {e39fc08f-65f8-4c1f-92fd-aed02f89236c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12312 2024.11.26 23:39:40.750803 [ 270 ] {e39fc08f-65f8-4c1f-92fd-aed02f89236c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12313 2024.11.26 23:39:40.751181 [ 270 ] {e39fc08f-65f8-4c1f-92fd-aed02f89236c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12314 2024.11.26 23:39:40.751425 [ 270 ] {e39fc08f-65f8-4c1f-92fd-aed02f89236c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12315 2024.11.26 23:39:40.751649 [ 270 ] {e39fc08f-65f8-4c1f-92fd-aed02f89236c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec.
12316 2024.11.26 23:39:40.751720 [ 270 ] {e39fc08f-65f8-4c1f-92fd-aed02f89236c} <Debug> TCPHandler: Processed in 0.001725407 sec.
12317 2024.11.26 23:39:40.751892 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12318 2024.11.26 23:39:40.752012 [ 268 ] {2b105656-dc08-4df1-8b3a-adcdec22a41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12319 2024.11.26 23:39:40.752067 [ 268 ] {2b105656-dc08-4df1-8b3a-adcdec22a41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12320 2024.11.26 23:39:40.752651 [ 268 ] {2b105656-dc08-4df1-8b3a-adcdec22a41d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12321 2024.11.26 23:39:40.752689 [ 268 ] {2b105656-dc08-4df1-8b3a-adcdec22a41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12322 2024.11.26 23:39:40.753087 [ 268 ] {2b105656-dc08-4df1-8b3a-adcdec22a41d} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12323 2024.11.26 23:39:40.753336 [ 268 ] {2b105656-dc08-4df1-8b3a-adcdec22a41d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12324 2024.11.26 23:39:40.753525 [ 268 ] {2b105656-dc08-4df1-8b3a-adcdec22a41d} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001538 sec., 154746.42392717814 rows/sec., 10.37 MiB/sec.
12325 2024.11.26 23:39:40.753577 [ 268 ] {2b105656-dc08-4df1-8b3a-adcdec22a41d} <Debug> TCPHandler: Processed in 0.001765167 sec.
12326 2024.11.26 23:39:40.753727 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12327 2024.11.26 23:39:40.753867 [ 270 ] {8c176a5e-cd6d-4fa1-91e6-357b6e88bddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12328 2024.11.26 23:39:40.753927 [ 270 ] {8c176a5e-cd6d-4fa1-91e6-357b6e88bddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12329 2024.11.26 23:39:40.754482 [ 270 ] {8c176a5e-cd6d-4fa1-91e6-357b6e88bddb} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12330 2024.11.26 23:39:40.754529 [ 270 ] {8c176a5e-cd6d-4fa1-91e6-357b6e88bddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12331 2024.11.26 23:39:40.754897 [ 270 ] {8c176a5e-cd6d-4fa1-91e6-357b6e88bddb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
12332 2024.11.26 23:39:40.755136 [ 270 ] {8c176a5e-cd6d-4fa1-91e6-357b6e88bddb} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12333 2024.11.26 23:39:40.755339 [ 270 ] {8c176a5e-cd6d-4fa1-91e6-357b6e88bddb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec.
12334 2024.11.26 23:39:40.755387 [ 270 ] {8c176a5e-cd6d-4fa1-91e6-357b6e88bddb} <Debug> TCPHandler: Processed in 0.001726376 sec.
12335 2024.11.26 23:39:40.755524 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12336 2024.11.26 23:39:40.755643 [ 268 ] {2243f861-513a-40a3-9722-3a9742baa108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12337 2024.11.26 23:39:40.755695 [ 268 ] {2243f861-513a-40a3-9722-3a9742baa108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12338 2024.11.26 23:39:40.756209 [ 268 ] {2243f861-513a-40a3-9722-3a9742baa108} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12339 2024.11.26 23:39:40.756246 [ 268 ] {2243f861-513a-40a3-9722-3a9742baa108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12340 2024.11.26 23:39:40.756620 [ 268 ] {2243f861-513a-40a3-9722-3a9742baa108} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12341 2024.11.26 23:39:40.756857 [ 268 ] {2243f861-513a-40a3-9722-3a9742baa108} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12342 2024.11.26 23:39:40.757029 [ 268 ] {2243f861-513a-40a3-9722-3a9742baa108} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001412 sec., 58073.65439093484 rows/sec., 3.69 MiB/sec.
12343 2024.11.26 23:39:40.757080 [ 268 ] {2243f861-513a-40a3-9722-3a9742baa108} <Debug> TCPHandler: Processed in 0.001611786 sec.
12344 2024.11.26 23:39:42.130820 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999
12345 2024.11.26 23:39:42.131591 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12346 2024.11.26 23:39:42.131635 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12347 2024.11.26 23:39:42.132216 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12348 2024.11.26 23:39:42.132474 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12349 2024.11.26 23:39:42.132678 [ 63 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12350 2024.11.26 23:39:42.132738 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999
12351 2024.11.26 23:39:42.132777 [ 63 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12352 2024.11.26 23:39:42.132808 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
12353 2024.11.26 23:39:42.133004 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
12354 2024.11.26 23:39:42.133433 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12355 2024.11.26 23:39:42.133551 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
12356 2024.11.26 23:39:42.133668 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part
12357 2024.11.26 23:39:42.133905 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part
12358 2024.11.26 23:39:42.134088 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part
12359 2024.11.26 23:39:42.134291 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part
12360 2024.11.26 23:39:42.134511 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part
12361 2024.11.26 23:39:42.137494 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004609013 sec., 6074836.412915302 rows/sec., 86.90 MiB/sec.
12362 2024.11.26 23:39:42.137897 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12363 2024.11.26 23:39:42.138273 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_61_12} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12364 2024.11.26 23:39:42.138379 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_61_12} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12365 2024.11.26 23:39:42.138505 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB.
12366 2024.11.26 23:39:44.078491 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
12367 2024.11.26 23:39:44.100731 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12368 2024.11.26 23:39:44.100798 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12369 2024.11.26 23:39:44.108187 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12370 2024.11.26 23:39:44.108963 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12371 2024.11.26 23:39:44.109376 [ 60 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12372 2024.11.26 23:39:44.109518 [ 60 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12373 2024.11.26 23:39:44.109594 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12374 2024.11.26 23:39:44.109954 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
12375 2024.11.26 23:39:44.119857 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
12376 2024.11.26 23:39:44.120846 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12377 2024.11.26 23:39:44.121744 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
12378 2024.11.26 23:39:44.126172 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
12379 2024.11.26 23:39:44.130696 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
12380 2024.11.26 23:39:44.135473 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
12381 2024.11.26 23:39:44.140657 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
12382 2024.11.26 23:39:44.145119 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
12383 2024.11.26 23:39:44.213912 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.104174682 sec., 4415.660227309357 rows/sec., 22.83 MiB/sec.
12384 2024.11.26 23:39:44.216965 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12385 2024.11.26 23:39:44.219864 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_61_12} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12386 2024.11.26 23:39:44.219988 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_61_12} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12387 2024.11.26 23:39:44.222069 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
12388 2024.11.26 23:39:44.804939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1770
12389 2024.11.26 23:39:44.808406 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12390 2024.11.26 23:39:44.808454 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12391 2024.11.26 23:39:44.809937 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12392 2024.11.26 23:39:44.810247 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12393 2024.11.26 23:39:44.810448 [ 58 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
12394 2024.11.26 23:39:44.810515 [ 58 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12395 2024.11.26 23:39:44.810560 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12396 2024.11.26 23:39:44.811029 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
12397 2024.11.26 23:39:44.811380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1770
12398 2024.11.26 23:39:44.812002 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12399 2024.11.26 23:39:44.812195 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1600 rows starting from the beginning of the part
12400 2024.11.26 23:39:44.812729 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 28 rows starting from the beginning of the part
12401 2024.11.26 23:39:44.813231 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part
12402 2024.11.26 23:39:44.813715 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part
12403 2024.11.26 23:39:44.814177 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part
12404 2024.11.26 23:39:44.814907 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part
12405 2024.11.26 23:39:44.824024 [ 197 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1770 rows, containing 72 columns (72 merged, 0 gathered) in 0.013298654 sec., 133096.17650026837 rows/sec., 101.53 MiB/sec.
12406 2024.11.26 23:39:44.825866 [ 194 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
12407 2024.11.26 23:39:44.826613 [ 194 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12408 2024.11.26 23:39:44.826694 [ 194 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_46_9} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12409 2024.11.26 23:39:44.826973 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
12410 2024.11.26 23:39:45.000214 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.93 MiB, peak 259.24 MiB, free memory in arenas 0.00 B, will set to 249.19 MiB (RSS), difference: 3.26 MiB
12411 2024.11.26 23:39:45.733189 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12412 2024.11.26 23:39:45.733498 [ 268 ] {6b3bb7ec-8c4d-4e24-8013-102dcd5e1a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12413 2024.11.26 23:39:45.733617 [ 268 ] {6b3bb7ec-8c4d-4e24-8013-102dcd5e1a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12414 2024.11.26 23:39:45.734486 [ 268 ] {6b3bb7ec-8c4d-4e24-8013-102dcd5e1a77} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12415 2024.11.26 23:39:45.734540 [ 268 ] {6b3bb7ec-8c4d-4e24-8013-102dcd5e1a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12416 2024.11.26 23:39:45.735063 [ 268 ] {6b3bb7ec-8c4d-4e24-8013-102dcd5e1a77} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12417 2024.11.26 23:39:45.735337 [ 268 ] {6b3bb7ec-8c4d-4e24-8013-102dcd5e1a77} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12418 2024.11.26 23:39:45.735596 [ 268 ] {6b3bb7ec-8c4d-4e24-8013-102dcd5e1a77} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002177 sec., 63389.98621956821 rows/sec., 5.47 MiB/sec.
12419 2024.11.26 23:39:45.735705 [ 268 ] {6b3bb7ec-8c4d-4e24-8013-102dcd5e1a77} <Debug> TCPHandler: Processed in 0.002704755 sec.
12420 2024.11.26 23:39:45.736090 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12421 2024.11.26 23:39:45.736448 [ 270 ] {6dee4d31-042b-48f3-930c-1badbd23599d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12422 2024.11.26 23:39:45.736565 [ 270 ] {6dee4d31-042b-48f3-930c-1badbd23599d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12423 2024.11.26 23:39:45.737351 [ 270 ] {6dee4d31-042b-48f3-930c-1badbd23599d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12424 2024.11.26 23:39:45.737394 [ 270 ] {6dee4d31-042b-48f3-930c-1badbd23599d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12425 2024.11.26 23:39:45.737884 [ 270 ] {6dee4d31-042b-48f3-930c-1badbd23599d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
12426 2024.11.26 23:39:45.738160 [ 270 ] {6dee4d31-042b-48f3-930c-1badbd23599d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12427 2024.11.26 23:39:45.738399 [ 270 ] {6dee4d31-042b-48f3-930c-1badbd23599d} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002039 sec., 20107.89602746444 rows/sec., 1.48 MiB/sec.
12428 2024.11.26 23:39:45.738455 [ 270 ] {6dee4d31-042b-48f3-930c-1badbd23599d} <Debug> TCPHandler: Processed in 0.002625384 sec.
12429 2024.11.26 23:39:45.738612 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12430 2024.11.26 23:39:45.738747 [ 268 ] {3724b9a6-b382-4b39-8c9d-0b5f8cc5c928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12431 2024.11.26 23:39:45.738808 [ 268 ] {3724b9a6-b382-4b39-8c9d-0b5f8cc5c928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12432 2024.11.26 23:39:45.739558 [ 268 ] {3724b9a6-b382-4b39-8c9d-0b5f8cc5c928} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12433 2024.11.26 23:39:45.739607 [ 268 ] {3724b9a6-b382-4b39-8c9d-0b5f8cc5c928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12434 2024.11.26 23:39:45.740019 [ 268 ] {3724b9a6-b382-4b39-8c9d-0b5f8cc5c928} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12435 2024.11.26 23:39:45.740264 [ 268 ] {3724b9a6-b382-4b39-8c9d-0b5f8cc5c928} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12436 2024.11.26 23:39:45.740488 [ 268 ] {3724b9a6-b382-4b39-8c9d-0b5f8cc5c928} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001776 sec., 59121.62162162162 rows/sec., 4.62 MiB/sec.
12437 2024.11.26 23:39:45.740574 [ 268 ] {3724b9a6-b382-4b39-8c9d-0b5f8cc5c928} <Debug> TCPHandler: Processed in 0.002023379 sec.
12438 2024.11.26 23:39:45.740725 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12439 2024.11.26 23:39:45.741065 [ 270 ] {443a2e23-4bea-46b8-8e7a-e4637edc5acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12440 2024.11.26 23:39:45.741229 [ 270 ] {443a2e23-4bea-46b8-8e7a-e4637edc5acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12441 2024.11.26 23:39:45.742055 [ 270 ] {443a2e23-4bea-46b8-8e7a-e4637edc5acd} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12442 2024.11.26 23:39:45.742094 [ 270 ] {443a2e23-4bea-46b8-8e7a-e4637edc5acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12443 2024.11.26 23:39:45.742493 [ 270 ] {443a2e23-4bea-46b8-8e7a-e4637edc5acd} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12444 2024.11.26 23:39:45.742739 [ 270 ] {443a2e23-4bea-46b8-8e7a-e4637edc5acd} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12445 2024.11.26 23:39:45.742921 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0
12446 2024.11.26 23:39:45.742979 [ 270 ] {443a2e23-4bea-46b8-8e7a-e4637edc5acd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00202 sec., 79207.92079207921 rows/sec., 5.52 MiB/sec.
12447 2024.11.26 23:39:45.743002 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12448 2024.11.26 23:39:45.743066 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12449 2024.11.26 23:39:45.743098 [ 270 ] {443a2e23-4bea-46b8-8e7a-e4637edc5acd} <Debug> TCPHandler: Processed in 0.002438603 sec.
12450 2024.11.26 23:39:45.743292 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12451 2024.11.26 23:39:45.743321 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_99_20 to all_104_104_0 into Compact with storage Full
12452 2024.11.26 23:39:45.743441 [ 268 ] {ea7919ba-af6b-4874-bedc-9accb93eb7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12453 2024.11.26 23:39:45.743472 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12454 2024.11.26 23:39:45.743521 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_99_20, total 30034 rows starting from the beginning of the part
12455 2024.11.26 23:39:45.743560 [ 268 ] {ea7919ba-af6b-4874-bedc-9accb93eb7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12456 2024.11.26 23:39:45.743700 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 84 rows starting from the beginning of the part
12457 2024.11.26 23:39:45.744028 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part
12458 2024.11.26 23:39:45.744457 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part
12459 2024.11.26 23:39:45.744675 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 238 rows starting from the beginning of the part
12460 2024.11.26 23:39:45.744884 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part
12461 2024.11.26 23:39:45.746585 [ 268 ] {ea7919ba-af6b-4874-bedc-9accb93eb7f9} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12462 2024.11.26 23:39:45.746630 [ 268 ] {ea7919ba-af6b-4874-bedc-9accb93eb7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12463 2024.11.26 23:39:45.747784 [ 268 ] {ea7919ba-af6b-4874-bedc-9accb93eb7f9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12464 2024.11.26 23:39:45.748829 [ 268 ] {ea7919ba-af6b-4874-bedc-9accb93eb7f9} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12465 2024.11.26 23:39:45.749173 [ 268 ] {ea7919ba-af6b-4874-bedc-9accb93eb7f9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005766 sec., 7110.64862989941 rows/sec., 12.74 MiB/sec.
12466 2024.11.26 23:39:45.749308 [ 268 ] {ea7919ba-af6b-4874-bedc-9accb93eb7f9} <Debug> TCPHandler: Processed in 0.006112457 sec.
12467 2024.11.26 23:39:45.749578 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12468 2024.11.26 23:39:45.749778 [ 270 ] {f0c6b59c-b438-47fb-b56f-6e3bc3768cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12469 2024.11.26 23:39:45.749840 [ 270 ] {f0c6b59c-b438-47fb-b56f-6e3bc3768cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12470 2024.11.26 23:39:45.750621 [ 270 ] {f0c6b59c-b438-47fb-b56f-6e3bc3768cbb} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12471 2024.11.26 23:39:45.750684 [ 270 ] {f0c6b59c-b438-47fb-b56f-6e3bc3768cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12472 2024.11.26 23:39:45.751365 [ 270 ] {f0c6b59c-b438-47fb-b56f-6e3bc3768cbb} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12473 2024.11.26 23:39:45.751715 [ 270 ] {f0c6b59c-b438-47fb-b56f-6e3bc3768cbb} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12474 2024.11.26 23:39:45.752038 [ 270 ] {f0c6b59c-b438-47fb-b56f-6e3bc3768cbb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002274 sec., 26385.224274406333 rows/sec., 1.78 MiB/sec.
12475 2024.11.26 23:39:45.752211 [ 270 ] {f0c6b59c-b438-47fb-b56f-6e3bc3768cbb} <Debug> TCPHandler: Processed in 0.002804177 sec.
12476 2024.11.26 23:39:45.753055 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30913 rows, containing 5 columns (5 merged, 0 gathered) in 0.009881012 sec., 3128525.701618417 rows/sec., 211.29 MiB/sec.
12477 2024.11.26 23:39:45.753672 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary)
12478 2024.11.26 23:39:45.754038 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12479 2024.11.26 23:39:45.754139 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21
12480 2024.11.26 23:39:45.754248 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
12481 2024.11.26 23:39:49.459144 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache
12482 2024.11.26 23:39:49.459211 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache
12483 2024.11.26 23:39:49.632946 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426
12484 2024.11.26 23:39:49.633704 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12485 2024.11.26 23:39:49.633761 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12486 2024.11.26 23:39:49.634320 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12487 2024.11.26 23:39:49.634594 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12488 2024.11.26 23:39:49.634846 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
12489 2024.11.26 23:39:50.735427 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12490 2024.11.26 23:39:50.735733 [ 268 ] {e03947cf-1af7-480f-a5e7-a71697c6f4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12491 2024.11.26 23:39:50.735851 [ 268 ] {e03947cf-1af7-480f-a5e7-a71697c6f4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12492 2024.11.26 23:39:50.736632 [ 268 ] {e03947cf-1af7-480f-a5e7-a71697c6f4ce} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12493 2024.11.26 23:39:50.736676 [ 268 ] {e03947cf-1af7-480f-a5e7-a71697c6f4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12494 2024.11.26 23:39:50.737125 [ 268 ] {e03947cf-1af7-480f-a5e7-a71697c6f4ce} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12495 2024.11.26 23:39:50.737395 [ 268 ] {e03947cf-1af7-480f-a5e7-a71697c6f4ce} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12496 2024.11.26 23:39:50.737636 [ 268 ] {e03947cf-1af7-480f-a5e7-a71697c6f4ce} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec.
12497 2024.11.26 23:39:50.737768 [ 268 ] {e03947cf-1af7-480f-a5e7-a71697c6f4ce} <Debug> TCPHandler: Processed in 0.002526173 sec.
12498 2024.11.26 23:39:50.738162 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12499 2024.11.26 23:39:50.738465 [ 270 ] {f2167c84-5fc1-4de6-b520-f0cac4d564aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12500 2024.11.26 23:39:50.738581 [ 270 ] {f2167c84-5fc1-4de6-b520-f0cac4d564aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12501 2024.11.26 23:39:50.739522 [ 270 ] {f2167c84-5fc1-4de6-b520-f0cac4d564aa} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12502 2024.11.26 23:39:50.739571 [ 270 ] {f2167c84-5fc1-4de6-b520-f0cac4d564aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12503 2024.11.26 23:39:50.740017 [ 270 ] {f2167c84-5fc1-4de6-b520-f0cac4d564aa} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12504 2024.11.26 23:39:50.740270 [ 270 ] {f2167c84-5fc1-4de6-b520-f0cac4d564aa} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12505 2024.11.26 23:39:50.740531 [ 270 ] {f2167c84-5fc1-4de6-b520-f0cac4d564aa} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002141 sec., 94815.50677253619 rows/sec., 8.21 MiB/sec.
12506 2024.11.26 23:39:50.740644 [ 270 ] {f2167c84-5fc1-4de6-b520-f0cac4d564aa} <Debug> TCPHandler: Processed in 0.002723365 sec.
12507 2024.11.26 23:39:50.740840 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12508 2024.11.26 23:39:50.741012 [ 268 ] {813e389a-aa18-49b2-8c14-6006d571219e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12509 2024.11.26 23:39:50.741073 [ 268 ] {813e389a-aa18-49b2-8c14-6006d571219e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12510 2024.11.26 23:39:50.741755 [ 268 ] {813e389a-aa18-49b2-8c14-6006d571219e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12511 2024.11.26 23:39:50.741801 [ 268 ] {813e389a-aa18-49b2-8c14-6006d571219e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12512 2024.11.26 23:39:50.742178 [ 268 ] {813e389a-aa18-49b2-8c14-6006d571219e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
12513 2024.11.26 23:39:50.742447 [ 268 ] {813e389a-aa18-49b2-8c14-6006d571219e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12514 2024.11.26 23:39:50.742638 [ 268 ] {813e389a-aa18-49b2-8c14-6006d571219e} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001656 sec., 4227.053140096618 rows/sec., 275.40 KiB/sec.
12515 2024.11.26 23:39:50.742744 [ 268 ] {813e389a-aa18-49b2-8c14-6006d571219e} <Debug> TCPHandler: Processed in 0.001999939 sec.
12516 2024.11.26 23:39:50.742980 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12517 2024.11.26 23:39:50.743230 [ 270 ] {c1c9a8eb-8e1d-4459-bc0b-ae61026f4119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12518 2024.11.26 23:39:50.743328 [ 270 ] {c1c9a8eb-8e1d-4459-bc0b-ae61026f4119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12519 2024.11.26 23:39:50.744174 [ 270 ] {c1c9a8eb-8e1d-4459-bc0b-ae61026f4119} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12520 2024.11.26 23:39:50.744214 [ 270 ] {c1c9a8eb-8e1d-4459-bc0b-ae61026f4119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12521 2024.11.26 23:39:50.744580 [ 270 ] {c1c9a8eb-8e1d-4459-bc0b-ae61026f4119} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12522 2024.11.26 23:39:50.744817 [ 270 ] {c1c9a8eb-8e1d-4459-bc0b-ae61026f4119} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12523 2024.11.26 23:39:50.745033 [ 270 ] {c1c9a8eb-8e1d-4459-bc0b-ae61026f4119} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00186 sec., 7526.881720430107 rows/sec., 527.13 KiB/sec.
12524 2024.11.26 23:39:50.745084 [ 270 ] {c1c9a8eb-8e1d-4459-bc0b-ae61026f4119} <Debug> TCPHandler: Processed in 0.002250131 sec.
12525 2024.11.26 23:39:50.745237 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12526 2024.11.26 23:39:50.745377 [ 268 ] {fd18dc06-ef71-4379-a343-e8257b05dcea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12527 2024.11.26 23:39:50.745435 [ 268 ] {fd18dc06-ef71-4379-a343-e8257b05dcea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12528 2024.11.26 23:39:50.746074 [ 268 ] {fd18dc06-ef71-4379-a343-e8257b05dcea} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12529 2024.11.26 23:39:50.746111 [ 268 ] {fd18dc06-ef71-4379-a343-e8257b05dcea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12530 2024.11.26 23:39:50.746475 [ 268 ] {fd18dc06-ef71-4379-a343-e8257b05dcea} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12531 2024.11.26 23:39:50.746718 [ 268 ] {fd18dc06-ef71-4379-a343-e8257b05dcea} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12532 2024.11.26 23:39:50.746904 [ 268 ] {fd18dc06-ef71-4379-a343-e8257b05dcea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec.
12533 2024.11.26 23:39:50.747022 [ 268 ] {fd18dc06-ef71-4379-a343-e8257b05dcea} <Debug> TCPHandler: Processed in 0.001851688 sec.
12534 2024.11.26 23:39:50.747268 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12535 2024.11.26 23:39:50.747486 [ 270 ] {c1ca94f3-beac-497f-9b7a-5ee30ef497ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12536 2024.11.26 23:39:50.747577 [ 270 ] {c1ca94f3-beac-497f-9b7a-5ee30ef497ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12537 2024.11.26 23:39:50.748437 [ 270 ] {c1ca94f3-beac-497f-9b7a-5ee30ef497ce} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12538 2024.11.26 23:39:50.748478 [ 270 ] {c1ca94f3-beac-497f-9b7a-5ee30ef497ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12539 2024.11.26 23:39:50.748865 [ 270 ] {c1ca94f3-beac-497f-9b7a-5ee30ef497ce} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12540 2024.11.26 23:39:50.749106 [ 270 ] {c1ca94f3-beac-497f-9b7a-5ee30ef497ce} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12541 2024.11.26 23:39:50.749298 [ 270 ] {c1ca94f3-beac-497f-9b7a-5ee30ef497ce} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001863 sec., 205045.6253354804 rows/sec., 14.51 MiB/sec.
12542 2024.11.26 23:39:50.749368 [ 270 ] {c1ca94f3-beac-497f-9b7a-5ee30ef497ce} <Debug> TCPHandler: Processed in 0.002233401 sec.
12543 2024.11.26 23:39:50.749568 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12544 2024.11.26 23:39:50.749779 [ 268 ] {fa69f1dd-d72d-4780-9e22-18948b807c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12545 2024.11.26 23:39:50.749839 [ 268 ] {fa69f1dd-d72d-4780-9e22-18948b807c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12546 2024.11.26 23:39:50.750323 [ 268 ] {fa69f1dd-d72d-4780-9e22-18948b807c9c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12547 2024.11.26 23:39:50.750363 [ 268 ] {fa69f1dd-d72d-4780-9e22-18948b807c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12548 2024.11.26 23:39:50.750739 [ 268 ] {fa69f1dd-d72d-4780-9e22-18948b807c9c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12549 2024.11.26 23:39:50.750994 [ 268 ] {fa69f1dd-d72d-4780-9e22-18948b807c9c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12550 2024.11.26 23:39:50.751226 [ 268 ] {fa69f1dd-d72d-4780-9e22-18948b807c9c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec.
12551 2024.11.26 23:39:50.751317 [ 268 ] {fa69f1dd-d72d-4780-9e22-18948b807c9c} <Debug> TCPHandler: Processed in 0.001867498 sec.
12552 2024.11.26 23:39:50.751511 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12553 2024.11.26 23:39:50.751649 [ 270 ] {89c60276-0e6a-46b4-87f0-8526fd980671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12554 2024.11.26 23:39:50.751713 [ 270 ] {89c60276-0e6a-46b4-87f0-8526fd980671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12555 2024.11.26 23:39:50.752313 [ 270 ] {89c60276-0e6a-46b4-87f0-8526fd980671} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12556 2024.11.26 23:39:50.752350 [ 270 ] {89c60276-0e6a-46b4-87f0-8526fd980671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12557 2024.11.26 23:39:50.752740 [ 270 ] {89c60276-0e6a-46b4-87f0-8526fd980671} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12558 2024.11.26 23:39:50.752979 [ 270 ] {89c60276-0e6a-46b4-87f0-8526fd980671} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12559 2024.11.26 23:39:50.753156 [ 270 ] {89c60276-0e6a-46b4-87f0-8526fd980671} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001538 sec., 154096.22886866058 rows/sec., 10.33 MiB/sec.
12560 2024.11.26 23:39:50.753205 [ 270 ] {89c60276-0e6a-46b4-87f0-8526fd980671} <Debug> TCPHandler: Processed in 0.001782547 sec.
12561 2024.11.26 23:39:50.753360 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12562 2024.11.26 23:39:50.753498 [ 268 ] {fa28d9cf-21ee-4307-b4bb-8cd22800b600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12563 2024.11.26 23:39:50.753560 [ 268 ] {fa28d9cf-21ee-4307-b4bb-8cd22800b600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12564 2024.11.26 23:39:50.754062 [ 268 ] {fa28d9cf-21ee-4307-b4bb-8cd22800b600} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12565 2024.11.26 23:39:50.754101 [ 268 ] {fa28d9cf-21ee-4307-b4bb-8cd22800b600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12566 2024.11.26 23:39:50.754471 [ 268 ] {fa28d9cf-21ee-4307-b4bb-8cd22800b600} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
12567 2024.11.26 23:39:50.754716 [ 268 ] {fa28d9cf-21ee-4307-b4bb-8cd22800b600} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12568 2024.11.26 23:39:50.754942 [ 268 ] {fa28d9cf-21ee-4307-b4bb-8cd22800b600} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec.
12569 2024.11.26 23:39:50.754994 [ 268 ] {fa28d9cf-21ee-4307-b4bb-8cd22800b600} <Debug> TCPHandler: Processed in 0.001704116 sec.
12570 2024.11.26 23:39:50.755197 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12571 2024.11.26 23:39:50.755415 [ 270 ] {216e574c-11bc-4252-93a2-89761a8afde2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12572 2024.11.26 23:39:50.755510 [ 270 ] {216e574c-11bc-4252-93a2-89761a8afde2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12573 2024.11.26 23:39:50.756165 [ 270 ] {216e574c-11bc-4252-93a2-89761a8afde2} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12574 2024.11.26 23:39:50.756202 [ 270 ] {216e574c-11bc-4252-93a2-89761a8afde2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12575 2024.11.26 23:39:50.756563 [ 270 ] {216e574c-11bc-4252-93a2-89761a8afde2} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12576 2024.11.26 23:39:50.756816 [ 270 ] {216e574c-11bc-4252-93a2-89761a8afde2} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12577 2024.11.26 23:39:50.757004 [ 270 ] {216e574c-11bc-4252-93a2-89761a8afde2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001643 sec., 49908.70359099209 rows/sec., 3.17 MiB/sec.
12578 2024.11.26 23:39:50.757052 [ 270 ] {216e574c-11bc-4252-93a2-89761a8afde2} <Debug> TCPHandler: Processed in 0.001964698 sec.
12579 2024.11.26 23:39:51.620003 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
12580 2024.11.26 23:39:51.639472 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12581 2024.11.26 23:39:51.639531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12582 2024.11.26 23:39:51.646472 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12583 2024.11.26 23:39:51.647225 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12584 2024.11.26 23:39:51.649764 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
12585 2024.11.26 23:39:53.155144 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12586 2024.11.26 23:39:53.155380 [ 268 ] {78d36975-7087-4272-94c5-ef87dae27450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12587 2024.11.26 23:39:53.155467 [ 268 ] {78d36975-7087-4272-94c5-ef87dae27450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12588 2024.11.26 23:39:53.156307 [ 268 ] {78d36975-7087-4272-94c5-ef87dae27450} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12589 2024.11.26 23:39:53.156363 [ 268 ] {78d36975-7087-4272-94c5-ef87dae27450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12590 2024.11.26 23:39:53.156818 [ 268 ] {78d36975-7087-4272-94c5-ef87dae27450} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
12591 2024.11.26 23:39:53.157088 [ 268 ] {78d36975-7087-4272-94c5-ef87dae27450} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12592 2024.11.26 23:39:53.157335 [ 268 ] {78d36975-7087-4272-94c5-ef87dae27450} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002017 sec., 991.5716410510659 rows/sec., 80.86 KiB/sec.
12593 2024.11.26 23:39:53.157403 [ 268 ] {78d36975-7087-4272-94c5-ef87dae27450} <Debug> TCPHandler: Processed in 0.002402653 sec.
12594 2024.11.26 23:39:53.157669 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12595 2024.11.26 23:39:53.157888 [ 270 ] {bbf402eb-b4fd-4886-8587-1e65f3b0db85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12596 2024.11.26 23:39:53.157967 [ 270 ] {bbf402eb-b4fd-4886-8587-1e65f3b0db85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12597 2024.11.26 23:39:53.159471 [ 270 ] {bbf402eb-b4fd-4886-8587-1e65f3b0db85} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12598 2024.11.26 23:39:53.159524 [ 270 ] {bbf402eb-b4fd-4886-8587-1e65f3b0db85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12599 2024.11.26 23:39:53.160036 [ 270 ] {bbf402eb-b4fd-4886-8587-1e65f3b0db85} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12600 2024.11.26 23:39:53.160300 [ 270 ] {bbf402eb-b4fd-4886-8587-1e65f3b0db85} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12601 2024.11.26 23:39:53.160507 [ 50 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12602 2024.11.26 23:39:53.160574 [ 270 ] {bbf402eb-b4fd-4886-8587-1e65f3b0db85} <Debug> executeQuery: Read 1279 rows, 108.84 KiB in 0.002744 sec., 466107.87172011664 rows/sec., 38.73 MiB/sec.
12603 2024.11.26 23:39:53.160600 [ 50 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12604 2024.11.26 23:39:53.160660 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12605 2024.11.26 23:39:53.160720 [ 270 ] {bbf402eb-b4fd-4886-8587-1e65f3b0db85} <Debug> TCPHandler: Processed in 0.0031882 sec.
12606 2024.11.26 23:39:53.160950 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12607 2024.11.26 23:39:53.160961 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
12608 2024.11.26 23:39:53.161197 [ 268 ] {461954ff-6fb9-4be5-b87d-57df115a09fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12609 2024.11.26 23:39:53.161239 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12610 2024.11.26 23:39:53.161304 [ 268 ] {461954ff-6fb9-4be5-b87d-57df115a09fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12611 2024.11.26 23:39:53.161325 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1434 rows starting from the beginning of the part
12612 2024.11.26 23:39:53.161762 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 138 rows starting from the beginning of the part
12613 2024.11.26 23:39:53.162068 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 204 rows starting from the beginning of the part
12614 2024.11.26 23:39:53.162430 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 138 rows starting from the beginning of the part
12615 2024.11.26 23:39:53.162836 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 203 rows starting from the beginning of the part
12616 2024.11.26 23:39:53.163197 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 1279 rows starting from the beginning of the part
12617 2024.11.26 23:39:53.164219 [ 268 ] {461954ff-6fb9-4be5-b87d-57df115a09fd} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12618 2024.11.26 23:39:53.164309 [ 268 ] {461954ff-6fb9-4be5-b87d-57df115a09fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12619 2024.11.26 23:39:53.165164 [ 268 ] {461954ff-6fb9-4be5-b87d-57df115a09fd} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
12620 2024.11.26 23:39:53.165742 [ 268 ] {461954ff-6fb9-4be5-b87d-57df115a09fd} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12621 2024.11.26 23:39:53.166039 [ 268 ] {461954ff-6fb9-4be5-b87d-57df115a09fd} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.004948 sec., 8690.379951495554 rows/sec., 651.30 KiB/sec.
12622 2024.11.26 23:39:53.166131 [ 268 ] {461954ff-6fb9-4be5-b87d-57df115a09fd} <Debug> TCPHandler: Processed in 0.005294619 sec.
12623 2024.11.26 23:39:53.166342 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12624 2024.11.26 23:39:53.166654 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3396 rows, containing 5 columns (5 merged, 0 gathered) in 0.005892725 sec., 576303.8322677539 rows/sec., 50.64 MiB/sec.
12625 2024.11.26 23:39:53.166673 [ 270 ] {9a5bf2b2-7d4b-4a95-a32c-3aa3b85ffa12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12626 2024.11.26 23:39:53.166764 [ 270 ] {9a5bf2b2-7d4b-4a95-a32c-3aa3b85ffa12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12627 2024.11.26 23:39:53.166943 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12628 2024.11.26 23:39:53.167549 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12629 2024.11.26 23:39:53.167649 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_106_21} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12630 2024.11.26 23:39:53.167806 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
12631 2024.11.26 23:39:53.168050 [ 270 ] {9a5bf2b2-7d4b-4a95-a32c-3aa3b85ffa12} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12632 2024.11.26 23:39:53.168098 [ 270 ] {9a5bf2b2-7d4b-4a95-a32c-3aa3b85ffa12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12633 2024.11.26 23:39:53.168487 [ 270 ] {9a5bf2b2-7d4b-4a95-a32c-3aa3b85ffa12} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12634 2024.11.26 23:39:53.168737 [ 270 ] {9a5bf2b2-7d4b-4a95-a32c-3aa3b85ffa12} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12635 2024.11.26 23:39:53.169007 [ 270 ] {9a5bf2b2-7d4b-4a95-a32c-3aa3b85ffa12} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002385 sec., 95597.48427672956 rows/sec., 6.47 MiB/sec.
12636 2024.11.26 23:39:53.169079 [ 270 ] {9a5bf2b2-7d4b-4a95-a32c-3aa3b85ffa12} <Debug> TCPHandler: Processed in 0.002833017 sec.
12637 2024.11.26 23:39:53.169342 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12638 2024.11.26 23:39:53.169515 [ 268 ] {5d26ad61-53f4-45a2-b072-e297b6b6facd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12639 2024.11.26 23:39:53.169576 [ 268 ] {5d26ad61-53f4-45a2-b072-e297b6b6facd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12640 2024.11.26 23:39:53.170529 [ 268 ] {5d26ad61-53f4-45a2-b072-e297b6b6facd} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12641 2024.11.26 23:39:53.170571 [ 268 ] {5d26ad61-53f4-45a2-b072-e297b6b6facd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12642 2024.11.26 23:39:53.170991 [ 268 ] {5d26ad61-53f4-45a2-b072-e297b6b6facd} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12643 2024.11.26 23:39:53.171249 [ 268 ] {5d26ad61-53f4-45a2-b072-e297b6b6facd} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12644 2024.11.26 23:39:53.171427 [ 50 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12645 2024.11.26 23:39:53.171494 [ 50 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12646 2024.11.26 23:39:53.171503 [ 268 ] {5d26ad61-53f4-45a2-b072-e297b6b6facd} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.002007 sec., 280518.1863477827 rows/sec., 20.85 MiB/sec.
12647 2024.11.26 23:39:53.171536 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12648 2024.11.26 23:39:53.171757 [ 268 ] {5d26ad61-53f4-45a2-b072-e297b6b6facd} <Debug> TCPHandler: Processed in 0.002562404 sec.
12649 2024.11.26 23:39:53.171910 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
12650 2024.11.26 23:39:53.172001 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12651 2024.11.26 23:39:53.172400 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12652 2024.11.26 23:39:53.172507 [ 270 ] {13196072-9a02-4f5e-8389-d93f3e3e4199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12653 2024.11.26 23:39:53.172558 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 915 rows starting from the beginning of the part
12654 2024.11.26 23:39:53.172777 [ 270 ] {13196072-9a02-4f5e-8389-d93f3e3e4199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12655 2024.11.26 23:39:53.173082 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 105 rows starting from the beginning of the part
12656 2024.11.26 23:39:53.173568 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 384 rows starting from the beginning of the part
12657 2024.11.26 23:39:53.174101 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 105 rows starting from the beginning of the part
12658 2024.11.26 23:39:53.174750 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 382 rows starting from the beginning of the part
12659 2024.11.26 23:39:53.175341 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 563 rows starting from the beginning of the part
12660 2024.11.26 23:39:53.176831 [ 270 ] {13196072-9a02-4f5e-8389-d93f3e3e4199} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12661 2024.11.26 23:39:53.176882 [ 270 ] {13196072-9a02-4f5e-8389-d93f3e3e4199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12662 2024.11.26 23:39:53.177488 [ 270 ] {13196072-9a02-4f5e-8389-d93f3e3e4199} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12663 2024.11.26 23:39:53.177803 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2454 rows, containing 5 columns (5 merged, 0 gathered) in 0.006134877 sec., 400008.01972068875 rows/sec., 30.71 MiB/sec.
12664 2024.11.26 23:39:53.177855 [ 270 ] {13196072-9a02-4f5e-8389-d93f3e3e4199} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12665 2024.11.26 23:39:53.178107 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12666 2024.11.26 23:39:53.178222 [ 270 ] {13196072-9a02-4f5e-8389-d93f3e3e4199} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.005878 sec., 160428.71725076556 rows/sec., 10.76 MiB/sec.
12667 2024.11.26 23:39:53.178343 [ 270 ] {13196072-9a02-4f5e-8389-d93f3e3e4199} <Debug> TCPHandler: Processed in 0.00646071 sec.
12668 2024.11.26 23:39:53.178661 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12669 2024.11.26 23:39:53.178702 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12670 2024.11.26 23:39:53.178898 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_106_21} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12671 2024.11.26 23:39:53.178988 [ 268 ] {8574aab0-c956-477c-90e0-48f48b386f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12672 2024.11.26 23:39:53.179080 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
12673 2024.11.26 23:39:53.179174 [ 268 ] {8574aab0-c956-477c-90e0-48f48b386f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12674 2024.11.26 23:39:53.180475 [ 268 ] {8574aab0-c956-477c-90e0-48f48b386f17} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12675 2024.11.26 23:39:53.180518 [ 268 ] {8574aab0-c956-477c-90e0-48f48b386f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12676 2024.11.26 23:39:53.181255 [ 268 ] {8574aab0-c956-477c-90e0-48f48b386f17} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
12677 2024.11.26 23:39:53.181548 [ 268 ] {8574aab0-c956-477c-90e0-48f48b386f17} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12678 2024.11.26 23:39:53.181742 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
12679 2024.11.26 23:39:53.181812 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12680 2024.11.26 23:39:53.181849 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12681 2024.11.26 23:39:53.181858 [ 268 ] {8574aab0-c956-477c-90e0-48f48b386f17} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002965 sec., 13827.993254637437 rows/sec., 24.78 MiB/sec.
12682 2024.11.26 23:39:53.182526 [ 268 ] {8574aab0-c956-477c-90e0-48f48b386f17} <Debug> TCPHandler: Processed in 0.004071228 sec.
12683 2024.11.26 23:39:53.182577 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
12684 2024.11.26 23:39:53.183060 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12685 2024.11.26 23:39:53.183382 [ 270 ] {7b17b167-0c49-45f5-9cfc-297967d7e7a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12686 2024.11.26 23:39:53.183528 [ 270 ] {7b17b167-0c49-45f5-9cfc-297967d7e7a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12687 2024.11.26 23:39:53.183723 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12688 2024.11.26 23:39:53.183944 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1546 rows starting from the beginning of the part
12689 2024.11.26 23:39:53.184668 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part
12690 2024.11.26 23:39:53.185412 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part
12691 2024.11.26 23:39:53.185979 [ 270 ] {7b17b167-0c49-45f5-9cfc-297967d7e7a6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12692 2024.11.26 23:39:53.186073 [ 270 ] {7b17b167-0c49-45f5-9cfc-297967d7e7a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12693 2024.11.26 23:39:53.186074 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part
12694 2024.11.26 23:39:53.186753 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part
12695 2024.11.26 23:39:53.187422 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part
12696 2024.11.26 23:39:53.187622 [ 270 ] {7b17b167-0c49-45f5-9cfc-297967d7e7a6} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12697 2024.11.26 23:39:53.188424 [ 270 ] {7b17b167-0c49-45f5-9cfc-297967d7e7a6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12698 2024.11.26 23:39:53.188708 [ 48 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12699 2024.11.26 23:39:53.188814 [ 48 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12700 2024.11.26 23:39:53.188902 [ 270 ] {7b17b167-0c49-45f5-9cfc-297967d7e7a6} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.005627 sec., 6397.725253243291 rows/sec., 441.51 KiB/sec.
12701 2024.11.26 23:39:53.188905 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12702 2024.11.26 23:39:53.189315 [ 270 ] {7b17b167-0c49-45f5-9cfc-297967d7e7a6} <Debug> TCPHandler: Processed in 0.006601262 sec.
12703 2024.11.26 23:39:53.189439 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
12704 2024.11.26 23:39:53.189730 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12705 2024.11.26 23:39:53.189774 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6084 rows starting from the beginning of the part
12706 2024.11.26 23:39:53.189903 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part
12707 2024.11.26 23:39:53.189996 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part
12708 2024.11.26 23:39:53.190057 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part
12709 2024.11.26 23:39:53.190204 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part
12710 2024.11.26 23:39:53.190420 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 36 rows starting from the beginning of the part
12711 2024.11.26 23:39:53.193233 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6404 rows, containing 4 columns (4 merged, 0 gathered) in 0.004166799 sec., 1536911.1877006788 rows/sec., 100.22 MiB/sec.
12712 2024.11.26 23:39:53.194490 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12713 2024.11.26 23:39:53.194869 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12714 2024.11.26 23:39:53.194957 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_106_21} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12715 2024.11.26 23:39:53.196098 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB.
12716 2024.11.26 23:39:53.199733 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1751 rows, containing 19 columns (19 merged, 0 gathered) in 0.017759176 sec., 98596.91688398154 rows/sec., 176.68 MiB/sec.
12717 2024.11.26 23:39:53.201389 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
12718 2024.11.26 23:39:53.201834 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12719 2024.11.26 23:39:53.201915 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12720 2024.11.26 23:39:53.202066 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB.
12721 2024.11.26 23:39:54.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.64 MiB, peak 262.29 MiB, free memory in arenas 0.00 B, will set to 254.57 MiB (RSS), difference: 3.94 MiB
12722 2024.11.26 23:39:54.811678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1818
12723 2024.11.26 23:39:54.815068 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12724 2024.11.26 23:39:54.815118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12725 2024.11.26 23:39:54.816595 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12726 2024.11.26 23:39:54.816918 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12727 2024.11.26 23:39:54.818443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1818
12728 2024.11.26 23:39:55.726360 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12729 2024.11.26 23:39:55.726684 [ 268 ] {2ca1ecd9-ed0f-4efc-9e08-d9cf4f5f4545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12730 2024.11.26 23:39:55.726802 [ 268 ] {2ca1ecd9-ed0f-4efc-9e08-d9cf4f5f4545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12731 2024.11.26 23:39:55.727678 [ 268 ] {2ca1ecd9-ed0f-4efc-9e08-d9cf4f5f4545} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12732 2024.11.26 23:39:55.727725 [ 268 ] {2ca1ecd9-ed0f-4efc-9e08-d9cf4f5f4545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12733 2024.11.26 23:39:55.728171 [ 268 ] {2ca1ecd9-ed0f-4efc-9e08-d9cf4f5f4545} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12734 2024.11.26 23:39:55.728434 [ 268 ] {2ca1ecd9-ed0f-4efc-9e08-d9cf4f5f4545} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12735 2024.11.26 23:39:55.728659 [ 268 ] {2ca1ecd9-ed0f-4efc-9e08-d9cf4f5f4545} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002051 sec., 27303.754266211607 rows/sec., 2.10 MiB/sec.
12736 2024.11.26 23:39:55.728748 [ 268 ] {2ca1ecd9-ed0f-4efc-9e08-d9cf4f5f4545} <Debug> TCPHandler: Processed in 0.002629905 sec.
12737 2024.11.26 23:39:55.729040 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12738 2024.11.26 23:39:55.729263 [ 270 ] {b9b54d69-3761-4ecd-b79b-1c727dfdf609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12739 2024.11.26 23:39:55.729343 [ 270 ] {b9b54d69-3761-4ecd-b79b-1c727dfdf609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12740 2024.11.26 23:39:55.730169 [ 270 ] {b9b54d69-3761-4ecd-b79b-1c727dfdf609} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12741 2024.11.26 23:39:55.730224 [ 270 ] {b9b54d69-3761-4ecd-b79b-1c727dfdf609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12742 2024.11.26 23:39:55.730669 [ 270 ] {b9b54d69-3761-4ecd-b79b-1c727dfdf609} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12743 2024.11.26 23:39:55.730926 [ 270 ] {b9b54d69-3761-4ecd-b79b-1c727dfdf609} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12744 2024.11.26 23:39:55.731170 [ 270 ] {b9b54d69-3761-4ecd-b79b-1c727dfdf609} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001958 sec., 32686.414708886616 rows/sec., 2.55 MiB/sec.
12745 2024.11.26 23:39:55.731260 [ 270 ] {b9b54d69-3761-4ecd-b79b-1c727dfdf609} <Debug> TCPHandler: Processed in 0.002401932 sec.
12746 2024.11.26 23:39:55.731441 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12747 2024.11.26 23:39:55.731620 [ 268 ] {5f190d24-77ee-4227-b02f-91b886f3467f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12748 2024.11.26 23:39:55.731686 [ 268 ] {5f190d24-77ee-4227-b02f-91b886f3467f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12749 2024.11.26 23:39:55.732280 [ 268 ] {5f190d24-77ee-4227-b02f-91b886f3467f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12750 2024.11.26 23:39:55.732318 [ 268 ] {5f190d24-77ee-4227-b02f-91b886f3467f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12751 2024.11.26 23:39:55.732718 [ 268 ] {5f190d24-77ee-4227-b02f-91b886f3467f} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12752 2024.11.26 23:39:55.732977 [ 268 ] {5f190d24-77ee-4227-b02f-91b886f3467f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12753 2024.11.26 23:39:55.733174 [ 268 ] {5f190d24-77ee-4227-b02f-91b886f3467f} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001602 sec., 39950.062421972536 rows/sec., 2.78 MiB/sec.
12754 2024.11.26 23:39:55.733253 [ 268 ] {5f190d24-77ee-4227-b02f-91b886f3467f} <Debug> TCPHandler: Processed in 0.001902048 sec.
12755 2024.11.26 23:39:55.733458 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12756 2024.11.26 23:39:55.733756 [ 270 ] {174450d9-bd02-4196-961b-134c6efc45df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12757 2024.11.26 23:39:55.733825 [ 270 ] {174450d9-bd02-4196-961b-134c6efc45df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12758 2024.11.26 23:39:55.734387 [ 270 ] {174450d9-bd02-4196-961b-134c6efc45df} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12759 2024.11.26 23:39:55.734427 [ 270 ] {174450d9-bd02-4196-961b-134c6efc45df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12760 2024.11.26 23:39:55.734816 [ 270 ] {174450d9-bd02-4196-961b-134c6efc45df} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
12761 2024.11.26 23:39:55.735055 [ 270 ] {174450d9-bd02-4196-961b-134c6efc45df} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12762 2024.11.26 23:39:55.735256 [ 270 ] {174450d9-bd02-4196-961b-134c6efc45df} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001604 sec., 14962.593516209477 rows/sec., 1.01 MiB/sec.
12763 2024.11.26 23:39:55.735304 [ 270 ] {174450d9-bd02-4196-961b-134c6efc45df} <Debug> TCPHandler: Processed in 0.001954028 sec.
12764 2024.11.26 23:39:57.135048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914
12765 2024.11.26 23:39:57.135853 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12766 2024.11.26 23:39:57.135913 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12767 2024.11.26 23:39:57.136472 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12768 2024.11.26 23:39:57.136742 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12769 2024.11.26 23:39:57.137042 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914
12770 2024.11.26 23:39:59.149909 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
12771 2024.11.26 23:39:59.170226 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12772 2024.11.26 23:39:59.170287 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12773 2024.11.26 23:39:59.178209 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12774 2024.11.26 23:39:59.178992 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12775 2024.11.26 23:39:59.181651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
12776 2024.11.26 23:40:00.735762 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12777 2024.11.26 23:40:00.735955 [ 268 ] {fd850620-9f0b-4ec4-83bc-a85c52641d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12778 2024.11.26 23:40:00.736033 [ 268 ] {fd850620-9f0b-4ec4-83bc-a85c52641d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12779 2024.11.26 23:40:00.736792 [ 268 ] {fd850620-9f0b-4ec4-83bc-a85c52641d23} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12780 2024.11.26 23:40:00.736840 [ 268 ] {fd850620-9f0b-4ec4-83bc-a85c52641d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12781 2024.11.26 23:40:00.737266 [ 268 ] {fd850620-9f0b-4ec4-83bc-a85c52641d23} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12782 2024.11.26 23:40:00.737525 [ 268 ] {fd850620-9f0b-4ec4-83bc-a85c52641d23} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12783 2024.11.26 23:40:00.737724 [ 40 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
12784 2024.11.26 23:40:00.737792 [ 268 ] {fd850620-9f0b-4ec4-83bc-a85c52641d23} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec.
12785 2024.11.26 23:40:00.737814 [ 40 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12786 2024.11.26 23:40:00.737878 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12787 2024.11.26 23:40:00.737929 [ 268 ] {fd850620-9f0b-4ec4-83bc-a85c52641d23} <Debug> TCPHandler: Processed in 0.002295622 sec.
12788 2024.11.26 23:40:00.738229 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
12789 2024.11.26 23:40:00.738300 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12790 2024.11.26 23:40:00.738723 [ 270 ] {2aaa3968-f698-465b-a697-e86f27e79b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12791 2024.11.26 23:40:00.738884 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12792 2024.11.26 23:40:00.738920 [ 270 ] {2aaa3968-f698-465b-a697-e86f27e79b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12793 2024.11.26 23:40:00.739067 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
12794 2024.11.26 23:40:00.739446 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
12795 2024.11.26 23:40:00.739762 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
12796 2024.11.26 23:40:00.740228 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
12797 2024.11.26 23:40:00.740637 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
12798 2024.11.26 23:40:00.741834 [ 270 ] {2aaa3968-f698-465b-a697-e86f27e79b5a} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12799 2024.11.26 23:40:00.741881 [ 270 ] {2aaa3968-f698-465b-a697-e86f27e79b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12800 2024.11.26 23:40:00.742245 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.0042708 sec., 16390.37182729231 rows/sec., 1.21 MiB/sec.
12801 2024.11.26 23:40:00.742377 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
12802 2024.11.26 23:40:00.742451 [ 270 ] {2aaa3968-f698-465b-a697-e86f27e79b5a} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12803 2024.11.26 23:40:00.742678 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_45_11} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12804 2024.11.26 23:40:00.742778 [ 270 ] {2aaa3968-f698-465b-a697-e86f27e79b5a} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12805 2024.11.26 23:40:00.742785 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_45_11} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
12806 2024.11.26 23:40:00.742876 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12807 2024.11.26 23:40:00.743018 [ 270 ] {2aaa3968-f698-465b-a697-e86f27e79b5a} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.004454 sec., 45577.009429726095 rows/sec., 3.94 MiB/sec.
12808 2024.11.26 23:40:00.743082 [ 270 ] {2aaa3968-f698-465b-a697-e86f27e79b5a} <Debug> TCPHandler: Processed in 0.004990977 sec.
12809 2024.11.26 23:40:00.743320 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12810 2024.11.26 23:40:00.743553 [ 268 ] {79509d64-4879-4bbc-be68-3fb61057f947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12811 2024.11.26 23:40:00.743647 [ 268 ] {79509d64-4879-4bbc-be68-3fb61057f947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12812 2024.11.26 23:40:00.744501 [ 268 ] {79509d64-4879-4bbc-be68-3fb61057f947} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12813 2024.11.26 23:40:00.744540 [ 268 ] {79509d64-4879-4bbc-be68-3fb61057f947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12814 2024.11.26 23:40:00.744909 [ 268 ] {79509d64-4879-4bbc-be68-3fb61057f947} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
12815 2024.11.26 23:40:00.745157 [ 268 ] {79509d64-4879-4bbc-be68-3fb61057f947} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12816 2024.11.26 23:40:00.745353 [ 40 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
12817 2024.11.26 23:40:00.745374 [ 268 ] {79509d64-4879-4bbc-be68-3fb61057f947} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001882 sec., 3719.4473963868227 rows/sec., 242.32 KiB/sec.
12818 2024.11.26 23:40:00.745442 [ 40 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12819 2024.11.26 23:40:00.745496 [ 268 ] {79509d64-4879-4bbc-be68-3fb61057f947} <Debug> TCPHandler: Processed in 0.002284631 sec.
12820 2024.11.26 23:40:00.745520 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12821 2024.11.26 23:40:00.745754 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
12822 2024.11.26 23:40:00.745758 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12823 2024.11.26 23:40:00.746022 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12824 2024.11.26 23:40:00.746089 [ 270 ] {939933da-6eeb-4ad6-bed6-090811c58407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12825 2024.11.26 23:40:00.746103 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 66 rows starting from the beginning of the part
12826 2024.11.26 23:40:00.746193 [ 270 ] {939933da-6eeb-4ad6-bed6-090811c58407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12827 2024.11.26 23:40:00.746308 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 9 rows starting from the beginning of the part
12828 2024.11.26 23:40:00.746768 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 41 rows starting from the beginning of the part
12829 2024.11.26 23:40:00.747128 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
12830 2024.11.26 23:40:00.747554 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 43 rows starting from the beginning of the part
12831 2024.11.26 23:40:00.747892 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
12832 2024.11.26 23:40:00.748861 [ 270 ] {939933da-6eeb-4ad6-bed6-090811c58407} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12833 2024.11.26 23:40:00.748906 [ 270 ] {939933da-6eeb-4ad6-bed6-090811c58407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12834 2024.11.26 23:40:00.749434 [ 270 ] {939933da-6eeb-4ad6-bed6-090811c58407} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12835 2024.11.26 23:40:00.749698 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 5 columns (5 merged, 0 gathered) in 0.004026348 sec., 42966.9765256257 rows/sec., 3.22 MiB/sec.
12836 2024.11.26 23:40:00.749811 [ 270 ] {939933da-6eeb-4ad6-bed6-090811c58407} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12837 2024.11.26 23:40:00.750035 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
12838 2024.11.26 23:40:00.750063 [ 40 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12839 2024.11.26 23:40:00.750166 [ 40 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12840 2024.11.26 23:40:00.750255 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12841 2024.11.26 23:40:00.750345 [ 270 ] {939933da-6eeb-4ad6-bed6-090811c58407} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004318 sec., 3242.2417786012043 rows/sec., 227.07 KiB/sec.
12842 2024.11.26 23:40:00.750678 [ 270 ] {939933da-6eeb-4ad6-bed6-090811c58407} <Debug> TCPHandler: Processed in 0.005060568 sec.
12843 2024.11.26 23:40:00.750951 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
12844 2024.11.26 23:40:00.750984 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12845 2024.11.26 23:40:00.751492 [ 268 ] {733f0b0b-cb8e-4d37-b5fc-0f5074ec2d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12846 2024.11.26 23:40:00.751690 [ 268 ] {733f0b0b-cb8e-4d37-b5fc-0f5074ec2d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12847 2024.11.26 23:40:00.752146 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12848 2024.11.26 23:40:00.752283 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_91_18} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12849 2024.11.26 23:40:00.752350 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 242 rows starting from the beginning of the part
12850 2024.11.26 23:40:00.752889 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part
12851 2024.11.26 23:40:00.753387 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part
12852 2024.11.26 23:40:00.753181 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_91_18} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
12853 2024.11.26 23:40:00.753823 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part
12854 2024.11.26 23:40:00.754303 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 228 rows starting from the beginning of the part
12855 2024.11.26 23:40:00.754333 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12856 2024.11.26 23:40:00.754630 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part
12857 2024.11.26 23:40:00.755468 [ 268 ] {733f0b0b-cb8e-4d37-b5fc-0f5074ec2d23} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12858 2024.11.26 23:40:00.755539 [ 268 ] {733f0b0b-cb8e-4d37-b5fc-0f5074ec2d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12859 2024.11.26 23:40:00.756470 [ 268 ] {733f0b0b-cb8e-4d37-b5fc-0f5074ec2d23} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12860 2024.11.26 23:40:00.757033 [ 268 ] {733f0b0b-cb8e-4d37-b5fc-0f5074ec2d23} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12861 2024.11.26 23:40:00.757561 [ 39 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
12862 2024.11.26 23:40:00.757673 [ 268 ] {733f0b0b-cb8e-4d37-b5fc-0f5074ec2d23} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006335 sec., 2052.0915548539856 rows/sec., 127.95 KiB/sec.
12863 2024.11.26 23:40:00.757765 [ 39 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12864 2024.11.26 23:40:00.757882 [ 187 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00747307 sec., 70386.06623516172 rows/sec., 5.04 MiB/sec.
12865 2024.11.26 23:40:00.757921 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12866 2024.11.26 23:40:00.757970 [ 268 ] {733f0b0b-cb8e-4d37-b5fc-0f5074ec2d23} <Debug> TCPHandler: Processed in 0.007153537 sec.
12867 2024.11.26 23:40:00.758341 [ 187 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12868 2024.11.26 23:40:00.758357 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
12869 2024.11.26 23:40:00.758478 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12870 2024.11.26 23:40:00.758653 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12871 2024.11.26 23:40:00.758806 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
12872 2024.11.26 23:40:00.759148 [ 270 ] {f76ff5b4-c4b4-4e87-b7d0-89abfbbf53e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12873 2024.11.26 23:40:00.759155 [ 187 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12874 2024.11.26 23:40:00.759251 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
12875 2024.11.26 23:40:00.759445 [ 270 ] {f76ff5b4-c4b4-4e87-b7d0-89abfbbf53e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12876 2024.11.26 23:40:00.759660 [ 187 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_61_12} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12877 2024.11.26 23:40:00.759856 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
12878 2024.11.26 23:40:00.760120 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
12879 2024.11.26 23:40:00.760487 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
12880 2024.11.26 23:40:00.760867 [ 199 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
12881 2024.11.26 23:40:00.762755 [ 270 ] {f76ff5b4-c4b4-4e87-b7d0-89abfbbf53e2} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12882 2024.11.26 23:40:00.762843 [ 270 ] {f76ff5b4-c4b4-4e87-b7d0-89abfbbf53e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12883 2024.11.26 23:40:00.763488 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00534246 sec., 12166.67976924488 rows/sec., 806.12 KiB/sec.
12884 2024.11.26 23:40:00.763720 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
12885 2024.11.26 23:40:00.763797 [ 270 ] {f76ff5b4-c4b4-4e87-b7d0-89abfbbf53e2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12886 2024.11.26 23:40:00.764319 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_45_11} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12887 2024.11.26 23:40:00.764330 [ 270 ] {f76ff5b4-c4b4-4e87-b7d0-89abfbbf53e2} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12888 2024.11.26 23:40:00.764492 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_45_11} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
12889 2024.11.26 23:40:00.764705 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
12890 2024.11.26 23:40:00.764770 [ 270 ] {f76ff5b4-c4b4-4e87-b7d0-89abfbbf53e2} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005936 sec., 64353.09973045822 rows/sec., 4.55 MiB/sec.
12891 2024.11.26 23:40:00.764838 [ 270 ] {f76ff5b4-c4b4-4e87-b7d0-89abfbbf53e2} <Debug> TCPHandler: Processed in 0.006734783 sec.
12892 2024.11.26 23:40:00.764999 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12893 2024.11.26 23:40:00.765144 [ 268 ] {3c811226-2fff-4f1d-9429-4b3eb23a73b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12894 2024.11.26 23:40:00.765199 [ 268 ] {3c811226-2fff-4f1d-9429-4b3eb23a73b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12895 2024.11.26 23:40:00.765704 [ 268 ] {3c811226-2fff-4f1d-9429-4b3eb23a73b2} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12896 2024.11.26 23:40:00.765743 [ 268 ] {3c811226-2fff-4f1d-9429-4b3eb23a73b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12897 2024.11.26 23:40:00.766129 [ 268 ] {3c811226-2fff-4f1d-9429-4b3eb23a73b2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12898 2024.11.26 23:40:00.766388 [ 268 ] {3c811226-2fff-4f1d-9429-4b3eb23a73b2} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12899 2024.11.26 23:40:00.766658 [ 268 ] {3c811226-2fff-4f1d-9429-4b3eb23a73b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec.
12900 2024.11.26 23:40:00.766817 [ 268 ] {3c811226-2fff-4f1d-9429-4b3eb23a73b2} <Debug> TCPHandler: Processed in 0.001885627 sec.
12901 2024.11.26 23:40:00.767050 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12902 2024.11.26 23:40:00.767189 [ 270 ] {aaa5c31a-011d-4eac-adaa-0f43c9f3a6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12903 2024.11.26 23:40:00.767253 [ 270 ] {aaa5c31a-011d-4eac-adaa-0f43c9f3a6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12904 2024.11.26 23:40:00.767951 [ 270 ] {aaa5c31a-011d-4eac-adaa-0f43c9f3a6eb} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12905 2024.11.26 23:40:00.767999 [ 270 ] {aaa5c31a-011d-4eac-adaa-0f43c9f3a6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12906 2024.11.26 23:40:00.768400 [ 270 ] {aaa5c31a-011d-4eac-adaa-0f43c9f3a6eb} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12907 2024.11.26 23:40:00.768626 [ 270 ] {aaa5c31a-011d-4eac-adaa-0f43c9f3a6eb} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12908 2024.11.26 23:40:00.768840 [ 270 ] {aaa5c31a-011d-4eac-adaa-0f43c9f3a6eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001739 sec., 136285.22139160437 rows/sec., 9.13 MiB/sec.
12909 2024.11.26 23:40:00.768900 [ 270 ] {aaa5c31a-011d-4eac-adaa-0f43c9f3a6eb} <Debug> TCPHandler: Processed in 0.002035599 sec.
12910 2024.11.26 23:40:00.769164 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12911 2024.11.26 23:40:00.769422 [ 268 ] {1430fbe7-ece8-4cd6-94ab-d51ce520c285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12912 2024.11.26 23:40:00.769484 [ 268 ] {1430fbe7-ece8-4cd6-94ab-d51ce520c285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12913 2024.11.26 23:40:00.770057 [ 268 ] {1430fbe7-ece8-4cd6-94ab-d51ce520c285} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12914 2024.11.26 23:40:00.770104 [ 268 ] {1430fbe7-ece8-4cd6-94ab-d51ce520c285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12915 2024.11.26 23:40:00.770476 [ 268 ] {1430fbe7-ece8-4cd6-94ab-d51ce520c285} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
12916 2024.11.26 23:40:00.770722 [ 268 ] {1430fbe7-ece8-4cd6-94ab-d51ce520c285} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12917 2024.11.26 23:40:00.770894 [ 38 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0
12918 2024.11.26 23:40:00.770961 [ 38 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12919 2024.11.26 23:40:00.770972 [ 268 ] {1430fbe7-ece8-4cd6-94ab-d51ce520c285} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001601 sec., 624.6096189881324 rows/sec., 42.09 KiB/sec.
12920 2024.11.26 23:40:00.771007 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12921 2024.11.26 23:40:00.771155 [ 268 ] {1430fbe7-ece8-4cd6-94ab-d51ce520c285} <Debug> TCPHandler: Processed in 0.00208804 sec.
12922 2024.11.26 23:40:00.771384 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
12923 2024.11.26 23:40:00.771461 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12924 2024.11.26 23:40:00.771932 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12925 2024.11.26 23:40:00.771985 [ 270 ] {6fee8ad9-813e-47c5-8d4b-89badb3555e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12926 2024.11.26 23:40:00.772043 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part
12927 2024.11.26 23:40:00.772231 [ 270 ] {6fee8ad9-813e-47c5-8d4b-89badb3555e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12928 2024.11.26 23:40:00.772490 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
12929 2024.11.26 23:40:00.772900 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part
12930 2024.11.26 23:40:00.773248 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part
12931 2024.11.26 23:40:00.773550 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part
12932 2024.11.26 23:40:00.773742 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part
12933 2024.11.26 23:40:00.774623 [ 270 ] {6fee8ad9-813e-47c5-8d4b-89badb3555e7} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12934 2024.11.26 23:40:00.774693 [ 270 ] {6fee8ad9-813e-47c5-8d4b-89badb3555e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12935 2024.11.26 23:40:00.775737 [ 270 ] {6fee8ad9-813e-47c5-8d4b-89badb3555e7} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
12936 2024.11.26 23:40:00.776420 [ 270 ] {6fee8ad9-813e-47c5-8d4b-89badb3555e7} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12937 2024.11.26 23:40:00.776525 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.005390531 sec., 8347.971656224592 rows/sec., 562.51 KiB/sec.
12938 2024.11.26 23:40:00.776737 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary)
12939 2024.11.26 23:40:00.776840 [ 270 ] {6fee8ad9-813e-47c5-8d4b-89badb3555e7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005041 sec., 16266.613767109699 rows/sec., 1.03 MiB/sec.
12940 2024.11.26 23:40:00.776963 [ 270 ] {6fee8ad9-813e-47c5-8d4b-89badb3555e7} <Debug> TCPHandler: Processed in 0.005669083 sec.
12941 2024.11.26 23:40:00.777180 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12942 2024.11.26 23:40:00.777260 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_45_9} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9
12943 2024.11.26 23:40:00.777333 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
12944 2024.11.26 23:40:04.459460 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
12945 2024.11.26 23:40:04.459533 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
12946 2024.11.26 23:40:04.637270 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341
12947 2024.11.26 23:40:04.638025 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12948 2024.11.26 23:40:04.638087 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12949 2024.11.26 23:40:04.638658 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12950 2024.11.26 23:40:04.638934 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12951 2024.11.26 23:40:04.639193 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
12952 2024.11.26 23:40:04.818791 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1846
12953 2024.11.26 23:40:04.821859 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12954 2024.11.26 23:40:04.821915 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12955 2024.11.26 23:40:04.823381 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12956 2024.11.26 23:40:04.823706 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12957 2024.11.26 23:40:04.824349 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1846
12958 2024.11.26 23:40:05.001961 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001575235 sec.
12959 2024.11.26 23:40:05.060725 [ 34 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
12960 2024.11.26 23:40:05.060786 [ 34 ] {} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12961 2024.11.26 23:40:05.060809 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12962 2024.11.26 23:40:05.061038 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
12963 2024.11.26 23:40:05.061257 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12964 2024.11.26 23:40:05.061296 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part
12965 2024.11.26 23:40:05.061383 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part
12966 2024.11.26 23:40:05.061606 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
12967 2024.11.26 23:40:05.061875 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
12968 2024.11.26 23:40:05.062062 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part
12969 2024.11.26 23:40:05.063220 [ 193 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002329281 sec., 16314.047124413071 rows/sec., 1.36 MiB/sec.
12970 2024.11.26 23:40:05.063431 [ 195 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
12971 2024.11.26 23:40:05.063786 [ 195 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_21_5} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12972 2024.11.26 23:40:05.063882 [ 195 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_21_5} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
12973 2024.11.26 23:40:05.063996 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12974 2024.11.26 23:40:05.732858 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12975 2024.11.26 23:40:05.733058 [ 268 ] {528ff1af-5bea-4dad-8ebf-978584504626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12976 2024.11.26 23:40:05.733134 [ 268 ] {528ff1af-5bea-4dad-8ebf-978584504626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12977 2024.11.26 23:40:05.733947 [ 268 ] {528ff1af-5bea-4dad-8ebf-978584504626} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12978 2024.11.26 23:40:05.734004 [ 268 ] {528ff1af-5bea-4dad-8ebf-978584504626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12979 2024.11.26 23:40:05.734458 [ 268 ] {528ff1af-5bea-4dad-8ebf-978584504626} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12980 2024.11.26 23:40:05.734714 [ 268 ] {528ff1af-5bea-4dad-8ebf-978584504626} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12981 2024.11.26 23:40:05.734954 [ 268 ] {528ff1af-5bea-4dad-8ebf-978584504626} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001945 sec., 70951.15681233934 rows/sec., 6.13 MiB/sec.
12982 2024.11.26 23:40:05.735052 [ 268 ] {528ff1af-5bea-4dad-8ebf-978584504626} <Debug> TCPHandler: Processed in 0.002327372 sec.
12983 2024.11.26 23:40:05.735357 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12984 2024.11.26 23:40:05.735589 [ 270 ] {57f25aa4-17de-4284-8aa7-4ae8b8293da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12985 2024.11.26 23:40:05.735667 [ 270 ] {57f25aa4-17de-4284-8aa7-4ae8b8293da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12986 2024.11.26 23:40:05.736493 [ 270 ] {57f25aa4-17de-4284-8aa7-4ae8b8293da8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12987 2024.11.26 23:40:05.736537 [ 270 ] {57f25aa4-17de-4284-8aa7-4ae8b8293da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12988 2024.11.26 23:40:05.736967 [ 270 ] {57f25aa4-17de-4284-8aa7-4ae8b8293da8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
12989 2024.11.26 23:40:05.737235 [ 270 ] {57f25aa4-17de-4284-8aa7-4ae8b8293da8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12990 2024.11.26 23:40:05.737481 [ 270 ] {57f25aa4-17de-4284-8aa7-4ae8b8293da8} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001951 sec., 21014.864172219375 rows/sec., 1.54 MiB/sec.
12991 2024.11.26 23:40:05.737586 [ 270 ] {57f25aa4-17de-4284-8aa7-4ae8b8293da8} <Debug> TCPHandler: Processed in 0.002421163 sec.
12992 2024.11.26 23:40:05.737794 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12993 2024.11.26 23:40:05.737978 [ 268 ] {af49a57e-3dc9-4926-9547-cab0a902b24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12994 2024.11.26 23:40:05.738030 [ 268 ] {af49a57e-3dc9-4926-9547-cab0a902b24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12995 2024.11.26 23:40:05.738673 [ 268 ] {af49a57e-3dc9-4926-9547-cab0a902b24c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12996 2024.11.26 23:40:05.738714 [ 268 ] {af49a57e-3dc9-4926-9547-cab0a902b24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12997 2024.11.26 23:40:05.739091 [ 268 ] {af49a57e-3dc9-4926-9547-cab0a902b24c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
12998 2024.11.26 23:40:05.739339 [ 268 ] {af49a57e-3dc9-4926-9547-cab0a902b24c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12999 2024.11.26 23:40:05.739575 [ 268 ] {af49a57e-3dc9-4926-9547-cab0a902b24c} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001623 sec., 64695.00924214417 rows/sec., 5.05 MiB/sec.
13000 2024.11.26 23:40:05.739679 [ 268 ] {af49a57e-3dc9-4926-9547-cab0a902b24c} <Debug> TCPHandler: Processed in 0.002002198 sec.
13001 2024.11.26 23:40:05.739858 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13002 2024.11.26 23:40:05.740017 [ 270 ] {5e18d53c-f71b-4218-a6aa-a498143ef94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13003 2024.11.26 23:40:05.740081 [ 270 ] {5e18d53c-f71b-4218-a6aa-a498143ef94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13004 2024.11.26 23:40:05.740688 [ 270 ] {5e18d53c-f71b-4218-a6aa-a498143ef94e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13005 2024.11.26 23:40:05.740728 [ 270 ] {5e18d53c-f71b-4218-a6aa-a498143ef94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13006 2024.11.26 23:40:05.741639 [ 270 ] {5e18d53c-f71b-4218-a6aa-a498143ef94e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13007 2024.11.26 23:40:05.741887 [ 270 ] {5e18d53c-f71b-4218-a6aa-a498143ef94e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13008 2024.11.26 23:40:05.742060 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 5 parts from all_1_104_21 to all_108_108_0
13009 2024.11.26 23:40:05.742119 [ 270 ] {5e18d53c-f71b-4218-a6aa-a498143ef94e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002137 sec., 74871.31492746841 rows/sec., 5.21 MiB/sec.
13010 2024.11.26 23:40:05.742142 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13011 2024.11.26 23:40:05.742200 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13012 2024.11.26 23:40:05.742225 [ 270 ] {5e18d53c-f71b-4218-a6aa-a498143ef94e} <Debug> TCPHandler: Processed in 0.002471603 sec.
13013 2024.11.26 23:40:05.742461 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13014 2024.11.26 23:40:05.742462 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_104_21 to all_108_108_0 into Compact with storage Full
13015 2024.11.26 23:40:05.742817 [ 268 ] {14fe652e-b147-4cb6-8f3d-9979cea90b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13016 2024.11.26 23:40:05.742944 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13017 2024.11.26 23:40:05.743154 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_104_21, total 30913 rows starting from the beginning of the part
13018 2024.11.26 23:40:05.743328 [ 268 ] {14fe652e-b147-4cb6-8f3d-9979cea90b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13019 2024.11.26 23:40:05.743557 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 237 rows starting from the beginning of the part
13020 2024.11.26 23:40:05.744129 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 943 rows starting from the beginning of the part
13021 2024.11.26 23:40:05.744625 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part
13022 2024.11.26 23:40:05.745250 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part
13023 2024.11.26 23:40:05.749368 [ 268 ] {14fe652e-b147-4cb6-8f3d-9979cea90b61} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13024 2024.11.26 23:40:05.749451 [ 268 ] {14fe652e-b147-4cb6-8f3d-9979cea90b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13025 2024.11.26 23:40:05.750728 [ 268 ] {14fe652e-b147-4cb6-8f3d-9979cea90b61} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13026 2024.11.26 23:40:05.751017 [ 268 ] {14fe652e-b147-4cb6-8f3d-9979cea90b61} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13027 2024.11.26 23:40:05.751445 [ 268 ] {14fe652e-b147-4cb6-8f3d-9979cea90b61} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008776 sec., 4671.8322698268 rows/sec., 8.37 MiB/sec.
13028 2024.11.26 23:40:05.751615 [ 268 ] {14fe652e-b147-4cb6-8f3d-9979cea90b61} <Debug> TCPHandler: Processed in 0.009284567 sec.
13029 2024.11.26 23:40:05.751803 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13030 2024.11.26 23:40:05.751953 [ 270 ] {1faf265a-fae4-4ac1-b01e-a4d5b954619c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13031 2024.11.26 23:40:05.752015 [ 270 ] {1faf265a-fae4-4ac1-b01e-a4d5b954619c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13032 2024.11.26 23:40:05.752647 [ 270 ] {1faf265a-fae4-4ac1-b01e-a4d5b954619c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13033 2024.11.26 23:40:05.752693 [ 270 ] {1faf265a-fae4-4ac1-b01e-a4d5b954619c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13034 2024.11.26 23:40:05.753147 [ 270 ] {1faf265a-fae4-4ac1-b01e-a4d5b954619c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13035 2024.11.26 23:40:05.753409 [ 270 ] {1faf265a-fae4-4ac1-b01e-a4d5b954619c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13036 2024.11.26 23:40:05.753674 [ 270 ] {1faf265a-fae4-4ac1-b01e-a4d5b954619c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001755 sec., 34188.03418803419 rows/sec., 2.30 MiB/sec.
13037 2024.11.26 23:40:05.753781 [ 270 ] {1faf265a-fae4-4ac1-b01e-a4d5b954619c} <Debug> TCPHandler: Processed in 0.002044099 sec.
13038 2024.11.26 23:40:05.755081 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32394 rows, containing 5 columns (5 merged, 0 gathered) in 0.012756129 sec., 2539485.136909481 rows/sec., 171.47 MiB/sec.
13039 2024.11.26 23:40:05.755822 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Trace> MergedBlockOutputStream: filled checksums all_1_108_22 (state Temporary)
13040 2024.11.26 23:40:05.756226 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_108_22 to all_1_108_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13041 2024.11.26 23:40:05.756334 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 5 parts: [all_1_104_21, all_108_108_0] -> all_1_108_22
13042 2024.11.26 23:40:05.756444 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
13043 2024.11.26 23:40:06.681802 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
13044 2024.11.26 23:40:06.703903 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13045 2024.11.26 23:40:06.703963 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13046 2024.11.26 23:40:06.711699 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13047 2024.11.26 23:40:06.712494 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13048 2024.11.26 23:40:06.715698 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
13049 2024.11.26 23:40:10.736390 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13050 2024.11.26 23:40:10.736609 [ 268 ] {cad560d6-d140-4c36-bf57-abcf8e28d642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13051 2024.11.26 23:40:10.736683 [ 268 ] {cad560d6-d140-4c36-bf57-abcf8e28d642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13052 2024.11.26 23:40:10.737436 [ 268 ] {cad560d6-d140-4c36-bf57-abcf8e28d642} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13053 2024.11.26 23:40:10.737487 [ 268 ] {cad560d6-d140-4c36-bf57-abcf8e28d642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13054 2024.11.26 23:40:10.737963 [ 268 ] {cad560d6-d140-4c36-bf57-abcf8e28d642} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13055 2024.11.26 23:40:10.738297 [ 268 ] {cad560d6-d140-4c36-bf57-abcf8e28d642} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13056 2024.11.26 23:40:10.738570 [ 268 ] {cad560d6-d140-4c36-bf57-abcf8e28d642} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec.
13057 2024.11.26 23:40:10.738645 [ 268 ] {cad560d6-d140-4c36-bf57-abcf8e28d642} <Debug> TCPHandler: Processed in 0.002392922 sec.
13058 2024.11.26 23:40:10.739491 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13059 2024.11.26 23:40:10.739727 [ 270 ] {c1bf4fa1-be69-45f5-923e-de3721715eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13060 2024.11.26 23:40:10.739817 [ 270 ] {c1bf4fa1-be69-45f5-923e-de3721715eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13061 2024.11.26 23:40:10.740908 [ 270 ] {c1bf4fa1-be69-45f5-923e-de3721715eeb} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13062 2024.11.26 23:40:10.740964 [ 270 ] {c1bf4fa1-be69-45f5-923e-de3721715eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13063 2024.11.26 23:40:10.741567 [ 270 ] {c1bf4fa1-be69-45f5-923e-de3721715eeb} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13064 2024.11.26 23:40:10.741841 [ 270 ] {c1bf4fa1-be69-45f5-923e-de3721715eeb} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13065 2024.11.26 23:40:10.742052 [ 270 ] {c1bf4fa1-be69-45f5-923e-de3721715eeb} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002398 sec., 84653.87823185988 rows/sec., 7.33 MiB/sec.
13066 2024.11.26 23:40:10.742139 [ 270 ] {c1bf4fa1-be69-45f5-923e-de3721715eeb} <Debug> TCPHandler: Processed in 0.002835547 sec.
13067 2024.11.26 23:40:10.742352 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13068 2024.11.26 23:40:10.742593 [ 268 ] {776fffe8-2e43-441f-8f29-d0af42334a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13069 2024.11.26 23:40:10.742646 [ 268 ] {776fffe8-2e43-441f-8f29-d0af42334a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13070 2024.11.26 23:40:10.743245 [ 268 ] {776fffe8-2e43-441f-8f29-d0af42334a43} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13071 2024.11.26 23:40:10.743286 [ 268 ] {776fffe8-2e43-441f-8f29-d0af42334a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13072 2024.11.26 23:40:10.743661 [ 268 ] {776fffe8-2e43-441f-8f29-d0af42334a43} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
13073 2024.11.26 23:40:10.743922 [ 268 ] {776fffe8-2e43-441f-8f29-d0af42334a43} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13074 2024.11.26 23:40:10.744145 [ 268 ] {776fffe8-2e43-441f-8f29-d0af42334a43} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001617 sec., 4329.0043290043295 rows/sec., 282.04 KiB/sec.
13075 2024.11.26 23:40:10.744206 [ 268 ] {776fffe8-2e43-441f-8f29-d0af42334a43} <Debug> TCPHandler: Processed in 0.001966968 sec.
13076 2024.11.26 23:40:10.744350 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13077 2024.11.26 23:40:10.744473 [ 270 ] {85a884b9-67e6-4e87-ada4-731878fcc0eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13078 2024.11.26 23:40:10.744532 [ 270 ] {85a884b9-67e6-4e87-ada4-731878fcc0eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13079 2024.11.26 23:40:10.745232 [ 270 ] {85a884b9-67e6-4e87-ada4-731878fcc0eb} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13080 2024.11.26 23:40:10.745279 [ 270 ] {85a884b9-67e6-4e87-ada4-731878fcc0eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13081 2024.11.26 23:40:10.745678 [ 270 ] {85a884b9-67e6-4e87-ada4-731878fcc0eb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
13082 2024.11.26 23:40:10.745920 [ 270 ] {85a884b9-67e6-4e87-ada4-731878fcc0eb} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13083 2024.11.26 23:40:10.746135 [ 270 ] {85a884b9-67e6-4e87-ada4-731878fcc0eb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001672 sec., 8373.205741626794 rows/sec., 586.40 KiB/sec.
13084 2024.11.26 23:40:10.746284 [ 270 ] {85a884b9-67e6-4e87-ada4-731878fcc0eb} <Debug> TCPHandler: Processed in 0.001984108 sec.
13085 2024.11.26 23:40:10.746576 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13086 2024.11.26 23:40:10.746967 [ 268 ] {8a5b27ac-c4bf-46ed-ad29-0a36634b70bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13087 2024.11.26 23:40:10.747143 [ 268 ] {8a5b27ac-c4bf-46ed-ad29-0a36634b70bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13088 2024.11.26 23:40:10.748450 [ 268 ] {8a5b27ac-c4bf-46ed-ad29-0a36634b70bd} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13089 2024.11.26 23:40:10.748490 [ 268 ] {8a5b27ac-c4bf-46ed-ad29-0a36634b70bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13090 2024.11.26 23:40:10.748851 [ 268 ] {8a5b27ac-c4bf-46ed-ad29-0a36634b70bd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13091 2024.11.26 23:40:10.749094 [ 268 ] {8a5b27ac-c4bf-46ed-ad29-0a36634b70bd} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13092 2024.11.26 23:40:10.749309 [ 268 ] {8a5b27ac-c4bf-46ed-ad29-0a36634b70bd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002474 sec., 5254.648342764754 rows/sec., 327.63 KiB/sec.
13093 2024.11.26 23:40:10.749366 [ 268 ] {8a5b27ac-c4bf-46ed-ad29-0a36634b70bd} <Debug> TCPHandler: Processed in 0.002951827 sec.
13094 2024.11.26 23:40:10.749521 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13095 2024.11.26 23:40:10.749658 [ 270 ] {5846de08-163a-406c-98b2-68ac52a82a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13096 2024.11.26 23:40:10.749713 [ 270 ] {5846de08-163a-406c-98b2-68ac52a82a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13097 2024.11.26 23:40:10.750549 [ 270 ] {5846de08-163a-406c-98b2-68ac52a82a5a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13098 2024.11.26 23:40:10.750587 [ 270 ] {5846de08-163a-406c-98b2-68ac52a82a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13099 2024.11.26 23:40:10.750980 [ 270 ] {5846de08-163a-406c-98b2-68ac52a82a5a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13100 2024.11.26 23:40:10.751235 [ 270 ] {5846de08-163a-406c-98b2-68ac52a82a5a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13101 2024.11.26 23:40:10.751414 [ 270 ] {5846de08-163a-406c-98b2-68ac52a82a5a} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001787 sec., 213766.08841634024 rows/sec., 15.13 MiB/sec.
13102 2024.11.26 23:40:10.751463 [ 270 ] {5846de08-163a-406c-98b2-68ac52a82a5a} <Debug> TCPHandler: Processed in 0.002006919 sec.
13103 2024.11.26 23:40:10.751634 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13104 2024.11.26 23:40:10.751782 [ 268 ] {94cf7d5c-d256-4d1e-a039-c2856a1dd082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13105 2024.11.26 23:40:10.751845 [ 268 ] {94cf7d5c-d256-4d1e-a039-c2856a1dd082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13106 2024.11.26 23:40:10.752453 [ 268 ] {94cf7d5c-d256-4d1e-a039-c2856a1dd082} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13107 2024.11.26 23:40:10.752502 [ 268 ] {94cf7d5c-d256-4d1e-a039-c2856a1dd082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13108 2024.11.26 23:40:10.752914 [ 268 ] {94cf7d5c-d256-4d1e-a039-c2856a1dd082} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13109 2024.11.26 23:40:10.753189 [ 268 ] {94cf7d5c-d256-4d1e-a039-c2856a1dd082} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13110 2024.11.26 23:40:10.753354 [ 28 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
13111 2024.11.26 23:40:10.753421 [ 28 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13112 2024.11.26 23:40:10.753440 [ 268 ] {94cf7d5c-d256-4d1e-a039-c2856a1dd082} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001679 sec., 3573.55568790947 rows/sec., 186.70 KiB/sec.
13113 2024.11.26 23:40:10.753456 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13114 2024.11.26 23:40:10.753612 [ 268 ] {94cf7d5c-d256-4d1e-a039-c2856a1dd082} <Debug> TCPHandler: Processed in 0.002042189 sec.
13115 2024.11.26 23:40:10.753803 [ 196 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
13116 2024.11.26 23:40:10.753865 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13117 2024.11.26 23:40:10.754258 [ 270 ] {4cb3efa7-b282-4cc0-8270-d60b4a4d8a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13118 2024.11.26 23:40:10.754307 [ 196 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13119 2024.11.26 23:40:10.754438 [ 196 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part
13120 2024.11.26 23:40:10.754488 [ 270 ] {4cb3efa7-b282-4cc0-8270-d60b4a4d8a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13121 2024.11.26 23:40:10.754887 [ 196 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
13122 2024.11.26 23:40:10.755448 [ 196 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part
13123 2024.11.26 23:40:10.755957 [ 196 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
13124 2024.11.26 23:40:10.756367 [ 196 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part
13125 2024.11.26 23:40:10.756697 [ 196 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
13126 2024.11.26 23:40:10.757814 [ 270 ] {4cb3efa7-b282-4cc0-8270-d60b4a4d8a82} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13127 2024.11.26 23:40:10.757860 [ 270 ] {4cb3efa7-b282-4cc0-8270-d60b4a4d8a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13128 2024.11.26 23:40:10.758476 [ 270 ] {4cb3efa7-b282-4cc0-8270-d60b4a4d8a82} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13129 2024.11.26 23:40:10.758677 [ 193 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.005105538 sec., 54058.94540399073 rows/sec., 2.76 MiB/sec.
13130 2024.11.26 23:40:10.758853 [ 270 ] {4cb3efa7-b282-4cc0-8270-d60b4a4d8a82} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13131 2024.11.26 23:40:10.758960 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
13132 2024.11.26 23:40:10.759320 [ 270 ] {4cb3efa7-b282-4cc0-8270-d60b4a4d8a82} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005214 sec., 45454.545454545456 rows/sec., 3.05 MiB/sec.
13133 2024.11.26 23:40:10.759445 [ 270 ] {4cb3efa7-b282-4cc0-8270-d60b4a4d8a82} <Debug> TCPHandler: Processed in 0.005698203 sec.
13134 2024.11.26 23:40:10.759622 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13135 2024.11.26 23:40:10.759800 [ 268 ] {4ba12435-9841-474b-8185-2ff484f02b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13136 2024.11.26 23:40:10.759810 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13137 2024.11.26 23:40:10.759902 [ 268 ] {4ba12435-9841-474b-8185-2ff484f02b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13138 2024.11.26 23:40:10.760055 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_46_9} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
13139 2024.11.26 23:40:10.760292 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13140 2024.11.26 23:40:10.760677 [ 268 ] {4ba12435-9841-474b-8185-2ff484f02b20} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13141 2024.11.26 23:40:10.760721 [ 268 ] {4ba12435-9841-474b-8185-2ff484f02b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13142 2024.11.26 23:40:10.761093 [ 268 ] {4ba12435-9841-474b-8185-2ff484f02b20} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
13143 2024.11.26 23:40:10.761335 [ 268 ] {4ba12435-9841-474b-8185-2ff484f02b20} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13144 2024.11.26 23:40:10.761554 [ 268 ] {4ba12435-9841-474b-8185-2ff484f02b20} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001818 sec., 550.0550055005501 rows/sec., 37.06 KiB/sec.
13145 2024.11.26 23:40:10.761613 [ 268 ] {4ba12435-9841-474b-8185-2ff484f02b20} <Debug> TCPHandler: Processed in 0.002066369 sec.
13146 2024.11.26 23:40:10.761760 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13147 2024.11.26 23:40:10.761885 [ 270 ] {026554e9-e76f-4d4e-b0d0-0fb5d2c69ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13148 2024.11.26 23:40:10.761939 [ 270 ] {026554e9-e76f-4d4e-b0d0-0fb5d2c69ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13149 2024.11.26 23:40:10.762443 [ 270 ] {026554e9-e76f-4d4e-b0d0-0fb5d2c69ec5} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13150 2024.11.26 23:40:10.762481 [ 270 ] {026554e9-e76f-4d4e-b0d0-0fb5d2c69ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13151 2024.11.26 23:40:10.762863 [ 270 ] {026554e9-e76f-4d4e-b0d0-0fb5d2c69ec5} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13152 2024.11.26 23:40:10.763114 [ 270 ] {026554e9-e76f-4d4e-b0d0-0fb5d2c69ec5} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13153 2024.11.26 23:40:10.763300 [ 270 ] {026554e9-e76f-4d4e-b0d0-0fb5d2c69ec5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec.
13154 2024.11.26 23:40:10.763362 [ 270 ] {026554e9-e76f-4d4e-b0d0-0fb5d2c69ec5} <Debug> TCPHandler: Processed in 0.001658416 sec.
13155 2024.11.26 23:40:12.139398 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829
13156 2024.11.26 23:40:12.140076 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13157 2024.11.26 23:40:12.140114 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13158 2024.11.26 23:40:12.140653 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13159 2024.11.26 23:40:12.140921 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13160 2024.11.26 23:40:12.141178 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829
13161 2024.11.26 23:40:14.215855 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
13162 2024.11.26 23:40:14.238400 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13163 2024.11.26 23:40:14.238460 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13164 2024.11.26 23:40:14.245894 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13165 2024.11.26 23:40:14.246680 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13166 2024.11.26 23:40:14.252381 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
13167 2024.11.26 23:40:14.824695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1878
13168 2024.11.26 23:40:14.827982 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13169 2024.11.26 23:40:14.828033 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13170 2024.11.26 23:40:14.829508 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13171 2024.11.26 23:40:14.829822 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13172 2024.11.26 23:40:14.831755 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1878
13173 2024.11.26 23:40:15.732553 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13174 2024.11.26 23:40:15.732758 [ 268 ] {6709cd1e-72ca-4721-956d-e869b1ba2be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13175 2024.11.26 23:40:15.732832 [ 268 ] {6709cd1e-72ca-4721-956d-e869b1ba2be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13176 2024.11.26 23:40:15.733652 [ 268 ] {6709cd1e-72ca-4721-956d-e869b1ba2be3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13177 2024.11.26 23:40:15.733697 [ 268 ] {6709cd1e-72ca-4721-956d-e869b1ba2be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13178 2024.11.26 23:40:15.734163 [ 268 ] {6709cd1e-72ca-4721-956d-e869b1ba2be3} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13179 2024.11.26 23:40:15.734421 [ 268 ] {6709cd1e-72ca-4721-956d-e869b1ba2be3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13180 2024.11.26 23:40:15.734583 [ 41 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13181 2024.11.26 23:40:15.734627 [ 41 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13182 2024.11.26 23:40:15.734636 [ 268 ] {6709cd1e-72ca-4721-956d-e869b1ba2be3} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001928 sec., 71576.76348547717 rows/sec., 6.18 MiB/sec.
13183 2024.11.26 23:40:15.734653 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13184 2024.11.26 23:40:15.734787 [ 268 ] {6709cd1e-72ca-4721-956d-e869b1ba2be3} <Debug> TCPHandler: Processed in 0.002407022 sec.
13185 2024.11.26 23:40:15.735135 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
13186 2024.11.26 23:40:15.735257 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13187 2024.11.26 23:40:15.735871 [ 270 ] {2f15f690-3d27-4168-831a-0e0087aa31a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13188 2024.11.26 23:40:15.736036 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13189 2024.11.26 23:40:15.736062 [ 270 ] {2f15f690-3d27-4168-831a-0e0087aa31a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13190 2024.11.26 23:40:15.736256 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1434 rows starting from the beginning of the part
13191 2024.11.26 23:40:15.736947 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part
13192 2024.11.26 23:40:15.737302 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 203 rows starting from the beginning of the part
13193 2024.11.26 23:40:15.737822 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 138 rows starting from the beginning of the part
13194 2024.11.26 23:40:15.738124 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 203 rows starting from the beginning of the part
13195 2024.11.26 23:40:15.738419 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 138 rows starting from the beginning of the part
13196 2024.11.26 23:40:15.739512 [ 270 ] {2f15f690-3d27-4168-831a-0e0087aa31a6} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13197 2024.11.26 23:40:15.739596 [ 270 ] {2f15f690-3d27-4168-831a-0e0087aa31a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13198 2024.11.26 23:40:15.740629 [ 270 ] {2f15f690-3d27-4168-831a-0e0087aa31a6} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
13199 2024.11.26 23:40:15.741037 [ 270 ] {2f15f690-3d27-4168-831a-0e0087aa31a6} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13200 2024.11.26 23:40:15.741725 [ 270 ] {2f15f690-3d27-4168-831a-0e0087aa31a6} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.00598 sec., 6856.1872909699 rows/sec., 515.55 KiB/sec.
13201 2024.11.26 23:40:15.741798 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.006978355 sec., 311248.1379924065 rows/sec., 27.47 MiB/sec.
13202 2024.11.26 23:40:15.742088 [ 270 ] {2f15f690-3d27-4168-831a-0e0087aa31a6} <Debug> TCPHandler: Processed in 0.007154607 sec.
13203 2024.11.26 23:40:15.742176 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13204 2024.11.26 23:40:15.742517 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13205 2024.11.26 23:40:15.742989 [ 268 ] {e8136030-d812-4996-b9c9-16e14ec18d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13206 2024.11.26 23:40:15.743111 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13207 2024.11.26 23:40:15.743148 [ 268 ] {e8136030-d812-4996-b9c9-16e14ec18d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13208 2024.11.26 23:40:15.743343 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_111_22} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13209 2024.11.26 23:40:15.743506 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
13210 2024.11.26 23:40:15.744132 [ 268 ] {e8136030-d812-4996-b9c9-16e14ec18d80} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13211 2024.11.26 23:40:15.744186 [ 268 ] {e8136030-d812-4996-b9c9-16e14ec18d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13212 2024.11.26 23:40:15.744659 [ 268 ] {e8136030-d812-4996-b9c9-16e14ec18d80} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13213 2024.11.26 23:40:15.744919 [ 268 ] {e8136030-d812-4996-b9c9-16e14ec18d80} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13214 2024.11.26 23:40:15.745061 [ 41 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13215 2024.11.26 23:40:15.745109 [ 268 ] {e8136030-d812-4996-b9c9-16e14ec18d80} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.002308 sec., 45493.93414211438 rows/sec., 3.55 MiB/sec.
13216 2024.11.26 23:40:15.745109 [ 41 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13217 2024.11.26 23:40:15.745168 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13218 2024.11.26 23:40:15.745190 [ 268 ] {e8136030-d812-4996-b9c9-16e14ec18d80} <Debug> TCPHandler: Processed in 0.002974818 sec.
13219 2024.11.26 23:40:15.745451 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
13220 2024.11.26 23:40:15.745470 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13221 2024.11.26 23:40:15.745825 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13222 2024.11.26 23:40:15.745831 [ 270 ] {9cf4b672-9a64-4dad-9076-119dc75bdc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13223 2024.11.26 23:40:15.745958 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 915 rows starting from the beginning of the part
13224 2024.11.26 23:40:15.746058 [ 270 ] {9cf4b672-9a64-4dad-9076-119dc75bdc23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13225 2024.11.26 23:40:15.746341 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part
13226 2024.11.26 23:40:15.746733 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 382 rows starting from the beginning of the part
13227 2024.11.26 23:40:15.747194 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 105 rows starting from the beginning of the part
13228 2024.11.26 23:40:15.747623 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 382 rows starting from the beginning of the part
13229 2024.11.26 23:40:15.748108 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 105 rows starting from the beginning of the part
13230 2024.11.26 23:40:15.750227 [ 270 ] {9cf4b672-9a64-4dad-9076-119dc75bdc23} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13231 2024.11.26 23:40:15.750328 [ 270 ] {9cf4b672-9a64-4dad-9076-119dc75bdc23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13232 2024.11.26 23:40:15.751342 [ 270 ] {9cf4b672-9a64-4dad-9076-119dc75bdc23} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13233 2024.11.26 23:40:15.751773 [ 270 ] {9cf4b672-9a64-4dad-9076-119dc75bdc23} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13234 2024.11.26 23:40:15.752221 [ 270 ] {9cf4b672-9a64-4dad-9076-119dc75bdc23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006531 sec., 24498.54539886694 rows/sec., 1.71 MiB/sec.
13235 2024.11.26 23:40:15.752427 [ 270 ] {9cf4b672-9a64-4dad-9076-119dc75bdc23} <Debug> TCPHandler: Processed in 0.007122436 sec.
13236 2024.11.26 23:40:15.752429 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.007194697 sec., 271449.9304140258 rows/sec., 20.78 MiB/sec.
13237 2024.11.26 23:40:15.752595 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13238 2024.11.26 23:40:15.752671 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13239 2024.11.26 23:40:15.752747 [ 268 ] {825b15d6-3520-48d2-a0cf-e90a6ba99729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13240 2024.11.26 23:40:15.752844 [ 268 ] {825b15d6-3520-48d2-a0cf-e90a6ba99729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13241 2024.11.26 23:40:15.753072 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13242 2024.11.26 23:40:15.753216 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_111_22} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13243 2024.11.26 23:40:15.753337 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
13244 2024.11.26 23:40:15.754230 [ 268 ] {825b15d6-3520-48d2-a0cf-e90a6ba99729} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13245 2024.11.26 23:40:15.754267 [ 268 ] {825b15d6-3520-48d2-a0cf-e90a6ba99729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13246 2024.11.26 23:40:15.754934 [ 268 ] {825b15d6-3520-48d2-a0cf-e90a6ba99729} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13247 2024.11.26 23:40:15.755189 [ 268 ] {825b15d6-3520-48d2-a0cf-e90a6ba99729} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13248 2024.11.26 23:40:15.755390 [ 268 ] {825b15d6-3520-48d2-a0cf-e90a6ba99729} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002693 sec., 15224.656516895655 rows/sec., 27.28 MiB/sec.
13249 2024.11.26 23:40:15.755484 [ 268 ] {825b15d6-3520-48d2-a0cf-e90a6ba99729} <Debug> TCPHandler: Processed in 0.002968028 sec.
13250 2024.11.26 23:40:15.755703 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13251 2024.11.26 23:40:15.755928 [ 270 ] {00d8f1a5-bdb9-4a30-9414-c9a5bd77a014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13252 2024.11.26 23:40:15.756026 [ 270 ] {00d8f1a5-bdb9-4a30-9414-c9a5bd77a014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13253 2024.11.26 23:40:15.756811 [ 270 ] {00d8f1a5-bdb9-4a30-9414-c9a5bd77a014} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13254 2024.11.26 23:40:15.756851 [ 270 ] {00d8f1a5-bdb9-4a30-9414-c9a5bd77a014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13255 2024.11.26 23:40:15.757242 [ 270 ] {00d8f1a5-bdb9-4a30-9414-c9a5bd77a014} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13256 2024.11.26 23:40:15.757499 [ 270 ] {00d8f1a5-bdb9-4a30-9414-c9a5bd77a014} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13257 2024.11.26 23:40:15.757682 [ 41 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13258 2024.11.26 23:40:15.757732 [ 270 ] {00d8f1a5-bdb9-4a30-9414-c9a5bd77a014} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001852 sec., 32397.408207343415 rows/sec., 2.18 MiB/sec.
13259 2024.11.26 23:40:15.757741 [ 41 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13260 2024.11.26 23:40:15.757819 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13261 2024.11.26 23:40:15.757855 [ 270 ] {00d8f1a5-bdb9-4a30-9414-c9a5bd77a014} <Debug> TCPHandler: Processed in 0.002258731 sec.
13262 2024.11.26 23:40:15.758046 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
13263 2024.11.26 23:40:15.758215 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13264 2024.11.26 23:40:15.758258 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6404 rows starting from the beginning of the part
13265 2024.11.26 23:40:15.758388 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 24 rows starting from the beginning of the part
13266 2024.11.26 23:40:15.758654 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
13267 2024.11.26 23:40:15.758846 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
13268 2024.11.26 23:40:15.759002 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
13269 2024.11.26 23:40:15.759177 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
13270 2024.11.26 23:40:15.761316 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6712 rows, containing 4 columns (4 merged, 0 gathered) in 0.003380901 sec., 1985269.6071254378 rows/sec., 129.46 MiB/sec.
13271 2024.11.26 23:40:15.761926 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13272 2024.11.26 23:40:15.762238 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_111_22} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13273 2024.11.26 23:40:15.762328 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_111_22} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13274 2024.11.26 23:40:15.762412 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
13275 2024.11.26 23:40:19.459773 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
13276 2024.11.26 23:40:19.459891 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
13277 2024.11.26 23:40:19.641407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256
13278 2024.11.26 23:40:19.642072 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13279 2024.11.26 23:40:19.642123 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13280 2024.11.26 23:40:19.642639 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13281 2024.11.26 23:40:19.642885 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13282 2024.11.26 23:40:19.643097 [ 61 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13283 2024.11.26 23:40:19.643132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
13284 2024.11.26 23:40:19.643178 [ 61 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13285 2024.11.26 23:40:19.643271 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13286 2024.11.26 23:40:19.643414 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
13287 2024.11.26 23:40:19.643578 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13288 2024.11.26 23:40:19.643624 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part
13289 2024.11.26 23:40:19.643709 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part
13290 2024.11.26 23:40:19.643919 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part
13291 2024.11.26 23:40:19.644122 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part
13292 2024.11.26 23:40:19.644224 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part
13293 2024.11.26 23:40:19.644347 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part
13294 2024.11.26 23:40:19.647037 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003691385 sec., 8196381.57493732 rows/sec., 117.25 MiB/sec.
13295 2024.11.26 23:40:19.647302 [ 187 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13296 2024.11.26 23:40:19.647601 [ 187 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13297 2024.11.26 23:40:19.647686 [ 187 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_66_13} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13298 2024.11.26 23:40:19.647785 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB.
13299 2024.11.26 23:40:20.735552 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13300 2024.11.26 23:40:20.735861 [ 268 ] {dc2a201a-3350-407c-abbc-99294afa82b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13301 2024.11.26 23:40:20.735940 [ 268 ] {dc2a201a-3350-407c-abbc-99294afa82b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13302 2024.11.26 23:40:20.736695 [ 268 ] {dc2a201a-3350-407c-abbc-99294afa82b1} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13303 2024.11.26 23:40:20.736750 [ 268 ] {dc2a201a-3350-407c-abbc-99294afa82b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13304 2024.11.26 23:40:20.737191 [ 268 ] {dc2a201a-3350-407c-abbc-99294afa82b1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13305 2024.11.26 23:40:20.737451 [ 268 ] {dc2a201a-3350-407c-abbc-99294afa82b1} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13306 2024.11.26 23:40:20.737696 [ 268 ] {dc2a201a-3350-407c-abbc-99294afa82b1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec.
13307 2024.11.26 23:40:20.737761 [ 268 ] {dc2a201a-3350-407c-abbc-99294afa82b1} <Debug> TCPHandler: Processed in 0.002398663 sec.
13308 2024.11.26 23:40:20.738061 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13309 2024.11.26 23:40:20.738365 [ 270 ] {e1c53ac1-ef94-442f-affd-228dbf95ce7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13310 2024.11.26 23:40:20.738480 [ 270 ] {e1c53ac1-ef94-442f-affd-228dbf95ce7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13311 2024.11.26 23:40:20.739436 [ 270 ] {e1c53ac1-ef94-442f-affd-228dbf95ce7c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13312 2024.11.26 23:40:20.739477 [ 270 ] {e1c53ac1-ef94-442f-affd-228dbf95ce7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13313 2024.11.26 23:40:20.739920 [ 270 ] {e1c53ac1-ef94-442f-affd-228dbf95ce7c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13314 2024.11.26 23:40:20.740176 [ 270 ] {e1c53ac1-ef94-442f-affd-228dbf95ce7c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13315 2024.11.26 23:40:20.740409 [ 270 ] {e1c53ac1-ef94-442f-affd-228dbf95ce7c} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002131 sec., 95260.44110746129 rows/sec., 8.25 MiB/sec.
13316 2024.11.26 23:40:20.740467 [ 270 ] {e1c53ac1-ef94-442f-affd-228dbf95ce7c} <Debug> TCPHandler: Processed in 0.002595785 sec.
13317 2024.11.26 23:40:20.740626 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13318 2024.11.26 23:40:20.740771 [ 268 ] {26153587-0f51-468e-bf2e-16c535f6d1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13319 2024.11.26 23:40:20.740832 [ 268 ] {26153587-0f51-468e-bf2e-16c535f6d1d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13320 2024.11.26 23:40:20.741552 [ 268 ] {26153587-0f51-468e-bf2e-16c535f6d1d0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13321 2024.11.26 23:40:20.741599 [ 268 ] {26153587-0f51-468e-bf2e-16c535f6d1d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13322 2024.11.26 23:40:20.742000 [ 268 ] {26153587-0f51-468e-bf2e-16c535f6d1d0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
13323 2024.11.26 23:40:20.742251 [ 268 ] {26153587-0f51-468e-bf2e-16c535f6d1d0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13324 2024.11.26 23:40:20.742471 [ 268 ] {26153587-0f51-468e-bf2e-16c535f6d1d0} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001735 sec., 4034.5821325648417 rows/sec., 262.86 KiB/sec.
13325 2024.11.26 23:40:20.742527 [ 268 ] {26153587-0f51-468e-bf2e-16c535f6d1d0} <Debug> TCPHandler: Processed in 0.001969888 sec.
13326 2024.11.26 23:40:20.742672 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13327 2024.11.26 23:40:20.742788 [ 270 ] {60192871-fa4d-4ef3-9bbe-6bccc2adf575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13328 2024.11.26 23:40:20.742875 [ 270 ] {60192871-fa4d-4ef3-9bbe-6bccc2adf575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13329 2024.11.26 23:40:20.743898 [ 270 ] {60192871-fa4d-4ef3-9bbe-6bccc2adf575} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13330 2024.11.26 23:40:20.743939 [ 270 ] {60192871-fa4d-4ef3-9bbe-6bccc2adf575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13331 2024.11.26 23:40:20.744304 [ 270 ] {60192871-fa4d-4ef3-9bbe-6bccc2adf575} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13332 2024.11.26 23:40:20.744541 [ 270 ] {60192871-fa4d-4ef3-9bbe-6bccc2adf575} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13333 2024.11.26 23:40:20.744769 [ 270 ] {60192871-fa4d-4ef3-9bbe-6bccc2adf575} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002004 sec., 6986.027944111776 rows/sec., 489.26 KiB/sec.
13334 2024.11.26 23:40:20.744820 [ 270 ] {60192871-fa4d-4ef3-9bbe-6bccc2adf575} <Debug> TCPHandler: Processed in 0.002207241 sec.
13335 2024.11.26 23:40:20.744971 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13336 2024.11.26 23:40:20.745111 [ 268 ] {c9175012-d062-491c-9de7-e79288e929f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13337 2024.11.26 23:40:20.745168 [ 268 ] {c9175012-d062-491c-9de7-e79288e929f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13338 2024.11.26 23:40:20.745858 [ 268 ] {c9175012-d062-491c-9de7-e79288e929f2} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13339 2024.11.26 23:40:20.745898 [ 268 ] {c9175012-d062-491c-9de7-e79288e929f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13340 2024.11.26 23:40:20.746261 [ 268 ] {c9175012-d062-491c-9de7-e79288e929f2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13341 2024.11.26 23:40:20.746500 [ 268 ] {c9175012-d062-491c-9de7-e79288e929f2} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13342 2024.11.26 23:40:20.746746 [ 268 ] {c9175012-d062-491c-9de7-e79288e929f2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001668 sec., 7793.764988009592 rows/sec., 485.94 KiB/sec.
13343 2024.11.26 23:40:20.746854 [ 268 ] {c9175012-d062-491c-9de7-e79288e929f2} <Debug> TCPHandler: Processed in 0.001947698 sec.
13344 2024.11.26 23:40:20.747107 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13345 2024.11.26 23:40:20.747249 [ 270 ] {41170d39-9367-43e3-b260-6895fca9701d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13346 2024.11.26 23:40:20.747300 [ 270 ] {41170d39-9367-43e3-b260-6895fca9701d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13347 2024.11.26 23:40:20.748016 [ 270 ] {41170d39-9367-43e3-b260-6895fca9701d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13348 2024.11.26 23:40:20.748055 [ 270 ] {41170d39-9367-43e3-b260-6895fca9701d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13349 2024.11.26 23:40:20.748451 [ 270 ] {41170d39-9367-43e3-b260-6895fca9701d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13350 2024.11.26 23:40:20.748719 [ 270 ] {41170d39-9367-43e3-b260-6895fca9701d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13351 2024.11.26 23:40:20.748941 [ 270 ] {41170d39-9367-43e3-b260-6895fca9701d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001716 sec., 222610.7226107226 rows/sec., 15.75 MiB/sec.
13352 2024.11.26 23:40:20.748995 [ 270 ] {41170d39-9367-43e3-b260-6895fca9701d} <Debug> TCPHandler: Processed in 0.002027748 sec.
13353 2024.11.26 23:40:20.749149 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13354 2024.11.26 23:40:20.749286 [ 268 ] {19cdaabe-aae7-40fe-94a1-845591b41e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13355 2024.11.26 23:40:20.749345 [ 268 ] {19cdaabe-aae7-40fe-94a1-845591b41e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13356 2024.11.26 23:40:20.749903 [ 268 ] {19cdaabe-aae7-40fe-94a1-845591b41e6f} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13357 2024.11.26 23:40:20.749941 [ 268 ] {19cdaabe-aae7-40fe-94a1-845591b41e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13358 2024.11.26 23:40:20.750333 [ 268 ] {19cdaabe-aae7-40fe-94a1-845591b41e6f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13359 2024.11.26 23:40:20.750568 [ 268 ] {19cdaabe-aae7-40fe-94a1-845591b41e6f} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13360 2024.11.26 23:40:20.750768 [ 268 ] {19cdaabe-aae7-40fe-94a1-845591b41e6f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec.
13361 2024.11.26 23:40:20.750818 [ 268 ] {19cdaabe-aae7-40fe-94a1-845591b41e6f} <Debug> TCPHandler: Processed in 0.001737407 sec.
13362 2024.11.26 23:40:20.750967 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13363 2024.11.26 23:40:20.751106 [ 270 ] {329051f9-f3a3-449b-9634-4881b68b6c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13364 2024.11.26 23:40:20.751170 [ 270 ] {329051f9-f3a3-449b-9634-4881b68b6c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13365 2024.11.26 23:40:20.751856 [ 270 ] {329051f9-f3a3-449b-9634-4881b68b6c02} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13366 2024.11.26 23:40:20.751895 [ 270 ] {329051f9-f3a3-449b-9634-4881b68b6c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13367 2024.11.26 23:40:20.752300 [ 270 ] {329051f9-f3a3-449b-9634-4881b68b6c02} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13368 2024.11.26 23:40:20.752535 [ 270 ] {329051f9-f3a3-449b-9634-4881b68b6c02} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13369 2024.11.26 23:40:20.752750 [ 270 ] {329051f9-f3a3-449b-9634-4881b68b6c02} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001676 sec., 141408.11455847256 rows/sec., 9.48 MiB/sec.
13370 2024.11.26 23:40:20.752819 [ 270 ] {329051f9-f3a3-449b-9634-4881b68b6c02} <Debug> TCPHandler: Processed in 0.001916978 sec.
13371 2024.11.26 23:40:20.753017 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13372 2024.11.26 23:40:20.753333 [ 268 ] {2c50922c-ad2a-4c60-b70f-e6604af77f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13373 2024.11.26 23:40:20.753463 [ 268 ] {2c50922c-ad2a-4c60-b70f-e6604af77f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13374 2024.11.26 23:40:20.754004 [ 268 ] {2c50922c-ad2a-4c60-b70f-e6604af77f51} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13375 2024.11.26 23:40:20.754041 [ 268 ] {2c50922c-ad2a-4c60-b70f-e6604af77f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13376 2024.11.26 23:40:20.754402 [ 268 ] {2c50922c-ad2a-4c60-b70f-e6604af77f51} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
13377 2024.11.26 23:40:20.754642 [ 268 ] {2c50922c-ad2a-4c60-b70f-e6604af77f51} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13378 2024.11.26 23:40:20.754874 [ 268 ] {2c50922c-ad2a-4c60-b70f-e6604af77f51} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001661 sec., 602.0469596628537 rows/sec., 40.57 KiB/sec.
13379 2024.11.26 23:40:20.755064 [ 268 ] {2c50922c-ad2a-4c60-b70f-e6604af77f51} <Debug> TCPHandler: Processed in 0.00216176 sec.
13380 2024.11.26 23:40:20.755300 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13381 2024.11.26 23:40:20.755443 [ 270 ] {6172523a-e4d0-4e49-978f-6e9e0de6373f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13382 2024.11.26 23:40:20.755503 [ 270 ] {6172523a-e4d0-4e49-978f-6e9e0de6373f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13383 2024.11.26 23:40:20.756043 [ 270 ] {6172523a-e4d0-4e49-978f-6e9e0de6373f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13384 2024.11.26 23:40:20.756083 [ 270 ] {6172523a-e4d0-4e49-978f-6e9e0de6373f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13385 2024.11.26 23:40:20.756454 [ 270 ] {6172523a-e4d0-4e49-978f-6e9e0de6373f} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13386 2024.11.26 23:40:20.756689 [ 270 ] {6172523a-e4d0-4e49-978f-6e9e0de6373f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13387 2024.11.26 23:40:20.756919 [ 270 ] {6172523a-e4d0-4e49-978f-6e9e0de6373f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001506 sec., 54448.871181938914 rows/sec., 3.46 MiB/sec.
13388 2024.11.26 23:40:20.756969 [ 270 ] {6172523a-e4d0-4e49-978f-6e9e0de6373f} <Debug> TCPHandler: Processed in 0.001801007 sec.
13389 2024.11.26 23:40:21.752529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
13390 2024.11.26 23:40:21.773974 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13391 2024.11.26 23:40:21.774029 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13392 2024.11.26 23:40:21.781248 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13393 2024.11.26 23:40:21.782045 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13394 2024.11.26 23:40:21.782505 [ 80 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13395 2024.11.26 23:40:21.782694 [ 80 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13396 2024.11.26 23:40:21.782816 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13397 2024.11.26 23:40:21.783385 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
13398 2024.11.26 23:40:21.799474 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
13399 2024.11.26 23:40:21.801392 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13400 2024.11.26 23:40:21.802977 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
13401 2024.11.26 23:40:21.808897 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
13402 2024.11.26 23:40:21.814462 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
13403 2024.11.26 23:40:21.820335 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
13404 2024.11.26 23:40:21.826383 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
13405 2024.11.26 23:40:21.831249 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
13406 2024.11.26 23:40:21.893891 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.110909785 sec., 4490.135834272874 rows/sec., 23.22 MiB/sec.
13407 2024.11.26 23:40:21.897589 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13408 2024.11.26 23:40:21.900737 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_66_13} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13409 2024.11.26 23:40:21.900883 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_66_13} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13410 2024.11.26 23:40:21.903608 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB.
13411 2024.11.26 23:40:23.154706 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13412 2024.11.26 23:40:23.154997 [ 268 ] {3bbe59f8-710f-4cd3-a225-7dace2f1c953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13413 2024.11.26 23:40:23.155068 [ 268 ] {3bbe59f8-710f-4cd3-a225-7dace2f1c953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13414 2024.11.26 23:40:23.155838 [ 268 ] {3bbe59f8-710f-4cd3-a225-7dace2f1c953} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13415 2024.11.26 23:40:23.155881 [ 268 ] {3bbe59f8-710f-4cd3-a225-7dace2f1c953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13416 2024.11.26 23:40:23.156311 [ 268 ] {3bbe59f8-710f-4cd3-a225-7dace2f1c953} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
13417 2024.11.26 23:40:23.156572 [ 268 ] {3bbe59f8-710f-4cd3-a225-7dace2f1c953} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13418 2024.11.26 23:40:23.156864 [ 268 ] {3bbe59f8-710f-4cd3-a225-7dace2f1c953} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 603.06 KiB/sec.
13419 2024.11.26 23:40:23.157129 [ 268 ] {3bbe59f8-710f-4cd3-a225-7dace2f1c953} <Debug> TCPHandler: Processed in 0.002600105 sec.
13420 2024.11.26 23:40:23.157508 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13421 2024.11.26 23:40:23.157784 [ 270 ] {c5d5e21b-9fef-445b-af5d-63ef44fff9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13422 2024.11.26 23:40:23.157871 [ 270 ] {c5d5e21b-9fef-445b-af5d-63ef44fff9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13423 2024.11.26 23:40:23.159169 [ 270 ] {c5d5e21b-9fef-445b-af5d-63ef44fff9ba} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13424 2024.11.26 23:40:23.159224 [ 270 ] {c5d5e21b-9fef-445b-af5d-63ef44fff9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13425 2024.11.26 23:40:23.159758 [ 270 ] {c5d5e21b-9fef-445b-af5d-63ef44fff9ba} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13426 2024.11.26 23:40:23.160021 [ 270 ] {c5d5e21b-9fef-445b-af5d-63ef44fff9ba} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13427 2024.11.26 23:40:23.160311 [ 270 ] {c5d5e21b-9fef-445b-af5d-63ef44fff9ba} <Debug> executeQuery: Read 1285 rows, 109.28 KiB in 0.002586 sec., 496906.419180201 rows/sec., 41.27 MiB/sec.
13428 2024.11.26 23:40:23.160392 [ 270 ] {c5d5e21b-9fef-445b-af5d-63ef44fff9ba} <Debug> TCPHandler: Processed in 0.003120089 sec.
13429 2024.11.26 23:40:23.160590 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13430 2024.11.26 23:40:23.160902 [ 268 ] {f4c89015-4b26-4c47-b61a-e77dd75926d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13431 2024.11.26 23:40:23.161011 [ 268 ] {f4c89015-4b26-4c47-b61a-e77dd75926d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13432 2024.11.26 23:40:23.161656 [ 268 ] {f4c89015-4b26-4c47-b61a-e77dd75926d9} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13433 2024.11.26 23:40:23.161696 [ 268 ] {f4c89015-4b26-4c47-b61a-e77dd75926d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13434 2024.11.26 23:40:23.162064 [ 268 ] {f4c89015-4b26-4c47-b61a-e77dd75926d9} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
13435 2024.11.26 23:40:23.162305 [ 268 ] {f4c89015-4b26-4c47-b61a-e77dd75926d9} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13436 2024.11.26 23:40:23.162489 [ 151 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
13437 2024.11.26 23:40:23.162540 [ 268 ] {f4c89015-4b26-4c47-b61a-e77dd75926d9} <Debug> executeQuery: Read 55 rows, 4.06 KiB in 0.001749 sec., 31446.540880503147 rows/sec., 2.27 MiB/sec.
13438 2024.11.26 23:40:23.162589 [ 151 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13439 2024.11.26 23:40:23.162669 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13440 2024.11.26 23:40:23.162673 [ 268 ] {f4c89015-4b26-4c47-b61a-e77dd75926d9} <Debug> TCPHandler: Processed in 0.00218926 sec.
13441 2024.11.26 23:40:23.163000 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13442 2024.11.26 23:40:23.163064 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
13443 2024.11.26 23:40:23.163680 [ 270 ] {ef1a5fb2-4434-471e-882f-fbe07e5df36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13444 2024.11.26 23:40:23.163972 [ 270 ] {ef1a5fb2-4434-471e-882f-fbe07e5df36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13445 2024.11.26 23:40:23.163995 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13446 2024.11.26 23:40:23.164149 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 66 rows starting from the beginning of the part
13447 2024.11.26 23:40:23.164678 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 41 rows starting from the beginning of the part
13448 2024.11.26 23:40:23.165171 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
13449 2024.11.26 23:40:23.165628 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 41 rows starting from the beginning of the part
13450 2024.11.26 23:40:23.166076 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
13451 2024.11.26 23:40:23.166690 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 55 rows starting from the beginning of the part
13452 2024.11.26 23:40:23.167869 [ 270 ] {ef1a5fb2-4434-471e-882f-fbe07e5df36e} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13453 2024.11.26 23:40:23.167919 [ 270 ] {ef1a5fb2-4434-471e-882f-fbe07e5df36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13454 2024.11.26 23:40:23.168529 [ 270 ] {ef1a5fb2-4434-471e-882f-fbe07e5df36e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13455 2024.11.26 23:40:23.168638 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 217 rows, containing 5 columns (5 merged, 0 gathered) in 0.005858975 sec., 37037.19507251695 rows/sec., 2.80 MiB/sec.
13456 2024.11.26 23:40:23.168861 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
13457 2024.11.26 23:40:23.169035 [ 270 ] {ef1a5fb2-4434-471e-882f-fbe07e5df36e} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13458 2024.11.26 23:40:23.169552 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_96_19} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13459 2024.11.26 23:40:23.169600 [ 270 ] {ef1a5fb2-4434-471e-882f-fbe07e5df36e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006187 sec., 36851.4627444642 rows/sec., 2.50 MiB/sec.
13460 2024.11.26 23:40:23.169948 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_96_19} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
13461 2024.11.26 23:40:23.169962 [ 270 ] {ef1a5fb2-4434-471e-882f-fbe07e5df36e} <Debug> TCPHandler: Processed in 0.007160116 sec.
13462 2024.11.26 23:40:23.170236 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13463 2024.11.26 23:40:23.170270 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
13464 2024.11.26 23:40:23.170555 [ 268 ] {c375e087-a000-47fa-8915-e40022f7fe30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13465 2024.11.26 23:40:23.170652 [ 268 ] {c375e087-a000-47fa-8915-e40022f7fe30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13466 2024.11.26 23:40:23.171508 [ 268 ] {c375e087-a000-47fa-8915-e40022f7fe30} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13467 2024.11.26 23:40:23.171548 [ 268 ] {c375e087-a000-47fa-8915-e40022f7fe30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13468 2024.11.26 23:40:23.171948 [ 268 ] {c375e087-a000-47fa-8915-e40022f7fe30} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13469 2024.11.26 23:40:23.172203 [ 268 ] {c375e087-a000-47fa-8915-e40022f7fe30} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13470 2024.11.26 23:40:23.172419 [ 268 ] {c375e087-a000-47fa-8915-e40022f7fe30} <Debug> executeQuery: Read 575 rows, 43.83 KiB in 0.001972 sec., 291582.1501014199 rows/sec., 21.70 MiB/sec.
13471 2024.11.26 23:40:23.172477 [ 268 ] {c375e087-a000-47fa-8915-e40022f7fe30} <Debug> TCPHandler: Processed in 0.002385793 sec.
13472 2024.11.26 23:40:23.172644 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13473 2024.11.26 23:40:23.172787 [ 270 ] {57660f64-4c93-46bd-a527-e0d865d7c263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13474 2024.11.26 23:40:23.172851 [ 270 ] {57660f64-4c93-46bd-a527-e0d865d7c263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13475 2024.11.26 23:40:23.173742 [ 270 ] {57660f64-4c93-46bd-a527-e0d865d7c263} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13476 2024.11.26 23:40:23.173790 [ 270 ] {57660f64-4c93-46bd-a527-e0d865d7c263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13477 2024.11.26 23:40:23.174266 [ 270 ] {57660f64-4c93-46bd-a527-e0d865d7c263} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13478 2024.11.26 23:40:23.174510 [ 270 ] {57660f64-4c93-46bd-a527-e0d865d7c263} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13479 2024.11.26 23:40:23.174690 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_108_22 to all_113_113_0
13480 2024.11.26 23:40:23.174749 [ 270 ] {57660f64-4c93-46bd-a527-e0d865d7c263} <Debug> executeQuery: Read 929 rows, 63.75 KiB in 0.001988 sec., 467303.8229376257 rows/sec., 31.32 MiB/sec.
13481 2024.11.26 23:40:23.174759 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13482 2024.11.26 23:40:23.174835 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13483 2024.11.26 23:40:23.174889 [ 270 ] {57660f64-4c93-46bd-a527-e0d865d7c263} <Debug> TCPHandler: Processed in 0.002313901 sec.
13484 2024.11.26 23:40:23.175040 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_108_22 to all_113_113_0 into Compact with storage Full
13485 2024.11.26 23:40:23.175093 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13486 2024.11.26 23:40:23.175234 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13487 2024.11.26 23:40:23.175305 [ 268 ] {7703d2e9-7ea6-4308-a44b-eb3764885093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13488 2024.11.26 23:40:23.175313 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_108_22, total 32394 rows starting from the beginning of the part
13489 2024.11.26 23:40:23.175588 [ 268 ] {7703d2e9-7ea6-4308-a44b-eb3764885093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13490 2024.11.26 23:40:23.175628 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part
13491 2024.11.26 23:40:23.176034 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part
13492 2024.11.26 23:40:23.176356 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part
13493 2024.11.26 23:40:23.176800 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 237 rows starting from the beginning of the part
13494 2024.11.26 23:40:23.177186 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 929 rows starting from the beginning of the part
13495 2024.11.26 23:40:23.179909 [ 268 ] {7703d2e9-7ea6-4308-a44b-eb3764885093} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13496 2024.11.26 23:40:23.179982 [ 268 ] {7703d2e9-7ea6-4308-a44b-eb3764885093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13497 2024.11.26 23:40:23.181768 [ 268 ] {7703d2e9-7ea6-4308-a44b-eb3764885093} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13498 2024.11.26 23:40:23.182636 [ 268 ] {7703d2e9-7ea6-4308-a44b-eb3764885093} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13499 2024.11.26 23:40:23.182899 [ 268 ] {7703d2e9-7ea6-4308-a44b-eb3764885093} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007655 sec., 5355.97648595689 rows/sec., 9.60 MiB/sec.
13500 2024.11.26 23:40:23.183049 [ 268 ] {7703d2e9-7ea6-4308-a44b-eb3764885093} <Debug> TCPHandler: Processed in 0.008053106 sec.
13501 2024.11.26 23:40:23.183212 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13502 2024.11.26 23:40:23.183351 [ 270 ] {cd2a04ef-6ca6-4552-8644-b6840066e896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13503 2024.11.26 23:40:23.183404 [ 270 ] {cd2a04ef-6ca6-4552-8644-b6840066e896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13504 2024.11.26 23:40:23.183915 [ 270 ] {cd2a04ef-6ca6-4552-8644-b6840066e896} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13505 2024.11.26 23:40:23.183954 [ 270 ] {cd2a04ef-6ca6-4552-8644-b6840066e896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13506 2024.11.26 23:40:23.184867 [ 270 ] {cd2a04ef-6ca6-4552-8644-b6840066e896} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13507 2024.11.26 23:40:23.185161 [ 270 ] {cd2a04ef-6ca6-4552-8644-b6840066e896} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13508 2024.11.26 23:40:23.185399 [ 270 ] {cd2a04ef-6ca6-4552-8644-b6840066e896} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.002075 sec., 14457.831325301204 rows/sec., 994.45 KiB/sec.
13509 2024.11.26 23:40:23.185456 [ 270 ] {cd2a04ef-6ca6-4552-8644-b6840066e896} <Debug> TCPHandler: Processed in 0.002308391 sec.
13510 2024.11.26 23:40:23.187571 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34117 rows, containing 5 columns (5 merged, 0 gathered) in 0.012641208 sec., 2698871.816680811 rows/sec., 182.23 MiB/sec.
13511 2024.11.26 23:40:23.187840 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Trace> MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary)
13512 2024.11.26 23:40:23.188149 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13513 2024.11.26 23:40:23.188228 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_108_22, all_113_113_0] -> all_1_113_23
13514 2024.11.26 23:40:23.188313 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
13515 2024.11.26 23:40:24.832107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1926
13516 2024.11.26 23:40:24.835801 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13517 2024.11.26 23:40:24.835862 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13518 2024.11.26 23:40:24.837337 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13519 2024.11.26 23:40:24.837638 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13520 2024.11.26 23:40:24.839222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1926
13521 2024.11.26 23:40:25.727404 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13522 2024.11.26 23:40:25.727613 [ 268 ] {662d660a-f304-41f7-a2de-644f8cb96909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13523 2024.11.26 23:40:25.727692 [ 268 ] {662d660a-f304-41f7-a2de-644f8cb96909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13524 2024.11.26 23:40:25.728517 [ 268 ] {662d660a-f304-41f7-a2de-644f8cb96909} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13525 2024.11.26 23:40:25.728562 [ 268 ] {662d660a-f304-41f7-a2de-644f8cb96909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13526 2024.11.26 23:40:25.728998 [ 268 ] {662d660a-f304-41f7-a2de-644f8cb96909} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13527 2024.11.26 23:40:25.729255 [ 268 ] {662d660a-f304-41f7-a2de-644f8cb96909} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13528 2024.11.26 23:40:25.729492 [ 268 ] {662d660a-f304-41f7-a2de-644f8cb96909} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.22 MiB/sec.
13529 2024.11.26 23:40:25.729562 [ 268 ] {662d660a-f304-41f7-a2de-644f8cb96909} <Debug> TCPHandler: Processed in 0.002297861 sec.
13530 2024.11.26 23:40:25.729819 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13531 2024.11.26 23:40:25.730039 [ 270 ] {ee341122-b1fd-4999-8099-e515b90c7ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13532 2024.11.26 23:40:25.730122 [ 270 ] {ee341122-b1fd-4999-8099-e515b90c7ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13533 2024.11.26 23:40:25.731023 [ 270 ] {ee341122-b1fd-4999-8099-e515b90c7ccf} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13534 2024.11.26 23:40:25.731075 [ 270 ] {ee341122-b1fd-4999-8099-e515b90c7ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13535 2024.11.26 23:40:25.731524 [ 270 ] {ee341122-b1fd-4999-8099-e515b90c7ccf} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13536 2024.11.26 23:40:25.731780 [ 270 ] {ee341122-b1fd-4999-8099-e515b90c7ccf} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13537 2024.11.26 23:40:25.732051 [ 270 ] {ee341122-b1fd-4999-8099-e515b90c7ccf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002067 sec., 30962.747943880022 rows/sec., 2.42 MiB/sec.
13538 2024.11.26 23:40:25.732153 [ 270 ] {ee341122-b1fd-4999-8099-e515b90c7ccf} <Debug> TCPHandler: Processed in 0.002472353 sec.
13539 2024.11.26 23:40:25.732360 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13540 2024.11.26 23:40:25.732568 [ 268 ] {9044c90f-1b0c-479c-873c-fc6d312c4b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13541 2024.11.26 23:40:25.732639 [ 268 ] {9044c90f-1b0c-479c-873c-fc6d312c4b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13542 2024.11.26 23:40:25.733253 [ 268 ] {9044c90f-1b0c-479c-873c-fc6d312c4b6a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13543 2024.11.26 23:40:25.733292 [ 268 ] {9044c90f-1b0c-479c-873c-fc6d312c4b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13544 2024.11.26 23:40:25.733692 [ 268 ] {9044c90f-1b0c-479c-873c-fc6d312c4b6a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13545 2024.11.26 23:40:25.733937 [ 268 ] {9044c90f-1b0c-479c-873c-fc6d312c4b6a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13546 2024.11.26 23:40:25.734167 [ 268 ] {9044c90f-1b0c-479c-873c-fc6d312c4b6a} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.001654 sec., 50785.97339782346 rows/sec., 3.53 MiB/sec.
13547 2024.11.26 23:40:25.734235 [ 268 ] {9044c90f-1b0c-479c-873c-fc6d312c4b6a} <Debug> TCPHandler: Processed in 0.001973588 sec.
13548 2024.11.26 23:40:25.734509 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13549 2024.11.26 23:40:25.734780 [ 270 ] {bd523721-313c-4ff3-b8da-ddef395d5c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13550 2024.11.26 23:40:25.734879 [ 270 ] {bd523721-313c-4ff3-b8da-ddef395d5c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13551 2024.11.26 23:40:25.735450 [ 270 ] {bd523721-313c-4ff3-b8da-ddef395d5c66} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13552 2024.11.26 23:40:25.735490 [ 270 ] {bd523721-313c-4ff3-b8da-ddef395d5c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13553 2024.11.26 23:40:25.735874 [ 270 ] {bd523721-313c-4ff3-b8da-ddef395d5c66} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13554 2024.11.26 23:40:25.736118 [ 270 ] {bd523721-313c-4ff3-b8da-ddef395d5c66} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13555 2024.11.26 23:40:25.736356 [ 270 ] {bd523721-313c-4ff3-b8da-ddef395d5c66} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.00163 sec., 18404.907975460123 rows/sec., 1.24 MiB/sec.
13556 2024.11.26 23:40:25.736431 [ 270 ] {bd523721-313c-4ff3-b8da-ddef395d5c66} <Debug> TCPHandler: Processed in 0.00210106 sec.
13557 2024.11.26 23:40:27.143462 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744
13558 2024.11.26 23:40:27.144559 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13559 2024.11.26 23:40:27.144607 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
13560 2024.11.26 23:40:27.145129 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13561 2024.11.26 23:40:27.145389 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13562 2024.11.26 23:40:27.145619 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744
13563 2024.11.26 23:40:29.299670 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
13564 2024.11.26 23:40:29.318266 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13565 2024.11.26 23:40:29.318318 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13566 2024.11.26 23:40:29.325173 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13567 2024.11.26 23:40:29.325983 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13568 2024.11.26 23:40:29.328498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
13569 2024.11.26 23:40:30.736287 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13570 2024.11.26 23:40:30.736502 [ 268 ] {4d3bcd1b-6b79-46b9-942d-18ee95383864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13571 2024.11.26 23:40:30.736583 [ 268 ] {4d3bcd1b-6b79-46b9-942d-18ee95383864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13572 2024.11.26 23:40:30.737428 [ 268 ] {4d3bcd1b-6b79-46b9-942d-18ee95383864} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13573 2024.11.26 23:40:30.737478 [ 268 ] {4d3bcd1b-6b79-46b9-942d-18ee95383864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13574 2024.11.26 23:40:30.737937 [ 268 ] {4d3bcd1b-6b79-46b9-942d-18ee95383864} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13575 2024.11.26 23:40:30.738203 [ 268 ] {4d3bcd1b-6b79-46b9-942d-18ee95383864} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13576 2024.11.26 23:40:30.738456 [ 268 ] {4d3bcd1b-6b79-46b9-942d-18ee95383864} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002015 sec., 6947.890818858561 rows/sec., 500.16 KiB/sec.
13577 2024.11.26 23:40:30.738525 [ 268 ] {4d3bcd1b-6b79-46b9-942d-18ee95383864} <Debug> TCPHandler: Processed in 0.002375652 sec.
13578 2024.11.26 23:40:30.738788 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13579 2024.11.26 23:40:30.738990 [ 270 ] {5220eb9b-5867-48eb-b27c-dde567703f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13580 2024.11.26 23:40:30.739071 [ 270 ] {5220eb9b-5867-48eb-b27c-dde567703f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13581 2024.11.26 23:40:30.739968 [ 270 ] {5220eb9b-5867-48eb-b27c-dde567703f48} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13582 2024.11.26 23:40:30.740011 [ 270 ] {5220eb9b-5867-48eb-b27c-dde567703f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13583 2024.11.26 23:40:30.740464 [ 270 ] {5220eb9b-5867-48eb-b27c-dde567703f48} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13584 2024.11.26 23:40:30.740730 [ 270 ] {5220eb9b-5867-48eb-b27c-dde567703f48} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13585 2024.11.26 23:40:30.740945 [ 270 ] {5220eb9b-5867-48eb-b27c-dde567703f48} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002011 sec., 100944.80358030829 rows/sec., 8.74 MiB/sec.
13586 2024.11.26 23:40:30.741010 [ 270 ] {5220eb9b-5867-48eb-b27c-dde567703f48} <Debug> TCPHandler: Processed in 0.002365313 sec.
13587 2024.11.26 23:40:30.741175 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13588 2024.11.26 23:40:30.741321 [ 268 ] {f14b6c93-5222-4781-9657-7daa9e00a197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13589 2024.11.26 23:40:30.741384 [ 268 ] {f14b6c93-5222-4781-9657-7daa9e00a197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13590 2024.11.26 23:40:30.742125 [ 268 ] {f14b6c93-5222-4781-9657-7daa9e00a197} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13591 2024.11.26 23:40:30.742172 [ 268 ] {f14b6c93-5222-4781-9657-7daa9e00a197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13592 2024.11.26 23:40:30.742550 [ 268 ] {f14b6c93-5222-4781-9657-7daa9e00a197} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
13593 2024.11.26 23:40:30.742796 [ 268 ] {f14b6c93-5222-4781-9657-7daa9e00a197} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13594 2024.11.26 23:40:30.743009 [ 268 ] {f14b6c93-5222-4781-9657-7daa9e00a197} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001724 sec., 4060.324825986079 rows/sec., 264.53 KiB/sec.
13595 2024.11.26 23:40:30.743064 [ 268 ] {f14b6c93-5222-4781-9657-7daa9e00a197} <Debug> TCPHandler: Processed in 0.001956149 sec.
13596 2024.11.26 23:40:30.743226 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13597 2024.11.26 23:40:30.743372 [ 270 ] {95145a26-587e-470c-b944-ab09f9ac5519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13598 2024.11.26 23:40:30.743437 [ 270 ] {95145a26-587e-470c-b944-ab09f9ac5519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13599 2024.11.26 23:40:30.744143 [ 270 ] {95145a26-587e-470c-b944-ab09f9ac5519} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13600 2024.11.26 23:40:30.744182 [ 270 ] {95145a26-587e-470c-b944-ab09f9ac5519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13601 2024.11.26 23:40:30.744550 [ 270 ] {95145a26-587e-470c-b944-ab09f9ac5519} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13602 2024.11.26 23:40:30.744796 [ 270 ] {95145a26-587e-470c-b944-ab09f9ac5519} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13603 2024.11.26 23:40:30.744999 [ 270 ] {95145a26-587e-470c-b944-ab09f9ac5519} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 590.64 KiB/sec.
13604 2024.11.26 23:40:30.745098 [ 270 ] {95145a26-587e-470c-b944-ab09f9ac5519} <Debug> TCPHandler: Processed in 0.001939778 sec.
13605 2024.11.26 23:40:30.745353 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13606 2024.11.26 23:40:30.745515 [ 268 ] {5699fef8-8048-4abd-8844-db66863c3942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13607 2024.11.26 23:40:30.745573 [ 268 ] {5699fef8-8048-4abd-8844-db66863c3942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13608 2024.11.26 23:40:30.746240 [ 268 ] {5699fef8-8048-4abd-8844-db66863c3942} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13609 2024.11.26 23:40:30.746279 [ 268 ] {5699fef8-8048-4abd-8844-db66863c3942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13610 2024.11.26 23:40:30.746642 [ 268 ] {5699fef8-8048-4abd-8844-db66863c3942} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13611 2024.11.26 23:40:30.746882 [ 268 ] {5699fef8-8048-4abd-8844-db66863c3942} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13612 2024.11.26 23:40:30.747090 [ 268 ] {5699fef8-8048-4abd-8844-db66863c3942} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec.
13613 2024.11.26 23:40:30.747145 [ 268 ] {5699fef8-8048-4abd-8844-db66863c3942} <Debug> TCPHandler: Processed in 0.001948208 sec.
13614 2024.11.26 23:40:30.747303 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13615 2024.11.26 23:40:30.747445 [ 270 ] {e91c8416-338e-4b5c-b7ad-2b335317d153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13616 2024.11.26 23:40:30.747504 [ 270 ] {e91c8416-338e-4b5c-b7ad-2b335317d153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13617 2024.11.26 23:40:30.748328 [ 270 ] {e91c8416-338e-4b5c-b7ad-2b335317d153} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13618 2024.11.26 23:40:30.748365 [ 270 ] {e91c8416-338e-4b5c-b7ad-2b335317d153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13619 2024.11.26 23:40:30.748752 [ 270 ] {e91c8416-338e-4b5c-b7ad-2b335317d153} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13620 2024.11.26 23:40:30.748993 [ 270 ] {e91c8416-338e-4b5c-b7ad-2b335317d153} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13621 2024.11.26 23:40:30.749215 [ 270 ] {e91c8416-338e-4b5c-b7ad-2b335317d153} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001793 sec., 213050.75292805352 rows/sec., 15.08 MiB/sec.
13622 2024.11.26 23:40:30.749305 [ 270 ] {e91c8416-338e-4b5c-b7ad-2b335317d153} <Debug> TCPHandler: Processed in 0.002069939 sec.
13623 2024.11.26 23:40:30.749487 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13624 2024.11.26 23:40:30.749697 [ 268 ] {78a9dc70-8189-46b7-b510-3cbd95a6311c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13625 2024.11.26 23:40:30.749770 [ 268 ] {78a9dc70-8189-46b7-b510-3cbd95a6311c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13626 2024.11.26 23:40:30.750312 [ 268 ] {78a9dc70-8189-46b7-b510-3cbd95a6311c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13627 2024.11.26 23:40:30.750349 [ 268 ] {78a9dc70-8189-46b7-b510-3cbd95a6311c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13628 2024.11.26 23:40:30.750719 [ 268 ] {78a9dc70-8189-46b7-b510-3cbd95a6311c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13629 2024.11.26 23:40:30.750969 [ 268 ] {78a9dc70-8189-46b7-b510-3cbd95a6311c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13630 2024.11.26 23:40:30.751184 [ 268 ] {78a9dc70-8189-46b7-b510-3cbd95a6311c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec.
13631 2024.11.26 23:40:30.751283 [ 268 ] {78a9dc70-8189-46b7-b510-3cbd95a6311c} <Debug> TCPHandler: Processed in 0.001881167 sec.
13632 2024.11.26 23:40:30.751571 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13633 2024.11.26 23:40:30.751699 [ 270 ] {2d900d08-3a3d-4339-8996-0c7ef02c3d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13634 2024.11.26 23:40:30.751754 [ 270 ] {2d900d08-3a3d-4339-8996-0c7ef02c3d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13635 2024.11.26 23:40:30.752367 [ 270 ] {2d900d08-3a3d-4339-8996-0c7ef02c3d57} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13636 2024.11.26 23:40:30.752407 [ 270 ] {2d900d08-3a3d-4339-8996-0c7ef02c3d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13637 2024.11.26 23:40:30.752811 [ 270 ] {2d900d08-3a3d-4339-8996-0c7ef02c3d57} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13638 2024.11.26 23:40:30.753050 [ 270 ] {2d900d08-3a3d-4339-8996-0c7ef02c3d57} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13639 2024.11.26 23:40:30.753281 [ 270 ] {2d900d08-3a3d-4339-8996-0c7ef02c3d57} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001601 sec., 148032.4797001874 rows/sec., 9.92 MiB/sec.
13640 2024.11.26 23:40:30.753338 [ 270 ] {2d900d08-3a3d-4339-8996-0c7ef02c3d57} <Debug> TCPHandler: Processed in 0.001948439 sec.
13641 2024.11.26 23:40:30.753499 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13642 2024.11.26 23:40:30.753849 [ 268 ] {f158edf2-8988-43b9-975c-e41f21ac9f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13643 2024.11.26 23:40:30.754024 [ 268 ] {f158edf2-8988-43b9-975c-e41f21ac9f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13644 2024.11.26 23:40:30.754872 [ 268 ] {f158edf2-8988-43b9-975c-e41f21ac9f4a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13645 2024.11.26 23:40:30.754909 [ 268 ] {f158edf2-8988-43b9-975c-e41f21ac9f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13646 2024.11.26 23:40:30.755273 [ 268 ] {f158edf2-8988-43b9-975c-e41f21ac9f4a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
13647 2024.11.26 23:40:30.755514 [ 268 ] {f158edf2-8988-43b9-975c-e41f21ac9f4a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13648 2024.11.26 23:40:30.755687 [ 268 ] {f158edf2-8988-43b9-975c-e41f21ac9f4a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001965 sec., 508.90585241730275 rows/sec., 34.29 KiB/sec.
13649 2024.11.26 23:40:30.755738 [ 268 ] {f158edf2-8988-43b9-975c-e41f21ac9f4a} <Debug> TCPHandler: Processed in 0.002312442 sec.
13650 2024.11.26 23:40:30.755886 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13651 2024.11.26 23:40:30.756027 [ 270 ] {87d3c147-1860-4a66-8515-5042f46a1c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13652 2024.11.26 23:40:30.756086 [ 270 ] {87d3c147-1860-4a66-8515-5042f46a1c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13653 2024.11.26 23:40:30.756682 [ 270 ] {87d3c147-1860-4a66-8515-5042f46a1c1d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13654 2024.11.26 23:40:30.756729 [ 270 ] {87d3c147-1860-4a66-8515-5042f46a1c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13655 2024.11.26 23:40:30.757164 [ 270 ] {87d3c147-1860-4a66-8515-5042f46a1c1d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13656 2024.11.26 23:40:30.757396 [ 270 ] {87d3c147-1860-4a66-8515-5042f46a1c1d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13657 2024.11.26 23:40:30.757625 [ 270 ] {87d3c147-1860-4a66-8515-5042f46a1c1d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001626 sec., 50430.50430504305 rows/sec., 3.20 MiB/sec.
13658 2024.11.26 23:40:30.757685 [ 270 ] {87d3c147-1860-4a66-8515-5042f46a1c1d} <Debug> TCPHandler: Processed in 0.001864117 sec.
13659 2024.11.26 23:40:34.459940 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache
13660 2024.11.26 23:40:34.460010 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache
13661 2024.11.26 23:40:34.645858 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171
13662 2024.11.26 23:40:34.646573 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13663 2024.11.26 23:40:34.646619 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13664 2024.11.26 23:40:34.647147 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13665 2024.11.26 23:40:34.647396 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13666 2024.11.26 23:40:34.647651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
13667 2024.11.26 23:40:34.839602 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1954
13668 2024.11.26 23:40:34.842621 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13669 2024.11.26 23:40:34.842681 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13670 2024.11.26 23:40:34.844153 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13671 2024.11.26 23:40:34.844479 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13672 2024.11.26 23:40:34.844728 [ 145 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
13673 2024.11.26 23:40:34.844886 [ 145 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13674 2024.11.26 23:40:34.844974 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13675 2024.11.26 23:40:34.845542 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
13676 2024.11.26 23:40:34.847350 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1954
13677 2024.11.26 23:40:34.847645 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13678 2024.11.26 23:40:34.847802 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1770 rows starting from the beginning of the part
13679 2024.11.26 23:40:34.848261 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part
13680 2024.11.26 23:40:34.848786 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 28 rows starting from the beginning of the part
13681 2024.11.26 23:40:34.849226 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part
13682 2024.11.26 23:40:34.849658 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part
13683 2024.11.26 23:40:34.850293 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part
13684 2024.11.26 23:40:34.858825 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1954 rows, containing 72 columns (72 merged, 0 gathered) in 0.013644057 sec., 143212.5356849506 rows/sec., 108.49 MiB/sec.
13685 2024.11.26 23:40:34.860470 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
13686 2024.11.26 23:40:34.861172 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13687 2024.11.26 23:40:34.861266 [ 202 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_51_10} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
13688 2024.11.26 23:40:34.861474 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.03 MiB.
13689 2024.11.26 23:40:35.732946 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13690 2024.11.26 23:40:35.733139 [ 268 ] {89767419-95e7-459a-97fc-0103a1d2d81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13691 2024.11.26 23:40:35.733212 [ 268 ] {89767419-95e7-459a-97fc-0103a1d2d81e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13692 2024.11.26 23:40:35.734067 [ 268 ] {89767419-95e7-459a-97fc-0103a1d2d81e} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13693 2024.11.26 23:40:35.734121 [ 268 ] {89767419-95e7-459a-97fc-0103a1d2d81e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13694 2024.11.26 23:40:35.734576 [ 268 ] {89767419-95e7-459a-97fc-0103a1d2d81e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13695 2024.11.26 23:40:35.734840 [ 268 ] {89767419-95e7-459a-97fc-0103a1d2d81e} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13696 2024.11.26 23:40:35.735083 [ 144 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
13697 2024.11.26 23:40:35.735112 [ 268 ] {89767419-95e7-459a-97fc-0103a1d2d81e} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002026 sec., 68114.51135241856 rows/sec., 5.88 MiB/sec.
13698 2024.11.26 23:40:35.735209 [ 144 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13699 2024.11.26 23:40:35.735288 [ 268 ] {89767419-95e7-459a-97fc-0103a1d2d81e} <Debug> TCPHandler: Processed in 0.002471763 sec.
13700 2024.11.26 23:40:35.735299 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13701 2024.11.26 23:40:35.735568 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
13702 2024.11.26 23:40:35.735658 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13703 2024.11.26 23:40:35.735872 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13704 2024.11.26 23:40:35.736026 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1434 rows starting from the beginning of the part
13705 2024.11.26 23:40:35.736081 [ 270 ] {3a1122dc-c2ec-4804-a29f-b535b10b405e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13706 2024.11.26 23:40:35.736368 [ 270 ] {3a1122dc-c2ec-4804-a29f-b535b10b405e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13707 2024.11.26 23:40:35.736512 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 203 rows starting from the beginning of the part
13708 2024.11.26 23:40:35.737068 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 1285 rows starting from the beginning of the part
13709 2024.11.26 23:40:35.737615 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part
13710 2024.11.26 23:40:35.738151 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 203 rows starting from the beginning of the part
13711 2024.11.26 23:40:35.738527 [ 193 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 138 rows starting from the beginning of the part
13712 2024.11.26 23:40:35.740803 [ 270 ] {3a1122dc-c2ec-4804-a29f-b535b10b405e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13713 2024.11.26 23:40:35.740873 [ 270 ] {3a1122dc-c2ec-4804-a29f-b535b10b405e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13714 2024.11.26 23:40:35.741920 [ 270 ] {3a1122dc-c2ec-4804-a29f-b535b10b405e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
13715 2024.11.26 23:40:35.742230 [ 270 ] {3a1122dc-c2ec-4804-a29f-b535b10b405e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13716 2024.11.26 23:40:35.742741 [ 270 ] {3a1122dc-c2ec-4804-a29f-b535b10b405e} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.006813 sec., 6017.906942609717 rows/sec., 452.52 KiB/sec.
13717 2024.11.26 23:40:35.742856 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.007423899 sec., 447069.65975695517 rows/sec., 39.18 MiB/sec.
13718 2024.11.26 23:40:35.742888 [ 270 ] {3a1122dc-c2ec-4804-a29f-b535b10b405e} <Debug> TCPHandler: Processed in 0.007446709 sec.
13719 2024.11.26 23:40:35.743054 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13720 2024.11.26 23:40:35.743108 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
13721 2024.11.26 23:40:35.743209 [ 268 ] {d746660b-1ceb-4351-af00-f38139e432ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13722 2024.11.26 23:40:35.743263 [ 268 ] {d746660b-1ceb-4351-af00-f38139e432ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13723 2024.11.26 23:40:35.743471 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13724 2024.11.26 23:40:35.743618 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_116_23} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
13725 2024.11.26 23:40:35.743725 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
13726 2024.11.26 23:40:35.744055 [ 268 ] {d746660b-1ceb-4351-af00-f38139e432ab} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13727 2024.11.26 23:40:35.744094 [ 268 ] {d746660b-1ceb-4351-af00-f38139e432ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13728 2024.11.26 23:40:35.744464 [ 268 ] {d746660b-1ceb-4351-af00-f38139e432ab} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13729 2024.11.26 23:40:35.744718 [ 268 ] {d746660b-1ceb-4351-af00-f38139e432ab} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13730 2024.11.26 23:40:35.744893 [ 144 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
13731 2024.11.26 23:40:35.744948 [ 144 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13732 2024.11.26 23:40:35.744962 [ 268 ] {d746660b-1ceb-4351-af00-f38139e432ab} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001784 sec., 58856.50224215247 rows/sec., 4.60 MiB/sec.
13733 2024.11.26 23:40:35.744986 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13734 2024.11.26 23:40:35.745126 [ 268 ] {d746660b-1ceb-4351-af00-f38139e432ab} <Debug> TCPHandler: Processed in 0.00212862 sec.
13735 2024.11.26 23:40:35.745248 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
13736 2024.11.26 23:40:35.745319 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13737 2024.11.26 23:40:35.745561 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13738 2024.11.26 23:40:35.745572 [ 270 ] {2b1a4cb4-0fd1-4d51-8f3a-8284997268e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13739 2024.11.26 23:40:35.745634 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 915 rows starting from the beginning of the part
13740 2024.11.26 23:40:35.745699 [ 270 ] {2b1a4cb4-0fd1-4d51-8f3a-8284997268e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13741 2024.11.26 23:40:35.746004 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 382 rows starting from the beginning of the part
13742 2024.11.26 23:40:35.746379 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 575 rows starting from the beginning of the part
13743 2024.11.26 23:40:35.746746 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part
13744 2024.11.26 23:40:35.747096 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 382 rows starting from the beginning of the part
13745 2024.11.26 23:40:35.747399 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 105 rows starting from the beginning of the part
13746 2024.11.26 23:40:35.748482 [ 270 ] {2b1a4cb4-0fd1-4d51-8f3a-8284997268e1} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13747 2024.11.26 23:40:35.748533 [ 270 ] {2b1a4cb4-0fd1-4d51-8f3a-8284997268e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13748 2024.11.26 23:40:35.749606 [ 270 ] {2b1a4cb4-0fd1-4d51-8f3a-8284997268e1} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13749 2024.11.26 23:40:35.749980 [ 270 ] {2b1a4cb4-0fd1-4d51-8f3a-8284997268e1} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13750 2024.11.26 23:40:35.750383 [ 270 ] {2b1a4cb4-0fd1-4d51-8f3a-8284997268e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004892 sec., 32706.459525756338 rows/sec., 2.28 MiB/sec.
13751 2024.11.26 23:40:35.750681 [ 270 ] {2b1a4cb4-0fd1-4d51-8f3a-8284997268e1} <Debug> TCPHandler: Processed in 0.00544533 sec.
13752 2024.11.26 23:40:35.750710 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.005589203 sec., 433514.40267959493 rows/sec., 33.26 MiB/sec.
13753 2024.11.26 23:40:35.750891 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13754 2024.11.26 23:40:35.750935 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
13755 2024.11.26 23:40:35.751198 [ 268 ] {3f7c16d2-d329-4f7e-9803-3ab69c5c4d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13756 2024.11.26 23:40:35.751390 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13757 2024.11.26 23:40:35.751404 [ 268 ] {3f7c16d2-d329-4f7e-9803-3ab69c5c4d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13758 2024.11.26 23:40:35.751566 [ 191 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_116_23} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
13759 2024.11.26 23:40:35.751827 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
13760 2024.11.26 23:40:35.753006 [ 268 ] {3f7c16d2-d329-4f7e-9803-3ab69c5c4d27} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13761 2024.11.26 23:40:35.753050 [ 268 ] {3f7c16d2-d329-4f7e-9803-3ab69c5c4d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13762 2024.11.26 23:40:35.753758 [ 268 ] {3f7c16d2-d329-4f7e-9803-3ab69c5c4d27} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
13763 2024.11.26 23:40:35.754028 [ 268 ] {3f7c16d2-d329-4f7e-9803-3ab69c5c4d27} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13764 2024.11.26 23:40:35.754337 [ 268 ] {3f7c16d2-d329-4f7e-9803-3ab69c5c4d27} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003187 sec., 12864.763100094131 rows/sec., 23.05 MiB/sec.
13765 2024.11.26 23:40:35.754844 [ 268 ] {3f7c16d2-d329-4f7e-9803-3ab69c5c4d27} <Debug> TCPHandler: Processed in 0.004048498 sec.
13766 2024.11.26 23:40:35.755048 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13767 2024.11.26 23:40:35.755188 [ 270 ] {c5fe3f00-220b-4119-b600-176dbfa14ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13768 2024.11.26 23:40:35.755249 [ 270 ] {c5fe3f00-220b-4119-b600-176dbfa14ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13769 2024.11.26 23:40:35.755749 [ 270 ] {c5fe3f00-220b-4119-b600-176dbfa14ce6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13770 2024.11.26 23:40:35.755787 [ 270 ] {c5fe3f00-220b-4119-b600-176dbfa14ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13771 2024.11.26 23:40:35.756159 [ 270 ] {c5fe3f00-220b-4119-b600-176dbfa14ce6} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
13772 2024.11.26 23:40:35.756393 [ 270 ] {c5fe3f00-220b-4119-b600-176dbfa14ce6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13773 2024.11.26 23:40:35.756538 [ 144 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
13774 2024.11.26 23:40:35.756576 [ 144 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13775 2024.11.26 23:40:35.756585 [ 270 ] {c5fe3f00-220b-4119-b600-176dbfa14ce6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec.
13776 2024.11.26 23:40:35.756604 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13777 2024.11.26 23:40:35.756669 [ 270 ] {c5fe3f00-220b-4119-b600-176dbfa14ce6} <Debug> TCPHandler: Processed in 0.001688656 sec.
13778 2024.11.26 23:40:35.756910 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
13779 2024.11.26 23:40:35.757187 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13780 2024.11.26 23:40:35.757289 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6712 rows starting from the beginning of the part
13781 2024.11.26 23:40:35.757637 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
13782 2024.11.26 23:40:35.758002 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 30 rows starting from the beginning of the part
13783 2024.11.26 23:40:35.758316 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 30 rows starting from the beginning of the part
13784 2024.11.26 23:40:35.758685 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part
13785 2024.11.26 23:40:35.759025 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part
13786 2024.11.26 23:40:35.761350 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6996 rows, containing 4 columns (4 merged, 0 gathered) in 0.004639863 sec., 1507803.1398771903 rows/sec., 98.32 MiB/sec.
13787 2024.11.26 23:40:35.762081 [ 187 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
13788 2024.11.26 23:40:35.762506 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_116_23} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13789 2024.11.26 23:40:35.762594 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_116_23} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
13790 2024.11.26 23:40:35.762683 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
13791 2024.11.26 23:40:36.828669 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
13792 2024.11.26 23:40:36.849565 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13793 2024.11.26 23:40:36.849622 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13794 2024.11.26 23:40:36.856927 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13795 2024.11.26 23:40:36.857724 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13796 2024.11.26 23:40:36.860670 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
13797 2024.11.26 23:40:40.736311 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13798 2024.11.26 23:40:40.736522 [ 268 ] {84a3ebc6-9a28-4d25-8585-bcd3fee283aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13799 2024.11.26 23:40:40.736599 [ 268 ] {84a3ebc6-9a28-4d25-8585-bcd3fee283aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13800 2024.11.26 23:40:40.737368 [ 268 ] {84a3ebc6-9a28-4d25-8585-bcd3fee283aa} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13801 2024.11.26 23:40:40.737421 [ 268 ] {84a3ebc6-9a28-4d25-8585-bcd3fee283aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13802 2024.11.26 23:40:40.737867 [ 268 ] {84a3ebc6-9a28-4d25-8585-bcd3fee283aa} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13803 2024.11.26 23:40:40.738127 [ 268 ] {84a3ebc6-9a28-4d25-8585-bcd3fee283aa} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13804 2024.11.26 23:40:40.738344 [ 139 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
13805 2024.11.26 23:40:40.738371 [ 268 ] {84a3ebc6-9a28-4d25-8585-bcd3fee283aa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 529.87 KiB/sec.
13806 2024.11.26 23:40:40.738435 [ 139 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13807 2024.11.26 23:40:40.738521 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13808 2024.11.26 23:40:40.738526 [ 268 ] {84a3ebc6-9a28-4d25-8585-bcd3fee283aa} <Debug> TCPHandler: Processed in 0.002347162 sec.
13809 2024.11.26 23:40:40.738842 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
13810 2024.11.26 23:40:40.738899 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13811 2024.11.26 23:40:40.739333 [ 270 ] {99a8f375-5c81-480e-97c1-1846d3187195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13812 2024.11.26 23:40:40.739508 [ 270 ] {99a8f375-5c81-480e-97c1-1846d3187195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13813 2024.11.26 23:40:40.739522 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13814 2024.11.26 23:40:40.739623 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
13815 2024.11.26 23:40:40.739852 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
13816 2024.11.26 23:40:40.740181 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
13817 2024.11.26 23:40:40.740572 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
13818 2024.11.26 23:40:40.740986 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
13819 2024.11.26 23:40:40.742308 [ 270 ] {99a8f375-5c81-480e-97c1-1846d3187195} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13820 2024.11.26 23:40:40.742397 [ 270 ] {99a8f375-5c81-480e-97c1-1846d3187195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13821 2024.11.26 23:40:40.743563 [ 270 ] {99a8f375-5c81-480e-97c1-1846d3187195} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
13822 2024.11.26 23:40:40.743572 [ 197 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004944776 sec., 14156.354099761042 rows/sec., 1.05 MiB/sec.
13823 2024.11.26 23:40:40.743794 [ 197 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
13824 2024.11.26 23:40:40.743974 [ 270 ] {99a8f375-5c81-480e-97c1-1846d3187195} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13825 2024.11.26 23:40:40.744484 [ 270 ] {99a8f375-5c81-480e-97c1-1846d3187195} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005283 sec., 378.5727806170736 rows/sec., 30.87 KiB/sec.
13826 2024.11.26 23:40:40.744513 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_49_12} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13827 2024.11.26 23:40:40.744852 [ 270 ] {99a8f375-5c81-480e-97c1-1846d3187195} <Debug> TCPHandler: Processed in 0.006174167 sec.
13828 2024.11.26 23:40:40.744988 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_49_12} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
13829 2024.11.26 23:40:40.745133 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13830 2024.11.26 23:40:40.745153 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13831 2024.11.26 23:40:40.745295 [ 268 ] {d1ada010-e15f-4c6e-8378-17b87ee16fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13832 2024.11.26 23:40:40.745361 [ 268 ] {d1ada010-e15f-4c6e-8378-17b87ee16fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13833 2024.11.26 23:40:40.746068 [ 268 ] {d1ada010-e15f-4c6e-8378-17b87ee16fbf} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13834 2024.11.26 23:40:40.746109 [ 268 ] {d1ada010-e15f-4c6e-8378-17b87ee16fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13835 2024.11.26 23:40:40.746502 [ 268 ] {d1ada010-e15f-4c6e-8378-17b87ee16fbf} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13836 2024.11.26 23:40:40.746762 [ 268 ] {d1ada010-e15f-4c6e-8378-17b87ee16fbf} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13837 2024.11.26 23:40:40.746977 [ 268 ] {d1ada010-e15f-4c6e-8378-17b87ee16fbf} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001718 sec., 118742.72409778813 rows/sec., 10.27 MiB/sec.
13838 2024.11.26 23:40:40.747040 [ 268 ] {d1ada010-e15f-4c6e-8378-17b87ee16fbf} <Debug> TCPHandler: Processed in 0.002020399 sec.
13839 2024.11.26 23:40:40.747270 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13840 2024.11.26 23:40:40.747457 [ 270 ] {221112ae-8519-4197-b424-d7d67d238125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13841 2024.11.26 23:40:40.747516 [ 270 ] {221112ae-8519-4197-b424-d7d67d238125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13842 2024.11.26 23:40:40.748090 [ 270 ] {221112ae-8519-4197-b424-d7d67d238125} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13843 2024.11.26 23:40:40.748127 [ 270 ] {221112ae-8519-4197-b424-d7d67d238125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13844 2024.11.26 23:40:40.748473 [ 270 ] {221112ae-8519-4197-b424-d7d67d238125} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
13845 2024.11.26 23:40:40.748793 [ 270 ] {221112ae-8519-4197-b424-d7d67d238125} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13846 2024.11.26 23:40:40.749028 [ 270 ] {221112ae-8519-4197-b424-d7d67d238125} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001604 sec., 5610.972568578553 rows/sec., 371.39 KiB/sec.
13847 2024.11.26 23:40:40.749097 [ 270 ] {221112ae-8519-4197-b424-d7d67d238125} <Debug> TCPHandler: Processed in 0.001954429 sec.
13848 2024.11.26 23:40:40.749291 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13849 2024.11.26 23:40:40.749528 [ 268 ] {4f13f7e8-69dc-49e7-b547-36759baf4489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13850 2024.11.26 23:40:40.749584 [ 268 ] {4f13f7e8-69dc-49e7-b547-36759baf4489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13851 2024.11.26 23:40:40.750183 [ 268 ] {4f13f7e8-69dc-49e7-b547-36759baf4489} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13852 2024.11.26 23:40:40.750222 [ 268 ] {4f13f7e8-69dc-49e7-b547-36759baf4489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13853 2024.11.26 23:40:40.750585 [ 268 ] {4f13f7e8-69dc-49e7-b547-36759baf4489} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13854 2024.11.26 23:40:40.750825 [ 268 ] {4f13f7e8-69dc-49e7-b547-36759baf4489} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13855 2024.11.26 23:40:40.751003 [ 139 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13856 2024.11.26 23:40:40.751052 [ 139 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13857 2024.11.26 23:40:40.751076 [ 268 ] {4f13f7e8-69dc-49e7-b547-36759baf4489} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001588 sec., 8816.120906801007 rows/sec., 617.42 KiB/sec.
13858 2024.11.26 23:40:40.751090 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13859 2024.11.26 23:40:40.751240 [ 268 ] {4f13f7e8-69dc-49e7-b547-36759baf4489} <Debug> TCPHandler: Processed in 0.002065769 sec.
13860 2024.11.26 23:40:40.751288 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
13861 2024.11.26 23:40:40.751407 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13862 2024.11.26 23:40:40.751418 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13863 2024.11.26 23:40:40.751472 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 242 rows starting from the beginning of the part
13864 2024.11.26 23:40:40.751703 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part
13865 2024.11.26 23:40:40.751726 [ 270 ] {e8cd97f2-3fa8-4b33-9550-8ef3c593f8f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13866 2024.11.26 23:40:40.751908 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part
13867 2024.11.26 23:40:40.751923 [ 270 ] {e8cd97f2-3fa8-4b33-9550-8ef3c593f8f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13868 2024.11.26 23:40:40.752257 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 228 rows starting from the beginning of the part
13869 2024.11.26 23:40:40.752622 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part
13870 2024.11.26 23:40:40.752962 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part
13871 2024.11.26 23:40:40.754684 [ 270 ] {e8cd97f2-3fa8-4b33-9550-8ef3c593f8f2} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13872 2024.11.26 23:40:40.754758 [ 270 ] {e8cd97f2-3fa8-4b33-9550-8ef3c593f8f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13873 2024.11.26 23:40:40.755746 [ 270 ] {e8cd97f2-3fa8-4b33-9550-8ef3c593f8f2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13874 2024.11.26 23:40:40.755791 [ 191 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004590783 sec., 114577.40433385764 rows/sec., 8.21 MiB/sec.
13875 2024.11.26 23:40:40.756069 [ 186 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13876 2024.11.26 23:40:40.756122 [ 270 ] {e8cd97f2-3fa8-4b33-9550-8ef3c593f8f2} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13877 2024.11.26 23:40:40.756443 [ 139 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
13878 2024.11.26 23:40:40.756581 [ 139 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13879 2024.11.26 23:40:40.756668 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13880 2024.11.26 23:40:40.756763 [ 270 ] {e8cd97f2-3fa8-4b33-9550-8ef3c593f8f2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005185 sec., 2507.232401157184 rows/sec., 156.33 KiB/sec.
13881 2024.11.26 23:40:40.757076 [ 270 ] {e8cd97f2-3fa8-4b33-9550-8ef3c593f8f2} <Debug> TCPHandler: Processed in 0.005738953 sec.
13882 2024.11.26 23:40:40.757092 [ 191 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
13883 2024.11.26 23:40:40.757206 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13884 2024.11.26 23:40:40.757386 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13885 2024.11.26 23:40:40.757666 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_66_13} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13886 2024.11.26 23:40:40.757957 [ 191 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13887 2024.11.26 23:40:40.757963 [ 268 ] {bfb588cd-76b3-4ce0-8f12-a6366066175c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13888 2024.11.26 23:40:40.758129 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
13889 2024.11.26 23:40:40.758163 [ 191 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
13890 2024.11.26 23:40:40.758225 [ 268 ] {bfb588cd-76b3-4ce0-8f12-a6366066175c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13891 2024.11.26 23:40:40.758789 [ 191 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
13892 2024.11.26 23:40:40.759545 [ 191 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
13893 2024.11.26 23:40:40.759972 [ 191 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
13894 2024.11.26 23:40:40.760392 [ 191 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
13895 2024.11.26 23:40:40.761591 [ 268 ] {bfb588cd-76b3-4ce0-8f12-a6366066175c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13896 2024.11.26 23:40:40.761670 [ 268 ] {bfb588cd-76b3-4ce0-8f12-a6366066175c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13897 2024.11.26 23:40:40.762781 [ 268 ] {bfb588cd-76b3-4ce0-8f12-a6366066175c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13898 2024.11.26 23:40:40.762803 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006033177 sec., 10773.759828362403 rows/sec., 713.83 KiB/sec.
13899 2024.11.26 23:40:40.763011 [ 188 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
13900 2024.11.26 23:40:40.763180 [ 268 ] {bfb588cd-76b3-4ce0-8f12-a6366066175c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13901 2024.11.26 23:40:40.763595 [ 268 ] {bfb588cd-76b3-4ce0-8f12-a6366066175c} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.005835 sec., 65809.76863753214 rows/sec., 4.66 MiB/sec.
13902 2024.11.26 23:40:40.763630 [ 188 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_49_12} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13903 2024.11.26 23:40:40.763775 [ 268 ] {bfb588cd-76b3-4ce0-8f12-a6366066175c} <Debug> TCPHandler: Processed in 0.006560241 sec.
13904 2024.11.26 23:40:40.763859 [ 188 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_49_12} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
13905 2024.11.26 23:40:40.763981 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13906 2024.11.26 23:40:40.763994 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
13907 2024.11.26 23:40:40.764104 [ 270 ] {12eebfaa-8bd2-4127-9712-83525b2d4ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13908 2024.11.26 23:40:40.764156 [ 270 ] {12eebfaa-8bd2-4127-9712-83525b2d4ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13909 2024.11.26 23:40:40.764651 [ 270 ] {12eebfaa-8bd2-4127-9712-83525b2d4ec3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13910 2024.11.26 23:40:40.764691 [ 270 ] {12eebfaa-8bd2-4127-9712-83525b2d4ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13911 2024.11.26 23:40:40.765068 [ 270 ] {12eebfaa-8bd2-4127-9712-83525b2d4ec3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13912 2024.11.26 23:40:40.765312 [ 270 ] {12eebfaa-8bd2-4127-9712-83525b2d4ec3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13913 2024.11.26 23:40:40.765543 [ 270 ] {12eebfaa-8bd2-4127-9712-83525b2d4ec3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec.
13914 2024.11.26 23:40:40.765602 [ 270 ] {12eebfaa-8bd2-4127-9712-83525b2d4ec3} <Debug> TCPHandler: Processed in 0.001710116 sec.
13915 2024.11.26 23:40:40.765800 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13916 2024.11.26 23:40:40.765926 [ 268 ] {423656eb-3e33-40d2-b37a-b5e9c78a9434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13917 2024.11.26 23:40:40.765982 [ 268 ] {423656eb-3e33-40d2-b37a-b5e9c78a9434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13918 2024.11.26 23:40:40.766605 [ 268 ] {423656eb-3e33-40d2-b37a-b5e9c78a9434} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13919 2024.11.26 23:40:40.766645 [ 268 ] {423656eb-3e33-40d2-b37a-b5e9c78a9434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13920 2024.11.26 23:40:40.767052 [ 268 ] {423656eb-3e33-40d2-b37a-b5e9c78a9434} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13921 2024.11.26 23:40:40.767299 [ 268 ] {423656eb-3e33-40d2-b37a-b5e9c78a9434} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13922 2024.11.26 23:40:40.767530 [ 268 ] {423656eb-3e33-40d2-b37a-b5e9c78a9434} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001631 sec., 145922.7467811159 rows/sec., 9.78 MiB/sec.
13923 2024.11.26 23:40:40.767605 [ 268 ] {423656eb-3e33-40d2-b37a-b5e9c78a9434} <Debug> TCPHandler: Processed in 0.001907368 sec.
13924 2024.11.26 23:40:40.767825 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13925 2024.11.26 23:40:40.768014 [ 270 ] {c09c8e01-8ba6-4b67-8ddb-77fea9ad8b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13926 2024.11.26 23:40:40.768069 [ 270 ] {c09c8e01-8ba6-4b67-8ddb-77fea9ad8b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13927 2024.11.26 23:40:40.768581 [ 270 ] {c09c8e01-8ba6-4b67-8ddb-77fea9ad8b3b} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13928 2024.11.26 23:40:40.768622 [ 270 ] {c09c8e01-8ba6-4b67-8ddb-77fea9ad8b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13929 2024.11.26 23:40:40.769023 [ 270 ] {c09c8e01-8ba6-4b67-8ddb-77fea9ad8b3b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
13930 2024.11.26 23:40:40.769267 [ 270 ] {c09c8e01-8ba6-4b67-8ddb-77fea9ad8b3b} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13931 2024.11.26 23:40:40.769529 [ 270 ] {c09c8e01-8ba6-4b67-8ddb-77fea9ad8b3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001531 sec., 653.1678641410842 rows/sec., 44.01 KiB/sec.
13932 2024.11.26 23:40:40.769606 [ 270 ] {c09c8e01-8ba6-4b67-8ddb-77fea9ad8b3b} <Debug> TCPHandler: Processed in 0.001890818 sec.
13933 2024.11.26 23:40:40.769892 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13934 2024.11.26 23:40:40.770044 [ 268 ] {c00801ba-a1da-4e35-bad8-7730b5fc8568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13935 2024.11.26 23:40:40.770096 [ 268 ] {c00801ba-a1da-4e35-bad8-7730b5fc8568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13936 2024.11.26 23:40:40.770597 [ 268 ] {c00801ba-a1da-4e35-bad8-7730b5fc8568} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13937 2024.11.26 23:40:40.770637 [ 268 ] {c00801ba-a1da-4e35-bad8-7730b5fc8568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13938 2024.11.26 23:40:40.771012 [ 268 ] {c00801ba-a1da-4e35-bad8-7730b5fc8568} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
13939 2024.11.26 23:40:40.771260 [ 268 ] {c00801ba-a1da-4e35-bad8-7730b5fc8568} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13940 2024.11.26 23:40:40.771478 [ 268 ] {c00801ba-a1da-4e35-bad8-7730b5fc8568} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec.
13941 2024.11.26 23:40:40.771529 [ 268 ] {c00801ba-a1da-4e35-bad8-7730b5fc8568} <Debug> TCPHandler: Processed in 0.001796357 sec.
13942 2024.11.26 23:40:42.147882 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659
13943 2024.11.26 23:40:42.148657 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13944 2024.11.26 23:40:42.148704 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13945 2024.11.26 23:40:42.149232 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13946 2024.11.26 23:40:42.149488 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13947 2024.11.26 23:40:42.149724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659
13948 2024.11.26 23:40:44.360844 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
13949 2024.11.26 23:40:44.382446 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13950 2024.11.26 23:40:44.382514 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13951 2024.11.26 23:40:44.389873 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13952 2024.11.26 23:40:44.390643 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13953 2024.11.26 23:40:44.394791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
13954 2024.11.26 23:40:44.847699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1988
13955 2024.11.26 23:40:44.851288 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13956 2024.11.26 23:40:44.851351 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13957 2024.11.26 23:40:44.852848 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13958 2024.11.26 23:40:44.853175 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13959 2024.11.26 23:40:44.854280 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1988
13960 2024.11.26 23:40:45.069603 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
13961 2024.11.26 23:40:45.069663 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
13962 2024.11.26 23:40:45.077045 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
13963 2024.11.26 23:40:45.726752 [ 223 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
13964 2024.11.26 23:40:45.726813 [ 223 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
13965 2024.11.26 23:40:45.729357 [ 223 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
13966 2024.11.26 23:40:45.733845 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13967 2024.11.26 23:40:45.734042 [ 268 ] {2d72a97d-28d5-4765-943b-4bc093a7bcb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13968 2024.11.26 23:40:45.734114 [ 268 ] {2d72a97d-28d5-4765-943b-4bc093a7bcb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13969 2024.11.26 23:40:45.734928 [ 268 ] {2d72a97d-28d5-4765-943b-4bc093a7bcb0} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13970 2024.11.26 23:40:45.734977 [ 268 ] {2d72a97d-28d5-4765-943b-4bc093a7bcb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13971 2024.11.26 23:40:45.735419 [ 268 ] {2d72a97d-28d5-4765-943b-4bc093a7bcb0} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13972 2024.11.26 23:40:45.735670 [ 268 ] {2d72a97d-28d5-4765-943b-4bc093a7bcb0} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13973 2024.11.26 23:40:45.735905 [ 268 ] {2d72a97d-28d5-4765-943b-4bc093a7bcb0} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001915 sec., 72062.6631853786 rows/sec., 6.22 MiB/sec.
13974 2024.11.26 23:40:45.735966 [ 268 ] {2d72a97d-28d5-4765-943b-4bc093a7bcb0} <Debug> TCPHandler: Processed in 0.002256672 sec.
13975 2024.11.26 23:40:45.736006 [ 221 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
13976 2024.11.26 23:40:45.736048 [ 221 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
13977 2024.11.26 23:40:45.736231 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13978 2024.11.26 23:40:45.736510 [ 270 ] {fc00bf02-b5db-4bf3-88b5-5fe1788bc2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13979 2024.11.26 23:40:45.736651 [ 270 ] {fc00bf02-b5db-4bf3-88b5-5fe1788bc2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13980 2024.11.26 23:40:45.738311 [ 270 ] {fc00bf02-b5db-4bf3-88b5-5fe1788bc2c1} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13981 2024.11.26 23:40:45.738363 [ 270 ] {fc00bf02-b5db-4bf3-88b5-5fe1788bc2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13982 2024.11.26 23:40:45.739104 [ 270 ] {fc00bf02-b5db-4bf3-88b5-5fe1788bc2c1} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
13983 2024.11.26 23:40:45.739504 [ 270 ] {fc00bf02-b5db-4bf3-88b5-5fe1788bc2c1} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13984 2024.11.26 23:40:45.739800 [ 221 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
13985 2024.11.26 23:40:45.739981 [ 270 ] {fc00bf02-b5db-4bf3-88b5-5fe1788bc2c1} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.003542 sec., 11575.381140598533 rows/sec., 870.41 KiB/sec.
13986 2024.11.26 23:40:45.740294 [ 270 ] {fc00bf02-b5db-4bf3-88b5-5fe1788bc2c1} <Debug> TCPHandler: Processed in 0.00421195 sec.
13987 2024.11.26 23:40:45.740594 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13988 2024.11.26 23:40:45.741053 [ 268 ] {a20bf6e7-b2a3-4c0d-bf68-c3e6c338804a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13989 2024.11.26 23:40:45.741240 [ 268 ] {a20bf6e7-b2a3-4c0d-bf68-c3e6c338804a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13990 2024.11.26 23:40:45.743686 [ 268 ] {a20bf6e7-b2a3-4c0d-bf68-c3e6c338804a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13991 2024.11.26 23:40:45.743726 [ 268 ] {a20bf6e7-b2a3-4c0d-bf68-c3e6c338804a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
13992 2024.11.26 23:40:45.744102 [ 268 ] {a20bf6e7-b2a3-4c0d-bf68-c3e6c338804a} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
13993 2024.11.26 23:40:45.744345 [ 268 ] {a20bf6e7-b2a3-4c0d-bf68-c3e6c338804a} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13994 2024.11.26 23:40:45.744564 [ 268 ] {a20bf6e7-b2a3-4c0d-bf68-c3e6c338804a} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.003676 sec., 28563.65614798694 rows/sec., 2.23 MiB/sec.
13995 2024.11.26 23:40:45.744616 [ 268 ] {a20bf6e7-b2a3-4c0d-bf68-c3e6c338804a} <Debug> TCPHandler: Processed in 0.004193829 sec.
13996 2024.11.26 23:40:45.744778 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13997 2024.11.26 23:40:45.744921 [ 270 ] {d03d8daa-9e60-4f62-ad98-9347f433ca7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13998 2024.11.26 23:40:45.744985 [ 270 ] {d03d8daa-9e60-4f62-ad98-9347f433ca7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13999 2024.11.26 23:40:45.745677 [ 270 ] {d03d8daa-9e60-4f62-ad98-9347f433ca7d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14000 2024.11.26 23:40:45.745717 [ 270 ] {d03d8daa-9e60-4f62-ad98-9347f433ca7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14001 2024.11.26 23:40:45.746115 [ 270 ] {d03d8daa-9e60-4f62-ad98-9347f433ca7d} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14002 2024.11.26 23:40:45.746363 [ 270 ] {d03d8daa-9e60-4f62-ad98-9347f433ca7d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14003 2024.11.26 23:40:45.746548 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 5 parts from all_1_113_23 to all_117_117_0
14004 2024.11.26 23:40:45.746599 [ 270 ] {d03d8daa-9e60-4f62-ad98-9347f433ca7d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001702 sec., 94007.05052878967 rows/sec., 6.55 MiB/sec.
14005 2024.11.26 23:40:45.746624 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14006 2024.11.26 23:40:45.746696 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14007 2024.11.26 23:40:45.746716 [ 270 ] {d03d8daa-9e60-4f62-ad98-9347f433ca7d} <Debug> TCPHandler: Processed in 0.001999899 sec.
14008 2024.11.26 23:40:45.746940 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_113_23 to all_117_117_0 into Compact with storage Full
14009 2024.11.26 23:40:45.746958 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14010 2024.11.26 23:40:45.747178 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14011 2024.11.26 23:40:45.747214 [ 268 ] {c54f9e37-9ff6-4cc5-83e6-e25bd57bd21f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14012 2024.11.26 23:40:45.747245 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_113_23, total 34117 rows starting from the beginning of the part
14013 2024.11.26 23:40:45.747479 [ 268 ] {c54f9e37-9ff6-4cc5-83e6-e25bd57bd21f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14014 2024.11.26 23:40:45.747557 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 84 rows starting from the beginning of the part
14015 2024.11.26 23:40:45.748027 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part
14016 2024.11.26 23:40:45.748473 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part
14017 2024.11.26 23:40:45.748951 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 238 rows starting from the beginning of the part
14018 2024.11.26 23:40:45.752604 [ 268 ] {c54f9e37-9ff6-4cc5-83e6-e25bd57bd21f} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14019 2024.11.26 23:40:45.752678 [ 268 ] {c54f9e37-9ff6-4cc5-83e6-e25bd57bd21f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14020 2024.11.26 23:40:45.754659 [ 268 ] {c54f9e37-9ff6-4cc5-83e6-e25bd57bd21f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14021 2024.11.26 23:40:45.755061 [ 268 ] {c54f9e37-9ff6-4cc5-83e6-e25bd57bd21f} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14022 2024.11.26 23:40:45.755311 [ 134 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
14023 2024.11.26 23:40:45.755417 [ 134 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14024 2024.11.26 23:40:45.755469 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14025 2024.11.26 23:40:45.755540 [ 268 ] {c54f9e37-9ff6-4cc5-83e6-e25bd57bd21f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008371 sec., 4897.861665272966 rows/sec., 8.78 MiB/sec.
14026 2024.11.26 23:40:45.756003 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
14027 2024.11.26 23:40:45.756141 [ 268 ] {c54f9e37-9ff6-4cc5-83e6-e25bd57bd21f} <Debug> TCPHandler: Processed in 0.009301267 sec.
14028 2024.11.26 23:40:45.756371 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14029 2024.11.26 23:40:45.756632 [ 270 ] {1276b09e-cca4-4009-a62d-3b026141ed06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14030 2024.11.26 23:40:45.756633 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14031 2024.11.26 23:40:45.756720 [ 270 ] {1276b09e-cca4-4009-a62d-3b026141ed06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14032 2024.11.26 23:40:45.756760 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1751 rows starting from the beginning of the part
14033 2024.11.26 23:40:45.757798 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 41 rows starting from the beginning of the part
14034 2024.11.26 23:40:45.758500 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part
14035 2024.11.26 23:40:45.759007 [ 270 ] {1276b09e-cca4-4009-a62d-3b026141ed06} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14036 2024.11.26 23:40:45.759153 [ 270 ] {1276b09e-cca4-4009-a62d-3b026141ed06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14037 2024.11.26 23:40:45.759295 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 41 rows starting from the beginning of the part
14038 2024.11.26 23:40:45.760034 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part
14039 2024.11.26 23:40:45.760702 [ 270 ] {1276b09e-cca4-4009-a62d-3b026141ed06} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14040 2024.11.26 23:40:45.760743 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 41 rows starting from the beginning of the part
14041 2024.11.26 23:40:45.761408 [ 270 ] {1276b09e-cca4-4009-a62d-3b026141ed06} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14042 2024.11.26 23:40:45.762068 [ 225 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
14043 2024.11.26 23:40:45.762201 [ 225 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
14044 2024.11.26 23:40:45.762347 [ 270 ] {1276b09e-cca4-4009-a62d-3b026141ed06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005736 sec., 10460.251046025105 rows/sec., 721.87 KiB/sec.
14045 2024.11.26 23:40:45.762368 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34836 rows, containing 5 columns (5 merged, 0 gathered) in 0.015535255 sec., 2242383.533453426 rows/sec., 151.42 MiB/sec.
14046 2024.11.26 23:40:45.762824 [ 270 ] {1276b09e-cca4-4009-a62d-3b026141ed06} <Debug> TCPHandler: Processed in 0.006564601 sec.
14047 2024.11.26 23:40:45.763001 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Trace> MergedBlockOutputStream: filled checksums all_1_117_24 (state Temporary)
14048 2024.11.26 23:40:45.763755 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_117_24 to all_1_117_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14049 2024.11.26 23:40:45.764124 [ 200 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 5 parts: [all_1_113_23, all_117_117_0] -> all_1_117_24
14050 2024.11.26 23:40:45.764286 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
14051 2024.11.26 23:40:45.765876 [ 225 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
14052 2024.11.26 23:40:45.776704 [ 186 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1956 rows, containing 19 columns (19 merged, 0 gathered) in 0.021092547 sec., 92734.17762207665 rows/sec., 166.18 MiB/sec.
14053 2024.11.26 23:40:45.778430 [ 200 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
14054 2024.11.26 23:40:45.778837 [ 200 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14055 2024.11.26 23:40:45.778924 [ 200 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
14056 2024.11.26 23:40:45.779041 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.55 MiB.
14057 2024.11.26 23:40:46.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.21 MiB, peak 275.72 MiB, free memory in arenas 0.00 B, will set to 265.99 MiB (RSS), difference: 7.78 MiB
14058 2024.11.26 23:40:49.169629 [ 223 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
14059 2024.11.26 23:40:49.169710 [ 223 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
14060 2024.11.26 23:40:49.171668 [ 223 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
14061 2024.11.26 23:40:49.334037 [ 218 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
14062 2024.11.26 23:40:49.334086 [ 218 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
14063 2024.11.26 23:40:49.336015 [ 218 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
14064 2024.11.26 23:40:49.460257 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
14065 2024.11.26 23:40:49.460334 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
14066 2024.11.26 23:40:49.650006 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086
14067 2024.11.26 23:40:49.651138 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14068 2024.11.26 23:40:49.651189 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14069 2024.11.26 23:40:49.651735 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14070 2024.11.26 23:40:49.652023 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14071 2024.11.26 23:40:49.652272 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
14072 2024.11.26 23:40:50.736427 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14073 2024.11.26 23:40:50.736644 [ 268 ] {5bba3796-cd4f-4917-9a1f-5530cfe39075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14074 2024.11.26 23:40:50.736728 [ 268 ] {5bba3796-cd4f-4917-9a1f-5530cfe39075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14075 2024.11.26 23:40:50.737526 [ 268 ] {5bba3796-cd4f-4917-9a1f-5530cfe39075} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14076 2024.11.26 23:40:50.737574 [ 268 ] {5bba3796-cd4f-4917-9a1f-5530cfe39075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14077 2024.11.26 23:40:50.738016 [ 268 ] {5bba3796-cd4f-4917-9a1f-5530cfe39075} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14078 2024.11.26 23:40:50.738282 [ 268 ] {5bba3796-cd4f-4917-9a1f-5530cfe39075} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14079 2024.11.26 23:40:50.738519 [ 268 ] {5bba3796-cd4f-4917-9a1f-5530cfe39075} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec.
14080 2024.11.26 23:40:50.738587 [ 268 ] {5bba3796-cd4f-4917-9a1f-5530cfe39075} <Debug> TCPHandler: Processed in 0.002296071 sec.
14081 2024.11.26 23:40:50.738848 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14082 2024.11.26 23:40:50.739037 [ 270 ] {bc362d2f-565f-465e-9a10-36e1daafd56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14083 2024.11.26 23:40:50.739107 [ 270 ] {bc362d2f-565f-465e-9a10-36e1daafd56d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14084 2024.11.26 23:40:50.739948 [ 270 ] {bc362d2f-565f-465e-9a10-36e1daafd56d} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14085 2024.11.26 23:40:50.739988 [ 270 ] {bc362d2f-565f-465e-9a10-36e1daafd56d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14086 2024.11.26 23:40:50.740424 [ 270 ] {bc362d2f-565f-465e-9a10-36e1daafd56d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14087 2024.11.26 23:40:50.740671 [ 270 ] {bc362d2f-565f-465e-9a10-36e1daafd56d} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14088 2024.11.26 23:40:50.740862 [ 270 ] {bc362d2f-565f-465e-9a10-36e1daafd56d} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001877 sec., 108151.305274374 rows/sec., 9.36 MiB/sec.
14089 2024.11.26 23:40:50.740915 [ 270 ] {bc362d2f-565f-465e-9a10-36e1daafd56d} <Debug> TCPHandler: Processed in 0.00220123 sec.
14090 2024.11.26 23:40:50.741058 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14091 2024.11.26 23:40:50.741184 [ 268 ] {b00d861e-db36-4b55-8cf3-132ecea8d519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14092 2024.11.26 23:40:50.741238 [ 268 ] {b00d861e-db36-4b55-8cf3-132ecea8d519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14093 2024.11.26 23:40:50.741880 [ 268 ] {b00d861e-db36-4b55-8cf3-132ecea8d519} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14094 2024.11.26 23:40:50.741922 [ 268 ] {b00d861e-db36-4b55-8cf3-132ecea8d519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14095 2024.11.26 23:40:50.742316 [ 268 ] {b00d861e-db36-4b55-8cf3-132ecea8d519} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
14096 2024.11.26 23:40:50.742563 [ 268 ] {b00d861e-db36-4b55-8cf3-132ecea8d519} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14097 2024.11.26 23:40:50.742723 [ 124 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
14098 2024.11.26 23:40:50.742786 [ 124 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14099 2024.11.26 23:40:50.742814 [ 268 ] {b00d861e-db36-4b55-8cf3-132ecea8d519} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00165 sec., 4242.424242424242 rows/sec., 276.40 KiB/sec.
14100 2024.11.26 23:40:50.742827 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14101 2024.11.26 23:40:50.742984 [ 268 ] {b00d861e-db36-4b55-8cf3-132ecea8d519} <Debug> TCPHandler: Processed in 0.001981398 sec.
14102 2024.11.26 23:40:50.743132 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
14103 2024.11.26 23:40:50.743154 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14104 2024.11.26 23:40:50.743403 [ 270 ] {37415c0b-7cb1-4657-975f-83782bea96ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14105 2024.11.26 23:40:50.743463 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14106 2024.11.26 23:40:50.743503 [ 270 ] {37415c0b-7cb1-4657-975f-83782bea96ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14107 2024.11.26 23:40:50.743552 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 66 rows starting from the beginning of the part
14108 2024.11.26 23:40:50.743891 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 7 rows starting from the beginning of the part
14109 2024.11.26 23:40:50.744324 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 41 rows starting from the beginning of the part
14110 2024.11.26 23:40:50.744696 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 9 rows starting from the beginning of the part
14111 2024.11.26 23:40:50.745134 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 41 rows starting from the beginning of the part
14112 2024.11.26 23:40:50.745461 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 7 rows starting from the beginning of the part
14113 2024.11.26 23:40:50.746432 [ 270 ] {37415c0b-7cb1-4657-975f-83782bea96ac} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14114 2024.11.26 23:40:50.746508 [ 270 ] {37415c0b-7cb1-4657-975f-83782bea96ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14115 2024.11.26 23:40:50.747561 [ 270 ] {37415c0b-7cb1-4657-975f-83782bea96ac} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
14116 2024.11.26 23:40:50.748146 [ 270 ] {37415c0b-7cb1-4657-975f-83782bea96ac} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14117 2024.11.26 23:40:50.748153 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.005167248 sec., 33093.0506915867 rows/sec., 2.48 MiB/sec.
14118 2024.11.26 23:40:50.748394 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
14119 2024.11.26 23:40:50.748503 [ 270 ] {37415c0b-7cb1-4657-975f-83782bea96ac} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005162 sec., 2712.1270825261527 rows/sec., 189.94 KiB/sec.
14120 2024.11.26 23:40:50.748607 [ 270 ] {37415c0b-7cb1-4657-975f-83782bea96ac} <Debug> TCPHandler: Processed in 0.005516092 sec.
14121 2024.11.26 23:40:50.748794 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14122 2024.11.26 23:40:50.748908 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14123 2024.11.26 23:40:50.749031 [ 268 ] {43d4120c-2b9f-471c-8d00-8f8d2dcbf3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14124 2024.11.26 23:40:50.749096 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_101_20} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
14125 2024.11.26 23:40:50.749120 [ 268 ] {43d4120c-2b9f-471c-8d00-8f8d2dcbf3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14126 2024.11.26 23:40:50.749281 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14127 2024.11.26 23:40:50.749945 [ 268 ] {43d4120c-2b9f-471c-8d00-8f8d2dcbf3f4} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14128 2024.11.26 23:40:50.749988 [ 268 ] {43d4120c-2b9f-471c-8d00-8f8d2dcbf3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14129 2024.11.26 23:40:50.750358 [ 268 ] {43d4120c-2b9f-471c-8d00-8f8d2dcbf3f4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14130 2024.11.26 23:40:50.750601 [ 268 ] {43d4120c-2b9f-471c-8d00-8f8d2dcbf3f4} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14131 2024.11.26 23:40:50.750824 [ 268 ] {43d4120c-2b9f-471c-8d00-8f8d2dcbf3f4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001861 sec., 6985.491671144546 rows/sec., 435.54 KiB/sec.
14132 2024.11.26 23:40:50.750924 [ 268 ] {43d4120c-2b9f-471c-8d00-8f8d2dcbf3f4} <Debug> TCPHandler: Processed in 0.00221584 sec.
14133 2024.11.26 23:40:50.751137 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14134 2024.11.26 23:40:50.751281 [ 270 ] {21e15d9f-7482-4593-8a27-1e53eadbe3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14135 2024.11.26 23:40:50.751338 [ 270 ] {21e15d9f-7482-4593-8a27-1e53eadbe3be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14136 2024.11.26 23:40:50.752176 [ 270 ] {21e15d9f-7482-4593-8a27-1e53eadbe3be} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14137 2024.11.26 23:40:50.752215 [ 270 ] {21e15d9f-7482-4593-8a27-1e53eadbe3be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14138 2024.11.26 23:40:50.752604 [ 270 ] {21e15d9f-7482-4593-8a27-1e53eadbe3be} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14139 2024.11.26 23:40:50.752865 [ 270 ] {21e15d9f-7482-4593-8a27-1e53eadbe3be} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14140 2024.11.26 23:40:50.753102 [ 270 ] {21e15d9f-7482-4593-8a27-1e53eadbe3be} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001844 sec., 207158.35140997832 rows/sec., 14.66 MiB/sec.
14141 2024.11.26 23:40:50.753172 [ 270 ] {21e15d9f-7482-4593-8a27-1e53eadbe3be} <Debug> TCPHandler: Processed in 0.00214372 sec.
14142 2024.11.26 23:40:50.753375 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14143 2024.11.26 23:40:50.753525 [ 268 ] {91b850c3-a647-4cde-9d2c-0b16d43ed556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14144 2024.11.26 23:40:50.753577 [ 268 ] {91b850c3-a647-4cde-9d2c-0b16d43ed556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14145 2024.11.26 23:40:50.754114 [ 268 ] {91b850c3-a647-4cde-9d2c-0b16d43ed556} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14146 2024.11.26 23:40:50.754153 [ 268 ] {91b850c3-a647-4cde-9d2c-0b16d43ed556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14147 2024.11.26 23:40:50.754535 [ 268 ] {91b850c3-a647-4cde-9d2c-0b16d43ed556} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14148 2024.11.26 23:40:50.754796 [ 268 ] {91b850c3-a647-4cde-9d2c-0b16d43ed556} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14149 2024.11.26 23:40:50.755023 [ 268 ] {91b850c3-a647-4cde-9d2c-0b16d43ed556} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec.
14150 2024.11.26 23:40:50.755113 [ 268 ] {91b850c3-a647-4cde-9d2c-0b16d43ed556} <Debug> TCPHandler: Processed in 0.001812597 sec.
14151 2024.11.26 23:40:50.755323 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14152 2024.11.26 23:40:50.755460 [ 270 ] {87dd25c3-a6a5-46a6-b3da-f1645370a96f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14153 2024.11.26 23:40:50.755524 [ 270 ] {87dd25c3-a6a5-46a6-b3da-f1645370a96f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14154 2024.11.26 23:40:50.756196 [ 270 ] {87dd25c3-a6a5-46a6-b3da-f1645370a96f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14155 2024.11.26 23:40:50.756236 [ 270 ] {87dd25c3-a6a5-46a6-b3da-f1645370a96f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14156 2024.11.26 23:40:50.756638 [ 270 ] {87dd25c3-a6a5-46a6-b3da-f1645370a96f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14157 2024.11.26 23:40:50.756886 [ 270 ] {87dd25c3-a6a5-46a6-b3da-f1645370a96f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14158 2024.11.26 23:40:50.757095 [ 270 ] {87dd25c3-a6a5-46a6-b3da-f1645370a96f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001665 sec., 142342.34234234234 rows/sec., 9.54 MiB/sec.
14159 2024.11.26 23:40:50.757146 [ 270 ] {87dd25c3-a6a5-46a6-b3da-f1645370a96f} <Debug> TCPHandler: Processed in 0.001915648 sec.
14160 2024.11.26 23:40:50.757301 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14161 2024.11.26 23:40:50.757423 [ 268 ] {b53d72ed-78dc-46c8-9389-581e3c443e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14162 2024.11.26 23:40:50.757475 [ 268 ] {b53d72ed-78dc-46c8-9389-581e3c443e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14163 2024.11.26 23:40:50.757965 [ 268 ] {b53d72ed-78dc-46c8-9389-581e3c443e1a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14164 2024.11.26 23:40:50.758006 [ 268 ] {b53d72ed-78dc-46c8-9389-581e3c443e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14165 2024.11.26 23:40:50.758389 [ 268 ] {b53d72ed-78dc-46c8-9389-581e3c443e1a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
14166 2024.11.26 23:40:50.758643 [ 268 ] {b53d72ed-78dc-46c8-9389-581e3c443e1a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14167 2024.11.26 23:40:50.758813 [ 123 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0
14168 2024.11.26 23:40:50.758883 [ 268 ] {b53d72ed-78dc-46c8-9389-581e3c443e1a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec.
14169 2024.11.26 23:40:50.758903 [ 123 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14170 2024.11.26 23:40:50.758975 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14171 2024.11.26 23:40:50.759002 [ 268 ] {b53d72ed-78dc-46c8-9389-581e3c443e1a} <Debug> TCPHandler: Processed in 0.001755157 sec.
14172 2024.11.26 23:40:50.759228 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14173 2024.11.26 23:40:50.759244 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
14174 2024.11.26 23:40:50.759499 [ 270 ] {77a6a6a6-0862-45e6-8191-d8dceff01a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14175 2024.11.26 23:40:50.759519 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14176 2024.11.26 23:40:50.759587 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 45 rows starting from the beginning of the part
14177 2024.11.26 23:40:50.759613 [ 270 ] {77a6a6a6-0862-45e6-8191-d8dceff01a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14178 2024.11.26 23:40:50.759867 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part
14179 2024.11.26 23:40:50.760316 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part
14180 2024.11.26 23:40:50.760637 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part
14181 2024.11.26 23:40:50.760942 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part
14182 2024.11.26 23:40:50.761206 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part
14183 2024.11.26 23:40:50.762132 [ 270 ] {77a6a6a6-0862-45e6-8191-d8dceff01a65} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14184 2024.11.26 23:40:50.762213 [ 270 ] {77a6a6a6-0862-45e6-8191-d8dceff01a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14185 2024.11.26 23:40:50.763314 [ 270 ] {77a6a6a6-0862-45e6-8191-d8dceff01a65} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14186 2024.11.26 23:40:50.763817 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.004725394 sec., 10581.12826147407 rows/sec., 712.99 KiB/sec.
14187 2024.11.26 23:40:50.763900 [ 270 ] {77a6a6a6-0862-45e6-8191-d8dceff01a65} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14188 2024.11.26 23:40:50.764002 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary)
14189 2024.11.26 23:40:50.764314 [ 270 ] {77a6a6a6-0862-45e6-8191-d8dceff01a65} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004927 sec., 16642.987619240917 rows/sec., 1.06 MiB/sec.
14190 2024.11.26 23:40:50.764440 [ 270 ] {77a6a6a6-0862-45e6-8191-d8dceff01a65} <Debug> TCPHandler: Processed in 0.00533878 sec.
14191 2024.11.26 23:40:50.764587 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14192 2024.11.26 23:40:50.764667 [ 202 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_50_10} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10
14193 2024.11.26 23:40:50.764755 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
14194 2024.11.26 23:40:51.894967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
14195 2024.11.26 23:40:51.916637 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14196 2024.11.26 23:40:51.916706 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14197 2024.11.26 23:40:51.923934 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14198 2024.11.26 23:40:51.924730 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14199 2024.11.26 23:40:51.927958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
14200 2024.11.26 23:40:53.155431 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14201 2024.11.26 23:40:53.155763 [ 268 ] {7606d7c3-252e-4a71-aa00-86a689eae298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14202 2024.11.26 23:40:53.155881 [ 268 ] {7606d7c3-252e-4a71-aa00-86a689eae298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14203 2024.11.26 23:40:53.156637 [ 268 ] {7606d7c3-252e-4a71-aa00-86a689eae298} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14204 2024.11.26 23:40:53.156680 [ 268 ] {7606d7c3-252e-4a71-aa00-86a689eae298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14205 2024.11.26 23:40:53.157122 [ 268 ] {7606d7c3-252e-4a71-aa00-86a689eae298} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
14206 2024.11.26 23:40:53.157381 [ 268 ] {7606d7c3-252e-4a71-aa00-86a689eae298} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14207 2024.11.26 23:40:53.157581 [ 268 ] {7606d7c3-252e-4a71-aa00-86a689eae298} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001908 sec., 1048.2180293501049 rows/sec., 85.47 KiB/sec.
14208 2024.11.26 23:40:53.157638 [ 268 ] {7606d7c3-252e-4a71-aa00-86a689eae298} <Debug> TCPHandler: Processed in 0.002390812 sec.
14209 2024.11.26 23:40:53.157953 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14210 2024.11.26 23:40:53.158178 [ 270 ] {159e261e-c63f-47d8-b898-3e3193f9f6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14211 2024.11.26 23:40:53.158261 [ 270 ] {159e261e-c63f-47d8-b898-3e3193f9f6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14212 2024.11.26 23:40:53.159613 [ 270 ] {159e261e-c63f-47d8-b898-3e3193f9f6b1} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14213 2024.11.26 23:40:53.159668 [ 270 ] {159e261e-c63f-47d8-b898-3e3193f9f6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14214 2024.11.26 23:40:53.160194 [ 270 ] {159e261e-c63f-47d8-b898-3e3193f9f6b1} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14215 2024.11.26 23:40:53.160463 [ 270 ] {159e261e-c63f-47d8-b898-3e3193f9f6b1} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14216 2024.11.26 23:40:53.160702 [ 270 ] {159e261e-c63f-47d8-b898-3e3193f9f6b1} <Debug> executeQuery: Read 1279 rows, 108.84 KiB in 0.002586 sec., 494586.23356535187 rows/sec., 41.10 MiB/sec.
14217 2024.11.26 23:40:53.160770 [ 270 ] {159e261e-c63f-47d8-b898-3e3193f9f6b1} <Debug> TCPHandler: Processed in 0.003006098 sec.
14218 2024.11.26 23:40:53.160911 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14219 2024.11.26 23:40:53.161053 [ 268 ] {ae957829-2940-4329-8e6e-14d30763cf50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14220 2024.11.26 23:40:53.161112 [ 268 ] {ae957829-2940-4329-8e6e-14d30763cf50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14221 2024.11.26 23:40:53.161842 [ 268 ] {ae957829-2940-4329-8e6e-14d30763cf50} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14222 2024.11.26 23:40:53.161888 [ 268 ] {ae957829-2940-4329-8e6e-14d30763cf50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14223 2024.11.26 23:40:53.162269 [ 268 ] {ae957829-2940-4329-8e6e-14d30763cf50} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
14224 2024.11.26 23:40:53.162522 [ 268 ] {ae957829-2940-4329-8e6e-14d30763cf50} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14225 2024.11.26 23:40:53.162706 [ 268 ] {ae957829-2940-4329-8e6e-14d30763cf50} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.001678 sec., 25625.744934445767 rows/sec., 1.88 MiB/sec.
14226 2024.11.26 23:40:53.162770 [ 268 ] {ae957829-2940-4329-8e6e-14d30763cf50} <Debug> TCPHandler: Processed in 0.001915188 sec.
14227 2024.11.26 23:40:53.162779 [ 220 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
14228 2024.11.26 23:40:53.162838 [ 220 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
14229 2024.11.26 23:40:53.162967 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14230 2024.11.26 23:40:53.163112 [ 270 ] {8fdfabab-5871-45d0-960c-b7a7da947c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14231 2024.11.26 23:40:53.163181 [ 270 ] {8fdfabab-5871-45d0-960c-b7a7da947c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14232 2024.11.26 23:40:53.164208 [ 270 ] {8fdfabab-5871-45d0-960c-b7a7da947c1a} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14233 2024.11.26 23:40:53.164254 [ 270 ] {8fdfabab-5871-45d0-960c-b7a7da947c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14234 2024.11.26 23:40:53.164750 [ 270 ] {8fdfabab-5871-45d0-960c-b7a7da947c1a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14235 2024.11.26 23:40:53.165057 [ 270 ] {8fdfabab-5871-45d0-960c-b7a7da947c1a} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14236 2024.11.26 23:40:53.165299 [ 270 ] {8fdfabab-5871-45d0-960c-b7a7da947c1a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002201 sec., 103589.27760109042 rows/sec., 7.01 MiB/sec.
14237 2024.11.26 23:40:53.165384 [ 270 ] {8fdfabab-5871-45d0-960c-b7a7da947c1a} <Debug> TCPHandler: Processed in 0.002481693 sec.
14238 2024.11.26 23:40:53.165416 [ 220 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
14239 2024.11.26 23:40:53.165616 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14240 2024.11.26 23:40:53.165902 [ 268 ] {0bc6a67e-bf1c-415a-81dc-47eecc361e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14241 2024.11.26 23:40:53.166024 [ 268 ] {0bc6a67e-bf1c-415a-81dc-47eecc361e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14242 2024.11.26 23:40:53.167217 [ 268 ] {0bc6a67e-bf1c-415a-81dc-47eecc361e09} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14243 2024.11.26 23:40:53.167255 [ 268 ] {0bc6a67e-bf1c-415a-81dc-47eecc361e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14244 2024.11.26 23:40:53.167661 [ 268 ] {0bc6a67e-bf1c-415a-81dc-47eecc361e09} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14245 2024.11.26 23:40:53.167910 [ 268 ] {0bc6a67e-bf1c-415a-81dc-47eecc361e09} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14246 2024.11.26 23:40:53.168094 [ 268 ] {0bc6a67e-bf1c-415a-81dc-47eecc361e09} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.0023 sec., 244782.6086956522 rows/sec., 18.19 MiB/sec.
14247 2024.11.26 23:40:53.168147 [ 268 ] {0bc6a67e-bf1c-415a-81dc-47eecc361e09} <Debug> TCPHandler: Processed in 0.002665195 sec.
14248 2024.11.26 23:40:53.168361 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14249 2024.11.26 23:40:53.168584 [ 270 ] {e495466a-56b3-4a03-a87a-2e4fb2369376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14250 2024.11.26 23:40:53.168681 [ 270 ] {e495466a-56b3-4a03-a87a-2e4fb2369376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14251 2024.11.26 23:40:53.169548 [ 270 ] {e495466a-56b3-4a03-a87a-2e4fb2369376} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14252 2024.11.26 23:40:53.169587 [ 270 ] {e495466a-56b3-4a03-a87a-2e4fb2369376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14253 2024.11.26 23:40:53.170037 [ 270 ] {e495466a-56b3-4a03-a87a-2e4fb2369376} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14254 2024.11.26 23:40:53.170271 [ 270 ] {e495466a-56b3-4a03-a87a-2e4fb2369376} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14255 2024.11.26 23:40:53.170504 [ 270 ] {e495466a-56b3-4a03-a87a-2e4fb2369376} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.001969 sec., 478923.311325546 rows/sec., 32.11 MiB/sec.
14256 2024.11.26 23:40:53.170558 [ 270 ] {e495466a-56b3-4a03-a87a-2e4fb2369376} <Debug> TCPHandler: Processed in 0.002307732 sec.
14257 2024.11.26 23:40:53.170699 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14258 2024.11.26 23:40:53.171014 [ 268 ] {91e5ea17-9dad-409a-bba7-4c59ec559e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14259 2024.11.26 23:40:53.171326 [ 268 ] {91e5ea17-9dad-409a-bba7-4c59ec559e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14260 2024.11.26 23:40:53.172815 [ 268 ] {91e5ea17-9dad-409a-bba7-4c59ec559e5a} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14261 2024.11.26 23:40:53.172856 [ 268 ] {91e5ea17-9dad-409a-bba7-4c59ec559e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14262 2024.11.26 23:40:53.173571 [ 268 ] {91e5ea17-9dad-409a-bba7-4c59ec559e5a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14263 2024.11.26 23:40:53.173838 [ 268 ] {91e5ea17-9dad-409a-bba7-4c59ec559e5a} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14264 2024.11.26 23:40:53.174069 [ 268 ] {91e5ea17-9dad-409a-bba7-4c59ec559e5a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003175 sec., 12913.385826771653 rows/sec., 23.14 MiB/sec.
14265 2024.11.26 23:40:53.174269 [ 268 ] {91e5ea17-9dad-409a-bba7-4c59ec559e5a} <Debug> TCPHandler: Processed in 0.003628683 sec.
14266 2024.11.26 23:40:53.174575 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14267 2024.11.26 23:40:53.174825 [ 270 ] {a6db0ef1-bcd5-4a97-850f-52cc983b6eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14268 2024.11.26 23:40:53.174917 [ 270 ] {a6db0ef1-bcd5-4a97-850f-52cc983b6eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14269 2024.11.26 23:40:53.175401 [ 270 ] {a6db0ef1-bcd5-4a97-850f-52cc983b6eaf} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14270 2024.11.26 23:40:53.175439 [ 270 ] {a6db0ef1-bcd5-4a97-850f-52cc983b6eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14271 2024.11.26 23:40:53.175816 [ 270 ] {a6db0ef1-bcd5-4a97-850f-52cc983b6eaf} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14272 2024.11.26 23:40:53.176051 [ 270 ] {a6db0ef1-bcd5-4a97-850f-52cc983b6eaf} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14273 2024.11.26 23:40:53.176297 [ 270 ] {a6db0ef1-bcd5-4a97-850f-52cc983b6eaf} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001519 sec., 23699.80250164582 rows/sec., 1.60 MiB/sec.
14274 2024.11.26 23:40:53.176389 [ 270 ] {a6db0ef1-bcd5-4a97-850f-52cc983b6eaf} <Debug> TCPHandler: Processed in 0.002027879 sec.
14275 2024.11.26 23:40:54.854621 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2036
14276 2024.11.26 23:40:54.858052 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14277 2024.11.26 23:40:54.858107 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14278 2024.11.26 23:40:54.859638 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14279 2024.11.26 23:40:54.859963 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14280 2024.11.26 23:40:54.860570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2036
14281 2024.11.26 23:40:55.727196 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14282 2024.11.26 23:40:55.727389 [ 268 ] {33058175-967d-4b23-ab4e-e1f574a22a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14283 2024.11.26 23:40:55.727460 [ 268 ] {33058175-967d-4b23-ab4e-e1f574a22a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14284 2024.11.26 23:40:55.728284 [ 268 ] {33058175-967d-4b23-ab4e-e1f574a22a74} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14285 2024.11.26 23:40:55.728328 [ 268 ] {33058175-967d-4b23-ab4e-e1f574a22a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14286 2024.11.26 23:40:55.728771 [ 268 ] {33058175-967d-4b23-ab4e-e1f574a22a74} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14287 2024.11.26 23:40:55.729033 [ 268 ] {33058175-967d-4b23-ab4e-e1f574a22a74} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14288 2024.11.26 23:40:55.729199 [ 117 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14289 2024.11.26 23:40:55.729238 [ 268 ] {33058175-967d-4b23-ab4e-e1f574a22a74} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.26 MiB/sec.
14290 2024.11.26 23:40:55.729248 [ 117 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14291 2024.11.26 23:40:55.729287 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14292 2024.11.26 23:40:55.729324 [ 268 ] {33058175-967d-4b23-ab4e-e1f574a22a74} <Debug> TCPHandler: Processed in 0.002252231 sec.
14293 2024.11.26 23:40:55.729440 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
14294 2024.11.26 23:40:55.729553 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14295 2024.11.26 23:40:55.729598 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1434 rows starting from the beginning of the part
14296 2024.11.26 23:40:55.729608 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14297 2024.11.26 23:40:55.729695 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 204 rows starting from the beginning of the part
14298 2024.11.26 23:40:55.730015 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 138 rows starting from the beginning of the part
14299 2024.11.26 23:40:55.730025 [ 270 ] {37b1323c-17ec-4d9a-bf13-aef7c65fab22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14300 2024.11.26 23:40:55.730239 [ 270 ] {37b1323c-17ec-4d9a-bf13-aef7c65fab22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14301 2024.11.26 23:40:55.730396 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 203 rows starting from the beginning of the part
14302 2024.11.26 23:40:55.730830 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 1279 rows starting from the beginning of the part
14303 2024.11.26 23:40:55.731150 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part
14304 2024.11.26 23:40:55.733273 [ 270 ] {37b1323c-17ec-4d9a-bf13-aef7c65fab22} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14305 2024.11.26 23:40:55.733370 [ 270 ] {37b1323c-17ec-4d9a-bf13-aef7c65fab22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14306 2024.11.26 23:40:55.734148 [ 270 ] {37b1323c-17ec-4d9a-bf13-aef7c65fab22} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14307 2024.11.26 23:40:55.734685 [ 270 ] {37b1323c-17ec-4d9a-bf13-aef7c65fab22} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14308 2024.11.26 23:40:55.734700 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.00533394 sec., 621304.3266328456 rows/sec., 54.46 MiB/sec.
14309 2024.11.26 23:40:55.735012 [ 117 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14310 2024.11.26 23:40:55.735180 [ 117 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14311 2024.11.26 23:40:55.735274 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14312 2024.11.26 23:40:55.735343 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14313 2024.11.26 23:40:55.735471 [ 270 ] {37b1323c-17ec-4d9a-bf13-aef7c65fab22} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00557 sec., 11490.125673249551 rows/sec., 918.35 KiB/sec.
14314 2024.11.26 23:40:55.736021 [ 270 ] {37b1323c-17ec-4d9a-bf13-aef7c65fab22} <Debug> TCPHandler: Processed in 0.006549001 sec.
14315 2024.11.26 23:40:55.736164 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
14316 2024.11.26 23:40:55.736322 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14317 2024.11.26 23:40:55.736456 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14318 2024.11.26 23:40:55.736550 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 915 rows starting from the beginning of the part
14319 2024.11.26 23:40:55.736555 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14320 2024.11.26 23:40:55.736684 [ 268 ] {7cccbbe0-4dc4-470a-94d8-6f1c644f1e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14321 2024.11.26 23:40:55.736916 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 384 rows starting from the beginning of the part
14322 2024.11.26 23:40:55.736978 [ 268 ] {7cccbbe0-4dc4-470a-94d8-6f1c644f1e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14323 2024.11.26 23:40:55.737030 [ 190 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_121_24} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14324 2024.11.26 23:40:55.737356 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 105 rows starting from the beginning of the part
14325 2024.11.26 23:40:55.737699 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
14326 2024.11.26 23:40:55.737869 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 382 rows starting from the beginning of the part
14327 2024.11.26 23:40:55.738334 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 563 rows starting from the beginning of the part
14328 2024.11.26 23:40:55.738532 [ 189 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part
14329 2024.11.26 23:40:55.739361 [ 268 ] {7cccbbe0-4dc4-470a-94d8-6f1c644f1e47} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14330 2024.11.26 23:40:55.739407 [ 268 ] {7cccbbe0-4dc4-470a-94d8-6f1c644f1e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14331 2024.11.26 23:40:55.740016 [ 268 ] {7cccbbe0-4dc4-470a-94d8-6f1c644f1e47} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14332 2024.11.26 23:40:55.740306 [ 268 ] {7cccbbe0-4dc4-470a-94d8-6f1c644f1e47} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14333 2024.11.26 23:40:55.740464 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.004918376 sec., 490609.09535993176 rows/sec., 37.62 MiB/sec.
14334 2024.11.26 23:40:55.740602 [ 268 ] {7cccbbe0-4dc4-470a-94d8-6f1c644f1e47} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.004039 sec., 15845.506313443922 rows/sec., 1.10 MiB/sec.
14335 2024.11.26 23:40:55.740679 [ 268 ] {7cccbbe0-4dc4-470a-94d8-6f1c644f1e47} <Debug> TCPHandler: Processed in 0.004501532 sec.
14336 2024.11.26 23:40:55.740685 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14337 2024.11.26 23:40:55.740857 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14338 2024.11.26 23:40:55.741093 [ 270 ] {efa32212-4bcc-472d-94e1-5778e9e7265c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14339 2024.11.26 23:40:55.741109 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14340 2024.11.26 23:40:55.741221 [ 270 ] {efa32212-4bcc-472d-94e1-5778e9e7265c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14341 2024.11.26 23:40:55.741288 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_121_24} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14342 2024.11.26 23:40:55.741472 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
14343 2024.11.26 23:40:55.742026 [ 270 ] {efa32212-4bcc-472d-94e1-5778e9e7265c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14344 2024.11.26 23:40:55.742074 [ 270 ] {efa32212-4bcc-472d-94e1-5778e9e7265c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14345 2024.11.26 23:40:55.742471 [ 270 ] {efa32212-4bcc-472d-94e1-5778e9e7265c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14346 2024.11.26 23:40:55.742724 [ 270 ] {efa32212-4bcc-472d-94e1-5778e9e7265c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14347 2024.11.26 23:40:55.742889 [ 117 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14348 2024.11.26 23:40:55.742950 [ 117 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14349 2024.11.26 23:40:55.742977 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14350 2024.11.26 23:40:55.742995 [ 270 ] {efa32212-4bcc-472d-94e1-5778e9e7265c} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001973 sec., 12164.216928535227 rows/sec., 839.46 KiB/sec.
14351 2024.11.26 23:40:55.743171 [ 270 ] {efa32212-4bcc-472d-94e1-5778e9e7265c} <Debug> TCPHandler: Processed in 0.002392392 sec.
14352 2024.11.26 23:40:55.743261 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
14353 2024.11.26 23:40:55.743428 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14354 2024.11.26 23:40:55.743470 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6996 rows starting from the beginning of the part
14355 2024.11.26 23:40:55.743577 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part
14356 2024.11.26 23:40:55.743793 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part
14357 2024.11.26 23:40:55.743942 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 82 rows starting from the beginning of the part
14358 2024.11.26 23:40:55.744133 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 36 rows starting from the beginning of the part
14359 2024.11.26 23:40:55.744282 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 24 rows starting from the beginning of the part
14360 2024.11.26 23:40:55.746578 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7280 rows, containing 4 columns (4 merged, 0 gathered) in 0.003484463 sec., 2089274.588365553 rows/sec., 136.24 MiB/sec.
14361 2024.11.26 23:40:55.746991 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14362 2024.11.26 23:40:55.747286 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14363 2024.11.26 23:40:55.747367 [ 194 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_121_24} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14364 2024.11.26 23:40:55.747447 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB.
14365 2024.11.26 23:40:57.152506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574
14366 2024.11.26 23:40:57.153190 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14367 2024.11.26 23:40:57.153237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14368 2024.11.26 23:40:57.153772 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14369 2024.11.26 23:40:57.154036 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14370 2024.11.26 23:40:57.154262 [ 115 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14371 2024.11.26 23:40:57.154308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574
14372 2024.11.26 23:40:57.154355 [ 115 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14373 2024.11.26 23:40:57.154384 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
14374 2024.11.26 23:40:57.154542 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
14375 2024.11.26 23:40:57.154724 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14376 2024.11.26 23:40:57.154774 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
14377 2024.11.26 23:40:57.154865 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part
14378 2024.11.26 23:40:57.155091 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part
14379 2024.11.26 23:40:57.155311 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part
14380 2024.11.26 23:40:57.155435 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part
14381 2024.11.26 23:40:57.155651 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part
14382 2024.11.26 23:40:57.158481 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004012248 sec., 8118640.7221089015 rows/sec., 116.14 MiB/sec.
14383 2024.11.26 23:40:57.158851 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14384 2024.11.26 23:40:57.159190 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_71_14} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14385 2024.11.26 23:40:57.159274 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_71_14} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14386 2024.11.26 23:40:57.159375 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
14387 2024.11.26 23:40:59.428137 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535
14388 2024.11.26 23:40:59.451283 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14389 2024.11.26 23:40:59.451348 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14390 2024.11.26 23:40:59.459229 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14391 2024.11.26 23:40:59.460025 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14392 2024.11.26 23:40:59.460415 [ 112 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14393 2024.11.26 23:40:59.460575 [ 112 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14394 2024.11.26 23:40:59.460653 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14395 2024.11.26 23:40:59.460974 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
14396 2024.11.26 23:40:59.470254 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535
14397 2024.11.26 23:40:59.471380 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14398 2024.11.26 23:40:59.472302 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
14399 2024.11.26 23:40:59.476796 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
14400 2024.11.26 23:40:59.481267 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
14401 2024.11.26 23:40:59.486104 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
14402 2024.11.26 23:40:59.491325 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
14403 2024.11.26 23:40:59.497265 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part
14404 2024.11.26 23:40:59.561109 [ 194 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.100294456 sec., 5334.2928546319645 rows/sec., 27.58 MiB/sec.
14405 2024.11.26 23:40:59.564561 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14406 2024.11.26 23:40:59.567630 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_71_14} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14407 2024.11.26 23:40:59.567750 [ 200 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_71_14} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14408 2024.11.26 23:40:59.571600 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
14409 2024.11.26 23:41:00.736090 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14410 2024.11.26 23:41:00.736281 [ 268 ] {358c24f2-b2ab-4789-9972-4aecfeebe63b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14411 2024.11.26 23:41:00.736357 [ 268 ] {358c24f2-b2ab-4789-9972-4aecfeebe63b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14412 2024.11.26 23:41:00.737130 [ 268 ] {358c24f2-b2ab-4789-9972-4aecfeebe63b} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14413 2024.11.26 23:41:00.737180 [ 268 ] {358c24f2-b2ab-4789-9972-4aecfeebe63b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14414 2024.11.26 23:41:00.737644 [ 268 ] {358c24f2-b2ab-4789-9972-4aecfeebe63b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14415 2024.11.26 23:41:00.737907 [ 268 ] {358c24f2-b2ab-4789-9972-4aecfeebe63b} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14416 2024.11.26 23:41:00.738161 [ 268 ] {358c24f2-b2ab-4789-9972-4aecfeebe63b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec.
14417 2024.11.26 23:41:00.738231 [ 268 ] {358c24f2-b2ab-4789-9972-4aecfeebe63b} <Debug> TCPHandler: Processed in 0.002267801 sec.
14418 2024.11.26 23:41:00.738476 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14419 2024.11.26 23:41:00.738669 [ 270 ] {63a6be84-094c-4156-a8db-c79435c299a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14420 2024.11.26 23:41:00.738741 [ 270 ] {63a6be84-094c-4156-a8db-c79435c299a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14421 2024.11.26 23:41:00.739568 [ 270 ] {63a6be84-094c-4156-a8db-c79435c299a4} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14422 2024.11.26 23:41:00.739615 [ 270 ] {63a6be84-094c-4156-a8db-c79435c299a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14423 2024.11.26 23:41:00.740087 [ 270 ] {63a6be84-094c-4156-a8db-c79435c299a4} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14424 2024.11.26 23:41:00.740342 [ 270 ] {63a6be84-094c-4156-a8db-c79435c299a4} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14425 2024.11.26 23:41:00.740579 [ 270 ] {63a6be84-094c-4156-a8db-c79435c299a4} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001962 sec., 103465.85117227318 rows/sec., 8.96 MiB/sec.
14426 2024.11.26 23:41:00.740635 [ 270 ] {63a6be84-094c-4156-a8db-c79435c299a4} <Debug> TCPHandler: Processed in 0.002286582 sec.
14427 2024.11.26 23:41:00.740792 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14428 2024.11.26 23:41:00.740921 [ 268 ] {d6fb692d-32e9-4554-84ba-8d4419b25ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14429 2024.11.26 23:41:00.740977 [ 268 ] {d6fb692d-32e9-4554-84ba-8d4419b25ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14430 2024.11.26 23:41:00.741578 [ 268 ] {d6fb692d-32e9-4554-84ba-8d4419b25ce8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14431 2024.11.26 23:41:00.741620 [ 268 ] {d6fb692d-32e9-4554-84ba-8d4419b25ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14432 2024.11.26 23:41:00.742000 [ 268 ] {d6fb692d-32e9-4554-84ba-8d4419b25ce8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
14433 2024.11.26 23:41:00.742249 [ 268 ] {d6fb692d-32e9-4554-84ba-8d4419b25ce8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14434 2024.11.26 23:41:00.742470 [ 268 ] {d6fb692d-32e9-4554-84ba-8d4419b25ce8} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001579 sec., 4433.185560481317 rows/sec., 288.83 KiB/sec.
14435 2024.11.26 23:41:00.742528 [ 268 ] {d6fb692d-32e9-4554-84ba-8d4419b25ce8} <Debug> TCPHandler: Processed in 0.001796817 sec.
14436 2024.11.26 23:41:00.742698 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14437 2024.11.26 23:41:00.742839 [ 270 ] {c5fc109a-b60f-480f-abdc-17740ae34a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14438 2024.11.26 23:41:00.742897 [ 270 ] {c5fc109a-b60f-480f-abdc-17740ae34a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14439 2024.11.26 23:41:00.743529 [ 270 ] {c5fc109a-b60f-480f-abdc-17740ae34a32} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14440 2024.11.26 23:41:00.743569 [ 270 ] {c5fc109a-b60f-480f-abdc-17740ae34a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14441 2024.11.26 23:41:00.743926 [ 270 ] {c5fc109a-b60f-480f-abdc-17740ae34a32} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14442 2024.11.26 23:41:00.744167 [ 270 ] {c5fc109a-b60f-480f-abdc-17740ae34a32} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14443 2024.11.26 23:41:00.744400 [ 270 ] {c5fc109a-b60f-480f-abdc-17740ae34a32} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001587 sec., 8821.676118462507 rows/sec., 617.81 KiB/sec.
14444 2024.11.26 23:41:00.744499 [ 270 ] {c5fc109a-b60f-480f-abdc-17740ae34a32} <Debug> TCPHandler: Processed in 0.001868778 sec.
14445 2024.11.26 23:41:00.744693 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14446 2024.11.26 23:41:00.744845 [ 268 ] {bc3076e7-e742-4de8-a304-3c40faa83d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14447 2024.11.26 23:41:00.744905 [ 268 ] {bc3076e7-e742-4de8-a304-3c40faa83d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14448 2024.11.26 23:41:00.745527 [ 268 ] {bc3076e7-e742-4de8-a304-3c40faa83d98} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14449 2024.11.26 23:41:00.745567 [ 268 ] {bc3076e7-e742-4de8-a304-3c40faa83d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14450 2024.11.26 23:41:00.745943 [ 268 ] {bc3076e7-e742-4de8-a304-3c40faa83d98} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14451 2024.11.26 23:41:00.746188 [ 268 ] {bc3076e7-e742-4de8-a304-3c40faa83d98} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14452 2024.11.26 23:41:00.746419 [ 268 ] {bc3076e7-e742-4de8-a304-3c40faa83d98} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec.
14453 2024.11.26 23:41:00.746494 [ 268 ] {bc3076e7-e742-4de8-a304-3c40faa83d98} <Debug> TCPHandler: Processed in 0.001897407 sec.
14454 2024.11.26 23:41:00.746715 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14455 2024.11.26 23:41:00.746861 [ 270 ] {d125bf55-298a-4bc8-8c0e-60ae1629e6e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14456 2024.11.26 23:41:00.746918 [ 270 ] {d125bf55-298a-4bc8-8c0e-60ae1629e6e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14457 2024.11.26 23:41:00.747681 [ 270 ] {d125bf55-298a-4bc8-8c0e-60ae1629e6e9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14458 2024.11.26 23:41:00.747721 [ 270 ] {d125bf55-298a-4bc8-8c0e-60ae1629e6e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14459 2024.11.26 23:41:00.748129 [ 270 ] {d125bf55-298a-4bc8-8c0e-60ae1629e6e9} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14460 2024.11.26 23:41:00.748384 [ 270 ] {d125bf55-298a-4bc8-8c0e-60ae1629e6e9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14461 2024.11.26 23:41:00.748601 [ 270 ] {d125bf55-298a-4bc8-8c0e-60ae1629e6e9} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001771 sec., 215697.34613212873 rows/sec., 15.26 MiB/sec.
14462 2024.11.26 23:41:00.748657 [ 270 ] {d125bf55-298a-4bc8-8c0e-60ae1629e6e9} <Debug> TCPHandler: Processed in 0.00207161 sec.
14463 2024.11.26 23:41:00.748804 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14464 2024.11.26 23:41:00.748923 [ 268 ] {c6b1cb53-688c-4d0f-be29-831e552f5502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14465 2024.11.26 23:41:00.748976 [ 268 ] {c6b1cb53-688c-4d0f-be29-831e552f5502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14466 2024.11.26 23:41:00.749472 [ 268 ] {c6b1cb53-688c-4d0f-be29-831e552f5502} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14467 2024.11.26 23:41:00.749511 [ 268 ] {c6b1cb53-688c-4d0f-be29-831e552f5502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14468 2024.11.26 23:41:00.749878 [ 268 ] {c6b1cb53-688c-4d0f-be29-831e552f5502} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14469 2024.11.26 23:41:00.750166 [ 268 ] {c6b1cb53-688c-4d0f-be29-831e552f5502} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14470 2024.11.26 23:41:00.750357 [ 110 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
14471 2024.11.26 23:41:00.750425 [ 268 ] {c6b1cb53-688c-4d0f-be29-831e552f5502} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec.
14472 2024.11.26 23:41:00.750457 [ 110 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14473 2024.11.26 23:41:00.750530 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14474 2024.11.26 23:41:00.750556 [ 268 ] {c6b1cb53-688c-4d0f-be29-831e552f5502} <Debug> TCPHandler: Processed in 0.001799686 sec.
14475 2024.11.26 23:41:00.750772 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14476 2024.11.26 23:41:00.750803 [ 192 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
14477 2024.11.26 23:41:00.750952 [ 270 ] {53e79e05-0af5-4823-9860-125ca188decc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14478 2024.11.26 23:41:00.750978 [ 192 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14479 2024.11.26 23:41:00.751027 [ 192 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part
14480 2024.11.26 23:41:00.751033 [ 270 ] {53e79e05-0af5-4823-9860-125ca188decc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14481 2024.11.26 23:41:00.751255 [ 192 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part
14482 2024.11.26 23:41:00.751601 [ 192 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
14483 2024.11.26 23:41:00.752012 [ 192 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part
14484 2024.11.26 23:41:00.752395 [ 192 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part
14485 2024.11.26 23:41:00.752874 [ 192 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part
14486 2024.11.26 23:41:00.753734 [ 270 ] {53e79e05-0af5-4823-9860-125ca188decc} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14487 2024.11.26 23:41:00.753782 [ 270 ] {53e79e05-0af5-4823-9860-125ca188decc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14488 2024.11.26 23:41:00.754546 [ 270 ] {53e79e05-0af5-4823-9860-125ca188decc} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14489 2024.11.26 23:41:00.754623 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.003980367 sec., 76877.33317053427 rows/sec., 3.92 MiB/sec.
14490 2024.11.26 23:41:00.754868 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
14491 2024.11.26 23:41:00.754953 [ 270 ] {53e79e05-0af5-4823-9860-125ca188decc} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14492 2024.11.26 23:41:00.755257 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_117_24 to all_122_122_0
14493 2024.11.26 23:41:00.755365 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14494 2024.11.26 23:41:00.755431 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14495 2024.11.26 23:41:00.755525 [ 270 ] {53e79e05-0af5-4823-9860-125ca188decc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004592 sec., 51611.498257839725 rows/sec., 3.46 MiB/sec.
14496 2024.11.26 23:41:00.755751 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14497 2024.11.26 23:41:00.755773 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_117_24 to all_122_122_0 into Compact with storage Full
14498 2024.11.26 23:41:00.755806 [ 270 ] {53e79e05-0af5-4823-9860-125ca188decc} <Debug> TCPHandler: Processed in 0.005159188 sec.
14499 2024.11.26 23:41:00.756111 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14500 2024.11.26 23:41:00.756186 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14501 2024.11.26 23:41:00.756195 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_51_10} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
14502 2024.11.26 23:41:00.756302 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_117_24, total 34836 rows starting from the beginning of the part
14503 2024.11.26 23:41:00.756414 [ 268 ] {0732597a-802c-4254-bec7-7388b664a55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14504 2024.11.26 23:41:00.756505 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
14505 2024.11.26 23:41:00.756588 [ 268 ] {0732597a-802c-4254-bec7-7388b664a55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14506 2024.11.26 23:41:00.756626 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part
14507 2024.11.26 23:41:00.757005 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 237 rows starting from the beginning of the part
14508 2024.11.26 23:41:00.757384 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 943 rows starting from the beginning of the part
14509 2024.11.26 23:41:00.757775 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part
14510 2024.11.26 23:41:00.758094 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 237 rows starting from the beginning of the part
14511 2024.11.26 23:41:00.759509 [ 268 ] {0732597a-802c-4254-bec7-7388b664a55e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14512 2024.11.26 23:41:00.759556 [ 268 ] {0732597a-802c-4254-bec7-7388b664a55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14513 2024.11.26 23:41:00.760131 [ 268 ] {0732597a-802c-4254-bec7-7388b664a55e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
14514 2024.11.26 23:41:00.760537 [ 268 ] {0732597a-802c-4254-bec7-7388b664a55e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14515 2024.11.26 23:41:00.761055 [ 268 ] {0732597a-802c-4254-bec7-7388b664a55e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004734 sec., 211.23785382340515 rows/sec., 14.23 KiB/sec.
14516 2024.11.26 23:41:00.761233 [ 268 ] {0732597a-802c-4254-bec7-7388b664a55e} <Debug> TCPHandler: Processed in 0.00530579 sec.
14517 2024.11.26 23:41:00.761440 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14518 2024.11.26 23:41:00.761611 [ 270 ] {1a1b9dda-6168-462a-89d4-d85c4bbd097a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14519 2024.11.26 23:41:00.761671 [ 270 ] {1a1b9dda-6168-462a-89d4-d85c4bbd097a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14520 2024.11.26 23:41:00.762306 [ 270 ] {1a1b9dda-6168-462a-89d4-d85c4bbd097a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14521 2024.11.26 23:41:00.762346 [ 270 ] {1a1b9dda-6168-462a-89d4-d85c4bbd097a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14522 2024.11.26 23:41:00.762810 [ 270 ] {1a1b9dda-6168-462a-89d4-d85c4bbd097a} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14523 2024.11.26 23:41:00.763062 [ 270 ] {1a1b9dda-6168-462a-89d4-d85c4bbd097a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14524 2024.11.26 23:41:00.763292 [ 270 ] {1a1b9dda-6168-462a-89d4-d85c4bbd097a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00172 sec., 47674.41860465116 rows/sec., 3.03 MiB/sec.
14525 2024.11.26 23:41:00.763425 [ 270 ] {1a1b9dda-6168-462a-89d4-d85c4bbd097a} <Debug> TCPHandler: Processed in 0.002061479 sec.
14526 2024.11.26 23:41:00.766937 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36477 rows, containing 5 columns (5 merged, 0 gathered) in 0.011411576 sec., 3196491.0017687306 rows/sec., 215.83 MiB/sec.
14527 2024.11.26 23:41:00.767470 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Trace> MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary)
14528 2024.11.26 23:41:00.768001 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14529 2024.11.26 23:41:00.768145 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_117_24, all_122_122_0] -> all_1_122_25
14530 2024.11.26 23:41:00.768302 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
14531 2024.11.26 23:41:04.460391 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache
14532 2024.11.26 23:41:04.460452 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache
14533 2024.11.26 23:41:04.654566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001
14534 2024.11.26 23:41:04.655216 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14535 2024.11.26 23:41:04.655266 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14536 2024.11.26 23:41:04.655810 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14537 2024.11.26 23:41:04.656086 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14538 2024.11.26 23:41:04.656378 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001
14539 2024.11.26 23:41:04.860958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2064
14540 2024.11.26 23:41:04.864016 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14541 2024.11.26 23:41:04.864069 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14542 2024.11.26 23:41:04.865574 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14543 2024.11.26 23:41:04.865900 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14544 2024.11.26 23:41:04.866211 [ 219 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
14545 2024.11.26 23:41:04.866300 [ 219 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
14546 2024.11.26 23:41:04.867034 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2064
14547 2024.11.26 23:41:04.868698 [ 219 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
14548 2024.11.26 23:41:05.172269 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
14549 2024.11.26 23:41:05.172326 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
14550 2024.11.26 23:41:05.174760 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
14551 2024.11.26 23:41:05.511563 [ 221 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
14552 2024.11.26 23:41:05.511617 [ 221 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
14553 2024.11.26 23:41:05.513618 [ 221 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
14554 2024.11.26 23:41:05.618996 [ 221 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
14555 2024.11.26 23:41:05.619061 [ 221 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
14556 2024.11.26 23:41:05.621174 [ 221 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
14557 2024.11.26 23:41:05.733427 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14558 2024.11.26 23:41:05.733669 [ 268 ] {da56b73b-8a87-4231-bd71-8da5ba6ca3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14559 2024.11.26 23:41:05.733761 [ 268 ] {da56b73b-8a87-4231-bd71-8da5ba6ca3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14560 2024.11.26 23:41:05.734707 [ 268 ] {da56b73b-8a87-4231-bd71-8da5ba6ca3ac} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14561 2024.11.26 23:41:05.734754 [ 268 ] {da56b73b-8a87-4231-bd71-8da5ba6ca3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14562 2024.11.26 23:41:05.735205 [ 268 ] {da56b73b-8a87-4231-bd71-8da5ba6ca3ac} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14563 2024.11.26 23:41:05.735460 [ 268 ] {da56b73b-8a87-4231-bd71-8da5ba6ca3ac} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14564 2024.11.26 23:41:05.735716 [ 268 ] {da56b73b-8a87-4231-bd71-8da5ba6ca3ac} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002117 sec., 65186.584789796885 rows/sec., 5.63 MiB/sec.
14565 2024.11.26 23:41:05.735772 [ 268 ] {da56b73b-8a87-4231-bd71-8da5ba6ca3ac} <Debug> TCPHandler: Processed in 0.002494963 sec.
14566 2024.11.26 23:41:05.736035 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14567 2024.11.26 23:41:05.736287 [ 270 ] {b7592406-7492-4b2e-bd96-0678f966b3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14568 2024.11.26 23:41:05.736385 [ 270 ] {b7592406-7492-4b2e-bd96-0678f966b3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14569 2024.11.26 23:41:05.737159 [ 270 ] {b7592406-7492-4b2e-bd96-0678f966b3a2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14570 2024.11.26 23:41:05.737203 [ 270 ] {b7592406-7492-4b2e-bd96-0678f966b3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14571 2024.11.26 23:41:05.737650 [ 270 ] {b7592406-7492-4b2e-bd96-0678f966b3a2} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
14572 2024.11.26 23:41:05.737906 [ 270 ] {b7592406-7492-4b2e-bd96-0678f966b3a2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14573 2024.11.26 23:41:05.738103 [ 270 ] {b7592406-7492-4b2e-bd96-0678f966b3a2} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001886 sec., 21739.130434782608 rows/sec., 1.60 MiB/sec.
14574 2024.11.26 23:41:05.738167 [ 270 ] {b7592406-7492-4b2e-bd96-0678f966b3a2} <Debug> TCPHandler: Processed in 0.002290241 sec.
14575 2024.11.26 23:41:05.738404 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14576 2024.11.26 23:41:05.738546 [ 268 ] {8a37570a-a2ed-44dc-9594-2fec98fb428e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14577 2024.11.26 23:41:05.738606 [ 268 ] {8a37570a-a2ed-44dc-9594-2fec98fb428e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14578 2024.11.26 23:41:05.739399 [ 268 ] {8a37570a-a2ed-44dc-9594-2fec98fb428e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14579 2024.11.26 23:41:05.739440 [ 268 ] {8a37570a-a2ed-44dc-9594-2fec98fb428e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14580 2024.11.26 23:41:05.739828 [ 268 ] {8a37570a-a2ed-44dc-9594-2fec98fb428e} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14581 2024.11.26 23:41:05.740083 [ 268 ] {8a37570a-a2ed-44dc-9594-2fec98fb428e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14582 2024.11.26 23:41:05.740307 [ 268 ] {8a37570a-a2ed-44dc-9594-2fec98fb428e} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001792 sec., 58593.75 rows/sec., 4.58 MiB/sec.
14583 2024.11.26 23:41:05.740359 [ 268 ] {8a37570a-a2ed-44dc-9594-2fec98fb428e} <Debug> TCPHandler: Processed in 0.002025359 sec.
14584 2024.11.26 23:41:05.740512 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14585 2024.11.26 23:41:05.740640 [ 270 ] {d020d82f-c9f8-4284-a90c-23d3f7dfb183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14586 2024.11.26 23:41:05.740700 [ 270 ] {d020d82f-c9f8-4284-a90c-23d3f7dfb183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14587 2024.11.26 23:41:05.741294 [ 270 ] {d020d82f-c9f8-4284-a90c-23d3f7dfb183} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14588 2024.11.26 23:41:05.741333 [ 270 ] {d020d82f-c9f8-4284-a90c-23d3f7dfb183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14589 2024.11.26 23:41:05.741741 [ 270 ] {d020d82f-c9f8-4284-a90c-23d3f7dfb183} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14590 2024.11.26 23:41:05.741992 [ 270 ] {d020d82f-c9f8-4284-a90c-23d3f7dfb183} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14591 2024.11.26 23:41:05.742174 [ 270 ] {d020d82f-c9f8-4284-a90c-23d3f7dfb183} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec.
14592 2024.11.26 23:41:05.742230 [ 270 ] {d020d82f-c9f8-4284-a90c-23d3f7dfb183} <Debug> TCPHandler: Processed in 0.001777857 sec.
14593 2024.11.26 23:41:05.742373 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14594 2024.11.26 23:41:05.742502 [ 268 ] {63766261-7395-4ded-ada7-903ec5b66d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14595 2024.11.26 23:41:05.742588 [ 268 ] {63766261-7395-4ded-ada7-903ec5b66d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14596 2024.11.26 23:41:05.743822 [ 268 ] {63766261-7395-4ded-ada7-903ec5b66d6b} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14597 2024.11.26 23:41:05.743862 [ 268 ] {63766261-7395-4ded-ada7-903ec5b66d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14598 2024.11.26 23:41:05.744589 [ 268 ] {63766261-7395-4ded-ada7-903ec5b66d6b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14599 2024.11.26 23:41:05.744859 [ 268 ] {63766261-7395-4ded-ada7-903ec5b66d6b} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14600 2024.11.26 23:41:05.745119 [ 268 ] {63766261-7395-4ded-ada7-903ec5b66d6b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002642 sec., 15518.546555639668 rows/sec., 27.81 MiB/sec.
14601 2024.11.26 23:41:05.745231 [ 268 ] {63766261-7395-4ded-ada7-903ec5b66d6b} <Debug> TCPHandler: Processed in 0.002914507 sec.
14602 2024.11.26 23:41:05.745399 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14603 2024.11.26 23:41:05.745544 [ 270 ] {ae860611-ec64-4155-b66f-09294abb5b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14604 2024.11.26 23:41:05.745608 [ 270 ] {ae860611-ec64-4155-b66f-09294abb5b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14605 2024.11.26 23:41:05.746190 [ 270 ] {ae860611-ec64-4155-b66f-09294abb5b14} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14606 2024.11.26 23:41:05.746237 [ 270 ] {ae860611-ec64-4155-b66f-09294abb5b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14607 2024.11.26 23:41:05.746646 [ 270 ] {ae860611-ec64-4155-b66f-09294abb5b14} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14608 2024.11.26 23:41:05.746888 [ 270 ] {ae860611-ec64-4155-b66f-09294abb5b14} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14609 2024.11.26 23:41:05.747068 [ 270 ] {ae860611-ec64-4155-b66f-09294abb5b14} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec.
14610 2024.11.26 23:41:05.747118 [ 270 ] {ae860611-ec64-4155-b66f-09294abb5b14} <Debug> TCPHandler: Processed in 0.001802597 sec.
14611 2024.11.26 23:41:06.255482 [ 218 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
14612 2024.11.26 23:41:06.255547 [ 218 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
14613 2024.11.26 23:41:06.257599 [ 218 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
14614 2024.11.26 23:41:06.970442 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543
14615 2024.11.26 23:41:06.993992 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14616 2024.11.26 23:41:06.994058 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14617 2024.11.26 23:41:07.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.54 MiB, peak 284.49 MiB, free memory in arenas 0.00 B, will set to 267.02 MiB (RSS), difference: -4.52 MiB
14618 2024.11.26 23:41:07.002159 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14619 2024.11.26 23:41:07.002948 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14620 2024.11.26 23:41:07.006658 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
14621 2024.11.26 23:41:08.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.02 MiB, peak 284.49 MiB, free memory in arenas 0.00 B, will set to 267.02 MiB (RSS), difference: 4.00 MiB
14622 2024.11.26 23:41:10.685633 [ 221 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
14623 2024.11.26 23:41:10.685685 [ 221 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
14624 2024.11.26 23:41:10.687695 [ 221 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
14625 2024.11.26 23:41:10.735999 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14626 2024.11.26 23:41:10.736170 [ 268 ] {03b21d11-0300-45ac-902e-a7f6bb5a9808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14627 2024.11.26 23:41:10.736241 [ 268 ] {03b21d11-0300-45ac-902e-a7f6bb5a9808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14628 2024.11.26 23:41:10.736978 [ 268 ] {03b21d11-0300-45ac-902e-a7f6bb5a9808} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14629 2024.11.26 23:41:10.737022 [ 268 ] {03b21d11-0300-45ac-902e-a7f6bb5a9808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14630 2024.11.26 23:41:10.737444 [ 268 ] {03b21d11-0300-45ac-902e-a7f6bb5a9808} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14631 2024.11.26 23:41:10.737694 [ 268 ] {03b21d11-0300-45ac-902e-a7f6bb5a9808} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14632 2024.11.26 23:41:10.737951 [ 268 ] {03b21d11-0300-45ac-902e-a7f6bb5a9808} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001824 sec., 7675.438596491228 rows/sec., 552.53 KiB/sec.
14633 2024.11.26 23:41:10.738064 [ 268 ] {03b21d11-0300-45ac-902e-a7f6bb5a9808} <Debug> TCPHandler: Processed in 0.00218877 sec.
14634 2024.11.26 23:41:10.738369 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14635 2024.11.26 23:41:10.738564 [ 270 ] {c022d81e-5c19-4af7-bfb1-17966723a0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14636 2024.11.26 23:41:10.738641 [ 270 ] {c022d81e-5c19-4af7-bfb1-17966723a0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14637 2024.11.26 23:41:10.739488 [ 270 ] {c022d81e-5c19-4af7-bfb1-17966723a0e2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14638 2024.11.26 23:41:10.739545 [ 270 ] {c022d81e-5c19-4af7-bfb1-17966723a0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14639 2024.11.26 23:41:10.740008 [ 270 ] {c022d81e-5c19-4af7-bfb1-17966723a0e2} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14640 2024.11.26 23:41:10.740270 [ 270 ] {c022d81e-5c19-4af7-bfb1-17966723a0e2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14641 2024.11.26 23:41:10.740510 [ 270 ] {c022d81e-5c19-4af7-bfb1-17966723a0e2} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001998 sec., 101601.6016016016 rows/sec., 8.79 MiB/sec.
14642 2024.11.26 23:41:10.740581 [ 270 ] {c022d81e-5c19-4af7-bfb1-17966723a0e2} <Debug> TCPHandler: Processed in 0.002408683 sec.
14643 2024.11.26 23:41:10.740733 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14644 2024.11.26 23:41:10.740873 [ 268 ] {baf70aaf-aad6-424c-a46d-30a16bf3e978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14645 2024.11.26 23:41:10.740931 [ 268 ] {baf70aaf-aad6-424c-a46d-30a16bf3e978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14646 2024.11.26 23:41:10.741604 [ 268 ] {baf70aaf-aad6-424c-a46d-30a16bf3e978} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14647 2024.11.26 23:41:10.741645 [ 268 ] {baf70aaf-aad6-424c-a46d-30a16bf3e978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14648 2024.11.26 23:41:10.742019 [ 268 ] {baf70aaf-aad6-424c-a46d-30a16bf3e978} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
14649 2024.11.26 23:41:10.742268 [ 268 ] {baf70aaf-aad6-424c-a46d-30a16bf3e978} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14650 2024.11.26 23:41:10.742479 [ 268 ] {baf70aaf-aad6-424c-a46d-30a16bf3e978} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001637 sec., 4276.114844227245 rows/sec., 278.59 KiB/sec.
14651 2024.11.26 23:41:10.742531 [ 268 ] {baf70aaf-aad6-424c-a46d-30a16bf3e978} <Debug> TCPHandler: Processed in 0.001865138 sec.
14652 2024.11.26 23:41:10.742694 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14653 2024.11.26 23:41:10.742842 [ 270 ] {fb47d1d9-105d-46f5-b97e-5d50160011d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14654 2024.11.26 23:41:10.742904 [ 270 ] {fb47d1d9-105d-46f5-b97e-5d50160011d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14655 2024.11.26 23:41:10.743603 [ 270 ] {fb47d1d9-105d-46f5-b97e-5d50160011d1} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14656 2024.11.26 23:41:10.743645 [ 270 ] {fb47d1d9-105d-46f5-b97e-5d50160011d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14657 2024.11.26 23:41:10.744023 [ 270 ] {fb47d1d9-105d-46f5-b97e-5d50160011d1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14658 2024.11.26 23:41:10.744271 [ 270 ] {fb47d1d9-105d-46f5-b97e-5d50160011d1} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14659 2024.11.26 23:41:10.744492 [ 270 ] {fb47d1d9-105d-46f5-b97e-5d50160011d1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001686 sec., 8303.67734282325 rows/sec., 581.54 KiB/sec.
14660 2024.11.26 23:41:10.744549 [ 270 ] {fb47d1d9-105d-46f5-b97e-5d50160011d1} <Debug> TCPHandler: Processed in 0.001926248 sec.
14661 2024.11.26 23:41:10.744692 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14662 2024.11.26 23:41:10.744811 [ 268 ] {cc62bdd4-1efe-4277-89db-a1e0673dd531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14663 2024.11.26 23:41:10.744860 [ 268 ] {cc62bdd4-1efe-4277-89db-a1e0673dd531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14664 2024.11.26 23:41:10.745442 [ 268 ] {cc62bdd4-1efe-4277-89db-a1e0673dd531} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14665 2024.11.26 23:41:10.745482 [ 268 ] {cc62bdd4-1efe-4277-89db-a1e0673dd531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14666 2024.11.26 23:41:10.745848 [ 268 ] {cc62bdd4-1efe-4277-89db-a1e0673dd531} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14667 2024.11.26 23:41:10.746117 [ 268 ] {cc62bdd4-1efe-4277-89db-a1e0673dd531} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14668 2024.11.26 23:41:10.746332 [ 268 ] {cc62bdd4-1efe-4277-89db-a1e0673dd531} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001545 sec., 8414.239482200648 rows/sec., 524.63 KiB/sec.
14669 2024.11.26 23:41:10.746454 [ 268 ] {cc62bdd4-1efe-4277-89db-a1e0673dd531} <Debug> TCPHandler: Processed in 0.001817697 sec.
14670 2024.11.26 23:41:10.746641 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14671 2024.11.26 23:41:10.746760 [ 270 ] {88305951-e6c9-4b53-b65a-69f722a5b919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14672 2024.11.26 23:41:10.746813 [ 270 ] {88305951-e6c9-4b53-b65a-69f722a5b919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14673 2024.11.26 23:41:10.747596 [ 270 ] {88305951-e6c9-4b53-b65a-69f722a5b919} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14674 2024.11.26 23:41:10.747638 [ 270 ] {88305951-e6c9-4b53-b65a-69f722a5b919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14675 2024.11.26 23:41:10.748061 [ 270 ] {88305951-e6c9-4b53-b65a-69f722a5b919} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14676 2024.11.26 23:41:10.748312 [ 270 ] {88305951-e6c9-4b53-b65a-69f722a5b919} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14677 2024.11.26 23:41:10.748547 [ 270 ] {88305951-e6c9-4b53-b65a-69f722a5b919} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00181 sec., 211049.72375690608 rows/sec., 14.94 MiB/sec.
14678 2024.11.26 23:41:10.748653 [ 270 ] {88305951-e6c9-4b53-b65a-69f722a5b919} <Debug> TCPHandler: Processed in 0.00210146 sec.
14679 2024.11.26 23:41:10.748881 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14680 2024.11.26 23:41:10.749092 [ 268 ] {c7eeb2ac-a5c8-4c67-ab5a-576f1777fab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14681 2024.11.26 23:41:10.749153 [ 268 ] {c7eeb2ac-a5c8-4c67-ab5a-576f1777fab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14682 2024.11.26 23:41:10.749665 [ 268 ] {c7eeb2ac-a5c8-4c67-ab5a-576f1777fab3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14683 2024.11.26 23:41:10.749707 [ 268 ] {c7eeb2ac-a5c8-4c67-ab5a-576f1777fab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14684 2024.11.26 23:41:10.750107 [ 268 ] {c7eeb2ac-a5c8-4c67-ab5a-576f1777fab3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14685 2024.11.26 23:41:10.750367 [ 268 ] {c7eeb2ac-a5c8-4c67-ab5a-576f1777fab3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14686 2024.11.26 23:41:10.750590 [ 268 ] {c7eeb2ac-a5c8-4c67-ab5a-576f1777fab3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec.
14687 2024.11.26 23:41:10.750641 [ 268 ] {c7eeb2ac-a5c8-4c67-ab5a-576f1777fab3} <Debug> TCPHandler: Processed in 0.001869647 sec.
14688 2024.11.26 23:41:10.750798 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14689 2024.11.26 23:41:10.750938 [ 270 ] {556697f9-3d6e-4620-adbb-d9d860eaf56a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14690 2024.11.26 23:41:10.751003 [ 270 ] {556697f9-3d6e-4620-adbb-d9d860eaf56a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14691 2024.11.26 23:41:10.751684 [ 270 ] {556697f9-3d6e-4620-adbb-d9d860eaf56a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14692 2024.11.26 23:41:10.751723 [ 270 ] {556697f9-3d6e-4620-adbb-d9d860eaf56a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14693 2024.11.26 23:41:10.752200 [ 270 ] {556697f9-3d6e-4620-adbb-d9d860eaf56a} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14694 2024.11.26 23:41:10.752448 [ 270 ] {556697f9-3d6e-4620-adbb-d9d860eaf56a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14695 2024.11.26 23:41:10.752676 [ 270 ] {556697f9-3d6e-4620-adbb-d9d860eaf56a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00177 sec., 133898.30508474575 rows/sec., 8.97 MiB/sec.
14696 2024.11.26 23:41:10.752730 [ 270 ] {556697f9-3d6e-4620-adbb-d9d860eaf56a} <Debug> TCPHandler: Processed in 0.001999879 sec.
14697 2024.11.26 23:41:10.752878 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14698 2024.11.26 23:41:10.752997 [ 268 ] {220cf7e4-ac83-44ed-bdf8-da7c2ec07bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14699 2024.11.26 23:41:10.753050 [ 268 ] {220cf7e4-ac83-44ed-bdf8-da7c2ec07bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14700 2024.11.26 23:41:10.753536 [ 268 ] {220cf7e4-ac83-44ed-bdf8-da7c2ec07bc7} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14701 2024.11.26 23:41:10.753576 [ 268 ] {220cf7e4-ac83-44ed-bdf8-da7c2ec07bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14702 2024.11.26 23:41:10.753985 [ 268 ] {220cf7e4-ac83-44ed-bdf8-da7c2ec07bc7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
14703 2024.11.26 23:41:10.754336 [ 268 ] {220cf7e4-ac83-44ed-bdf8-da7c2ec07bc7} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14704 2024.11.26 23:41:10.754565 [ 268 ] {220cf7e4-ac83-44ed-bdf8-da7c2ec07bc7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001592 sec., 628.1407035175879 rows/sec., 42.33 KiB/sec.
14705 2024.11.26 23:41:10.754679 [ 268 ] {220cf7e4-ac83-44ed-bdf8-da7c2ec07bc7} <Debug> TCPHandler: Processed in 0.001856077 sec.
14706 2024.11.26 23:41:10.754872 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14707 2024.11.26 23:41:10.755013 [ 270 ] {aca9364f-7c14-415b-851e-c7c6afa7c840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14708 2024.11.26 23:41:10.755077 [ 270 ] {aca9364f-7c14-415b-851e-c7c6afa7c840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14709 2024.11.26 23:41:10.755647 [ 270 ] {aca9364f-7c14-415b-851e-c7c6afa7c840} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14710 2024.11.26 23:41:10.755688 [ 270 ] {aca9364f-7c14-415b-851e-c7c6afa7c840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14711 2024.11.26 23:41:10.756184 [ 270 ] {aca9364f-7c14-415b-851e-c7c6afa7c840} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
14712 2024.11.26 23:41:10.756431 [ 270 ] {aca9364f-7c14-415b-851e-c7c6afa7c840} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14713 2024.11.26 23:41:10.756658 [ 270 ] {aca9364f-7c14-415b-851e-c7c6afa7c840} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001674 sec., 48984.46833930705 rows/sec., 3.11 MiB/sec.
14714 2024.11.26 23:41:10.756707 [ 270 ] {aca9364f-7c14-415b-851e-c7c6afa7c840} <Debug> TCPHandler: Processed in 0.001931758 sec.
14715 2024.11.26 23:41:12.156627 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489
14716 2024.11.26 23:41:12.157417 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14717 2024.11.26 23:41:12.157471 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14718 2024.11.26 23:41:12.158022 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
14719 2024.11.26 23:41:12.158276 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14720 2024.11.26 23:41:12.158526 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489
14721 2024.11.26 23:41:14.506836 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
14722 2024.11.26 23:41:14.528992 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14723 2024.11.26 23:41:14.529051 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14724 2024.11.26 23:41:14.536390 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
14725 2024.11.26 23:41:14.537244 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14726 2024.11.26 23:41:14.542816 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
14727 2024.11.26 23:41:14.867406 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2096
14728 2024.11.26 23:41:14.870724 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14729 2024.11.26 23:41:14.870790 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14730 2024.11.26 23:41:14.872384 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14731 2024.11.26 23:41:14.872722 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14732 2024.11.26 23:41:14.874178 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2096
14733 2024.11.26 23:41:15.734222 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14734 2024.11.26 23:41:15.734528 [ 268 ] {6c7cbb5a-d7fa-43b2-81d3-cfc3aef20774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14735 2024.11.26 23:41:15.734644 [ 268 ] {6c7cbb5a-d7fa-43b2-81d3-cfc3aef20774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14736 2024.11.26 23:41:15.735554 [ 268 ] {6c7cbb5a-d7fa-43b2-81d3-cfc3aef20774} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14737 2024.11.26 23:41:15.735600 [ 268 ] {6c7cbb5a-d7fa-43b2-81d3-cfc3aef20774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14738 2024.11.26 23:41:15.736051 [ 268 ] {6c7cbb5a-d7fa-43b2-81d3-cfc3aef20774} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14739 2024.11.26 23:41:15.736312 [ 268 ] {6c7cbb5a-d7fa-43b2-81d3-cfc3aef20774} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14740 2024.11.26 23:41:15.736565 [ 268 ] {6c7cbb5a-d7fa-43b2-81d3-cfc3aef20774} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002127 sec., 64880.11283497884 rows/sec., 5.60 MiB/sec.
14741 2024.11.26 23:41:15.736623 [ 268 ] {6c7cbb5a-d7fa-43b2-81d3-cfc3aef20774} <Debug> TCPHandler: Processed in 0.002584944 sec.
14742 2024.11.26 23:41:15.736943 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14743 2024.11.26 23:41:15.737245 [ 270 ] {6b232ce0-07e3-43f3-b39c-3082b3daa47e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14744 2024.11.26 23:41:15.737367 [ 270 ] {6b232ce0-07e3-43f3-b39c-3082b3daa47e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14745 2024.11.26 23:41:15.738274 [ 270 ] {6b232ce0-07e3-43f3-b39c-3082b3daa47e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14746 2024.11.26 23:41:15.738323 [ 270 ] {6b232ce0-07e3-43f3-b39c-3082b3daa47e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14747 2024.11.26 23:41:15.738760 [ 270 ] {6b232ce0-07e3-43f3-b39c-3082b3daa47e} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
14748 2024.11.26 23:41:15.739032 [ 270 ] {6b232ce0-07e3-43f3-b39c-3082b3daa47e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14749 2024.11.26 23:41:15.739213 [ 90 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
14750 2024.11.26 23:41:15.739282 [ 270 ] {6b232ce0-07e3-43f3-b39c-3082b3daa47e} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002119 sec., 19348.749410099106 rows/sec., 1.42 MiB/sec.
14751 2024.11.26 23:41:15.739292 [ 90 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14752 2024.11.26 23:41:15.739365 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14753 2024.11.26 23:41:15.739418 [ 270 ] {6b232ce0-07e3-43f3-b39c-3082b3daa47e} <Debug> TCPHandler: Processed in 0.002668375 sec.
14754 2024.11.26 23:41:15.739642 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
14755 2024.11.26 23:41:15.739653 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14756 2024.11.26 23:41:15.739920 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14757 2024.11.26 23:41:15.739930 [ 268 ] {d5e4b8c3-a2c4-479c-a637-c29527965cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14758 2024.11.26 23:41:15.739991 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 66 rows starting from the beginning of the part
14759 2024.11.26 23:41:15.740045 [ 268 ] {d5e4b8c3-a2c4-479c-a637-c29527965cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14760 2024.11.26 23:41:15.740363 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 43 rows starting from the beginning of the part
14761 2024.11.26 23:41:15.740802 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 7 rows starting from the beginning of the part
14762 2024.11.26 23:41:15.741259 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 41 rows starting from the beginning of the part
14763 2024.11.26 23:41:15.741650 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 7 rows starting from the beginning of the part
14764 2024.11.26 23:41:15.742032 [ 202 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 41 rows starting from the beginning of the part
14765 2024.11.26 23:41:15.743164 [ 268 ] {d5e4b8c3-a2c4-479c-a637-c29527965cd6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14766 2024.11.26 23:41:15.743261 [ 268 ] {d5e4b8c3-a2c4-479c-a637-c29527965cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14767 2024.11.26 23:41:15.744319 [ 268 ] {d5e4b8c3-a2c4-479c-a637-c29527965cd6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14768 2024.11.26 23:41:15.744963 [ 268 ] {d5e4b8c3-a2c4-479c-a637-c29527965cd6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14769 2024.11.26 23:41:15.745188 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.005696533 sec., 35986.80109463072 rows/sec., 2.73 MiB/sec.
14770 2024.11.26 23:41:15.745423 [ 268 ] {d5e4b8c3-a2c4-479c-a637-c29527965cd6} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.005578 sec., 18823.95123700251 rows/sec., 1.47 MiB/sec.
14771 2024.11.26 23:41:15.745555 [ 268 ] {d5e4b8c3-a2c4-479c-a637-c29527965cd6} <Debug> TCPHandler: Processed in 0.006017126 sec.
14772 2024.11.26 23:41:15.745586 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
14773 2024.11.26 23:41:15.745792 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14774 2024.11.26 23:41:15.745951 [ 270 ] {9216a7f8-afdd-4e23-8e1d-e3541fee0afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14775 2024.11.26 23:41:15.746031 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14776 2024.11.26 23:41:15.746037 [ 270 ] {9216a7f8-afdd-4e23-8e1d-e3541fee0afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14777 2024.11.26 23:41:15.746162 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_106_21} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
14778 2024.11.26 23:41:15.746296 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
14779 2024.11.26 23:41:15.746819 [ 270 ] {9216a7f8-afdd-4e23-8e1d-e3541fee0afe} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14780 2024.11.26 23:41:15.746857 [ 270 ] {9216a7f8-afdd-4e23-8e1d-e3541fee0afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14781 2024.11.26 23:41:15.747272 [ 270 ] {9216a7f8-afdd-4e23-8e1d-e3541fee0afe} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14782 2024.11.26 23:41:15.747513 [ 270 ] {9216a7f8-afdd-4e23-8e1d-e3541fee0afe} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14783 2024.11.26 23:41:15.747747 [ 270 ] {9216a7f8-afdd-4e23-8e1d-e3541fee0afe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001832 sec., 87336.24454148472 rows/sec., 6.08 MiB/sec.
14784 2024.11.26 23:41:15.747848 [ 270 ] {9216a7f8-afdd-4e23-8e1d-e3541fee0afe} <Debug> TCPHandler: Processed in 0.002177131 sec.
14785 2024.11.26 23:41:15.748050 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14786 2024.11.26 23:41:15.748355 [ 268 ] {f415f266-e8de-424f-ba78-e0cfcad3d81b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14787 2024.11.26 23:41:15.748608 [ 268 ] {f415f266-e8de-424f-ba78-e0cfcad3d81b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14788 2024.11.26 23:41:15.749834 [ 268 ] {f415f266-e8de-424f-ba78-e0cfcad3d81b} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14789 2024.11.26 23:41:15.749874 [ 268 ] {f415f266-e8de-424f-ba78-e0cfcad3d81b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14790 2024.11.26 23:41:15.750578 [ 268 ] {f415f266-e8de-424f-ba78-e0cfcad3d81b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
14791 2024.11.26 23:41:15.750859 [ 268 ] {f415f266-e8de-424f-ba78-e0cfcad3d81b} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14792 2024.11.26 23:41:15.751105 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
14793 2024.11.26 23:41:15.751124 [ 268 ] {f415f266-e8de-424f-ba78-e0cfcad3d81b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002882 sec., 14226.231783483692 rows/sec., 25.49 MiB/sec.
14794 2024.11.26 23:41:15.751147 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
14795 2024.11.26 23:41:15.751279 [ 268 ] {f415f266-e8de-424f-ba78-e0cfcad3d81b} <Debug> TCPHandler: Processed in 0.003339311 sec.
14796 2024.11.26 23:41:15.751498 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14797 2024.11.26 23:41:15.751821 [ 270 ] {d0a63461-d336-46e5-b3f9-dc991cf1c4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14798 2024.11.26 23:41:15.751916 [ 270 ] {d0a63461-d336-46e5-b3f9-dc991cf1c4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14799 2024.11.26 23:41:15.752909 [ 270 ] {d0a63461-d336-46e5-b3f9-dc991cf1c4a9} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14800 2024.11.26 23:41:15.752981 [ 270 ] {d0a63461-d336-46e5-b3f9-dc991cf1c4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14801 2024.11.26 23:41:15.753677 [ 270 ] {d0a63461-d336-46e5-b3f9-dc991cf1c4a9} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
14802 2024.11.26 23:41:15.754107 [ 270 ] {d0a63461-d336-46e5-b3f9-dc991cf1c4a9} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14803 2024.11.26 23:41:15.754423 [ 270 ] {d0a63461-d336-46e5-b3f9-dc991cf1c4a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00268 sec., 22388.059701492537 rows/sec., 1.51 MiB/sec.
14804 2024.11.26 23:41:15.754546 [ 270 ] {d0a63461-d336-46e5-b3f9-dc991cf1c4a9} <Debug> TCPHandler: Processed in 0.003166309 sec.
14805 2024.11.26 23:41:15.754602 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
14806 2024.11.26 23:41:19.460492 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
14807 2024.11.26 23:41:19.460557 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
14808 2024.11.26 23:41:19.658772 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916
14809 2024.11.26 23:41:19.659426 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14810 2024.11.26 23:41:19.659482 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14811 2024.11.26 23:41:19.660046 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
14812 2024.11.26 23:41:19.660311 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14813 2024.11.26 23:41:19.660573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916
14814 2024.11.26 23:41:20.215974 [ 222 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
14815 2024.11.26 23:41:20.216063 [ 222 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
14816 2024.11.26 23:41:20.217923 [ 222 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
14817 2024.11.26 23:41:20.529310 [ 222 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
14818 2024.11.26 23:41:20.529369 [ 222 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
14819 2024.11.26 23:41:20.531198 [ 222 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
14820 2024.11.26 23:41:20.639974 [ 220 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
14821 2024.11.26 23:41:20.640064 [ 220 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
14822 2024.11.26 23:41:20.642633 [ 220 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
14823 2024.11.26 23:41:20.736155 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14824 2024.11.26 23:41:20.736468 [ 268 ] {73e6b69d-f88e-4fff-9925-c07a083232be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14825 2024.11.26 23:41:20.736583 [ 268 ] {73e6b69d-f88e-4fff-9925-c07a083232be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14826 2024.11.26 23:41:20.737499 [ 268 ] {73e6b69d-f88e-4fff-9925-c07a083232be} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14827 2024.11.26 23:41:20.737545 [ 268 ] {73e6b69d-f88e-4fff-9925-c07a083232be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14828 2024.11.26 23:41:20.737995 [ 268 ] {73e6b69d-f88e-4fff-9925-c07a083232be} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14829 2024.11.26 23:41:20.738270 [ 268 ] {73e6b69d-f88e-4fff-9925-c07a083232be} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14830 2024.11.26 23:41:20.738457 [ 86 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
14831 2024.11.26 23:41:20.738527 [ 268 ] {73e6b69d-f88e-4fff-9925-c07a083232be} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00214 sec., 6542.056074766355 rows/sec., 470.94 KiB/sec.
14832 2024.11.26 23:41:20.738530 [ 86 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14833 2024.11.26 23:41:20.738612 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14834 2024.11.26 23:41:20.738671 [ 268 ] {73e6b69d-f88e-4fff-9925-c07a083232be} <Debug> TCPHandler: Processed in 0.002700615 sec.
14835 2024.11.26 23:41:20.738892 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
14836 2024.11.26 23:41:20.739020 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14837 2024.11.26 23:41:20.739091 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14838 2024.11.26 23:41:20.739150 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
14839 2024.11.26 23:41:20.739344 [ 270 ] {51913f55-1da8-4a4e-acb3-14c94bdd4c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14840 2024.11.26 23:41:20.739401 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
14841 2024.11.26 23:41:20.739545 [ 270 ] {51913f55-1da8-4a4e-acb3-14c94bdd4c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14842 2024.11.26 23:41:20.739870 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
14843 2024.11.26 23:41:20.740212 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
14844 2024.11.26 23:41:20.740575 [ 186 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
14845 2024.11.26 23:41:20.742654 [ 270 ] {51913f55-1da8-4a4e-acb3-14c94bdd4c98} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14846 2024.11.26 23:41:20.742729 [ 270 ] {51913f55-1da8-4a4e-acb3-14c94bdd4c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14847 2024.11.26 23:41:20.743418 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004698243 sec., 14899.186781100934 rows/sec., 1.10 MiB/sec.
14848 2024.11.26 23:41:20.743685 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
14849 2024.11.26 23:41:20.743771 [ 270 ] {51913f55-1da8-4a4e-acb3-14c94bdd4c98} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14850 2024.11.26 23:41:20.744218 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_53_13} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14851 2024.11.26 23:41:20.744255 [ 270 ] {51913f55-1da8-4a4e-acb3-14c94bdd4c98} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14852 2024.11.26 23:41:20.744400 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_53_13} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
14853 2024.11.26 23:41:20.744578 [ 86 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
14854 2024.11.26 23:41:20.744690 [ 86 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14855 2024.11.26 23:41:20.744683 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14856 2024.11.26 23:41:20.744731 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14857 2024.11.26 23:41:20.744778 [ 270 ] {51913f55-1da8-4a4e-acb3-14c94bdd4c98} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.005555 sec., 36543.654365436545 rows/sec., 3.16 MiB/sec.
14858 2024.11.26 23:41:20.745073 [ 270 ] {51913f55-1da8-4a4e-acb3-14c94bdd4c98} <Debug> TCPHandler: Processed in 0.006247438 sec.
14859 2024.11.26 23:41:20.745126 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
14860 2024.11.26 23:41:20.745326 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14861 2024.11.26 23:41:20.745649 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14862 2024.11.26 23:41:20.745738 [ 268 ] {c87a9058-d28e-4467-81b2-c17321710ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14863 2024.11.26 23:41:20.745821 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1434 rows starting from the beginning of the part
14864 2024.11.26 23:41:20.745929 [ 268 ] {c87a9058-d28e-4467-81b2-c17321710ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14865 2024.11.26 23:41:20.746416 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 203 rows starting from the beginning of the part
14866 2024.11.26 23:41:20.746970 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 138 rows starting from the beginning of the part
14867 2024.11.26 23:41:20.747539 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 203 rows starting from the beginning of the part
14868 2024.11.26 23:41:20.747944 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 138 rows starting from the beginning of the part
14869 2024.11.26 23:41:20.748510 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 203 rows starting from the beginning of the part
14870 2024.11.26 23:41:20.750291 [ 268 ] {c87a9058-d28e-4467-81b2-c17321710ed8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14871 2024.11.26 23:41:20.750365 [ 268 ] {c87a9058-d28e-4467-81b2-c17321710ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14872 2024.11.26 23:41:20.751486 [ 268 ] {c87a9058-d28e-4467-81b2-c17321710ed8} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
14873 2024.11.26 23:41:20.751826 [ 268 ] {c87a9058-d28e-4467-81b2-c17321710ed8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14874 2024.11.26 23:41:20.752324 [ 268 ] {c87a9058-d28e-4467-81b2-c17321710ed8} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.006679 sec., 1048.0610869890702 rows/sec., 68.28 KiB/sec.
14875 2024.11.26 23:41:20.752430 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2319 rows, containing 5 columns (5 merged, 0 gathered) in 0.007565211 sec., 306534.74172762665 rows/sec., 27.17 MiB/sec.
14876 2024.11.26 23:41:20.752457 [ 268 ] {c87a9058-d28e-4467-81b2-c17321710ed8} <Debug> TCPHandler: Processed in 0.007251898 sec.
14877 2024.11.26 23:41:20.752624 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14878 2024.11.26 23:41:20.752670 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
14879 2024.11.26 23:41:20.752845 [ 270 ] {6773eba6-cded-4389-b740-87f83012e065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14880 2024.11.26 23:41:20.752930 [ 270 ] {6773eba6-cded-4389-b740-87f83012e065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14881 2024.11.26 23:41:20.753215 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14882 2024.11.26 23:41:20.753454 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_126_25} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
14883 2024.11.26 23:41:20.753650 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
14884 2024.11.26 23:41:20.754022 [ 270 ] {6773eba6-cded-4389-b740-87f83012e065} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14885 2024.11.26 23:41:20.754066 [ 270 ] {6773eba6-cded-4389-b740-87f83012e065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14886 2024.11.26 23:41:20.754431 [ 270 ] {6773eba6-cded-4389-b740-87f83012e065} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14887 2024.11.26 23:41:20.754669 [ 270 ] {6773eba6-cded-4389-b740-87f83012e065} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14888 2024.11.26 23:41:20.754840 [ 86 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14889 2024.11.26 23:41:20.754893 [ 86 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14890 2024.11.26 23:41:20.754907 [ 270 ] {6773eba6-cded-4389-b740-87f83012e065} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002106 sec., 6647.6733143399815 rows/sec., 465.56 KiB/sec.
14891 2024.11.26 23:41:20.754932 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14892 2024.11.26 23:41:20.755064 [ 270 ] {6773eba6-cded-4389-b740-87f83012e065} <Debug> TCPHandler: Processed in 0.002506463 sec.
14893 2024.11.26 23:41:20.755149 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
14894 2024.11.26 23:41:20.755258 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14895 2024.11.26 23:41:20.755334 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14896 2024.11.26 23:41:20.755405 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 242 rows starting from the beginning of the part
14897 2024.11.26 23:41:20.755503 [ 268 ] {ca3a792a-eece-43d4-b320-b132c44c3552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14898 2024.11.26 23:41:20.755663 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part
14899 2024.11.26 23:41:20.755714 [ 268 ] {ca3a792a-eece-43d4-b320-b132c44c3552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14900 2024.11.26 23:41:20.755962 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 228 rows starting from the beginning of the part
14901 2024.11.26 23:41:20.756328 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part
14902 2024.11.26 23:41:20.756683 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part
14903 2024.11.26 23:41:20.757093 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part
14904 2024.11.26 23:41:20.758774 [ 268 ] {ca3a792a-eece-43d4-b320-b132c44c3552} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14905 2024.11.26 23:41:20.758851 [ 268 ] {ca3a792a-eece-43d4-b320-b132c44c3552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14906 2024.11.26 23:41:20.759899 [ 268 ] {ca3a792a-eece-43d4-b320-b132c44c3552} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14907 2024.11.26 23:41:20.760053 [ 199 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004996217 sec., 105279.65458666027 rows/sec., 7.54 MiB/sec.
14908 2024.11.26 23:41:20.760305 [ 190 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14909 2024.11.26 23:41:20.760364 [ 268 ] {ca3a792a-eece-43d4-b320-b132c44c3552} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14910 2024.11.26 23:41:20.760644 [ 86 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
14911 2024.11.26 23:41:20.760738 [ 86 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14912 2024.11.26 23:41:20.760824 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14913 2024.11.26 23:41:20.760951 [ 268 ] {ca3a792a-eece-43d4-b320-b132c44c3552} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005477 sec., 2373.562169070659 rows/sec., 147.99 KiB/sec.
14914 2024.11.26 23:41:20.761082 [ 220 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
14915 2024.11.26 23:41:20.761212 [ 220 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
14916 2024.11.26 23:41:20.761306 [ 189 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
14917 2024.11.26 23:41:20.761390 [ 268 ] {ca3a792a-eece-43d4-b320-b132c44c3552} <Debug> TCPHandler: Processed in 0.006220118 sec.
14918 2024.11.26 23:41:20.761502 [ 199 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14919 2024.11.26 23:41:20.761687 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14920 2024.11.26 23:41:20.762084 [ 189 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14921 2024.11.26 23:41:20.762120 [ 270 ] {ecf95738-5ba7-437e-9d60-ac3f372f965c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14922 2024.11.26 23:41:20.762227 [ 189 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
14923 2024.11.26 23:41:20.762278 [ 270 ] {ecf95738-5ba7-437e-9d60-ac3f372f965c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14924 2024.11.26 23:41:20.762358 [ 199 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_71_14} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14925 2024.11.26 23:41:20.762755 [ 189 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
14926 2024.11.26 23:41:20.763283 [ 189 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
14927 2024.11.26 23:41:20.763852 [ 189 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
14928 2024.11.26 23:41:20.764342 [ 189 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
14929 2024.11.26 23:41:20.765547 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
14930 2024.11.26 23:41:20.767006 [ 270 ] {ecf95738-5ba7-437e-9d60-ac3f372f965c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14931 2024.11.26 23:41:20.767106 [ 270 ] {ecf95738-5ba7-437e-9d60-ac3f372f965c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14932 2024.11.26 23:41:20.768397 [ 220 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
14933 2024.11.26 23:41:20.768698 [ 270 ] {ecf95738-5ba7-437e-9d60-ac3f372f965c} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14934 2024.11.26 23:41:20.769261 [ 189 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008302228 sec., 7829.223673452476 rows/sec., 518.73 KiB/sec.
14935 2024.11.26 23:41:20.769556 [ 270 ] {ecf95738-5ba7-437e-9d60-ac3f372f965c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14936 2024.11.26 23:41:20.769722 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
14937 2024.11.26 23:41:20.769911 [ 84 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
14938 2024.11.26 23:41:20.770027 [ 84 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14939 2024.11.26 23:41:20.770092 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14940 2024.11.26 23:41:20.770170 [ 270 ] {ecf95738-5ba7-437e-9d60-ac3f372f965c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.008141 sec., 46922.98243459034 rows/sec., 3.32 MiB/sec.
14941 2024.11.26 23:41:20.770562 [ 270 ] {ecf95738-5ba7-437e-9d60-ac3f372f965c} <Debug> TCPHandler: Processed in 0.009043924 sec.
14942 2024.11.26 23:41:20.770593 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
14943 2024.11.26 23:41:20.770883 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14944 2024.11.26 23:41:20.771054 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_53_13} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14945 2024.11.26 23:41:20.771464 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14946 2024.11.26 23:41:20.771489 [ 268 ] {15804698-41fe-4a23-b583-c1fd53abf975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14947 2024.11.26 23:41:20.771598 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_53_13} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
14948 2024.11.26 23:41:20.771646 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 915 rows starting from the beginning of the part
14949 2024.11.26 23:41:20.771740 [ 268 ] {15804698-41fe-4a23-b583-c1fd53abf975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14950 2024.11.26 23:41:20.772013 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14951 2024.11.26 23:41:20.772254 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 382 rows starting from the beginning of the part
14952 2024.11.26 23:41:20.772839 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 105 rows starting from the beginning of the part
14953 2024.11.26 23:41:20.773411 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 382 rows starting from the beginning of the part
14954 2024.11.26 23:41:20.773975 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 105 rows starting from the beginning of the part
14955 2024.11.26 23:41:20.774540 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 382 rows starting from the beginning of the part
14956 2024.11.26 23:41:20.776518 [ 268 ] {15804698-41fe-4a23-b583-c1fd53abf975} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14957 2024.11.26 23:41:20.776578 [ 268 ] {15804698-41fe-4a23-b583-c1fd53abf975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14958 2024.11.26 23:41:20.777546 [ 268 ] {15804698-41fe-4a23-b583-c1fd53abf975} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14959 2024.11.26 23:41:20.778011 [ 268 ] {15804698-41fe-4a23-b583-c1fd53abf975} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14960 2024.11.26 23:41:20.778493 [ 268 ] {15804698-41fe-4a23-b583-c1fd53abf975} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.007199 sec., 833.4490901514099 rows/sec., 43.54 KiB/sec.
14961 2024.11.26 23:41:20.778838 [ 268 ] {15804698-41fe-4a23-b583-c1fd53abf975} <Debug> TCPHandler: Processed in 0.008147896 sec.
14962 2024.11.26 23:41:20.778918 [ 188 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2271 rows, containing 5 columns (5 merged, 0 gathered) in 0.008689521 sec., 261349.27345247223 rows/sec., 19.88 MiB/sec.
14963 2024.11.26 23:41:20.779076 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14964 2024.11.26 23:41:20.779310 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
14965 2024.11.26 23:41:20.779464 [ 270 ] {356a5717-6373-4da0-875c-ae788c4a2a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14966 2024.11.26 23:41:20.779678 [ 270 ] {356a5717-6373-4da0-875c-ae788c4a2a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14967 2024.11.26 23:41:20.780162 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14968 2024.11.26 23:41:20.780260 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_126_25} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
14969 2024.11.26 23:41:20.780334 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
14970 2024.11.26 23:41:20.780595 [ 270 ] {356a5717-6373-4da0-875c-ae788c4a2a78} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14971 2024.11.26 23:41:20.780632 [ 270 ] {356a5717-6373-4da0-875c-ae788c4a2a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14972 2024.11.26 23:41:20.781019 [ 270 ] {356a5717-6373-4da0-875c-ae788c4a2a78} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14973 2024.11.26 23:41:20.781266 [ 270 ] {356a5717-6373-4da0-875c-ae788c4a2a78} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14974 2024.11.26 23:41:20.781440 [ 270 ] {356a5717-6373-4da0-875c-ae788c4a2a78} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002131 sec., 111215.39183481933 rows/sec., 7.45 MiB/sec.
14975 2024.11.26 23:41:20.781490 [ 270 ] {356a5717-6373-4da0-875c-ae788c4a2a78} <Debug> TCPHandler: Processed in 0.002551414 sec.
14976 2024.11.26 23:41:20.781632 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14977 2024.11.26 23:41:20.781751 [ 268 ] {055a24ea-1e61-4e38-b2a6-b09e16110648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14978 2024.11.26 23:41:20.781803 [ 268 ] {055a24ea-1e61-4e38-b2a6-b09e16110648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14979 2024.11.26 23:41:20.782302 [ 268 ] {055a24ea-1e61-4e38-b2a6-b09e16110648} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14980 2024.11.26 23:41:20.782341 [ 268 ] {055a24ea-1e61-4e38-b2a6-b09e16110648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14981 2024.11.26 23:41:20.782718 [ 268 ] {055a24ea-1e61-4e38-b2a6-b09e16110648} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
14982 2024.11.26 23:41:20.782960 [ 268 ] {055a24ea-1e61-4e38-b2a6-b09e16110648} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14983 2024.11.26 23:41:20.783177 [ 268 ] {055a24ea-1e61-4e38-b2a6-b09e16110648} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec.
14984 2024.11.26 23:41:20.783229 [ 268 ] {055a24ea-1e61-4e38-b2a6-b09e16110648} <Debug> TCPHandler: Processed in 0.001652915 sec.
14985 2024.11.26 23:41:20.783364 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14986 2024.11.26 23:41:20.783480 [ 270 ] {00c46d67-ccf2-42f0-abde-2a11c836e1f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14987 2024.11.26 23:41:20.783530 [ 270 ] {00c46d67-ccf2-42f0-abde-2a11c836e1f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14988 2024.11.26 23:41:20.784009 [ 270 ] {00c46d67-ccf2-42f0-abde-2a11c836e1f8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14989 2024.11.26 23:41:20.784044 [ 270 ] {00c46d67-ccf2-42f0-abde-2a11c836e1f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14990 2024.11.26 23:41:20.784425 [ 270 ] {00c46d67-ccf2-42f0-abde-2a11c836e1f8} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
14991 2024.11.26 23:41:20.784665 [ 270 ] {00c46d67-ccf2-42f0-abde-2a11c836e1f8} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14992 2024.11.26 23:41:20.784802 [ 84 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
14993 2024.11.26 23:41:20.784839 [ 84 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14994 2024.11.26 23:41:20.784849 [ 270 ] {00c46d67-ccf2-42f0-abde-2a11c836e1f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001392 sec., 58908.04597701149 rows/sec., 3.74 MiB/sec.
14995 2024.11.26 23:41:20.784861 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
14996 2024.11.26 23:41:20.784958 [ 270 ] {00c46d67-ccf2-42f0-abde-2a11c836e1f8} <Debug> TCPHandler: Processed in 0.001647885 sec.
14997 2024.11.26 23:41:20.785271 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
14998 2024.11.26 23:41:20.785672 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14999 2024.11.26 23:41:20.785769 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7280 rows starting from the beginning of the part
15000 2024.11.26 23:41:20.786037 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
15001 2024.11.26 23:41:20.786404 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
15002 2024.11.26 23:41:20.786675 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
15003 2024.11.26 23:41:20.786806 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
15004 2024.11.26 23:41:20.786966 [ 191 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
15005 2024.11.26 23:41:20.789001 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7646 rows, containing 4 columns (4 merged, 0 gathered) in 0.004020757 sec., 1901631.956370405 rows/sec., 123.96 MiB/sec.
15006 2024.11.26 23:41:20.789534 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15007 2024.11.26 23:41:20.789891 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_126_25} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15008 2024.11.26 23:41:20.789988 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_126_25} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15009 2024.11.26 23:41:20.790082 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB.
15010 2024.11.26 23:41:22.042997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
15011 2024.11.26 23:41:22.066879 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15012 2024.11.26 23:41:22.066936 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15013 2024.11.26 23:41:22.074014 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15014 2024.11.26 23:41:22.074809 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15015 2024.11.26 23:41:22.077622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
15016 2024.11.26 23:41:23.155321 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15017 2024.11.26 23:41:23.155558 [ 268 ] {25d10edb-be96-4234-a7c0-84a2ae73451c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15018 2024.11.26 23:41:23.155641 [ 268 ] {25d10edb-be96-4234-a7c0-84a2ae73451c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15019 2024.11.26 23:41:23.156447 [ 268 ] {25d10edb-be96-4234-a7c0-84a2ae73451c} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15020 2024.11.26 23:41:23.156499 [ 268 ] {25d10edb-be96-4234-a7c0-84a2ae73451c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15021 2024.11.26 23:41:23.156937 [ 268 ] {25d10edb-be96-4234-a7c0-84a2ae73451c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
15022 2024.11.26 23:41:23.157200 [ 268 ] {25d10edb-be96-4234-a7c0-84a2ae73451c} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15023 2024.11.26 23:41:23.157494 [ 268 ] {25d10edb-be96-4234-a7c0-84a2ae73451c} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001991 sec., 7031.642390758412 rows/sec., 573.38 KiB/sec.
15024 2024.11.26 23:41:23.157710 [ 268 ] {25d10edb-be96-4234-a7c0-84a2ae73451c} <Debug> TCPHandler: Processed in 0.002525803 sec.
15025 2024.11.26 23:41:23.158048 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15026 2024.11.26 23:41:23.158358 [ 270 ] {c98dd43c-f40b-4b2b-8cd3-21c1fc413383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15027 2024.11.26 23:41:23.158476 [ 270 ] {c98dd43c-f40b-4b2b-8cd3-21c1fc413383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15028 2024.11.26 23:41:23.159965 [ 270 ] {c98dd43c-f40b-4b2b-8cd3-21c1fc413383} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15029 2024.11.26 23:41:23.160017 [ 270 ] {c98dd43c-f40b-4b2b-8cd3-21c1fc413383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15030 2024.11.26 23:41:23.160562 [ 270 ] {c98dd43c-f40b-4b2b-8cd3-21c1fc413383} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15031 2024.11.26 23:41:23.160832 [ 270 ] {c98dd43c-f40b-4b2b-8cd3-21c1fc413383} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15032 2024.11.26 23:41:23.161075 [ 270 ] {c98dd43c-f40b-4b2b-8cd3-21c1fc413383} <Debug> executeQuery: Read 1285 rows, 109.28 KiB in 0.002802 sec., 458600.99928622413 rows/sec., 38.09 MiB/sec.
15033 2024.11.26 23:41:23.161144 [ 270 ] {c98dd43c-f40b-4b2b-8cd3-21c1fc413383} <Debug> TCPHandler: Processed in 0.003286931 sec.
15034 2024.11.26 23:41:23.161309 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15035 2024.11.26 23:41:23.161438 [ 268 ] {cb50fa20-9ac4-433b-a82f-1bdf8c728f1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15036 2024.11.26 23:41:23.161492 [ 268 ] {cb50fa20-9ac4-433b-a82f-1bdf8c728f1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15037 2024.11.26 23:41:23.162151 [ 268 ] {cb50fa20-9ac4-433b-a82f-1bdf8c728f1e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15038 2024.11.26 23:41:23.162193 [ 268 ] {cb50fa20-9ac4-433b-a82f-1bdf8c728f1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15039 2024.11.26 23:41:23.162573 [ 268 ] {cb50fa20-9ac4-433b-a82f-1bdf8c728f1e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
15040 2024.11.26 23:41:23.162825 [ 268 ] {cb50fa20-9ac4-433b-a82f-1bdf8c728f1e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15041 2024.11.26 23:41:23.163026 [ 268 ] {cb50fa20-9ac4-433b-a82f-1bdf8c728f1e} <Debug> executeQuery: Read 55 rows, 4.06 KiB in 0.001671 sec., 32914.42250149611 rows/sec., 2.37 MiB/sec.
15042 2024.11.26 23:41:23.163080 [ 268 ] {cb50fa20-9ac4-433b-a82f-1bdf8c728f1e} <Debug> TCPHandler: Processed in 0.001889088 sec.
15043 2024.11.26 23:41:23.163288 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15044 2024.11.26 23:41:23.163413 [ 270 ] {af1404e6-4872-45a9-aa7a-1fbfbf4e1718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15045 2024.11.26 23:41:23.163468 [ 270 ] {af1404e6-4872-45a9-aa7a-1fbfbf4e1718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15046 2024.11.26 23:41:23.164148 [ 270 ] {af1404e6-4872-45a9-aa7a-1fbfbf4e1718} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15047 2024.11.26 23:41:23.164190 [ 270 ] {af1404e6-4872-45a9-aa7a-1fbfbf4e1718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15048 2024.11.26 23:41:23.164581 [ 270 ] {af1404e6-4872-45a9-aa7a-1fbfbf4e1718} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
15049 2024.11.26 23:41:23.164841 [ 270 ] {af1404e6-4872-45a9-aa7a-1fbfbf4e1718} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15050 2024.11.26 23:41:23.165081 [ 270 ] {af1404e6-4872-45a9-aa7a-1fbfbf4e1718} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001692 sec., 134751.7730496454 rows/sec., 9.12 MiB/sec.
15051 2024.11.26 23:41:23.165159 [ 270 ] {af1404e6-4872-45a9-aa7a-1fbfbf4e1718} <Debug> TCPHandler: Processed in 0.001931518 sec.
15052 2024.11.26 23:41:23.165351 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15053 2024.11.26 23:41:23.165518 [ 268 ] {494086d8-6812-4cd6-a43f-08aa4fe28ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15054 2024.11.26 23:41:23.165577 [ 268 ] {494086d8-6812-4cd6-a43f-08aa4fe28ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15055 2024.11.26 23:41:23.166491 [ 268 ] {494086d8-6812-4cd6-a43f-08aa4fe28ca9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15056 2024.11.26 23:41:23.166531 [ 268 ] {494086d8-6812-4cd6-a43f-08aa4fe28ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15057 2024.11.26 23:41:23.166942 [ 268 ] {494086d8-6812-4cd6-a43f-08aa4fe28ca9} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15058 2024.11.26 23:41:23.167186 [ 268 ] {494086d8-6812-4cd6-a43f-08aa4fe28ca9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15059 2024.11.26 23:41:23.167364 [ 268 ] {494086d8-6812-4cd6-a43f-08aa4fe28ca9} <Debug> executeQuery: Read 575 rows, 43.83 KiB in 0.001881 sec., 305688.4635832004 rows/sec., 22.75 MiB/sec.
15060 2024.11.26 23:41:23.167420 [ 268 ] {494086d8-6812-4cd6-a43f-08aa4fe28ca9} <Debug> TCPHandler: Processed in 0.00218137 sec.
15061 2024.11.26 23:41:23.167624 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15062 2024.11.26 23:41:23.167848 [ 270 ] {d3c5b9bd-bad8-426f-bcc2-230c81811afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15063 2024.11.26 23:41:23.167947 [ 270 ] {d3c5b9bd-bad8-426f-bcc2-230c81811afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15064 2024.11.26 23:41:23.168864 [ 270 ] {d3c5b9bd-bad8-426f-bcc2-230c81811afe} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15065 2024.11.26 23:41:23.168903 [ 270 ] {d3c5b9bd-bad8-426f-bcc2-230c81811afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15066 2024.11.26 23:41:23.169365 [ 270 ] {d3c5b9bd-bad8-426f-bcc2-230c81811afe} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15067 2024.11.26 23:41:23.169616 [ 270 ] {d3c5b9bd-bad8-426f-bcc2-230c81811afe} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15068 2024.11.26 23:41:23.169808 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_122_25 to all_127_127_0
15069 2024.11.26 23:41:23.169847 [ 270 ] {d3c5b9bd-bad8-426f-bcc2-230c81811afe} <Debug> executeQuery: Read 929 rows, 63.75 KiB in 0.002053 sec., 452508.52411105693 rows/sec., 30.32 MiB/sec.
15070 2024.11.26 23:41:23.169871 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15071 2024.11.26 23:41:23.169932 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15072 2024.11.26 23:41:23.169962 [ 270 ] {d3c5b9bd-bad8-426f-bcc2-230c81811afe} <Debug> TCPHandler: Processed in 0.002441483 sec.
15073 2024.11.26 23:41:23.170217 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_122_25 to all_127_127_0 into Compact with storage Full
15074 2024.11.26 23:41:23.170259 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15075 2024.11.26 23:41:23.170513 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15076 2024.11.26 23:41:23.170612 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_122_25, total 36477 rows starting from the beginning of the part
15077 2024.11.26 23:41:23.170627 [ 268 ] {8de1d884-3341-48a5-9819-69247954a73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15078 2024.11.26 23:41:23.170936 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part
15079 2024.11.26 23:41:23.171167 [ 268 ] {8de1d884-3341-48a5-9819-69247954a73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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 2024.11.26 23:41:23.171278 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part
15081 2024.11.26 23:41:23.171719 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part
15082 2024.11.26 23:41:23.172145 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 237 rows starting from the beginning of the part
15083 2024.11.26 23:41:23.172603 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 929 rows starting from the beginning of the part
15084 2024.11.26 23:41:23.175811 [ 268 ] {8de1d884-3341-48a5-9819-69247954a73d} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15085 2024.11.26 23:41:23.175893 [ 268 ] {8de1d884-3341-48a5-9819-69247954a73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15086 2024.11.26 23:41:23.177392 [ 268 ] {8de1d884-3341-48a5-9819-69247954a73d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15087 2024.11.26 23:41:23.177847 [ 268 ] {8de1d884-3341-48a5-9819-69247954a73d} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15088 2024.11.26 23:41:23.178080 [ 268 ] {8de1d884-3341-48a5-9819-69247954a73d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007555 sec., 5426.8696227663795 rows/sec., 9.72 MiB/sec.
15089 2024.11.26 23:41:23.178413 [ 268 ] {8de1d884-3341-48a5-9819-69247954a73d} <Debug> TCPHandler: Processed in 0.008319198 sec.
15090 2024.11.26 23:41:23.178634 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15091 2024.11.26 23:41:23.178912 [ 270 ] {ab2bd35c-5e46-4755-9b45-17f5608c3346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15092 2024.11.26 23:41:23.179030 [ 270 ] {ab2bd35c-5e46-4755-9b45-17f5608c3346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15093 2024.11.26 23:41:23.179574 [ 270 ] {ab2bd35c-5e46-4755-9b45-17f5608c3346} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15094 2024.11.26 23:41:23.179671 [ 270 ] {ab2bd35c-5e46-4755-9b45-17f5608c3346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15095 2024.11.26 23:41:23.180187 [ 270 ] {ab2bd35c-5e46-4755-9b45-17f5608c3346} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15096 2024.11.26 23:41:23.180444 [ 270 ] {ab2bd35c-5e46-4755-9b45-17f5608c3346} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15097 2024.11.26 23:41:23.180752 [ 270 ] {ab2bd35c-5e46-4755-9b45-17f5608c3346} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001941 sec., 15455.950540958269 rows/sec., 1.04 MiB/sec.
15098 2024.11.26 23:41:23.180871 [ 270 ] {ab2bd35c-5e46-4755-9b45-17f5608c3346} <Debug> TCPHandler: Processed in 0.002347622 sec.
15099 2024.11.26 23:41:23.183208 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38200 rows, containing 5 columns (5 merged, 0 gathered) in 0.013144362 sec., 2906188.9804921686 rows/sec., 196.23 MiB/sec.
15100 2024.11.26 23:41:23.183761 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Trace> MergedBlockOutputStream: filled checksums all_1_127_26 (state Temporary)
15101 2024.11.26 23:41:23.184125 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_127_26 to all_1_127_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15102 2024.11.26 23:41:23.184213 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_122_25, all_127_127_0] -> all_1_127_26
15103 2024.11.26 23:41:23.184314 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
15104 2024.11.26 23:41:24.874521 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2144
15105 2024.11.26 23:41:24.878150 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15106 2024.11.26 23:41:24.878212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15107 2024.11.26 23:41:24.879814 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15108 2024.11.26 23:41:24.880142 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15109 2024.11.26 23:41:24.880357 [ 91 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
15110 2024.11.26 23:41:24.880468 [ 91 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15111 2024.11.26 23:41:24.880530 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15112 2024.11.26 23:41:24.881123 [ 192 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
15113 2024.11.26 23:41:24.881823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2144
15114 2024.11.26 23:41:24.882323 [ 192 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15115 2024.11.26 23:41:24.882514 [ 192 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1954 rows starting from the beginning of the part
15116 2024.11.26 23:41:24.883197 [ 192 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part
15117 2024.11.26 23:41:24.883824 [ 192 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part
15118 2024.11.26 23:41:24.884463 [ 192 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 28 rows starting from the beginning of the part
15119 2024.11.26 23:41:24.885699 [ 192 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part
15120 2024.11.26 23:41:24.886698 [ 192 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part
15121 2024.11.26 23:41:24.896135 [ 196 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2144 rows, containing 72 columns (72 merged, 0 gathered) in 0.015418133 sec., 139057.04406623033 rows/sec., 104.71 MiB/sec.
15122 2024.11.26 23:41:24.898257 [ 198 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
15123 2024.11.26 23:41:24.899073 [ 198 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15124 2024.11.26 23:41:24.899161 [ 198 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_56_11} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
15125 2024.11.26 23:41:24.899537 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.76 MiB.
15126 2024.11.26 23:41:25.270816 [ 220 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
15127 2024.11.26 23:41:25.270870 [ 220 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
15128 2024.11.26 23:41:25.272711 [ 220 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
15129 2024.11.26 23:41:25.497496 [ 224 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
15130 2024.11.26 23:41:25.497561 [ 224 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
15131 2024.11.26 23:41:25.499536 [ 224 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
15132 2024.11.26 23:41:25.728307 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15133 2024.11.26 23:41:25.728527 [ 268 ] {80d2d224-bd7a-4b41-8cb4-8d45688dcfd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15134 2024.11.26 23:41:25.728612 [ 268 ] {80d2d224-bd7a-4b41-8cb4-8d45688dcfd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15135 2024.11.26 23:41:25.729446 [ 268 ] {80d2d224-bd7a-4b41-8cb4-8d45688dcfd6} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15136 2024.11.26 23:41:25.729497 [ 268 ] {80d2d224-bd7a-4b41-8cb4-8d45688dcfd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15137 2024.11.26 23:41:25.729943 [ 268 ] {80d2d224-bd7a-4b41-8cb4-8d45688dcfd6} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15138 2024.11.26 23:41:25.730204 [ 268 ] {80d2d224-bd7a-4b41-8cb4-8d45688dcfd6} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15139 2024.11.26 23:41:25.730431 [ 268 ] {80d2d224-bd7a-4b41-8cb4-8d45688dcfd6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.19 MiB/sec.
15140 2024.11.26 23:41:25.730489 [ 268 ] {80d2d224-bd7a-4b41-8cb4-8d45688dcfd6} <Debug> TCPHandler: Processed in 0.002329312 sec.
15141 2024.11.26 23:41:25.730722 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15142 2024.11.26 23:41:25.730902 [ 270 ] {68c9b375-d4bd-4c81-a7a0-08146ed49ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15143 2024.11.26 23:41:25.730975 [ 270 ] {68c9b375-d4bd-4c81-a7a0-08146ed49ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15144 2024.11.26 23:41:25.731733 [ 270 ] {68c9b375-d4bd-4c81-a7a0-08146ed49ed6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15145 2024.11.26 23:41:25.731776 [ 270 ] {68c9b375-d4bd-4c81-a7a0-08146ed49ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15146 2024.11.26 23:41:25.732214 [ 270 ] {68c9b375-d4bd-4c81-a7a0-08146ed49ed6} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15147 2024.11.26 23:41:25.732477 [ 270 ] {68c9b375-d4bd-4c81-a7a0-08146ed49ed6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15148 2024.11.26 23:41:25.732707 [ 270 ] {68c9b375-d4bd-4c81-a7a0-08146ed49ed6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001856 sec., 34482.75862068965 rows/sec., 2.69 MiB/sec.
15149 2024.11.26 23:41:25.732761 [ 270 ] {68c9b375-d4bd-4c81-a7a0-08146ed49ed6} <Debug> TCPHandler: Processed in 0.00216245 sec.
15150 2024.11.26 23:41:25.732913 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15151 2024.11.26 23:41:25.733055 [ 268 ] {956e2e9e-69c1-48b5-9a9b-6160b3ce139f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15152 2024.11.26 23:41:25.733121 [ 268 ] {956e2e9e-69c1-48b5-9a9b-6160b3ce139f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15153 2024.11.26 23:41:25.733768 [ 268 ] {956e2e9e-69c1-48b5-9a9b-6160b3ce139f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15154 2024.11.26 23:41:25.733815 [ 268 ] {956e2e9e-69c1-48b5-9a9b-6160b3ce139f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15155 2024.11.26 23:41:25.734280 [ 268 ] {956e2e9e-69c1-48b5-9a9b-6160b3ce139f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15156 2024.11.26 23:41:25.734529 [ 268 ] {956e2e9e-69c1-48b5-9a9b-6160b3ce139f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15157 2024.11.26 23:41:25.734753 [ 268 ] {956e2e9e-69c1-48b5-9a9b-6160b3ce139f} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.001729 sec., 48582.995951417004 rows/sec., 3.38 MiB/sec.
15158 2024.11.26 23:41:25.734809 [ 268 ] {956e2e9e-69c1-48b5-9a9b-6160b3ce139f} <Debug> TCPHandler: Processed in 0.001961448 sec.
15159 2024.11.26 23:41:25.734846 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
15160 2024.11.26 23:41:25.734888 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
15161 2024.11.26 23:41:25.734969 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15162 2024.11.26 23:41:25.735122 [ 270 ] {cb068477-5d2a-4002-b1bf-49d411290dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15163 2024.11.26 23:41:25.735175 [ 270 ] {cb068477-5d2a-4002-b1bf-49d411290dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15164 2024.11.26 23:41:25.736416 [ 270 ] {cb068477-5d2a-4002-b1bf-49d411290dc6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15165 2024.11.26 23:41:25.736456 [ 270 ] {cb068477-5d2a-4002-b1bf-49d411290dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15166 2024.11.26 23:41:25.737256 [ 270 ] {cb068477-5d2a-4002-b1bf-49d411290dc6} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15167 2024.11.26 23:41:25.737622 [ 270 ] {cb068477-5d2a-4002-b1bf-49d411290dc6} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15168 2024.11.26 23:41:25.738081 [ 220 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
15169 2024.11.26 23:41:25.738098 [ 270 ] {cb068477-5d2a-4002-b1bf-49d411290dc6} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.002961 sec., 10131.712259371834 rows/sec., 701.50 KiB/sec.
15170 2024.11.26 23:41:25.738166 [ 220 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
15171 2024.11.26 23:41:25.738253 [ 270 ] {cb068477-5d2a-4002-b1bf-49d411290dc6} <Debug> TCPHandler: Processed in 0.003363362 sec.
15172 2024.11.26 23:41:25.738536 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
15173 2024.11.26 23:41:25.741069 [ 220 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
15174 2024.11.26 23:41:27.160812 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404
15175 2024.11.26 23:41:27.161524 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15176 2024.11.26 23:41:27.161576 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
15177 2024.11.26 23:41:27.162136 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15178 2024.11.26 23:41:27.162411 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15179 2024.11.26 23:41:27.162682 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404
15180 2024.11.26 23:41:27.189368 [ 222 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
15181 2024.11.26 23:41:27.189446 [ 222 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
15182 2024.11.26 23:41:27.191736 [ 222 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
15183 2024.11.26 23:41:27.881996 [ 219 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
15184 2024.11.26 23:41:27.882065 [ 219 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
15185 2024.11.26 23:41:27.884453 [ 219 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
15186 2024.11.26 23:41:28.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.34 MiB, peak 284.49 MiB, free memory in arenas 0.00 B, will set to 267.32 MiB (RSS), difference: 3.99 MiB
15187 2024.11.26 23:41:29.577799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
15188 2024.11.26 23:41:29.599988 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15189 2024.11.26 23:41:29.600045 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15190 2024.11.26 23:41:29.607586 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15191 2024.11.26 23:41:29.608384 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15192 2024.11.26 23:41:29.611202 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
15193 2024.11.26 23:41:30.446093 [ 220 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
15194 2024.11.26 23:41:30.446148 [ 220 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
15195 2024.11.26 23:41:30.447906 [ 220 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
15196 2024.11.26 23:41:30.737207 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15197 2024.11.26 23:41:30.737425 [ 268 ] {06971e3a-7514-4cc2-87c2-e47201202425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15198 2024.11.26 23:41:30.737509 [ 268 ] {06971e3a-7514-4cc2-87c2-e47201202425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15199 2024.11.26 23:41:30.738356 [ 268 ] {06971e3a-7514-4cc2-87c2-e47201202425} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15200 2024.11.26 23:41:30.738414 [ 268 ] {06971e3a-7514-4cc2-87c2-e47201202425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15201 2024.11.26 23:41:30.738870 [ 268 ] {06971e3a-7514-4cc2-87c2-e47201202425} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15202 2024.11.26 23:41:30.739130 [ 268 ] {06971e3a-7514-4cc2-87c2-e47201202425} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15203 2024.11.26 23:41:30.739359 [ 268 ] {06971e3a-7514-4cc2-87c2-e47201202425} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001996 sec., 7014.0280561122245 rows/sec., 504.92 KiB/sec.
15204 2024.11.26 23:41:30.739429 [ 268 ] {06971e3a-7514-4cc2-87c2-e47201202425} <Debug> TCPHandler: Processed in 0.002361632 sec.
15205 2024.11.26 23:41:30.739674 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15206 2024.11.26 23:41:30.739887 [ 270 ] {144d3b34-47ee-49a2-a616-696c4e862f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15207 2024.11.26 23:41:30.739971 [ 270 ] {144d3b34-47ee-49a2-a616-696c4e862f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15208 2024.11.26 23:41:30.740843 [ 270 ] {144d3b34-47ee-49a2-a616-696c4e862f0c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15209 2024.11.26 23:41:30.740887 [ 270 ] {144d3b34-47ee-49a2-a616-696c4e862f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15210 2024.11.26 23:41:30.741343 [ 270 ] {144d3b34-47ee-49a2-a616-696c4e862f0c} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15211 2024.11.26 23:41:30.741603 [ 270 ] {144d3b34-47ee-49a2-a616-696c4e862f0c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15212 2024.11.26 23:41:30.741809 [ 270 ] {144d3b34-47ee-49a2-a616-696c4e862f0c} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001981 sec., 102473.49823321553 rows/sec., 8.87 MiB/sec.
15213 2024.11.26 23:41:30.741875 [ 270 ] {144d3b34-47ee-49a2-a616-696c4e862f0c} <Debug> TCPHandler: Processed in 0.002337242 sec.
15214 2024.11.26 23:41:30.742019 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15215 2024.11.26 23:41:30.742154 [ 268 ] {5fa832a5-aaad-4051-8eb6-5e01c3be1618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15216 2024.11.26 23:41:30.742211 [ 268 ] {5fa832a5-aaad-4051-8eb6-5e01c3be1618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15217 2024.11.26 23:41:30.742837 [ 268 ] {5fa832a5-aaad-4051-8eb6-5e01c3be1618} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15218 2024.11.26 23:41:30.742883 [ 268 ] {5fa832a5-aaad-4051-8eb6-5e01c3be1618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15219 2024.11.26 23:41:30.743275 [ 268 ] {5fa832a5-aaad-4051-8eb6-5e01c3be1618} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
15220 2024.11.26 23:41:30.743531 [ 268 ] {5fa832a5-aaad-4051-8eb6-5e01c3be1618} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15221 2024.11.26 23:41:30.743748 [ 268 ] {5fa832a5-aaad-4051-8eb6-5e01c3be1618} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001627 sec., 4302.39704978488 rows/sec., 280.30 KiB/sec.
15222 2024.11.26 23:41:30.743806 [ 268 ] {5fa832a5-aaad-4051-8eb6-5e01c3be1618} <Debug> TCPHandler: Processed in 0.001845667 sec.
15223 2024.11.26 23:41:30.743957 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15224 2024.11.26 23:41:30.744083 [ 270 ] {8aa880ad-ab03-41e6-b784-0d8b952760fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15225 2024.11.26 23:41:30.744135 [ 270 ] {8aa880ad-ab03-41e6-b784-0d8b952760fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15226 2024.11.26 23:41:30.744749 [ 270 ] {8aa880ad-ab03-41e6-b784-0d8b952760fb} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15227 2024.11.26 23:41:30.744786 [ 270 ] {8aa880ad-ab03-41e6-b784-0d8b952760fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15228 2024.11.26 23:41:30.745168 [ 270 ] {8aa880ad-ab03-41e6-b784-0d8b952760fb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15229 2024.11.26 23:41:30.745408 [ 270 ] {8aa880ad-ab03-41e6-b784-0d8b952760fb} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15230 2024.11.26 23:41:30.745612 [ 270 ] {8aa880ad-ab03-41e6-b784-0d8b952760fb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001553 sec., 9014.810045074051 rows/sec., 631.34 KiB/sec.
15231 2024.11.26 23:41:30.745717 [ 270 ] {8aa880ad-ab03-41e6-b784-0d8b952760fb} <Debug> TCPHandler: Processed in 0.001821917 sec.
15232 2024.11.26 23:41:30.745929 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15233 2024.11.26 23:41:30.746078 [ 268 ] {ee01e10b-39be-465e-aa92-2fae233e85dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15234 2024.11.26 23:41:30.746131 [ 268 ] {ee01e10b-39be-465e-aa92-2fae233e85dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15235 2024.11.26 23:41:30.746797 [ 268 ] {ee01e10b-39be-465e-aa92-2fae233e85dc} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15236 2024.11.26 23:41:30.746839 [ 268 ] {ee01e10b-39be-465e-aa92-2fae233e85dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15237 2024.11.26 23:41:30.747232 [ 268 ] {ee01e10b-39be-465e-aa92-2fae233e85dc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15238 2024.11.26 23:41:30.747485 [ 268 ] {ee01e10b-39be-465e-aa92-2fae233e85dc} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15239 2024.11.26 23:41:30.747688 [ 268 ] {ee01e10b-39be-465e-aa92-2fae233e85dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001636 sec., 7946.210268948655 rows/sec., 495.44 KiB/sec.
15240 2024.11.26 23:41:30.747745 [ 268 ] {ee01e10b-39be-465e-aa92-2fae233e85dc} <Debug> TCPHandler: Processed in 0.001924638 sec.
15241 2024.11.26 23:41:30.747908 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15242 2024.11.26 23:41:30.748033 [ 270 ] {39acbb96-727e-4d4b-a3a6-957d77ea83b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15243 2024.11.26 23:41:30.748084 [ 270 ] {39acbb96-727e-4d4b-a3a6-957d77ea83b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15244 2024.11.26 23:41:30.748805 [ 270 ] {39acbb96-727e-4d4b-a3a6-957d77ea83b6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15245 2024.11.26 23:41:30.748842 [ 270 ] {39acbb96-727e-4d4b-a3a6-957d77ea83b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15246 2024.11.26 23:41:30.749251 [ 270 ] {39acbb96-727e-4d4b-a3a6-957d77ea83b6} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15247 2024.11.26 23:41:30.749493 [ 270 ] {39acbb96-727e-4d4b-a3a6-957d77ea83b6} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15248 2024.11.26 23:41:30.749673 [ 270 ] {39acbb96-727e-4d4b-a3a6-957d77ea83b6} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001666 sec., 229291.71668667468 rows/sec., 16.23 MiB/sec.
15249 2024.11.26 23:41:30.749726 [ 270 ] {39acbb96-727e-4d4b-a3a6-957d77ea83b6} <Debug> TCPHandler: Processed in 0.001877008 sec.
15250 2024.11.26 23:41:30.749867 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15251 2024.11.26 23:41:30.749986 [ 268 ] {94a628fe-1533-4a38-9788-b1f02ad72087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15252 2024.11.26 23:41:30.750038 [ 268 ] {94a628fe-1533-4a38-9788-b1f02ad72087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15253 2024.11.26 23:41:30.750587 [ 268 ] {94a628fe-1533-4a38-9788-b1f02ad72087} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15254 2024.11.26 23:41:30.750644 [ 268 ] {94a628fe-1533-4a38-9788-b1f02ad72087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15255 2024.11.26 23:41:30.751040 [ 268 ] {94a628fe-1533-4a38-9788-b1f02ad72087} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15256 2024.11.26 23:41:30.751286 [ 268 ] {94a628fe-1533-4a38-9788-b1f02ad72087} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15257 2024.11.26 23:41:30.751507 [ 268 ] {94a628fe-1533-4a38-9788-b1f02ad72087} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec.
15258 2024.11.26 23:41:30.751568 [ 268 ] {94a628fe-1533-4a38-9788-b1f02ad72087} <Debug> TCPHandler: Processed in 0.001755486 sec.
15259 2024.11.26 23:41:30.751739 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15260 2024.11.26 23:41:30.751879 [ 270 ] {2af72f17-42e0-49af-8a11-d4a261a85025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15261 2024.11.26 23:41:30.751942 [ 270 ] {2af72f17-42e0-49af-8a11-d4a261a85025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15262 2024.11.26 23:41:30.752596 [ 270 ] {2af72f17-42e0-49af-8a11-d4a261a85025} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15263 2024.11.26 23:41:30.752634 [ 270 ] {2af72f17-42e0-49af-8a11-d4a261a85025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15264 2024.11.26 23:41:30.753039 [ 270 ] {2af72f17-42e0-49af-8a11-d4a261a85025} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15265 2024.11.26 23:41:30.753281 [ 270 ] {2af72f17-42e0-49af-8a11-d4a261a85025} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15266 2024.11.26 23:41:30.753501 [ 270 ] {2af72f17-42e0-49af-8a11-d4a261a85025} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001648 sec., 143810.6796116505 rows/sec., 9.64 MiB/sec.
15267 2024.11.26 23:41:30.753563 [ 270 ] {2af72f17-42e0-49af-8a11-d4a261a85025} <Debug> TCPHandler: Processed in 0.001895798 sec.
15268 2024.11.26 23:41:30.753735 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15269 2024.11.26 23:41:30.754038 [ 268 ] {2816523c-bd82-4e7b-9894-e2f05866f110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15270 2024.11.26 23:41:30.754177 [ 268 ] {2816523c-bd82-4e7b-9894-e2f05866f110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15271 2024.11.26 23:41:30.754772 [ 268 ] {2816523c-bd82-4e7b-9894-e2f05866f110} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15272 2024.11.26 23:41:30.754816 [ 268 ] {2816523c-bd82-4e7b-9894-e2f05866f110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15273 2024.11.26 23:41:30.755196 [ 268 ] {2816523c-bd82-4e7b-9894-e2f05866f110} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
15274 2024.11.26 23:41:30.755465 [ 268 ] {2816523c-bd82-4e7b-9894-e2f05866f110} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15275 2024.11.26 23:41:30.755708 [ 268 ] {2816523c-bd82-4e7b-9894-e2f05866f110} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001775 sec., 563.3802816901408 rows/sec., 37.96 KiB/sec.
15276 2024.11.26 23:41:30.755786 [ 268 ] {2816523c-bd82-4e7b-9894-e2f05866f110} <Debug> TCPHandler: Processed in 0.00213096 sec.
15277 2024.11.26 23:41:30.756032 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15278 2024.11.26 23:41:30.756197 [ 270 ] {193af5a9-82b0-4f21-ac7a-7726a5aed41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15279 2024.11.26 23:41:30.756257 [ 270 ] {193af5a9-82b0-4f21-ac7a-7726a5aed41f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15280 2024.11.26 23:41:30.756766 [ 270 ] {193af5a9-82b0-4f21-ac7a-7726a5aed41f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15281 2024.11.26 23:41:30.756805 [ 270 ] {193af5a9-82b0-4f21-ac7a-7726a5aed41f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15282 2024.11.26 23:41:30.757183 [ 270 ] {193af5a9-82b0-4f21-ac7a-7726a5aed41f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15283 2024.11.26 23:41:30.757422 [ 270 ] {193af5a9-82b0-4f21-ac7a-7726a5aed41f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15284 2024.11.26 23:41:30.757639 [ 270 ] {193af5a9-82b0-4f21-ac7a-7726a5aed41f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec.
15285 2024.11.26 23:41:30.757704 [ 270 ] {193af5a9-82b0-4f21-ac7a-7726a5aed41f} <Debug> TCPHandler: Processed in 0.001815846 sec.
15286 2024.11.26 23:41:34.460601 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
15287 2024.11.26 23:41:34.460696 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
15288 2024.11.26 23:41:34.662925 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831
15289 2024.11.26 23:41:34.663610 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15290 2024.11.26 23:41:34.663650 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15291 2024.11.26 23:41:34.664220 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15292 2024.11.26 23:41:34.664501 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15293 2024.11.26 23:41:34.664741 [ 67 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15294 2024.11.26 23:41:34.664773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831
15295 2024.11.26 23:41:34.664821 [ 67 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15296 2024.11.26 23:41:34.664849 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15297 2024.11.26 23:41:34.664970 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
15298 2024.11.26 23:41:34.665078 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15299 2024.11.26 23:41:34.665110 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part
15300 2024.11.26 23:41:34.665178 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part
15301 2024.11.26 23:41:34.665326 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part
15302 2024.11.26 23:41:34.665612 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part
15303 2024.11.26 23:41:34.665853 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part
15304 2024.11.26 23:41:34.666063 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part
15305 2024.11.26 23:41:34.669027 [ 191 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004107658 sec., 8479527.750362858 rows/sec., 121.30 MiB/sec.
15306 2024.11.26 23:41:34.669381 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15307 2024.11.26 23:41:34.669770 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15308 2024.11.26 23:41:34.669871 [ 197 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_76_15} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15309 2024.11.26 23:41:34.670001 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB.
15310 2024.11.26 23:41:34.717961 [ 67 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
15311 2024.11.26 23:41:34.718017 [ 67 ] {} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15312 2024.11.26 23:41:34.718042 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15313 2024.11.26 23:41:34.718212 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
15314 2024.11.26 23:41:34.718472 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15315 2024.11.26 23:41:34.718507 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part
15316 2024.11.26 23:41:34.718596 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
15317 2024.11.26 23:41:34.718794 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part
15318 2024.11.26 23:41:34.719017 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part
15319 2024.11.26 23:41:34.719234 [ 200 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
15320 2024.11.26 23:41:34.720332 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002216171 sec., 22561.43591807672 rows/sec., 1.88 MiB/sec.
15321 2024.11.26 23:41:34.720507 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
15322 2024.11.26 23:41:34.720863 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_25_6} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15323 2024.11.26 23:41:34.720955 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_25_6} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
15324 2024.11.26 23:41:34.721071 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15325 2024.11.26 23:41:34.882249 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2172
15326 2024.11.26 23:41:34.885359 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15327 2024.11.26 23:41:34.885426 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15328 2024.11.26 23:41:34.886994 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
15329 2024.11.26 23:41:34.887323 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15330 2024.11.26 23:41:34.887994 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2172
15331 2024.11.26 23:41:35.734490 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15332 2024.11.26 23:41:35.734701 [ 268 ] {2190e3de-69bd-4fd1-85ec-485cf4a832b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15333 2024.11.26 23:41:35.734781 [ 268 ] {2190e3de-69bd-4fd1-85ec-485cf4a832b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15334 2024.11.26 23:41:35.735657 [ 268 ] {2190e3de-69bd-4fd1-85ec-485cf4a832b3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15335 2024.11.26 23:41:35.735701 [ 268 ] {2190e3de-69bd-4fd1-85ec-485cf4a832b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15336 2024.11.26 23:41:35.736152 [ 268 ] {2190e3de-69bd-4fd1-85ec-485cf4a832b3} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15337 2024.11.26 23:41:35.736423 [ 268 ] {2190e3de-69bd-4fd1-85ec-485cf4a832b3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15338 2024.11.26 23:41:35.736621 [ 268 ] {2190e3de-69bd-4fd1-85ec-485cf4a832b3} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.00198 sec., 69696.9696969697 rows/sec., 6.02 MiB/sec.
15339 2024.11.26 23:41:35.736677 [ 268 ] {2190e3de-69bd-4fd1-85ec-485cf4a832b3} <Debug> TCPHandler: Processed in 0.002322692 sec.
15340 2024.11.26 23:41:35.736928 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15341 2024.11.26 23:41:35.737141 [ 270 ] {ba7e790d-8048-40b6-a95e-6cb10533d111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15342 2024.11.26 23:41:35.737222 [ 270 ] {ba7e790d-8048-40b6-a95e-6cb10533d111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15343 2024.11.26 23:41:35.738007 [ 270 ] {ba7e790d-8048-40b6-a95e-6cb10533d111} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15344 2024.11.26 23:41:35.738050 [ 270 ] {ba7e790d-8048-40b6-a95e-6cb10533d111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15345 2024.11.26 23:41:35.738497 [ 270 ] {ba7e790d-8048-40b6-a95e-6cb10533d111} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
15346 2024.11.26 23:41:35.738765 [ 270 ] {ba7e790d-8048-40b6-a95e-6cb10533d111} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15347 2024.11.26 23:41:35.739019 [ 270 ] {ba7e790d-8048-40b6-a95e-6cb10533d111} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001936 sec., 21177.685950413223 rows/sec., 1.56 MiB/sec.
15348 2024.11.26 23:41:35.739102 [ 270 ] {ba7e790d-8048-40b6-a95e-6cb10533d111} <Debug> TCPHandler: Processed in 0.002311511 sec.
15349 2024.11.26 23:41:35.739301 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15350 2024.11.26 23:41:35.739451 [ 268 ] {08292551-5376-4a4d-8728-84ac8963bf70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15351 2024.11.26 23:41:35.739508 [ 268 ] {08292551-5376-4a4d-8728-84ac8963bf70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15352 2024.11.26 23:41:35.740242 [ 268 ] {08292551-5376-4a4d-8728-84ac8963bf70} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15353 2024.11.26 23:41:35.740289 [ 268 ] {08292551-5376-4a4d-8728-84ac8963bf70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15354 2024.11.26 23:41:35.740689 [ 268 ] {08292551-5376-4a4d-8728-84ac8963bf70} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15355 2024.11.26 23:41:35.740936 [ 268 ] {08292551-5376-4a4d-8728-84ac8963bf70} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15356 2024.11.26 23:41:35.741136 [ 268 ] {08292551-5376-4a4d-8728-84ac8963bf70} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001707 sec., 61511.42355008787 rows/sec., 4.80 MiB/sec.
15357 2024.11.26 23:41:35.741194 [ 268 ] {08292551-5376-4a4d-8728-84ac8963bf70} <Debug> TCPHandler: Processed in 0.001989879 sec.
15358 2024.11.26 23:41:35.741399 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15359 2024.11.26 23:41:35.741699 [ 270 ] {4156282a-a53d-49df-871b-d942f5a51c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15360 2024.11.26 23:41:35.741838 [ 270 ] {4156282a-a53d-49df-871b-d942f5a51c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15361 2024.11.26 23:41:35.742539 [ 270 ] {4156282a-a53d-49df-871b-d942f5a51c1c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15362 2024.11.26 23:41:35.742580 [ 270 ] {4156282a-a53d-49df-871b-d942f5a51c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15363 2024.11.26 23:41:35.742996 [ 270 ] {4156282a-a53d-49df-871b-d942f5a51c1c} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15364 2024.11.26 23:41:35.743244 [ 270 ] {4156282a-a53d-49df-871b-d942f5a51c1c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15365 2024.11.26 23:41:35.743473 [ 270 ] {4156282a-a53d-49df-871b-d942f5a51c1c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001869 sec., 85607.27661851258 rows/sec., 5.96 MiB/sec.
15366 2024.11.26 23:41:35.743573 [ 270 ] {4156282a-a53d-49df-871b-d942f5a51c1c} <Debug> TCPHandler: Processed in 0.002258641 sec.
15367 2024.11.26 23:41:35.743752 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15368 2024.11.26 23:41:35.743901 [ 268 ] {5cf139ee-6744-45e8-adde-327395dce473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15369 2024.11.26 23:41:35.743992 [ 268 ] {5cf139ee-6744-45e8-adde-327395dce473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15370 2024.11.26 23:41:35.745262 [ 268 ] {5cf139ee-6744-45e8-adde-327395dce473} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15371 2024.11.26 23:41:35.745299 [ 268 ] {5cf139ee-6744-45e8-adde-327395dce473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15372 2024.11.26 23:41:35.745982 [ 268 ] {5cf139ee-6744-45e8-adde-327395dce473} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15373 2024.11.26 23:41:35.746243 [ 268 ] {5cf139ee-6744-45e8-adde-327395dce473} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15374 2024.11.26 23:41:35.746387 [ 65 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
15375 2024.11.26 23:41:35.746431 [ 65 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15376 2024.11.26 23:41:35.746445 [ 268 ] {5cf139ee-6744-45e8-adde-327395dce473} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002573 sec., 15934.706568208316 rows/sec., 28.55 MiB/sec.
15377 2024.11.26 23:41:35.746455 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15378 2024.11.26 23:41:35.746903 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
15379 2024.11.26 23:41:35.746913 [ 268 ] {5cf139ee-6744-45e8-adde-327395dce473} <Debug> TCPHandler: Processed in 0.00324082 sec.
15380 2024.11.26 23:41:35.747268 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15381 2024.11.26 23:41:35.747570 [ 270 ] {e7481476-58bf-455c-a012-58db40e8941c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15382 2024.11.26 23:41:35.747712 [ 270 ] {e7481476-58bf-455c-a012-58db40e8941c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15383 2024.11.26 23:41:35.747745 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15384 2024.11.26 23:41:35.747975 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1956 rows starting from the beginning of the part
15385 2024.11.26 23:41:35.748788 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 41 rows starting from the beginning of the part
15386 2024.11.26 23:41:35.749534 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 41 rows starting from the beginning of the part
15387 2024.11.26 23:41:35.749727 [ 270 ] {e7481476-58bf-455c-a012-58db40e8941c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15388 2024.11.26 23:41:35.749830 [ 270 ] {e7481476-58bf-455c-a012-58db40e8941c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15389 2024.11.26 23:41:35.750205 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part
15390 2024.11.26 23:41:35.750821 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 41 rows starting from the beginning of the part
15391 2024.11.26 23:41:35.751462 [ 191 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part
15392 2024.11.26 23:41:35.751541 [ 270 ] {e7481476-58bf-455c-a012-58db40e8941c} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15393 2024.11.26 23:41:35.752389 [ 270 ] {e7481476-58bf-455c-a012-58db40e8941c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15394 2024.11.26 23:41:35.752837 [ 270 ] {e7481476-58bf-455c-a012-58db40e8941c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005358 sec., 11198.208286674133 rows/sec., 772.79 KiB/sec.
15395 2024.11.26 23:41:35.753028 [ 270 ] {e7481476-58bf-455c-a012-58db40e8941c} <Debug> TCPHandler: Processed in 0.005880165 sec.
15396 2024.11.26 23:41:35.760610 [ 200 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2161 rows, containing 19 columns (19 merged, 0 gathered) in 0.014025121 sec., 154080.6671115351 rows/sec., 276.11 MiB/sec.
15397 2024.11.26 23:41:35.762655 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
15398 2024.11.26 23:41:35.763168 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15399 2024.11.26 23:41:35.763267 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
15400 2024.11.26 23:41:35.763451 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.12 MiB.
15401 2024.11.26 23:41:37.111381 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
15402 2024.11.26 23:41:37.133555 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15403 2024.11.26 23:41:37.133624 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15404 2024.11.26 23:41:37.141243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15405 2024.11.26 23:41:37.142084 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15406 2024.11.26 23:41:37.142400 [ 63 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15407 2024.11.26 23:41:37.142465 [ 63 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15408 2024.11.26 23:41:37.142504 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15409 2024.11.26 23:41:37.142872 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
15410 2024.11.26 23:41:37.153680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
15411 2024.11.26 23:41:37.154851 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15412 2024.11.26 23:41:37.155801 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part
15413 2024.11.26 23:41:37.160269 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part
15414 2024.11.26 23:41:37.165161 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
15415 2024.11.26 23:41:37.170346 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
15416 2024.11.26 23:41:37.176483 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
15417 2024.11.26 23:41:37.182072 [ 195 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
15418 2024.11.26 23:41:37.244684 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.102090823 sec., 5612.64943470972 rows/sec., 29.02 MiB/sec.
15419 2024.11.26 23:41:37.248136 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15420 2024.11.26 23:41:37.251232 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_76_15} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15421 2024.11.26 23:41:37.251364 [ 190 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_76_15} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15422 2024.11.26 23:41:37.253954 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
15423 2024.11.26 23:41:38.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.40 MiB, peak 286.82 MiB, free memory in arenas 0.00 B, will set to 268.32 MiB (RSS), difference: -1.07 MiB
15424 2024.11.26 23:41:40.737814 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15425 2024.11.26 23:41:40.738010 [ 268 ] {90e90a79-4cbe-4b2d-a8da-591c0b83c992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15426 2024.11.26 23:41:40.738087 [ 268 ] {90e90a79-4cbe-4b2d-a8da-591c0b83c992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15427 2024.11.26 23:41:40.738868 [ 268 ] {90e90a79-4cbe-4b2d-a8da-591c0b83c992} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15428 2024.11.26 23:41:40.738921 [ 268 ] {90e90a79-4cbe-4b2d-a8da-591c0b83c992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15429 2024.11.26 23:41:40.739375 [ 268 ] {90e90a79-4cbe-4b2d-a8da-591c0b83c992} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15430 2024.11.26 23:41:40.739644 [ 268 ] {90e90a79-4cbe-4b2d-a8da-591c0b83c992} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15431 2024.11.26 23:41:40.739884 [ 268 ] {90e90a79-4cbe-4b2d-a8da-591c0b83c992} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001928 sec., 7261.410788381742 rows/sec., 522.72 KiB/sec.
15432 2024.11.26 23:41:40.739950 [ 268 ] {90e90a79-4cbe-4b2d-a8da-591c0b83c992} <Debug> TCPHandler: Processed in 0.002271411 sec.
15433 2024.11.26 23:41:40.740215 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15434 2024.11.26 23:41:40.740430 [ 270 ] {de3b68f5-0f39-447f-a639-8dfb659de586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15435 2024.11.26 23:41:40.740516 [ 270 ] {de3b68f5-0f39-447f-a639-8dfb659de586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15436 2024.11.26 23:41:40.741279 [ 270 ] {de3b68f5-0f39-447f-a639-8dfb659de586} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15437 2024.11.26 23:41:40.741333 [ 270 ] {de3b68f5-0f39-447f-a639-8dfb659de586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15438 2024.11.26 23:41:40.741768 [ 270 ] {de3b68f5-0f39-447f-a639-8dfb659de586} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
15439 2024.11.26 23:41:40.742030 [ 270 ] {de3b68f5-0f39-447f-a639-8dfb659de586} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15440 2024.11.26 23:41:40.742276 [ 270 ] {de3b68f5-0f39-447f-a639-8dfb659de586} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001906 sec., 1049.3179433368311 rows/sec., 85.56 KiB/sec.
15441 2024.11.26 23:41:40.742344 [ 270 ] {de3b68f5-0f39-447f-a639-8dfb659de586} <Debug> TCPHandler: Processed in 0.002270641 sec.
15442 2024.11.26 23:41:40.742501 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15443 2024.11.26 23:41:40.742648 [ 268 ] {4e796dc8-2148-4afe-935b-5d468cdfcdc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15444 2024.11.26 23:41:40.742709 [ 268 ] {4e796dc8-2148-4afe-935b-5d468cdfcdc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15445 2024.11.26 23:41:40.743528 [ 268 ] {4e796dc8-2148-4afe-935b-5d468cdfcdc2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15446 2024.11.26 23:41:40.743579 [ 268 ] {4e796dc8-2148-4afe-935b-5d468cdfcdc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15447 2024.11.26 23:41:40.743982 [ 268 ] {4e796dc8-2148-4afe-935b-5d468cdfcdc2} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15448 2024.11.26 23:41:40.744221 [ 268 ] {4e796dc8-2148-4afe-935b-5d468cdfcdc2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15449 2024.11.26 23:41:40.744410 [ 59 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
15450 2024.11.26 23:41:40.744474 [ 268 ] {4e796dc8-2148-4afe-935b-5d468cdfcdc2} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.00186 sec., 109677.4193548387 rows/sec., 9.48 MiB/sec.
15451 2024.11.26 23:41:40.744500 [ 59 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15452 2024.11.26 23:41:40.744557 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15453 2024.11.26 23:41:40.744605 [ 268 ] {4e796dc8-2148-4afe-935b-5d468cdfcdc2} <Debug> TCPHandler: Processed in 0.002168991 sec.
15454 2024.11.26 23:41:40.744825 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15455 2024.11.26 23:41:40.744827 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
15456 2024.11.26 23:41:40.745047 [ 270 ] {63e43d2b-bb56-40bc-88d8-8f0582c72e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15457 2024.11.26 23:41:40.745118 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15458 2024.11.26 23:41:40.745149 [ 270 ] {63e43d2b-bb56-40bc-88d8-8f0582c72e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15459 2024.11.26 23:41:40.745172 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1434 rows starting from the beginning of the part
15460 2024.11.26 23:41:40.745488 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 1285 rows starting from the beginning of the part
15461 2024.11.26 23:41:40.745864 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 56 rows starting from the beginning of the part
15462 2024.11.26 23:41:40.746362 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 203 rows starting from the beginning of the part
15463 2024.11.26 23:41:40.746730 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 138 rows starting from the beginning of the part
15464 2024.11.26 23:41:40.747209 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 204 rows starting from the beginning of the part
15465 2024.11.26 23:41:40.748369 [ 270 ] {63e43d2b-bb56-40bc-88d8-8f0582c72e85} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15466 2024.11.26 23:41:40.748442 [ 270 ] {63e43d2b-bb56-40bc-88d8-8f0582c72e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15467 2024.11.26 23:41:40.749495 [ 270 ] {63e43d2b-bb56-40bc-88d8-8f0582c72e85} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
15468 2024.11.26 23:41:40.749882 [ 270 ] {63e43d2b-bb56-40bc-88d8-8f0582c72e85} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15469 2024.11.26 23:41:40.750093 [ 59 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
15470 2024.11.26 23:41:40.750178 [ 59 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15471 2024.11.26 23:41:40.750254 [ 270 ] {63e43d2b-bb56-40bc-88d8-8f0582c72e85} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.005257 sec., 1712.0030435609663 rows/sec., 113.32 KiB/sec.
15472 2024.11.26 23:41:40.750282 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15473 2024.11.26 23:41:40.750619 [ 270 ] {63e43d2b-bb56-40bc-88d8-8f0582c72e85} <Debug> TCPHandler: Processed in 0.005895605 sec.
15474 2024.11.26 23:41:40.750890 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15475 2024.11.26 23:41:40.751105 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
15476 2024.11.26 23:41:40.751153 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.006461791 sec., 513789.4432054519 rows/sec., 45.02 MiB/sec.
15477 2024.11.26 23:41:40.751236 [ 268 ] {4f7dd7ad-ee3b-49c4-9e5a-133132b8c2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15478 2024.11.26 23:41:40.751378 [ 268 ] {4f7dd7ad-ee3b-49c4-9e5a-133132b8c2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15479 2024.11.26 23:41:40.751509 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15480 2024.11.26 23:41:40.751635 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 66 rows starting from the beginning of the part
15481 2024.11.26 23:41:40.751700 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
15482 2024.11.26 23:41:40.752075 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 7 rows starting from the beginning of the part
15483 2024.11.26 23:41:40.752432 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 55 rows starting from the beginning of the part
15484 2024.11.26 23:41:40.752900 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 7 rows starting from the beginning of the part
15485 2024.11.26 23:41:40.753481 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 41 rows starting from the beginning of the part
15486 2024.11.26 23:41:40.753958 [ 188 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 9 rows starting from the beginning of the part
15487 2024.11.26 23:41:40.754630 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15488 2024.11.26 23:41:40.755030 [ 186 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_131_26} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
15489 2024.11.26 23:41:40.755555 [ 268 ] {4f7dd7ad-ee3b-49c4-9e5a-133132b8c2ad} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15490 2024.11.26 23:41:40.755579 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
15491 2024.11.26 23:41:40.755646 [ 268 ] {4f7dd7ad-ee3b-49c4-9e5a-133132b8c2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15492 2024.11.26 23:41:40.756702 [ 268 ] {4f7dd7ad-ee3b-49c4-9e5a-133132b8c2ad} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15493 2024.11.26 23:41:40.757136 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.006657153 sec., 27789.65723035057 rows/sec., 2.08 MiB/sec.
15494 2024.11.26 23:41:40.757219 [ 268 ] {4f7dd7ad-ee3b-49c4-9e5a-133132b8c2ad} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15495 2024.11.26 23:41:40.757429 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
15496 2024.11.26 23:41:40.757674 [ 268 ] {4f7dd7ad-ee3b-49c4-9e5a-133132b8c2ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006552 sec., 2136.7521367521367 rows/sec., 149.64 KiB/sec.
15497 2024.11.26 23:41:40.757831 [ 268 ] {4f7dd7ad-ee3b-49c4-9e5a-133132b8c2ad} <Debug> TCPHandler: Processed in 0.007082846 sec.
15498 2024.11.26 23:41:40.758014 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15499 2024.11.26 23:41:40.758057 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15500 2024.11.26 23:41:40.758225 [ 270 ] {5a1dfcc7-7fa1-469b-a027-1682a15435a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15501 2024.11.26 23:41:40.758239 [ 187 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_111_22} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
15502 2024.11.26 23:41:40.758297 [ 270 ] {5a1dfcc7-7fa1-469b-a027-1682a15435a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15503 2024.11.26 23:41:40.758419 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
15504 2024.11.26 23:41:40.759022 [ 270 ] {5a1dfcc7-7fa1-469b-a027-1682a15435a6} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15505 2024.11.26 23:41:40.759067 [ 270 ] {5a1dfcc7-7fa1-469b-a027-1682a15435a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15506 2024.11.26 23:41:40.759436 [ 270 ] {5a1dfcc7-7fa1-469b-a027-1682a15435a6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15507 2024.11.26 23:41:40.759675 [ 270 ] {5a1dfcc7-7fa1-469b-a027-1682a15435a6} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15508 2024.11.26 23:41:40.759892 [ 270 ] {5a1dfcc7-7fa1-469b-a027-1682a15435a6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001735 sec., 7492.795389048992 rows/sec., 467.17 KiB/sec.
15509 2024.11.26 23:41:40.759945 [ 270 ] {5a1dfcc7-7fa1-469b-a027-1682a15435a6} <Debug> TCPHandler: Processed in 0.002006489 sec.
15510 2024.11.26 23:41:40.760090 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15511 2024.11.26 23:41:40.760211 [ 268 ] {6b61f629-57b3-49c9-89dd-64df2eac82e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15512 2024.11.26 23:41:40.760262 [ 268 ] {6b61f629-57b3-49c9-89dd-64df2eac82e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15513 2024.11.26 23:41:40.761022 [ 268 ] {6b61f629-57b3-49c9-89dd-64df2eac82e5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15514 2024.11.26 23:41:40.761061 [ 268 ] {6b61f629-57b3-49c9-89dd-64df2eac82e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15515 2024.11.26 23:41:40.761473 [ 268 ] {6b61f629-57b3-49c9-89dd-64df2eac82e5} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15516 2024.11.26 23:41:40.761721 [ 268 ] {6b61f629-57b3-49c9-89dd-64df2eac82e5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15517 2024.11.26 23:41:40.761904 [ 59 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
15518 2024.11.26 23:41:40.761947 [ 268 ] {6b61f629-57b3-49c9-89dd-64df2eac82e5} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001757 sec., 218554.35401252133 rows/sec., 15.48 MiB/sec.
15519 2024.11.26 23:41:40.761959 [ 59 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15520 2024.11.26 23:41:40.762030 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15521 2024.11.26 23:41:40.762080 [ 268 ] {6b61f629-57b3-49c9-89dd-64df2eac82e5} <Debug> TCPHandler: Processed in 0.002047389 sec.
15522 2024.11.26 23:41:40.762233 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
15523 2024.11.26 23:41:40.762295 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15524 2024.11.26 23:41:40.762571 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15525 2024.11.26 23:41:40.762695 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 915 rows starting from the beginning of the part
15526 2024.11.26 23:41:40.762774 [ 270 ] {e6d85e4c-ae78-4505-92d3-006572022ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15527 2024.11.26 23:41:40.763089 [ 270 ] {e6d85e4c-ae78-4505-92d3-006572022ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15528 2024.11.26 23:41:40.763216 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 575 rows starting from the beginning of the part
15529 2024.11.26 23:41:40.763861 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part
15530 2024.11.26 23:41:40.764486 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 382 rows starting from the beginning of the part
15531 2024.11.26 23:41:40.765066 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 105 rows starting from the beginning of the part
15532 2024.11.26 23:41:40.765660 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 384 rows starting from the beginning of the part
15533 2024.11.26 23:41:40.767108 [ 270 ] {e6d85e4c-ae78-4505-92d3-006572022ca2} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15534 2024.11.26 23:41:40.767178 [ 270 ] {e6d85e4c-ae78-4505-92d3-006572022ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15535 2024.11.26 23:41:40.768154 [ 270 ] {e6d85e4c-ae78-4505-92d3-006572022ca2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15536 2024.11.26 23:41:40.768620 [ 270 ] {e6d85e4c-ae78-4505-92d3-006572022ca2} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15537 2024.11.26 23:41:40.768923 [ 270 ] {e6d85e4c-ae78-4505-92d3-006572022ca2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006312 sec., 950.5703422053232 rows/sec., 49.66 KiB/sec.
15538 2024.11.26 23:41:40.769247 [ 270 ] {e6d85e4c-ae78-4505-92d3-006572022ca2} <Debug> TCPHandler: Processed in 0.007022225 sec.
15539 2024.11.26 23:41:40.769451 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.007314849 sec., 331517.4380223023 rows/sec., 25.43 MiB/sec.
15540 2024.11.26 23:41:40.769465 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15541 2024.11.26 23:41:40.769646 [ 268 ] {44865052-d14f-4c3b-bea1-231bb53651c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15542 2024.11.26 23:41:40.769718 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
15543 2024.11.26 23:41:40.769741 [ 268 ] {44865052-d14f-4c3b-bea1-231bb53651c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15544 2024.11.26 23:41:40.770437 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15545 2024.11.26 23:41:40.770680 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_131_26} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
15546 2024.11.26 23:41:40.770885 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
15547 2024.11.26 23:41:40.771042 [ 268 ] {44865052-d14f-4c3b-bea1-231bb53651c9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15548 2024.11.26 23:41:40.771087 [ 268 ] {44865052-d14f-4c3b-bea1-231bb53651c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15549 2024.11.26 23:41:40.771522 [ 268 ] {44865052-d14f-4c3b-bea1-231bb53651c9} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15550 2024.11.26 23:41:40.771783 [ 268 ] {44865052-d14f-4c3b-bea1-231bb53651c9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15551 2024.11.26 23:41:40.772013 [ 268 ] {44865052-d14f-4c3b-bea1-231bb53651c9} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002413 sec., 98632.40779113137 rows/sec., 6.61 MiB/sec.
15552 2024.11.26 23:41:40.772080 [ 268 ] {44865052-d14f-4c3b-bea1-231bb53651c9} <Debug> TCPHandler: Processed in 0.002691235 sec.
15553 2024.11.26 23:41:40.772245 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15554 2024.11.26 23:41:40.772369 [ 270 ] {42032187-71fe-480e-8874-bf5ed035bb3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15555 2024.11.26 23:41:40.772424 [ 270 ] {42032187-71fe-480e-8874-bf5ed035bb3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15556 2024.11.26 23:41:40.772939 [ 270 ] {42032187-71fe-480e-8874-bf5ed035bb3d} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15557 2024.11.26 23:41:40.772978 [ 270 ] {42032187-71fe-480e-8874-bf5ed035bb3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15558 2024.11.26 23:41:40.773345 [ 270 ] {42032187-71fe-480e-8874-bf5ed035bb3d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
15559 2024.11.26 23:41:40.773587 [ 270 ] {42032187-71fe-480e-8874-bf5ed035bb3d} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15560 2024.11.26 23:41:40.773759 [ 59 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0
15561 2024.11.26 23:41:40.773816 [ 59 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15562 2024.11.26 23:41:40.773832 [ 270 ] {42032187-71fe-480e-8874-bf5ed035bb3d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec.
15563 2024.11.26 23:41:40.773854 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15564 2024.11.26 23:41:40.773981 [ 270 ] {42032187-71fe-480e-8874-bf5ed035bb3d} <Debug> TCPHandler: Processed in 0.001795567 sec.
15565 2024.11.26 23:41:40.774273 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15566 2024.11.26 23:41:40.774278 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
15567 2024.11.26 23:41:40.774575 [ 268 ] {7737923a-ec84-4e60-b677-46001653ec7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15568 2024.11.26 23:41:40.774779 [ 268 ] {7737923a-ec84-4e60-b677-46001653ec7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15569 2024.11.26 23:41:40.775042 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15570 2024.11.26 23:41:40.775148 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 50 rows starting from the beginning of the part
15571 2024.11.26 23:41:40.775503 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part
15572 2024.11.26 23:41:40.775803 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part
15573 2024.11.26 23:41:40.776125 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part
15574 2024.11.26 23:41:40.776458 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part
15575 2024.11.26 23:41:40.776705 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part
15576 2024.11.26 23:41:40.777448 [ 268 ] {7737923a-ec84-4e60-b677-46001653ec7a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15577 2024.11.26 23:41:40.777502 [ 268 ] {7737923a-ec84-4e60-b677-46001653ec7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15578 2024.11.26 23:41:40.778659 [ 268 ] {7737923a-ec84-4e60-b677-46001653ec7a} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15579 2024.11.26 23:41:40.779239 [ 268 ] {7737923a-ec84-4e60-b677-46001653ec7a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15580 2024.11.26 23:41:40.779685 [ 59 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
15581 2024.11.26 23:41:40.779837 [ 59 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15582 2024.11.26 23:41:40.779959 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15583 2024.11.26 23:41:40.779973 [ 268 ] {7737923a-ec84-4e60-b677-46001653ec7a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005462 sec., 15012.815818381545 rows/sec., 976.38 KiB/sec.
15584 2024.11.26 23:41:40.780009 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.006020896 sec., 9134.853018554048 rows/sec., 615.53 KiB/sec.
15585 2024.11.26 23:41:40.780263 [ 268 ] {7737923a-ec84-4e60-b677-46001653ec7a} <Debug> TCPHandler: Processed in 0.006149048 sec.
15586 2024.11.26 23:41:40.780409 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
15587 2024.11.26 23:41:40.780510 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary)
15588 2024.11.26 23:41:40.780778 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15589 2024.11.26 23:41:40.780894 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7646 rows starting from the beginning of the part
15590 2024.11.26 23:41:40.781307 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 30 rows starting from the beginning of the part
15591 2024.11.26 23:41:40.781687 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15592 2024.11.26 23:41:40.781693 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 30 rows starting from the beginning of the part
15593 2024.11.26 23:41:40.782079 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 82 rows starting from the beginning of the part
15594 2024.11.26 23:41:40.782131 [ 198 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_55_11} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11
15595 2024.11.26 23:41:40.782443 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part
15596 2024.11.26 23:41:40.782590 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
15597 2024.11.26 23:41:40.782848 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part
15598 2024.11.26 23:41:40.785625 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7930 rows, containing 4 columns (4 merged, 0 gathered) in 0.005524022 sec., 1435548.2291707022 rows/sec., 93.58 MiB/sec.
15599 2024.11.26 23:41:40.786144 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
15600 2024.11.26 23:41:40.786494 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15601 2024.11.26 23:41:40.786587 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_131_26} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
15602 2024.11.26 23:41:40.786680 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB.
15603 2024.11.26 23:41:42.165039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319
15604 2024.11.26 23:41:42.165983 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15605 2024.11.26 23:41:42.166024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15606 2024.11.26 23:41:42.166559 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
15607 2024.11.26 23:41:42.166856 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15608 2024.11.26 23:41:42.167139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319
15609 2024.11.26 23:41:44.653864 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
15610 2024.11.26 23:41:44.680204 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15611 2024.11.26 23:41:44.680269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15612 2024.11.26 23:41:44.687704 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
15613 2024.11.26 23:41:44.688524 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15614 2024.11.26 23:41:44.691643 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
15615 2024.11.26 23:41:44.888332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2206
15616 2024.11.26 23:41:44.891727 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15617 2024.11.26 23:41:44.891789 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15618 2024.11.26 23:41:44.893376 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15619 2024.11.26 23:41:44.893710 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15620 2024.11.26 23:41:44.894929 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2206
15621 2024.11.26 23:41:45.454106 [ 218 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
15622 2024.11.26 23:41:45.454164 [ 218 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
15623 2024.11.26 23:41:45.456044 [ 218 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
15624 2024.11.26 23:41:45.734925 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15625 2024.11.26 23:41:45.735121 [ 268 ] {f3a2951a-35db-4761-97b0-f33e6c15863a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15626 2024.11.26 23:41:45.735193 [ 268 ] {f3a2951a-35db-4761-97b0-f33e6c15863a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15627 2024.11.26 23:41:45.736002 [ 268 ] {f3a2951a-35db-4761-97b0-f33e6c15863a} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15628 2024.11.26 23:41:45.736054 [ 268 ] {f3a2951a-35db-4761-97b0-f33e6c15863a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15629 2024.11.26 23:41:45.736507 [ 268 ] {f3a2951a-35db-4761-97b0-f33e6c15863a} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15630 2024.11.26 23:41:45.736793 [ 268 ] {f3a2951a-35db-4761-97b0-f33e6c15863a} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15631 2024.11.26 23:41:45.737059 [ 268 ] {f3a2951a-35db-4761-97b0-f33e6c15863a} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001992 sec., 69277.10843373495 rows/sec., 5.98 MiB/sec.
15632 2024.11.26 23:41:45.737141 [ 268 ] {f3a2951a-35db-4761-97b0-f33e6c15863a} <Debug> TCPHandler: Processed in 0.002345312 sec.
15633 2024.11.26 23:41:45.737447 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15634 2024.11.26 23:41:45.737844 [ 270 ] {bd6fadba-5392-42ea-8c06-fa35e34abcb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15635 2024.11.26 23:41:45.737918 [ 270 ] {bd6fadba-5392-42ea-8c06-fa35e34abcb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15636 2024.11.26 23:41:45.738669 [ 270 ] {bd6fadba-5392-42ea-8c06-fa35e34abcb0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15637 2024.11.26 23:41:45.738712 [ 270 ] {bd6fadba-5392-42ea-8c06-fa35e34abcb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15638 2024.11.26 23:41:45.739142 [ 270 ] {bd6fadba-5392-42ea-8c06-fa35e34abcb0} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
15639 2024.11.26 23:41:45.739403 [ 270 ] {bd6fadba-5392-42ea-8c06-fa35e34abcb0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15640 2024.11.26 23:41:45.739606 [ 270 ] {bd6fadba-5392-42ea-8c06-fa35e34abcb0} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001875 sec., 21866.666666666668 rows/sec., 1.61 MiB/sec.
15641 2024.11.26 23:41:45.739670 [ 270 ] {bd6fadba-5392-42ea-8c06-fa35e34abcb0} <Debug> TCPHandler: Processed in 0.002417863 sec.
15642 2024.11.26 23:41:45.739832 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15643 2024.11.26 23:41:45.739952 [ 268 ] {c58e2ac5-d3ba-4dae-bb4b-45cf693b2504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15644 2024.11.26 23:41:45.740001 [ 268 ] {c58e2ac5-d3ba-4dae-bb4b-45cf693b2504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15645 2024.11.26 23:41:45.740622 [ 268 ] {c58e2ac5-d3ba-4dae-bb4b-45cf693b2504} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15646 2024.11.26 23:41:45.740664 [ 268 ] {c58e2ac5-d3ba-4dae-bb4b-45cf693b2504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15647 2024.11.26 23:41:45.741045 [ 268 ] {c58e2ac5-d3ba-4dae-bb4b-45cf693b2504} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15648 2024.11.26 23:41:45.741290 [ 268 ] {c58e2ac5-d3ba-4dae-bb4b-45cf693b2504} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15649 2024.11.26 23:41:45.741508 [ 268 ] {c58e2ac5-d3ba-4dae-bb4b-45cf693b2504} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001578 sec., 66539.92395437263 rows/sec., 5.20 MiB/sec.
15650 2024.11.26 23:41:45.741575 [ 268 ] {c58e2ac5-d3ba-4dae-bb4b-45cf693b2504} <Debug> TCPHandler: Processed in 0.001806276 sec.
15651 2024.11.26 23:41:45.741752 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15652 2024.11.26 23:41:45.742091 [ 270 ] {ffbe909c-8013-40fd-826a-85b50fee2586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15653 2024.11.26 23:41:45.742266 [ 270 ] {ffbe909c-8013-40fd-826a-85b50fee2586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15654 2024.11.26 23:41:45.743026 [ 270 ] {ffbe909c-8013-40fd-826a-85b50fee2586} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15655 2024.11.26 23:41:45.743066 [ 270 ] {ffbe909c-8013-40fd-826a-85b50fee2586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15656 2024.11.26 23:41:45.743512 [ 270 ] {ffbe909c-8013-40fd-826a-85b50fee2586} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15657 2024.11.26 23:41:45.743765 [ 270 ] {ffbe909c-8013-40fd-826a-85b50fee2586} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15658 2024.11.26 23:41:45.743906 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 5 parts from all_1_127_26 to all_131_131_0
15659 2024.11.26 23:41:45.743947 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15660 2024.11.26 23:41:45.743957 [ 270 ] {ffbe909c-8013-40fd-826a-85b50fee2586} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001989 sec., 80442.43338360985 rows/sec., 5.60 MiB/sec.
15661 2024.11.26 23:41:45.743971 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15662 2024.11.26 23:41:45.744086 [ 270 ] {ffbe909c-8013-40fd-826a-85b50fee2586} <Debug> TCPHandler: Processed in 0.002412982 sec.
15663 2024.11.26 23:41:45.744186 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_127_26 to all_131_131_0 into Compact with storage Full
15664 2024.11.26 23:41:45.744275 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15665 2024.11.26 23:41:45.744340 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15666 2024.11.26 23:41:45.744384 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_127_26, total 38200 rows starting from the beginning of the part
15667 2024.11.26 23:41:45.744437 [ 268 ] {82249a18-5d5e-4977-aeaf-b98da529b1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15668 2024.11.26 23:41:45.744508 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 84 rows starting from the beginning of the part
15669 2024.11.26 23:41:45.744862 [ 268 ] {82249a18-5d5e-4977-aeaf-b98da529b1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15670 2024.11.26 23:41:45.744899 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 237 rows starting from the beginning of the part
15671 2024.11.26 23:41:45.745417 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part
15672 2024.11.26 23:41:45.745778 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 238 rows starting from the beginning of the part
15673 2024.11.26 23:41:45.747801 [ 268 ] {82249a18-5d5e-4977-aeaf-b98da529b1d1} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15674 2024.11.26 23:41:45.747848 [ 268 ] {82249a18-5d5e-4977-aeaf-b98da529b1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15675 2024.11.26 23:41:45.748758 [ 268 ] {82249a18-5d5e-4977-aeaf-b98da529b1d1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
15676 2024.11.26 23:41:45.749041 [ 268 ] {82249a18-5d5e-4977-aeaf-b98da529b1d1} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15677 2024.11.26 23:41:45.749371 [ 268 ] {82249a18-5d5e-4977-aeaf-b98da529b1d1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004954 sec., 8276.140492531287 rows/sec., 14.83 MiB/sec.
15678 2024.11.26 23:41:45.750097 [ 268 ] {82249a18-5d5e-4977-aeaf-b98da529b1d1} <Debug> TCPHandler: Processed in 0.005896515 sec.
15679 2024.11.26 23:41:45.750328 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15680 2024.11.26 23:41:45.750461 [ 270 ] {71866b55-b296-4334-be2d-3db85fe67640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15681 2024.11.26 23:41:45.750514 [ 270 ] {71866b55-b296-4334-be2d-3db85fe67640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15682 2024.11.26 23:41:45.751263 [ 270 ] {71866b55-b296-4334-be2d-3db85fe67640} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15683 2024.11.26 23:41:45.751303 [ 270 ] {71866b55-b296-4334-be2d-3db85fe67640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15684 2024.11.26 23:41:45.751761 [ 270 ] {71866b55-b296-4334-be2d-3db85fe67640} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
15685 2024.11.26 23:41:45.752061 [ 270 ] {71866b55-b296-4334-be2d-3db85fe67640} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15686 2024.11.26 23:41:45.752435 [ 270 ] {71866b55-b296-4334-be2d-3db85fe67640} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001999 sec., 30015.007503751876 rows/sec., 2.02 MiB/sec.
15687 2024.11.26 23:41:45.752490 [ 270 ] {71866b55-b296-4334-be2d-3db85fe67640} <Debug> TCPHandler: Processed in 0.002274821 sec.
15688 2024.11.26 23:41:45.754007 [ 199 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38919 rows, containing 5 columns (5 merged, 0 gathered) in 0.009930262 sec., 3919231.9397010873 rows/sec., 264.66 MiB/sec.
15689 2024.11.26 23:41:45.754671 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Trace> MergedBlockOutputStream: filled checksums all_1_131_27 (state Temporary)
15690 2024.11.26 23:41:45.754992 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_131_27 to all_1_131_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15691 2024.11.26 23:41:45.755067 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 5 parts: [all_1_127_26, all_131_131_0] -> all_1_131_27
15692 2024.11.26 23:41:45.755161 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
15693 2024.11.26 23:41:49.460748 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache
15694 2024.11.26 23:41:49.460819 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache
15695 2024.11.26 23:41:49.667413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746
15696 2024.11.26 23:41:49.668321 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15697 2024.11.26 23:41:49.668371 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15698 2024.11.26 23:41:49.668923 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
15699 2024.11.26 23:41:49.669193 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15700 2024.11.26 23:41:49.669455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746
15701 2024.11.26 23:41:50.118327 [ 218 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
15702 2024.11.26 23:41:50.118391 [ 218 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
15703 2024.11.26 23:41:50.121218 [ 218 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
15704 2024.11.26 23:41:50.514924 [ 222 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
15705 2024.11.26 23:41:50.514975 [ 222 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
15706 2024.11.26 23:41:50.516951 [ 222 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
15707 2024.11.26 23:41:50.534637 [ 219 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
15708 2024.11.26 23:41:50.534692 [ 219 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
15709 2024.11.26 23:41:50.536380 [ 219 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
15710 2024.11.26 23:41:50.546839 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
15711 2024.11.26 23:41:50.546870 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
15712 2024.11.26 23:41:50.549427 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
15713 2024.11.26 23:41:50.737473 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15714 2024.11.26 23:41:50.737757 [ 268 ] {8b22b0a7-1287-4895-8409-194b57769500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15715 2024.11.26 23:41:50.737861 [ 268 ] {8b22b0a7-1287-4895-8409-194b57769500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15716 2024.11.26 23:41:50.738664 [ 268 ] {8b22b0a7-1287-4895-8409-194b57769500} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15717 2024.11.26 23:41:50.738703 [ 268 ] {8b22b0a7-1287-4895-8409-194b57769500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15718 2024.11.26 23:41:50.739140 [ 268 ] {8b22b0a7-1287-4895-8409-194b57769500} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15719 2024.11.26 23:41:50.739398 [ 268 ] {8b22b0a7-1287-4895-8409-194b57769500} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15720 2024.11.26 23:41:50.739586 [ 268 ] {8b22b0a7-1287-4895-8409-194b57769500} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec.
15721 2024.11.26 23:41:50.739641 [ 268 ] {8b22b0a7-1287-4895-8409-194b57769500} <Debug> TCPHandler: Processed in 0.002337351 sec.
15722 2024.11.26 23:41:50.739959 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15723 2024.11.26 23:41:50.740256 [ 270 ] {be862c54-ba4b-44be-a46d-cb4efbbe8646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15724 2024.11.26 23:41:50.740373 [ 270 ] {be862c54-ba4b-44be-a46d-cb4efbbe8646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15725 2024.11.26 23:41:50.741473 [ 270 ] {be862c54-ba4b-44be-a46d-cb4efbbe8646} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15726 2024.11.26 23:41:50.741518 [ 270 ] {be862c54-ba4b-44be-a46d-cb4efbbe8646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15727 2024.11.26 23:41:50.741958 [ 270 ] {be862c54-ba4b-44be-a46d-cb4efbbe8646} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
15728 2024.11.26 23:41:50.742220 [ 270 ] {be862c54-ba4b-44be-a46d-cb4efbbe8646} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15729 2024.11.26 23:41:50.742468 [ 270 ] {be862c54-ba4b-44be-a46d-cb4efbbe8646} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002296 sec., 88414.63414634147 rows/sec., 7.65 MiB/sec.
15730 2024.11.26 23:41:50.742526 [ 270 ] {be862c54-ba4b-44be-a46d-cb4efbbe8646} <Debug> TCPHandler: Processed in 0.002751976 sec.
15731 2024.11.26 23:41:50.742538 [ 224 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
15732 2024.11.26 23:41:50.742576 [ 224 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
15733 2024.11.26 23:41:50.742711 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15734 2024.11.26 23:41:50.742856 [ 268 ] {8b84f0ee-5ca9-4876-9465-932b7561fd33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15735 2024.11.26 23:41:50.742952 [ 268 ] {8b84f0ee-5ca9-4876-9465-932b7561fd33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15736 2024.11.26 23:41:50.744184 [ 268 ] {8b84f0ee-5ca9-4876-9465-932b7561fd33} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15737 2024.11.26 23:41:50.744235 [ 268 ] {8b84f0ee-5ca9-4876-9465-932b7561fd33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15738 2024.11.26 23:41:50.744943 [ 268 ] {8b84f0ee-5ca9-4876-9465-932b7561fd33} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
15739 2024.11.26 23:41:50.745429 [ 268 ] {8b84f0ee-5ca9-4876-9465-932b7561fd33} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15740 2024.11.26 23:41:50.745870 [ 268 ] {8b84f0ee-5ca9-4876-9465-932b7561fd33} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.003042 sec., 2301.11768573307 rows/sec., 149.92 KiB/sec.
15741 2024.11.26 23:41:50.745984 [ 268 ] {8b84f0ee-5ca9-4876-9465-932b7561fd33} <Debug> TCPHandler: Processed in 0.003362742 sec.
15742 2024.11.26 23:41:50.746139 [ 224 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
15743 2024.11.26 23:41:50.746167 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15744 2024.11.26 23:41:50.746352 [ 270 ] {3993ac18-7a03-418a-860e-53b32f382220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15745 2024.11.26 23:41:50.746406 [ 270 ] {3993ac18-7a03-418a-860e-53b32f382220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15746 2024.11.26 23:41:50.747412 [ 270 ] {3993ac18-7a03-418a-860e-53b32f382220} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15747 2024.11.26 23:41:50.747452 [ 270 ] {3993ac18-7a03-418a-860e-53b32f382220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15748 2024.11.26 23:41:50.747803 [ 270 ] {3993ac18-7a03-418a-860e-53b32f382220} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15749 2024.11.26 23:41:50.748039 [ 270 ] {3993ac18-7a03-418a-860e-53b32f382220} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15750 2024.11.26 23:41:50.748244 [ 270 ] {3993ac18-7a03-418a-860e-53b32f382220} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00192 sec., 7291.666666666666 rows/sec., 510.66 KiB/sec.
15751 2024.11.26 23:41:50.748297 [ 270 ] {3993ac18-7a03-418a-860e-53b32f382220} <Debug> TCPHandler: Processed in 0.00220998 sec.
15752 2024.11.26 23:41:50.748463 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15753 2024.11.26 23:41:50.748585 [ 268 ] {77ab266f-9b8c-4722-a80c-2c04fdbcc9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15754 2024.11.26 23:41:50.748633 [ 268 ] {77ab266f-9b8c-4722-a80c-2c04fdbcc9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15755 2024.11.26 23:41:50.749232 [ 268 ] {77ab266f-9b8c-4722-a80c-2c04fdbcc9dc} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15756 2024.11.26 23:41:50.749269 [ 268 ] {77ab266f-9b8c-4722-a80c-2c04fdbcc9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15757 2024.11.26 23:41:50.749636 [ 268 ] {77ab266f-9b8c-4722-a80c-2c04fdbcc9dc} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15758 2024.11.26 23:41:50.749879 [ 268 ] {77ab266f-9b8c-4722-a80c-2c04fdbcc9dc} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15759 2024.11.26 23:41:50.750069 [ 268 ] {77ab266f-9b8c-4722-a80c-2c04fdbcc9dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001507 sec., 8626.4100862641 rows/sec., 537.85 KiB/sec.
15760 2024.11.26 23:41:50.750186 [ 268 ] {77ab266f-9b8c-4722-a80c-2c04fdbcc9dc} <Debug> TCPHandler: Processed in 0.001777607 sec.
15761 2024.11.26 23:41:50.750494 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15762 2024.11.26 23:41:50.750766 [ 270 ] {b420caf2-1d36-4508-b058-204862a92ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15763 2024.11.26 23:41:50.750857 [ 270 ] {b420caf2-1d36-4508-b058-204862a92ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15764 2024.11.26 23:41:50.751662 [ 270 ] {b420caf2-1d36-4508-b058-204862a92ac7} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15765 2024.11.26 23:41:50.751702 [ 270 ] {b420caf2-1d36-4508-b058-204862a92ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15766 2024.11.26 23:41:50.752089 [ 270 ] {b420caf2-1d36-4508-b058-204862a92ac7} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
15767 2024.11.26 23:41:50.752327 [ 270 ] {b420caf2-1d36-4508-b058-204862a92ac7} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15768 2024.11.26 23:41:50.752539 [ 270 ] {b420caf2-1d36-4508-b058-204862a92ac7} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00183 sec., 208743.1693989071 rows/sec., 14.77 MiB/sec.
15769 2024.11.26 23:41:50.752592 [ 270 ] {b420caf2-1d36-4508-b058-204862a92ac7} <Debug> TCPHandler: Processed in 0.002308372 sec.
15770 2024.11.26 23:41:50.752756 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15771 2024.11.26 23:41:50.752877 [ 268 ] {e5301f8e-747f-4d85-b4cf-d55c9f7b8787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15772 2024.11.26 23:41:50.752928 [ 268 ] {e5301f8e-747f-4d85-b4cf-d55c9f7b8787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15773 2024.11.26 23:41:50.753436 [ 268 ] {e5301f8e-747f-4d85-b4cf-d55c9f7b8787} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15774 2024.11.26 23:41:50.753475 [ 268 ] {e5301f8e-747f-4d85-b4cf-d55c9f7b8787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15775 2024.11.26 23:41:50.753853 [ 268 ] {e5301f8e-747f-4d85-b4cf-d55c9f7b8787} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15776 2024.11.26 23:41:50.754094 [ 268 ] {e5301f8e-747f-4d85-b4cf-d55c9f7b8787} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15777 2024.11.26 23:41:50.754220 [ 49 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
15778 2024.11.26 23:41:50.754264 [ 49 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15779 2024.11.26 23:41:50.754273 [ 268 ] {e5301f8e-747f-4d85-b4cf-d55c9f7b8787} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 220.60 KiB/sec.
15780 2024.11.26 23:41:50.754290 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15781 2024.11.26 23:41:50.754364 [ 268 ] {e5301f8e-747f-4d85-b4cf-d55c9f7b8787} <Debug> TCPHandler: Processed in 0.001663905 sec.
15782 2024.11.26 23:41:50.754541 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
15783 2024.11.26 23:41:50.754555 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15784 2024.11.26 23:41:50.754811 [ 270 ] {2716a944-34fa-4e7c-b5b3-7b86b6492016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15785 2024.11.26 23:41:50.754836 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15786 2024.11.26 23:41:50.754928 [ 270 ] {2716a944-34fa-4e7c-b5b3-7b86b6492016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15787 2024.11.26 23:41:50.754932 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 306 rows starting from the beginning of the part
15788 2024.11.26 23:41:50.755520 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part
15789 2024.11.26 23:41:50.755823 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part
15790 2024.11.26 23:41:50.756042 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part
15791 2024.11.26 23:41:50.756345 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part
15792 2024.11.26 23:41:50.756618 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part
15793 2024.11.26 23:41:50.757525 [ 270 ] {2716a944-34fa-4e7c-b5b3-7b86b6492016} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15794 2024.11.26 23:41:50.757591 [ 270 ] {2716a944-34fa-4e7c-b5b3-7b86b6492016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15795 2024.11.26 23:41:50.758690 [ 270 ] {2716a944-34fa-4e7c-b5b3-7b86b6492016} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
15796 2024.11.26 23:41:50.759244 [ 270 ] {2716a944-34fa-4e7c-b5b3-7b86b6492016} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15797 2024.11.26 23:41:50.759390 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.004988747 sec., 67351.5814692547 rows/sec., 3.44 MiB/sec.
15798 2024.11.26 23:41:50.759651 [ 270 ] {2716a944-34fa-4e7c-b5b3-7b86b6492016} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004917 sec., 48200.12202562538 rows/sec., 3.23 MiB/sec.
15799 2024.11.26 23:41:50.759667 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
15800 2024.11.26 23:41:50.759853 [ 270 ] {2716a944-34fa-4e7c-b5b3-7b86b6492016} <Debug> TCPHandler: Processed in 0.00538878 sec.
15801 2024.11.26 23:41:50.760084 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15802 2024.11.26 23:41:50.760190 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15803 2024.11.26 23:41:50.760302 [ 268 ] {2f898718-9d22-4992-b568-cf6ad7589f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15804 2024.11.26 23:41:50.760362 [ 191 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_56_11} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
15805 2024.11.26 23:41:50.760391 [ 268 ] {2f898718-9d22-4992-b568-cf6ad7589f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15806 2024.11.26 23:41:50.760537 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
15807 2024.11.26 23:41:50.761002 [ 268 ] {2f898718-9d22-4992-b568-cf6ad7589f6f} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15808 2024.11.26 23:41:50.761045 [ 268 ] {2f898718-9d22-4992-b568-cf6ad7589f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15809 2024.11.26 23:41:50.761408 [ 268 ] {2f898718-9d22-4992-b568-cf6ad7589f6f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
15810 2024.11.26 23:41:50.761659 [ 268 ] {2f898718-9d22-4992-b568-cf6ad7589f6f} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15811 2024.11.26 23:41:50.761845 [ 268 ] {2f898718-9d22-4992-b568-cf6ad7589f6f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001618 sec., 618.0469715698392 rows/sec., 41.65 KiB/sec.
15812 2024.11.26 23:41:50.761913 [ 268 ] {2f898718-9d22-4992-b568-cf6ad7589f6f} <Debug> TCPHandler: Processed in 0.001927647 sec.
15813 2024.11.26 23:41:50.762187 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15814 2024.11.26 23:41:50.762408 [ 270 ] {51d38312-df1e-470b-bd3d-695730bfbf0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15815 2024.11.26 23:41:50.762502 [ 270 ] {51d38312-df1e-470b-bd3d-695730bfbf0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15816 2024.11.26 23:41:50.763222 [ 270 ] {51d38312-df1e-470b-bd3d-695730bfbf0f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15817 2024.11.26 23:41:50.763260 [ 270 ] {51d38312-df1e-470b-bd3d-695730bfbf0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15818 2024.11.26 23:41:50.763634 [ 270 ] {51d38312-df1e-470b-bd3d-695730bfbf0f} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
15819 2024.11.26 23:41:50.763872 [ 270 ] {51d38312-df1e-470b-bd3d-695730bfbf0f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15820 2024.11.26 23:41:50.764085 [ 270 ] {51d38312-df1e-470b-bd3d-695730bfbf0f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001731 sec., 47371.46158290006 rows/sec., 3.01 MiB/sec.
15821 2024.11.26 23:41:50.764135 [ 270 ] {51d38312-df1e-470b-bd3d-695730bfbf0f} <Debug> TCPHandler: Processed in 0.00213526 sec.
15822 2024.11.26 23:41:51.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.05 MiB, peak 286.82 MiB, free memory in arenas 0.00 B, will set to 268.32 MiB (RSS), difference: 3.28 MiB
15823 2024.11.26 23:41:52.191823 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
15824 2024.11.26 23:41:52.216087 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15825 2024.11.26 23:41:52.216154 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15826 2024.11.26 23:41:52.223670 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
15827 2024.11.26 23:41:52.224491 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15828 2024.11.26 23:41:52.230018 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
15829 2024.11.26 23:41:53.157228 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15830 2024.11.26 23:41:53.157466 [ 268 ] {5bd04717-ff1b-4607-8e20-470845663bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15831 2024.11.26 23:41:53.157551 [ 268 ] {5bd04717-ff1b-4607-8e20-470845663bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15832 2024.11.26 23:41:53.158424 [ 268 ] {5bd04717-ff1b-4607-8e20-470845663bc7} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15833 2024.11.26 23:41:53.158477 [ 268 ] {5bd04717-ff1b-4607-8e20-470845663bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15834 2024.11.26 23:41:53.158926 [ 268 ] {5bd04717-ff1b-4607-8e20-470845663bc7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
15835 2024.11.26 23:41:53.159202 [ 268 ] {5bd04717-ff1b-4607-8e20-470845663bc7} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15836 2024.11.26 23:41:53.159451 [ 268 ] {5bd04717-ff1b-4607-8e20-470845663bc7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002047 sec., 977.0395701025891 rows/sec., 79.67 KiB/sec.
15837 2024.11.26 23:41:53.159521 [ 268 ] {5bd04717-ff1b-4607-8e20-470845663bc7} <Debug> TCPHandler: Processed in 0.002430882 sec.
15838 2024.11.26 23:41:53.159779 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15839 2024.11.26 23:41:53.159969 [ 270 ] {32dbab9d-204c-4b07-850f-8e54e3acd93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15840 2024.11.26 23:41:53.160043 [ 270 ] {32dbab9d-204c-4b07-850f-8e54e3acd93d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15841 2024.11.26 23:41:53.161552 [ 270 ] {32dbab9d-204c-4b07-850f-8e54e3acd93d} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15842 2024.11.26 23:41:53.161597 [ 270 ] {32dbab9d-204c-4b07-850f-8e54e3acd93d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15843 2024.11.26 23:41:53.162138 [ 270 ] {32dbab9d-204c-4b07-850f-8e54e3acd93d} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
15844 2024.11.26 23:41:53.162416 [ 270 ] {32dbab9d-204c-4b07-850f-8e54e3acd93d} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15845 2024.11.26 23:41:53.162625 [ 270 ] {32dbab9d-204c-4b07-850f-8e54e3acd93d} <Debug> executeQuery: Read 1279 rows, 108.84 KiB in 0.00271 sec., 471955.71955719555 rows/sec., 39.22 MiB/sec.
15846 2024.11.26 23:41:53.162695 [ 270 ] {32dbab9d-204c-4b07-850f-8e54e3acd93d} <Debug> TCPHandler: Processed in 0.003049329 sec.
15847 2024.11.26 23:41:53.162863 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15848 2024.11.26 23:41:53.162992 [ 268 ] {8df8cbe8-53bf-4e5d-b49d-036e7da27988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15849 2024.11.26 23:41:53.163047 [ 268 ] {8df8cbe8-53bf-4e5d-b49d-036e7da27988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15850 2024.11.26 23:41:53.163706 [ 268 ] {8df8cbe8-53bf-4e5d-b49d-036e7da27988} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15851 2024.11.26 23:41:53.163749 [ 268 ] {8df8cbe8-53bf-4e5d-b49d-036e7da27988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15852 2024.11.26 23:41:53.164138 [ 268 ] {8df8cbe8-53bf-4e5d-b49d-036e7da27988} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
15853 2024.11.26 23:41:53.164399 [ 268 ] {8df8cbe8-53bf-4e5d-b49d-036e7da27988} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15854 2024.11.26 23:41:53.164608 [ 268 ] {8df8cbe8-53bf-4e5d-b49d-036e7da27988} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.001646 sec., 26123.93681652491 rows/sec., 1.91 MiB/sec.
15855 2024.11.26 23:41:53.164668 [ 268 ] {8df8cbe8-53bf-4e5d-b49d-036e7da27988} <Debug> TCPHandler: Processed in 0.001863007 sec.
15856 2024.11.26 23:41:53.164818 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15857 2024.11.26 23:41:53.164946 [ 270 ] {95aadcb2-0a89-4832-8699-c654751ee01f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15858 2024.11.26 23:41:53.164999 [ 270 ] {95aadcb2-0a89-4832-8699-c654751ee01f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15859 2024.11.26 23:41:53.165689 [ 270 ] {95aadcb2-0a89-4832-8699-c654751ee01f} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15860 2024.11.26 23:41:53.165729 [ 270 ] {95aadcb2-0a89-4832-8699-c654751ee01f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15861 2024.11.26 23:41:53.166098 [ 270 ] {95aadcb2-0a89-4832-8699-c654751ee01f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15862 2024.11.26 23:41:53.166331 [ 270 ] {95aadcb2-0a89-4832-8699-c654751ee01f} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15863 2024.11.26 23:41:53.166453 [ 44 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15864 2024.11.26 23:41:53.166492 [ 44 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15865 2024.11.26 23:41:53.166512 [ 270 ] {95aadcb2-0a89-4832-8699-c654751ee01f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001645 sec., 138601.82370820668 rows/sec., 9.38 MiB/sec.
15866 2024.11.26 23:41:53.166515 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15867 2024.11.26 23:41:53.166596 [ 270 ] {95aadcb2-0a89-4832-8699-c654751ee01f} <Debug> TCPHandler: Processed in 0.001892878 sec.
15868 2024.11.26 23:41:53.166673 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
15869 2024.11.26 23:41:53.166829 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15870 2024.11.26 23:41:53.166897 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15871 2024.11.26 23:41:53.166989 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 242 rows starting from the beginning of the part
15872 2024.11.26 23:41:53.167058 [ 268 ] {5f281cab-2106-4b91-a623-9327c629d513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15873 2024.11.26 23:41:53.167204 [ 268 ] {5f281cab-2106-4b91-a623-9327c629d513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15874 2024.11.26 23:41:53.167254 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 228 rows starting from the beginning of the part
15875 2024.11.26 23:41:53.167719 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part
15876 2024.11.26 23:41:53.168087 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part
15877 2024.11.26 23:41:53.168555 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 14 rows starting from the beginning of the part
15878 2024.11.26 23:41:53.169026 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 228 rows starting from the beginning of the part
15879 2024.11.26 23:41:53.170804 [ 268 ] {5f281cab-2106-4b91-a623-9327c629d513} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15880 2024.11.26 23:41:53.170879 [ 268 ] {5f281cab-2106-4b91-a623-9327c629d513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15881 2024.11.26 23:41:53.171949 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005299169 sec., 139644.53671887045 rows/sec., 10.00 MiB/sec.
15882 2024.11.26 23:41:53.171961 [ 268 ] {5f281cab-2106-4b91-a623-9327c629d513} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
15883 2024.11.26 23:41:53.172125 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15884 2024.11.26 23:41:53.172438 [ 268 ] {5f281cab-2106-4b91-a623-9327c629d513} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15885 2024.11.26 23:41:53.172633 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15886 2024.11.26 23:41:53.172860 [ 268 ] {5f281cab-2106-4b91-a623-9327c629d513} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.00585 sec., 96239.31623931623 rows/sec., 7.15 MiB/sec.
15887 2024.11.26 23:41:53.172860 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_76_15} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15888 2024.11.26 23:41:53.173062 [ 268 ] {5f281cab-2106-4b91-a623-9327c629d513} <Debug> TCPHandler: Processed in 0.006302409 sec.
15889 2024.11.26 23:41:53.173088 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
15890 2024.11.26 23:41:53.173252 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15891 2024.11.26 23:41:53.173393 [ 270 ] {0cb589db-afc5-4afd-8b6f-747e0750f8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15892 2024.11.26 23:41:53.173460 [ 270 ] {0cb589db-afc5-4afd-8b6f-747e0750f8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15893 2024.11.26 23:41:53.174315 [ 270 ] {0cb589db-afc5-4afd-8b6f-747e0750f8dc} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15894 2024.11.26 23:41:53.174353 [ 270 ] {0cb589db-afc5-4afd-8b6f-747e0750f8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15895 2024.11.26 23:41:53.174806 [ 270 ] {0cb589db-afc5-4afd-8b6f-747e0750f8dc} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
15896 2024.11.26 23:41:53.175049 [ 270 ] {0cb589db-afc5-4afd-8b6f-747e0750f8dc} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15897 2024.11.26 23:41:53.175233 [ 270 ] {0cb589db-afc5-4afd-8b6f-747e0750f8dc} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.001876 sec., 502665.24520255864 rows/sec., 33.71 MiB/sec.
15898 2024.11.26 23:41:53.175284 [ 270 ] {0cb589db-afc5-4afd-8b6f-747e0750f8dc} <Debug> TCPHandler: Processed in 0.002100219 sec.
15899 2024.11.26 23:41:53.175426 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15900 2024.11.26 23:41:53.175549 [ 268 ] {6d88be95-eba3-4195-ad57-8bb7f2f65392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15901 2024.11.26 23:41:53.175631 [ 268 ] {6d88be95-eba3-4195-ad57-8bb7f2f65392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15902 2024.11.26 23:41:53.176927 [ 268 ] {6d88be95-eba3-4195-ad57-8bb7f2f65392} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15903 2024.11.26 23:41:53.176973 [ 268 ] {6d88be95-eba3-4195-ad57-8bb7f2f65392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15904 2024.11.26 23:41:53.177734 [ 268 ] {6d88be95-eba3-4195-ad57-8bb7f2f65392} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
15905 2024.11.26 23:41:53.178016 [ 268 ] {6d88be95-eba3-4195-ad57-8bb7f2f65392} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15906 2024.11.26 23:41:53.178263 [ 268 ] {6d88be95-eba3-4195-ad57-8bb7f2f65392} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002742 sec., 14952.589350838804 rows/sec., 26.79 MiB/sec.
15907 2024.11.26 23:41:53.178360 [ 268 ] {6d88be95-eba3-4195-ad57-8bb7f2f65392} <Debug> TCPHandler: Processed in 0.002988328 sec.
15908 2024.11.26 23:41:53.178527 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15909 2024.11.26 23:41:53.178666 [ 270 ] {ceca19e2-0a89-4fd9-acf3-c01e03684154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15910 2024.11.26 23:41:53.178728 [ 270 ] {ceca19e2-0a89-4fd9-acf3-c01e03684154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15911 2024.11.26 23:41:53.179280 [ 270 ] {ceca19e2-0a89-4fd9-acf3-c01e03684154} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15912 2024.11.26 23:41:53.179319 [ 270 ] {ceca19e2-0a89-4fd9-acf3-c01e03684154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15913 2024.11.26 23:41:53.179700 [ 270 ] {ceca19e2-0a89-4fd9-acf3-c01e03684154} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
15914 2024.11.26 23:41:53.179953 [ 270 ] {ceca19e2-0a89-4fd9-acf3-c01e03684154} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15915 2024.11.26 23:41:53.180145 [ 270 ] {ceca19e2-0a89-4fd9-acf3-c01e03684154} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001505 sec., 23920.265780730897 rows/sec., 1.61 MiB/sec.
15916 2024.11.26 23:41:53.180203 [ 270 ] {ceca19e2-0a89-4fd9-acf3-c01e03684154} <Debug> TCPHandler: Processed in 0.001745396 sec.
15917 2024.11.26 23:41:54.105281 [ 224 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
15918 2024.11.26 23:41:54.105331 [ 224 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
15919 2024.11.26 23:41:54.107197 [ 224 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
15920 2024.11.26 23:41:54.895286 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2254
15921 2024.11.26 23:41:54.898856 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15922 2024.11.26 23:41:54.898917 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15923 2024.11.26 23:41:54.900498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15924 2024.11.26 23:41:54.900822 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15925 2024.11.26 23:41:54.901497 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2254
15926 2024.11.26 23:41:55.727475 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15927 2024.11.26 23:41:55.727697 [ 268 ] {bbd542ca-b6db-4052-9a7e-a79d2c22d1d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15928 2024.11.26 23:41:55.727782 [ 268 ] {bbd542ca-b6db-4052-9a7e-a79d2c22d1d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15929 2024.11.26 23:41:55.728660 [ 268 ] {bbd542ca-b6db-4052-9a7e-a79d2c22d1d5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15930 2024.11.26 23:41:55.728713 [ 268 ] {bbd542ca-b6db-4052-9a7e-a79d2c22d1d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15931 2024.11.26 23:41:55.729175 [ 268 ] {bbd542ca-b6db-4052-9a7e-a79d2c22d1d5} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
15932 2024.11.26 23:41:55.729447 [ 268 ] {bbd542ca-b6db-4052-9a7e-a79d2c22d1d5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15933 2024.11.26 23:41:55.729704 [ 268 ] {bbd542ca-b6db-4052-9a7e-a79d2c22d1d5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002068 sec., 27079.303675048355 rows/sec., 2.08 MiB/sec.
15934 2024.11.26 23:41:55.729778 [ 268 ] {bbd542ca-b6db-4052-9a7e-a79d2c22d1d5} <Debug> TCPHandler: Processed in 0.002442133 sec.
15935 2024.11.26 23:41:55.730085 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15936 2024.11.26 23:41:55.730396 [ 270 ] {3a25f985-ab60-43c5-ab1f-dd8797ecc0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15937 2024.11.26 23:41:55.730510 [ 270 ] {3a25f985-ab60-43c5-ab1f-dd8797ecc0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15938 2024.11.26 23:41:55.731572 [ 270 ] {3a25f985-ab60-43c5-ab1f-dd8797ecc0bd} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15939 2024.11.26 23:41:55.731617 [ 270 ] {3a25f985-ab60-43c5-ab1f-dd8797ecc0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15940 2024.11.26 23:41:55.732061 [ 270 ] {3a25f985-ab60-43c5-ab1f-dd8797ecc0bd} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
15941 2024.11.26 23:41:55.732328 [ 270 ] {3a25f985-ab60-43c5-ab1f-dd8797ecc0bd} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15942 2024.11.26 23:41:55.732579 [ 270 ] {3a25f985-ab60-43c5-ab1f-dd8797ecc0bd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002269 sec., 28206.258263552223 rows/sec., 2.20 MiB/sec.
15943 2024.11.26 23:41:55.732647 [ 270 ] {3a25f985-ab60-43c5-ab1f-dd8797ecc0bd} <Debug> TCPHandler: Processed in 0.002744316 sec.
15944 2024.11.26 23:41:55.732812 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15945 2024.11.26 23:41:55.732959 [ 268 ] {fc5f461f-aa13-49ee-901f-9f578068a436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15946 2024.11.26 23:41:55.733018 [ 268 ] {fc5f461f-aa13-49ee-901f-9f578068a436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15947 2024.11.26 23:41:55.733591 [ 268 ] {fc5f461f-aa13-49ee-901f-9f578068a436} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15948 2024.11.26 23:41:55.733633 [ 268 ] {fc5f461f-aa13-49ee-901f-9f578068a436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15949 2024.11.26 23:41:55.734050 [ 268 ] {fc5f461f-aa13-49ee-901f-9f578068a436} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
15950 2024.11.26 23:41:55.734305 [ 268 ] {fc5f461f-aa13-49ee-901f-9f578068a436} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15951 2024.11.26 23:41:55.734532 [ 268 ] {fc5f461f-aa13-49ee-901f-9f578068a436} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001603 sec., 39925.140361821585 rows/sec., 2.78 MiB/sec.
15952 2024.11.26 23:41:55.734593 [ 268 ] {fc5f461f-aa13-49ee-901f-9f578068a436} <Debug> TCPHandler: Processed in 0.001842067 sec.
15953 2024.11.26 23:41:55.734763 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15954 2024.11.26 23:41:55.734912 [ 270 ] {c74d8f0d-1120-4e3e-af91-e261bf1698d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15955 2024.11.26 23:41:55.734979 [ 270 ] {c74d8f0d-1120-4e3e-af91-e261bf1698d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15956 2024.11.26 23:41:55.735518 [ 270 ] {c74d8f0d-1120-4e3e-af91-e261bf1698d3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15957 2024.11.26 23:41:55.735559 [ 270 ] {c74d8f0d-1120-4e3e-af91-e261bf1698d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15958 2024.11.26 23:41:55.735946 [ 270 ] {c74d8f0d-1120-4e3e-af91-e261bf1698d3} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
15959 2024.11.26 23:41:55.736197 [ 270 ] {c74d8f0d-1120-4e3e-af91-e261bf1698d3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15960 2024.11.26 23:41:55.736419 [ 270 ] {c74d8f0d-1120-4e3e-af91-e261bf1698d3} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001544 sec., 15544.041450777202 rows/sec., 1.05 MiB/sec.
15961 2024.11.26 23:41:55.736473 [ 270 ] {c74d8f0d-1120-4e3e-af91-e261bf1698d3} <Debug> TCPHandler: Processed in 0.001780636 sec.
15962 2024.11.26 23:41:57.169736 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234
15963 2024.11.26 23:41:57.170638 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15964 2024.11.26 23:41:57.170689 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15965 2024.11.26 23:41:57.171234 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15966 2024.11.26 23:41:57.171499 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15967 2024.11.26 23:41:57.171786 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234
15968 2024.11.26 23:41:59.730200 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
15969 2024.11.26 23:41:59.754674 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15970 2024.11.26 23:41:59.754732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15971 2024.11.26 23:41:59.762211 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15972 2024.11.26 23:41:59.763006 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15973 2024.11.26 23:41:59.767414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596
15974 2024.11.26 23:42:00.500544 [ 222 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
15975 2024.11.26 23:42:00.500624 [ 222 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
15976 2024.11.26 23:42:00.502416 [ 222 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
15977 2024.11.26 23:42:00.737771 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15978 2024.11.26 23:42:00.737993 [ 268 ] {708a55e7-e30c-408e-981c-b8243caf13f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15979 2024.11.26 23:42:00.738075 [ 268 ] {708a55e7-e30c-408e-981c-b8243caf13f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15980 2024.11.26 23:42:00.738869 [ 268 ] {708a55e7-e30c-408e-981c-b8243caf13f3} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15981 2024.11.26 23:42:00.738920 [ 268 ] {708a55e7-e30c-408e-981c-b8243caf13f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15982 2024.11.26 23:42:00.739378 [ 268 ] {708a55e7-e30c-408e-981c-b8243caf13f3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
15983 2024.11.26 23:42:00.739657 [ 268 ] {708a55e7-e30c-408e-981c-b8243caf13f3} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15984 2024.11.26 23:42:00.739859 [ 34 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
15985 2024.11.26 23:42:00.739925 [ 268 ] {708a55e7-e30c-408e-981c-b8243caf13f3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001985 sec., 7052.896725440807 rows/sec., 507.71 KiB/sec.
15986 2024.11.26 23:42:00.739952 [ 34 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15987 2024.11.26 23:42:00.740027 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
15988 2024.11.26 23:42:00.740053 [ 268 ] {708a55e7-e30c-408e-981c-b8243caf13f3} <Debug> TCPHandler: Processed in 0.002413803 sec.
15989 2024.11.26 23:42:00.740283 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
15990 2024.11.26 23:42:00.740382 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15991 2024.11.26 23:42:00.740515 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15992 2024.11.26 23:42:00.740607 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
15993 2024.11.26 23:42:00.740723 [ 270 ] {41c50205-3076-43b0-8b7d-9b09d05976f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15994 2024.11.26 23:42:00.740858 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
15995 2024.11.26 23:42:00.740952 [ 270 ] {41c50205-3076-43b0-8b7d-9b09d05976f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15996 2024.11.26 23:42:00.741176 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
15997 2024.11.26 23:42:00.741611 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
15998 2024.11.26 23:42:00.741809 [ 195 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
15999 2024.11.26 23:42:00.744173 [ 270 ] {41c50205-3076-43b0-8b7d-9b09d05976f3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16000 2024.11.26 23:42:00.744253 [ 270 ] {41c50205-3076-43b0-8b7d-9b09d05976f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16001 2024.11.26 23:42:00.744622 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004461932 sec., 15688.271358684982 rows/sec., 1.16 MiB/sec.
16002 2024.11.26 23:42:00.744878 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
16003 2024.11.26 23:42:00.745236 [ 270 ] {41c50205-3076-43b0-8b7d-9b09d05976f3} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16004 2024.11.26 23:42:00.745445 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_57_14} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16005 2024.11.26 23:42:00.745595 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_57_14} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
16006 2024.11.26 23:42:00.745733 [ 270 ] {41c50205-3076-43b0-8b7d-9b09d05976f3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16007 2024.11.26 23:42:00.745770 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16008 2024.11.26 23:42:00.746001 [ 34 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
16009 2024.11.26 23:42:00.746056 [ 34 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16010 2024.11.26 23:42:00.746077 [ 270 ] {41c50205-3076-43b0-8b7d-9b09d05976f3} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00548 sec., 37043.79562043796 rows/sec., 3.21 MiB/sec.
16011 2024.11.26 23:42:00.746092 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16012 2024.11.26 23:42:00.746314 [ 270 ] {41c50205-3076-43b0-8b7d-9b09d05976f3} <Debug> TCPHandler: Processed in 0.006119088 sec.
16013 2024.11.26 23:42:00.746408 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
16014 2024.11.26 23:42:00.746544 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16015 2024.11.26 23:42:00.746754 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16016 2024.11.26 23:42:00.746893 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1434 rows starting from the beginning of the part
16017 2024.11.26 23:42:00.746934 [ 268 ] {2942fc97-2ca1-4481-a8cb-680c956aad67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16018 2024.11.26 23:42:00.747157 [ 268 ] {2942fc97-2ca1-4481-a8cb-680c956aad67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16019 2024.11.26 23:42:00.747241 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 138 rows starting from the beginning of the part
16020 2024.11.26 23:42:00.747648 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 203 rows starting from the beginning of the part
16021 2024.11.26 23:42:00.748012 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 1279 rows starting from the beginning of the part
16022 2024.11.26 23:42:00.748344 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part
16023 2024.11.26 23:42:00.748756 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 203 rows starting from the beginning of the part
16024 2024.11.26 23:42:00.751761 [ 268 ] {2942fc97-2ca1-4481-a8cb-680c956aad67} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16025 2024.11.26 23:42:00.751896 [ 268 ] {2942fc97-2ca1-4481-a8cb-680c956aad67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16026 2024.11.26 23:42:00.753287 [ 268 ] {2942fc97-2ca1-4481-a8cb-680c956aad67} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
16027 2024.11.26 23:42:00.753668 [ 268 ] {2942fc97-2ca1-4481-a8cb-680c956aad67} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16028 2024.11.26 23:42:00.754207 [ 268 ] {2942fc97-2ca1-4481-a8cb-680c956aad67} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.007411 sec., 944.5418971798678 rows/sec., 61.54 KiB/sec.
16029 2024.11.26 23:42:00.754293 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.008053885 sec., 411354.2718824517 rows/sec., 36.06 MiB/sec.
16030 2024.11.26 23:42:00.754364 [ 268 ] {2942fc97-2ca1-4481-a8cb-680c956aad67} <Debug> TCPHandler: Processed in 0.007926845 sec.
16031 2024.11.26 23:42:00.754553 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16032 2024.11.26 23:42:00.754625 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
16033 2024.11.26 23:42:00.754791 [ 270 ] {3d499717-e1b7-49e2-b21a-e742d8b3de16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16034 2024.11.26 23:42:00.754870 [ 270 ] {3d499717-e1b7-49e2-b21a-e742d8b3de16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16035 2024.11.26 23:42:00.755250 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16036 2024.11.26 23:42:00.755512 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_136_27} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
16037 2024.11.26 23:42:00.755686 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
16038 2024.11.26 23:42:00.755962 [ 270 ] {3d499717-e1b7-49e2-b21a-e742d8b3de16} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16039 2024.11.26 23:42:00.756009 [ 270 ] {3d499717-e1b7-49e2-b21a-e742d8b3de16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16040 2024.11.26 23:42:00.756409 [ 270 ] {3d499717-e1b7-49e2-b21a-e742d8b3de16} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
16041 2024.11.26 23:42:00.756670 [ 270 ] {3d499717-e1b7-49e2-b21a-e742d8b3de16} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16042 2024.11.26 23:42:00.756890 [ 270 ] {3d499717-e1b7-49e2-b21a-e742d8b3de16} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002206 sec., 6346.328195829556 rows/sec., 444.46 KiB/sec.
16043 2024.11.26 23:42:00.756949 [ 270 ] {3d499717-e1b7-49e2-b21a-e742d8b3de16} <Debug> TCPHandler: Processed in 0.002464723 sec.
16044 2024.11.26 23:42:00.757123 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16045 2024.11.26 23:42:00.757271 [ 268 ] {42a059cc-cc03-469a-9c41-bebca54df924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16046 2024.11.26 23:42:00.757331 [ 268 ] {42a059cc-cc03-469a-9c41-bebca54df924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16047 2024.11.26 23:42:00.758067 [ 268 ] {42a059cc-cc03-469a-9c41-bebca54df924} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16048 2024.11.26 23:42:00.758117 [ 268 ] {42a059cc-cc03-469a-9c41-bebca54df924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16049 2024.11.26 23:42:00.758531 [ 268 ] {42a059cc-cc03-469a-9c41-bebca54df924} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16050 2024.11.26 23:42:00.758791 [ 268 ] {42a059cc-cc03-469a-9c41-bebca54df924} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16051 2024.11.26 23:42:00.758979 [ 30 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
16052 2024.11.26 23:42:00.759050 [ 30 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16053 2024.11.26 23:42:00.759054 [ 268 ] {42a059cc-cc03-469a-9c41-bebca54df924} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001807 sec., 7194.244604316546 rows/sec., 448.56 KiB/sec.
16054 2024.11.26 23:42:00.759090 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16055 2024.11.26 23:42:00.759247 [ 268 ] {42a059cc-cc03-469a-9c41-bebca54df924} <Debug> TCPHandler: Processed in 0.00219983 sec.
16056 2024.11.26 23:42:00.759324 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
16057 2024.11.26 23:42:00.759482 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16058 2024.11.26 23:42:00.759511 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16059 2024.11.26 23:42:00.759564 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
16060 2024.11.26 23:42:00.759799 [ 270 ] {05539751-3149-4615-bfbd-b71c2e84b94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16061 2024.11.26 23:42:00.759833 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
16062 2024.11.26 23:42:00.759965 [ 270 ] {05539751-3149-4615-bfbd-b71c2e84b94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16063 2024.11.26 23:42:00.760143 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
16064 2024.11.26 23:42:00.760507 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
16065 2024.11.26 23:42:00.760884 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
16066 2024.11.26 23:42:00.762867 [ 270 ] {05539751-3149-4615-bfbd-b71c2e84b94e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16067 2024.11.26 23:42:00.762954 [ 270 ] {05539751-3149-4615-bfbd-b71c2e84b94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16068 2024.11.26 23:42:00.763408 [ 194 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004180769 sec., 15547.378963056797 rows/sec., 1.01 MiB/sec.
16069 2024.11.26 23:42:00.763651 [ 195 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
16070 2024.11.26 23:42:00.763847 [ 270 ] {05539751-3149-4615-bfbd-b71c2e84b94e} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16071 2024.11.26 23:42:00.764208 [ 195 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_57_14} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16072 2024.11.26 23:42:00.764370 [ 270 ] {05539751-3149-4615-bfbd-b71c2e84b94e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16073 2024.11.26 23:42:00.764444 [ 195 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_57_14} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
16074 2024.11.26 23:42:00.764708 [ 30 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
16075 2024.11.26 23:42:00.764724 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
16076 2024.11.26 23:42:00.764806 [ 30 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16077 2024.11.26 23:42:00.764857 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16078 2024.11.26 23:42:00.764903 [ 270 ] {05539751-3149-4615-bfbd-b71c2e84b94e} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00524 sec., 72900.76335877863 rows/sec., 5.16 MiB/sec.
16079 2024.11.26 23:42:00.765225 [ 270 ] {05539751-3149-4615-bfbd-b71c2e84b94e} <Debug> TCPHandler: Processed in 0.005844825 sec.
16080 2024.11.26 23:42:00.765254 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
16081 2024.11.26 23:42:00.765493 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16082 2024.11.26 23:42:00.765872 [ 268 ] {788c9fc5-1440-4c7d-a076-27ac802b24fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16083 2024.11.26 23:42:00.765978 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16084 2024.11.26 23:42:00.766080 [ 268 ] {788c9fc5-1440-4c7d-a076-27ac802b24fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16085 2024.11.26 23:42:00.766175 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 915 rows starting from the beginning of the part
16086 2024.11.26 23:42:00.767327 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 105 rows starting from the beginning of the part
16087 2024.11.26 23:42:00.767975 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 382 rows starting from the beginning of the part
16088 2024.11.26 23:42:00.768311 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 563 rows starting from the beginning of the part
16089 2024.11.26 23:42:00.768737 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part
16090 2024.11.26 23:42:00.769065 [ 268 ] {788c9fc5-1440-4c7d-a076-27ac802b24fa} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16091 2024.11.26 23:42:00.769100 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 382 rows starting from the beginning of the part
16092 2024.11.26 23:42:00.769143 [ 268 ] {788c9fc5-1440-4c7d-a076-27ac802b24fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16093 2024.11.26 23:42:00.770322 [ 268 ] {788c9fc5-1440-4c7d-a076-27ac802b24fa} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16094 2024.11.26 23:42:00.770895 [ 268 ] {788c9fc5-1440-4c7d-a076-27ac802b24fa} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16095 2024.11.26 23:42:00.771447 [ 268 ] {788c9fc5-1440-4c7d-a076-27ac802b24fa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005712 sec., 1050.4201680672268 rows/sec., 54.88 KiB/sec.
16096 2024.11.26 23:42:00.771581 [ 268 ] {788c9fc5-1440-4c7d-a076-27ac802b24fa} <Debug> TCPHandler: Processed in 0.006239228 sec.
16097 2024.11.26 23:42:00.771768 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16098 2024.11.26 23:42:00.771904 [ 270 ] {4c0ff766-0daa-4b82-9a28-e2ad96e4d2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16099 2024.11.26 23:42:00.771979 [ 270 ] {4c0ff766-0daa-4b82-9a28-e2ad96e4d2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16100 2024.11.26 23:42:00.772689 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.007801933 sec., 309025.98112544673 rows/sec., 23.70 MiB/sec.
16101 2024.11.26 23:42:00.772963 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
16102 2024.11.26 23:42:00.773575 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16103 2024.11.26 23:42:00.773613 [ 270 ] {4c0ff766-0daa-4b82-9a28-e2ad96e4d2ca} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16104 2024.11.26 23:42:00.773672 [ 270 ] {4c0ff766-0daa-4b82-9a28-e2ad96e4d2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16105 2024.11.26 23:42:00.773699 [ 195 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_136_27} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
16106 2024.11.26 23:42:00.773877 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
16107 2024.11.26 23:42:00.774245 [ 270 ] {4c0ff766-0daa-4b82-9a28-e2ad96e4d2ca} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16108 2024.11.26 23:42:00.774498 [ 270 ] {4c0ff766-0daa-4b82-9a28-e2ad96e4d2ca} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16109 2024.11.26 23:42:00.774688 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_131_27 to all_136_136_0
16110 2024.11.26 23:42:00.774735 [ 270 ] {4c0ff766-0daa-4b82-9a28-e2ad96e4d2ca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002859 sec., 82896.11752360966 rows/sec., 5.56 MiB/sec.
16111 2024.11.26 23:42:00.774751 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16112 2024.11.26 23:42:00.774826 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16113 2024.11.26 23:42:00.774885 [ 270 ] {4c0ff766-0daa-4b82-9a28-e2ad96e4d2ca} <Debug> TCPHandler: Processed in 0.00318329 sec.
16114 2024.11.26 23:42:00.775106 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_27 to all_136_136_0 into Compact with storage Full
16115 2024.11.26 23:42:00.775148 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16116 2024.11.26 23:42:00.775335 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16117 2024.11.26 23:42:00.775408 [ 268 ] {93be1e72-e387-471d-a5db-da96a0aef5e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16118 2024.11.26 23:42:00.775414 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_131_27, total 38919 rows starting from the beginning of the part
16119 2024.11.26 23:42:00.775527 [ 268 ] {93be1e72-e387-471d-a5db-da96a0aef5e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16120 2024.11.26 23:42:00.775761 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part
16121 2024.11.26 23:42:00.776163 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 237 rows starting from the beginning of the part
16122 2024.11.26 23:42:00.776555 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 943 rows starting from the beginning of the part
16123 2024.11.26 23:42:00.776831 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part
16124 2024.11.26 23:42:00.777032 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part
16125 2024.11.26 23:42:00.777922 [ 268 ] {93be1e72-e387-471d-a5db-da96a0aef5e6} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16126 2024.11.26 23:42:00.777992 [ 268 ] {93be1e72-e387-471d-a5db-da96a0aef5e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16127 2024.11.26 23:42:00.778633 [ 268 ] {93be1e72-e387-471d-a5db-da96a0aef5e6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
16128 2024.11.26 23:42:00.778957 [ 268 ] {93be1e72-e387-471d-a5db-da96a0aef5e6} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16129 2024.11.26 23:42:00.779472 [ 268 ] {93be1e72-e387-471d-a5db-da96a0aef5e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004115 sec., 243.01336573511546 rows/sec., 16.37 KiB/sec.
16130 2024.11.26 23:42:00.779848 [ 268 ] {93be1e72-e387-471d-a5db-da96a0aef5e6} <Debug> TCPHandler: Processed in 0.004816125 sec.
16131 2024.11.26 23:42:00.780184 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16132 2024.11.26 23:42:00.780521 [ 270 ] {5824ab65-cd3a-4a0f-a543-babaac09ae86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16133 2024.11.26 23:42:00.780669 [ 270 ] {5824ab65-cd3a-4a0f-a543-babaac09ae86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16134 2024.11.26 23:42:00.781968 [ 270 ] {5824ab65-cd3a-4a0f-a543-babaac09ae86} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16135 2024.11.26 23:42:00.782021 [ 270 ] {5824ab65-cd3a-4a0f-a543-babaac09ae86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16136 2024.11.26 23:42:00.782645 [ 270 ] {5824ab65-cd3a-4a0f-a543-babaac09ae86} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16137 2024.11.26 23:42:00.783096 [ 270 ] {5824ab65-cd3a-4a0f-a543-babaac09ae86} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16138 2024.11.26 23:42:00.783339 [ 27 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
16139 2024.11.26 23:42:00.783421 [ 27 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16140 2024.11.26 23:42:00.783461 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
16141 2024.11.26 23:42:00.783470 [ 270 ] {5824ab65-cd3a-4a0f-a543-babaac09ae86} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003034 sec., 27027.02702702703 rows/sec., 1.72 MiB/sec.
16142 2024.11.26 23:42:00.783698 [ 270 ] {5824ab65-cd3a-4a0f-a543-babaac09ae86} <Debug> TCPHandler: Processed in 0.003719624 sec.
16143 2024.11.26 23:42:00.783821 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
16144 2024.11.26 23:42:00.783972 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16145 2024.11.26 23:42:00.784007 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7930 rows starting from the beginning of the part
16146 2024.11.26 23:42:00.784268 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part
16147 2024.11.26 23:42:00.784438 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 82 rows starting from the beginning of the part
16148 2024.11.26 23:42:00.784778 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 36 rows starting from the beginning of the part
16149 2024.11.26 23:42:00.784981 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 24 rows starting from the beginning of the part
16150 2024.11.26 23:42:00.785132 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
16151 2024.11.26 23:42:00.788774 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40560 rows, containing 5 columns (5 merged, 0 gathered) in 0.0138552 sec., 2927420.751775507 rows/sec., 197.67 MiB/sec.
16152 2024.11.26 23:42:00.789030 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8214 rows, containing 4 columns (4 merged, 0 gathered) in 0.005431331 sec., 1512336.4788483707 rows/sec., 98.58 MiB/sec.
16153 2024.11.26 23:42:00.789195 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
16154 2024.11.26 23:42:00.789471 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Trace> MergedBlockOutputStream: filled checksums all_1_136_28 (state Temporary)
16155 2024.11.26 23:42:00.789571 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_136_27} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16156 2024.11.26 23:42:00.789696 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_136_27} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
16157 2024.11.26 23:42:00.789817 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB.
16158 2024.11.26 23:42:00.789869 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_136_28 to all_1_136_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16159 2024.11.26 23:42:00.789948 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_131_27, all_136_136_0] -> all_1_136_28
16160 2024.11.26 23:42:00.790036 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
16161 2024.11.26 23:42:01.179387 [ 225 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
16162 2024.11.26 23:42:01.179438 [ 225 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
16163 2024.11.26 23:42:01.180818 [ 225 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
16164 2024.11.26 23:42:04.460858 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache
16165 2024.11.26 23:42:04.460925 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache
16166 2024.11.26 23:42:04.672046 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661
16167 2024.11.26 23:42:04.672696 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16168 2024.11.26 23:42:04.672748 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16169 2024.11.26 23:42:04.673355 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16170 2024.11.26 23:42:04.673643 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16171 2024.11.26 23:42:04.673938 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661
16172 2024.11.26 23:42:04.673998 [ 218 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
16173 2024.11.26 23:42:04.674054 [ 218 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
16174 2024.11.26 23:42:04.675661 [ 218 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
16175 2024.11.26 23:42:04.901904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2282
16176 2024.11.26 23:42:04.904961 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16177 2024.11.26 23:42:04.905021 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16178 2024.11.26 23:42:04.906567 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
16179 2024.11.26 23:42:04.906893 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16180 2024.11.26 23:42:04.907583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2282
16181 2024.11.26 23:42:05.001459 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00105684 sec.
16182 2024.11.26 23:42:05.660251 [ 219 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
16183 2024.11.26 23:42:05.660302 [ 219 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
16184 2024.11.26 23:42:05.662178 [ 219 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
16185 2024.11.26 23:42:05.735605 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16186 2024.11.26 23:42:05.735806 [ 268 ] {a6df08ee-44bd-4edc-8ce1-b5cc64a86d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16187 2024.11.26 23:42:05.735882 [ 268 ] {a6df08ee-44bd-4edc-8ce1-b5cc64a86d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16188 2024.11.26 23:42:05.736742 [ 268 ] {a6df08ee-44bd-4edc-8ce1-b5cc64a86d26} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16189 2024.11.26 23:42:05.736795 [ 268 ] {a6df08ee-44bd-4edc-8ce1-b5cc64a86d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16190 2024.11.26 23:42:05.737267 [ 268 ] {a6df08ee-44bd-4edc-8ce1-b5cc64a86d26} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16191 2024.11.26 23:42:05.737542 [ 268 ] {a6df08ee-44bd-4edc-8ce1-b5cc64a86d26} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16192 2024.11.26 23:42:05.737772 [ 268 ] {a6df08ee-44bd-4edc-8ce1-b5cc64a86d26} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002021 sec., 68283.02820385949 rows/sec., 5.90 MiB/sec.
16193 2024.11.26 23:42:05.737844 [ 268 ] {a6df08ee-44bd-4edc-8ce1-b5cc64a86d26} <Debug> TCPHandler: Processed in 0.002372912 sec.
16194 2024.11.26 23:42:05.738130 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16195 2024.11.26 23:42:05.738344 [ 270 ] {530206f6-023a-409c-bf47-5895f68808b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16196 2024.11.26 23:42:05.738418 [ 270 ] {530206f6-023a-409c-bf47-5895f68808b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16197 2024.11.26 23:42:05.739244 [ 270 ] {530206f6-023a-409c-bf47-5895f68808b2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16198 2024.11.26 23:42:05.739287 [ 270 ] {530206f6-023a-409c-bf47-5895f68808b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16199 2024.11.26 23:42:05.739723 [ 270 ] {530206f6-023a-409c-bf47-5895f68808b2} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
16200 2024.11.26 23:42:05.740093 [ 270 ] {530206f6-023a-409c-bf47-5895f68808b2} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16201 2024.11.26 23:42:05.740288 [ 76 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
16202 2024.11.26 23:42:05.740331 [ 76 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16203 2024.11.26 23:42:05.740360 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16204 2024.11.26 23:42:05.740364 [ 270 ] {530206f6-023a-409c-bf47-5895f68808b2} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002069 sec., 19816.336394393427 rows/sec., 1.46 MiB/sec.
16205 2024.11.26 23:42:05.740744 [ 270 ] {530206f6-023a-409c-bf47-5895f68808b2} <Debug> TCPHandler: Processed in 0.002772526 sec.
16206 2024.11.26 23:42:05.740816 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
16207 2024.11.26 23:42:05.741100 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16208 2024.11.26 23:42:05.741620 [ 268 ] {adb9205a-ecac-4bac-a555-bbc181b969f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16209 2024.11.26 23:42:05.741768 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16210 2024.11.26 23:42:05.741833 [ 268 ] {adb9205a-ecac-4bac-a555-bbc181b969f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16211 2024.11.26 23:42:05.742053 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 66 rows starting from the beginning of the part
16212 2024.11.26 23:42:05.742580 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 41 rows starting from the beginning of the part
16213 2024.11.26 23:42:05.742986 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 7 rows starting from the beginning of the part
16214 2024.11.26 23:42:05.743394 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 43 rows starting from the beginning of the part
16215 2024.11.26 23:42:05.743766 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 7 rows starting from the beginning of the part
16216 2024.11.26 23:42:05.743986 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 41 rows starting from the beginning of the part
16217 2024.11.26 23:42:05.744935 [ 268 ] {adb9205a-ecac-4bac-a555-bbc181b969f9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16218 2024.11.26 23:42:05.745017 [ 268 ] {adb9205a-ecac-4bac-a555-bbc181b969f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16219 2024.11.26 23:42:05.746128 [ 268 ] {adb9205a-ecac-4bac-a555-bbc181b969f9} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16220 2024.11.26 23:42:05.746895 [ 268 ] {adb9205a-ecac-4bac-a555-bbc181b969f9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16221 2024.11.26 23:42:05.746966 [ 189 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.00650108 sec., 31533.222172315982 rows/sec., 2.39 MiB/sec.
16222 2024.11.26 23:42:05.747195 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
16223 2024.11.26 23:42:05.747203 [ 268 ] {adb9205a-ecac-4bac-a555-bbc181b969f9} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.005799 sec., 18106.570098292807 rows/sec., 1.41 MiB/sec.
16224 2024.11.26 23:42:05.747328 [ 268 ] {adb9205a-ecac-4bac-a555-bbc181b969f9} <Debug> TCPHandler: Processed in 0.00642204 sec.
16225 2024.11.26 23:42:05.747634 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16226 2024.11.26 23:42:05.748010 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16227 2024.11.26 23:42:05.748131 [ 270 ] {e49ebdb4-41cb-4c04-8cfc-4090fdf74a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16228 2024.11.26 23:42:05.748397 [ 270 ] {e49ebdb4-41cb-4c04-8cfc-4090fdf74a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16229 2024.11.26 23:42:05.748416 [ 193 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_116_23} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
16230 2024.11.26 23:42:05.748763 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
16231 2024.11.26 23:42:05.749470 [ 270 ] {e49ebdb4-41cb-4c04-8cfc-4090fdf74a9e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16232 2024.11.26 23:42:05.749515 [ 270 ] {e49ebdb4-41cb-4c04-8cfc-4090fdf74a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16233 2024.11.26 23:42:05.749977 [ 270 ] {e49ebdb4-41cb-4c04-8cfc-4090fdf74a9e} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16234 2024.11.26 23:42:05.750242 [ 270 ] {e49ebdb4-41cb-4c04-8cfc-4090fdf74a9e} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16235 2024.11.26 23:42:05.750440 [ 270 ] {e49ebdb4-41cb-4c04-8cfc-4090fdf74a9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002497 sec., 64076.89227072487 rows/sec., 4.46 MiB/sec.
16236 2024.11.26 23:42:05.750493 [ 270 ] {e49ebdb4-41cb-4c04-8cfc-4090fdf74a9e} <Debug> TCPHandler: Processed in 0.003057158 sec.
16237 2024.11.26 23:42:05.750652 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16238 2024.11.26 23:42:05.750803 [ 268 ] {aedb595e-1f2c-4b15-945c-dba410d2ef2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16239 2024.11.26 23:42:05.750903 [ 268 ] {aedb595e-1f2c-4b15-945c-dba410d2ef2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16240 2024.11.26 23:42:05.752250 [ 268 ] {aedb595e-1f2c-4b15-945c-dba410d2ef2d} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16241 2024.11.26 23:42:05.752292 [ 268 ] {aedb595e-1f2c-4b15-945c-dba410d2ef2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16242 2024.11.26 23:42:05.753060 [ 268 ] {aedb595e-1f2c-4b15-945c-dba410d2ef2d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16243 2024.11.26 23:42:05.753345 [ 268 ] {aedb595e-1f2c-4b15-945c-dba410d2ef2d} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16244 2024.11.26 23:42:05.753625 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
16245 2024.11.26 23:42:05.753644 [ 268 ] {aedb595e-1f2c-4b15-945c-dba410d2ef2d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002869 sec., 14290.693621470895 rows/sec., 25.61 MiB/sec.
16246 2024.11.26 23:42:05.753678 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
16247 2024.11.26 23:42:05.754065 [ 268 ] {aedb595e-1f2c-4b15-945c-dba410d2ef2d} <Debug> TCPHandler: Processed in 0.003480483 sec.
16248 2024.11.26 23:42:05.754264 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16249 2024.11.26 23:42:05.754503 [ 270 ] {0283c3db-3009-448e-8203-e0a79c3f388c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16250 2024.11.26 23:42:05.754592 [ 270 ] {0283c3db-3009-448e-8203-e0a79c3f388c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16251 2024.11.26 23:42:05.755883 [ 270 ] {0283c3db-3009-448e-8203-e0a79c3f388c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16252 2024.11.26 23:42:05.755923 [ 270 ] {0283c3db-3009-448e-8203-e0a79c3f388c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16253 2024.11.26 23:42:05.756660 [ 270 ] {0283c3db-3009-448e-8203-e0a79c3f388c} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16254 2024.11.26 23:42:05.757181 [ 270 ] {0283c3db-3009-448e-8203-e0a79c3f388c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16255 2024.11.26 23:42:05.757228 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
16256 2024.11.26 23:42:05.757838 [ 270 ] {0283c3db-3009-448e-8203-e0a79c3f388c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003407 sec., 17610.801291458763 rows/sec., 1.19 MiB/sec.
16257 2024.11.26 23:42:05.758180 [ 270 ] {0283c3db-3009-448e-8203-e0a79c3f388c} <Debug> TCPHandler: Processed in 0.003999537 sec.
16258 2024.11.26 23:42:06.000194 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.81 MiB, peak 286.82 MiB, free memory in arenas 0.00 B, will set to 268.32 MiB (RSS), difference: 3.52 MiB
16259 2024.11.26 23:42:07.267608 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603
16260 2024.11.26 23:42:07.297750 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16261 2024.11.26 23:42:07.297831 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16262 2024.11.26 23:42:07.307268 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16263 2024.11.26 23:42:07.308379 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16264 2024.11.26 23:42:07.313533 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603
16265 2024.11.26 23:42:10.023251 [ 219 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
16266 2024.11.26 23:42:10.023348 [ 219 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
16267 2024.11.26 23:42:10.025666 [ 219 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
16268 2024.11.26 23:42:10.210485 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
16269 2024.11.26 23:42:10.210566 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
16270 2024.11.26 23:42:10.212457 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
16271 2024.11.26 23:42:10.741786 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16272 2024.11.26 23:42:10.742027 [ 268 ] {69bda100-1111-40c8-b176-b353a3891573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16273 2024.11.26 23:42:10.742125 [ 268 ] {69bda100-1111-40c8-b176-b353a3891573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16274 2024.11.26 23:42:10.743114 [ 268 ] {69bda100-1111-40c8-b176-b353a3891573} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16275 2024.11.26 23:42:10.743177 [ 268 ] {69bda100-1111-40c8-b176-b353a3891573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16276 2024.11.26 23:42:10.743748 [ 268 ] {69bda100-1111-40c8-b176-b353a3891573} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16277 2024.11.26 23:42:10.744173 [ 268 ] {69bda100-1111-40c8-b176-b353a3891573} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16278 2024.11.26 23:42:10.744464 [ 268 ] {69bda100-1111-40c8-b176-b353a3891573} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002501 sec., 5597.7608956417425 rows/sec., 402.96 KiB/sec.
16279 2024.11.26 23:42:10.744559 [ 268 ] {69bda100-1111-40c8-b176-b353a3891573} <Debug> TCPHandler: Processed in 0.002963947 sec.
16280 2024.11.26 23:42:10.744848 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16281 2024.11.26 23:42:10.745063 [ 270 ] {774fead9-c55b-481e-b58c-b437fc138eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16282 2024.11.26 23:42:10.745145 [ 270 ] {774fead9-c55b-481e-b58c-b437fc138eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16283 2024.11.26 23:42:10.746093 [ 270 ] {774fead9-c55b-481e-b58c-b437fc138eda} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16284 2024.11.26 23:42:10.746148 [ 270 ] {774fead9-c55b-481e-b58c-b437fc138eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16285 2024.11.26 23:42:10.746620 [ 270 ] {774fead9-c55b-481e-b58c-b437fc138eda} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16286 2024.11.26 23:42:10.746892 [ 270 ] {774fead9-c55b-481e-b58c-b437fc138eda} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16287 2024.11.26 23:42:10.747181 [ 270 ] {774fead9-c55b-481e-b58c-b437fc138eda} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002166 sec., 93721.14496768237 rows/sec., 8.11 MiB/sec.
16288 2024.11.26 23:42:10.747278 [ 270 ] {774fead9-c55b-481e-b58c-b437fc138eda} <Debug> TCPHandler: Processed in 0.002580825 sec.
16289 2024.11.26 23:42:10.747313 [ 222 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
16290 2024.11.26 23:42:10.747403 [ 222 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
16291 2024.11.26 23:42:10.747485 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16292 2024.11.26 23:42:10.747722 [ 268 ] {93bb5feb-e0ca-404f-a4bb-9a90530d217e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16293 2024.11.26 23:42:10.747823 [ 268 ] {93bb5feb-e0ca-404f-a4bb-9a90530d217e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16294 2024.11.26 23:42:10.749839 [ 268 ] {93bb5feb-e0ca-404f-a4bb-9a90530d217e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16295 2024.11.26 23:42:10.749925 [ 268 ] {93bb5feb-e0ca-404f-a4bb-9a90530d217e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16296 2024.11.26 23:42:10.751097 [ 268 ] {93bb5feb-e0ca-404f-a4bb-9a90530d217e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
16297 2024.11.26 23:42:10.751391 [ 222 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
16298 2024.11.26 23:42:10.751830 [ 268 ] {93bb5feb-e0ca-404f-a4bb-9a90530d217e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16299 2024.11.26 23:42:10.752443 [ 221 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
16300 2024.11.26 23:42:10.752523 [ 221 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
16301 2024.11.26 23:42:10.752536 [ 268 ] {93bb5feb-e0ca-404f-a4bb-9a90530d217e} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.004822 sec., 1451.6798009124846 rows/sec., 94.58 KiB/sec.
16302 2024.11.26 23:42:10.752944 [ 268 ] {93bb5feb-e0ca-404f-a4bb-9a90530d217e} <Debug> TCPHandler: Processed in 0.005555411 sec.
16303 2024.11.26 23:42:10.753272 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16304 2024.11.26 23:42:10.753688 [ 270 ] {e3d3dccd-b179-4282-9282-79626b603dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16305 2024.11.26 23:42:10.753862 [ 270 ] {e3d3dccd-b179-4282-9282-79626b603dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16306 2024.11.26 23:42:10.755581 [ 270 ] {e3d3dccd-b179-4282-9282-79626b603dd3} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16307 2024.11.26 23:42:10.755645 [ 270 ] {e3d3dccd-b179-4282-9282-79626b603dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16308 2024.11.26 23:42:10.756656 [ 270 ] {e3d3dccd-b179-4282-9282-79626b603dd3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
16309 2024.11.26 23:42:10.756826 [ 221 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
16310 2024.11.26 23:42:10.757357 [ 270 ] {e3d3dccd-b179-4282-9282-79626b603dd3} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16311 2024.11.26 23:42:10.757951 [ 270 ] {e3d3dccd-b179-4282-9282-79626b603dd3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004423 sec., 3165.2724395206874 rows/sec., 221.68 KiB/sec.
16312 2024.11.26 23:42:10.758063 [ 270 ] {e3d3dccd-b179-4282-9282-79626b603dd3} <Debug> TCPHandler: Processed in 0.004962906 sec.
16313 2024.11.26 23:42:10.758285 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16314 2024.11.26 23:42:10.758434 [ 268 ] {ecd36f42-63b6-4cb9-a1cc-a3b13a8589fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16315 2024.11.26 23:42:10.758499 [ 268 ] {ecd36f42-63b6-4cb9-a1cc-a3b13a8589fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16316 2024.11.26 23:42:10.759154 [ 268 ] {ecd36f42-63b6-4cb9-a1cc-a3b13a8589fe} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16317 2024.11.26 23:42:10.759198 [ 268 ] {ecd36f42-63b6-4cb9-a1cc-a3b13a8589fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16318 2024.11.26 23:42:10.759582 [ 268 ] {ecd36f42-63b6-4cb9-a1cc-a3b13a8589fe} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16319 2024.11.26 23:42:10.759829 [ 268 ] {ecd36f42-63b6-4cb9-a1cc-a3b13a8589fe} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16320 2024.11.26 23:42:10.760126 [ 268 ] {ecd36f42-63b6-4cb9-a1cc-a3b13a8589fe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001707 sec., 7615.700058582308 rows/sec., 474.84 KiB/sec.
16321 2024.11.26 23:42:10.760398 [ 268 ] {ecd36f42-63b6-4cb9-a1cc-a3b13a8589fe} <Debug> TCPHandler: Processed in 0.00218547 sec.
16322 2024.11.26 23:42:10.760746 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16323 2024.11.26 23:42:10.761167 [ 270 ] {fe2ad1e8-2050-49d2-89ab-80fae80440c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16324 2024.11.26 23:42:10.761374 [ 270 ] {fe2ad1e8-2050-49d2-89ab-80fae80440c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16325 2024.11.26 23:42:10.762508 [ 270 ] {fe2ad1e8-2050-49d2-89ab-80fae80440c9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16326 2024.11.26 23:42:10.762549 [ 270 ] {fe2ad1e8-2050-49d2-89ab-80fae80440c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16327 2024.11.26 23:42:10.763047 [ 270 ] {fe2ad1e8-2050-49d2-89ab-80fae80440c9} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16328 2024.11.26 23:42:10.763334 [ 270 ] {fe2ad1e8-2050-49d2-89ab-80fae80440c9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16329 2024.11.26 23:42:10.763576 [ 270 ] {fe2ad1e8-2050-49d2-89ab-80fae80440c9} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002559 sec., 149277.06135209065 rows/sec., 10.56 MiB/sec.
16330 2024.11.26 23:42:10.763670 [ 218 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
16331 2024.11.26 23:42:10.763676 [ 270 ] {fe2ad1e8-2050-49d2-89ab-80fae80440c9} <Debug> TCPHandler: Processed in 0.003111029 sec.
16332 2024.11.26 23:42:10.763733 [ 218 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
16333 2024.11.26 23:42:10.764037 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16334 2024.11.26 23:42:10.764316 [ 268 ] {8a2316fd-8c27-4750-9cb4-b323631ad239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16335 2024.11.26 23:42:10.764425 [ 268 ] {8a2316fd-8c27-4750-9cb4-b323631ad239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16336 2024.11.26 23:42:10.765846 [ 268 ] {8a2316fd-8c27-4750-9cb4-b323631ad239} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16337 2024.11.26 23:42:10.765914 [ 268 ] {8a2316fd-8c27-4750-9cb4-b323631ad239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16338 2024.11.26 23:42:10.767111 [ 268 ] {8a2316fd-8c27-4750-9cb4-b323631ad239} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16339 2024.11.26 23:42:10.767150 [ 218 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
16340 2024.11.26 23:42:10.767931 [ 268 ] {8a2316fd-8c27-4750-9cb4-b323631ad239} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16341 2024.11.26 23:42:10.768436 [ 268 ] {8a2316fd-8c27-4750-9cb4-b323631ad239} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004161 sec., 1441.9610670511897 rows/sec., 75.34 KiB/sec.
16342 2024.11.26 23:42:10.768852 [ 268 ] {8a2316fd-8c27-4750-9cb4-b323631ad239} <Debug> TCPHandler: Processed in 0.004944956 sec.
16343 2024.11.26 23:42:10.769201 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16344 2024.11.26 23:42:10.769612 [ 270 ] {73182671-a4e2-4827-b1f3-3c09316e7bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16345 2024.11.26 23:42:10.769778 [ 270 ] {73182671-a4e2-4827-b1f3-3c09316e7bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16346 2024.11.26 23:42:10.770594 [ 270 ] {73182671-a4e2-4827-b1f3-3c09316e7bc9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16347 2024.11.26 23:42:10.770642 [ 270 ] {73182671-a4e2-4827-b1f3-3c09316e7bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16348 2024.11.26 23:42:10.771134 [ 270 ] {73182671-a4e2-4827-b1f3-3c09316e7bc9} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16349 2024.11.26 23:42:10.771430 [ 270 ] {73182671-a4e2-4827-b1f3-3c09316e7bc9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16350 2024.11.26 23:42:10.771682 [ 270 ] {73182671-a4e2-4827-b1f3-3c09316e7bc9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002226 sec., 106469.00269541779 rows/sec., 7.14 MiB/sec.
16351 2024.11.26 23:42:10.771756 [ 270 ] {73182671-a4e2-4827-b1f3-3c09316e7bc9} <Debug> TCPHandler: Processed in 0.002721975 sec.
16352 2024.11.26 23:42:10.771938 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16353 2024.11.26 23:42:10.772082 [ 268 ] {08124832-5cb0-444e-995f-313edc724440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16354 2024.11.26 23:42:10.772147 [ 268 ] {08124832-5cb0-444e-995f-313edc724440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16355 2024.11.26 23:42:10.772692 [ 268 ] {08124832-5cb0-444e-995f-313edc724440} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16356 2024.11.26 23:42:10.772747 [ 268 ] {08124832-5cb0-444e-995f-313edc724440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16357 2024.11.26 23:42:10.773230 [ 268 ] {08124832-5cb0-444e-995f-313edc724440} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
16358 2024.11.26 23:42:10.773561 [ 268 ] {08124832-5cb0-444e-995f-313edc724440} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16359 2024.11.26 23:42:10.773840 [ 268 ] {08124832-5cb0-444e-995f-313edc724440} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001771 sec., 564.652738565782 rows/sec., 38.05 KiB/sec.
16360 2024.11.26 23:42:10.773866 [ 223 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
16361 2024.11.26 23:42:10.773963 [ 223 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
16362 2024.11.26 23:42:10.774080 [ 268 ] {08124832-5cb0-444e-995f-313edc724440} <Debug> TCPHandler: Processed in 0.002201781 sec.
16363 2024.11.26 23:42:10.774406 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16364 2024.11.26 23:42:10.774794 [ 270 ] {359ac695-a547-4c5f-9cf1-64d199f9ac12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16365 2024.11.26 23:42:10.774855 [ 270 ] {359ac695-a547-4c5f-9cf1-64d199f9ac12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16366 2024.11.26 23:42:10.775862 [ 270 ] {359ac695-a547-4c5f-9cf1-64d199f9ac12} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16367 2024.11.26 23:42:10.775929 [ 270 ] {359ac695-a547-4c5f-9cf1-64d199f9ac12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16368 2024.11.26 23:42:10.776720 [ 270 ] {359ac695-a547-4c5f-9cf1-64d199f9ac12} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16369 2024.11.26 23:42:10.777117 [ 270 ] {359ac695-a547-4c5f-9cf1-64d199f9ac12} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16370 2024.11.26 23:42:10.777546 [ 270 ] {359ac695-a547-4c5f-9cf1-64d199f9ac12} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002892 sec., 28354.080221300137 rows/sec., 1.80 MiB/sec.
16371 2024.11.26 23:42:10.777702 [ 270 ] {359ac695-a547-4c5f-9cf1-64d199f9ac12} <Debug> TCPHandler: Processed in 0.003462573 sec.
16372 2024.11.26 23:42:10.778047 [ 223 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
16373 2024.11.26 23:42:12.174183 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149
16374 2024.11.26 23:42:12.174865 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16375 2024.11.26 23:42:12.174919 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16376 2024.11.26 23:42:12.175554 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16377 2024.11.26 23:42:12.175893 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16378 2024.11.26 23:42:12.176179 [ 79 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
16379 2024.11.26 23:42:12.176244 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149
16380 2024.11.26 23:42:12.176277 [ 79 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16381 2024.11.26 23:42:12.176314 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
16382 2024.11.26 23:42:12.176548 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
16383 2024.11.26 23:42:12.176850 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16384 2024.11.26 23:42:12.176905 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
16385 2024.11.26 23:42:12.176999 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part
16386 2024.11.26 23:42:12.177272 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part
16387 2024.11.26 23:42:12.177482 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part
16388 2024.11.26 23:42:12.177615 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part
16389 2024.11.26 23:42:12.177843 [ 186 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part
16390 2024.11.26 23:42:12.181177 [ 189 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004758234 sec., 7807308.341708289 rows/sec., 111.68 MiB/sec.
16391 2024.11.26 23:42:12.181655 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
16392 2024.11.26 23:42:12.182065 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_81_16} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16393 2024.11.26 23:42:12.182185 [ 199 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_81_16} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
16394 2024.11.26 23:42:12.182327 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
16395 2024.11.26 23:42:14.813720 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611
16396 2024.11.26 23:42:14.835827 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16397 2024.11.26 23:42:14.835883 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16398 2024.11.26 23:42:14.843439 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16399 2024.11.26 23:42:14.844232 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16400 2024.11.26 23:42:14.844523 [ 151 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
16401 2024.11.26 23:42:14.844588 [ 151 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16402 2024.11.26 23:42:14.844632 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16403 2024.11.26 23:42:14.845102 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
16404 2024.11.26 23:42:14.856509 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611
16405 2024.11.26 23:42:14.857721 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16406 2024.11.26 23:42:14.858618 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
16407 2024.11.26 23:42:14.863075 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
16408 2024.11.26 23:42:14.867637 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
16409 2024.11.26 23:42:14.872753 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
16410 2024.11.26 23:42:14.878221 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
16411 2024.11.26 23:42:14.883640 [ 191 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
16412 2024.11.26 23:42:14.908098 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2314
16413 2024.11.26 23:42:14.917661 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16414 2024.11.26 23:42:14.917740 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16415 2024.11.26 23:42:14.926160 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
16416 2024.11.26 23:42:14.926959 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16417 2024.11.26 23:42:14.927319 [ 151 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
16418 2024.11.26 23:42:14.927426 [ 151 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16419 2024.11.26 23:42:14.927511 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16420 2024.11.26 23:42:14.927993 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
16421 2024.11.26 23:42:14.932820 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2314
16422 2024.11.26 23:42:14.933336 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16423 2024.11.26 23:42:14.934328 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2144 rows starting from the beginning of the part
16424 2024.11.26 23:42:14.935384 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part
16425 2024.11.26 23:42:14.936005 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 34 rows starting from the beginning of the part
16426 2024.11.26 23:42:14.937483 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 48 rows starting from the beginning of the part
16427 2024.11.26 23:42:14.939568 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 28 rows starting from the beginning of the part
16428 2024.11.26 23:42:14.941561 [ 189 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part
16429 2024.11.26 23:42:14.980124 [ 190 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2314 rows, containing 72 columns (72 merged, 0 gathered) in 0.052450519 sec., 44117.7712655236 rows/sec., 33.07 MiB/sec.
16430 2024.11.26 23:42:14.983860 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
16431 2024.11.26 23:42:14.989461 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16432 2024.11.26 23:42:14.989702 [ 200 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_61_12} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
16433 2024.11.26 23:42:14.990493 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB.
16434 2024.11.26 23:42:15.000221 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 283.80 MiB, peak 290.83 MiB, free memory in arenas 0.00 B, will set to 268.91 MiB (RSS), difference: -14.89 MiB
16435 2024.11.26 23:42:15.011742 [ 196 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.167021669 sec., 3658.207965817896 rows/sec., 18.92 MiB/sec.
16436 2024.11.26 23:42:15.015525 [ 196 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
16437 2024.11.26 23:42:15.018753 [ 196 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_81_16} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16438 2024.11.26 23:42:15.018867 [ 196 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_81_16} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
16439 2024.11.26 23:42:15.021465 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
16440 2024.11.26 23:42:15.734486 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16441 2024.11.26 23:42:15.734797 [ 268 ] {4222f224-17b3-415a-b2ab-ab3aa919eb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16442 2024.11.26 23:42:15.734913 [ 268 ] {4222f224-17b3-415a-b2ab-ab3aa919eb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16443 2024.11.26 23:42:15.735754 [ 268 ] {4222f224-17b3-415a-b2ab-ab3aa919eb09} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16444 2024.11.26 23:42:15.735802 [ 268 ] {4222f224-17b3-415a-b2ab-ab3aa919eb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16445 2024.11.26 23:42:15.736287 [ 268 ] {4222f224-17b3-415a-b2ab-ab3aa919eb09} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
16446 2024.11.26 23:42:15.736551 [ 268 ] {4222f224-17b3-415a-b2ab-ab3aa919eb09} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16447 2024.11.26 23:42:15.736763 [ 268 ] {4222f224-17b3-415a-b2ab-ab3aa919eb09} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002057 sec., 67087.99222168207 rows/sec., 5.79 MiB/sec.
16448 2024.11.26 23:42:15.736834 [ 268 ] {4222f224-17b3-415a-b2ab-ab3aa919eb09} <Debug> TCPHandler: Processed in 0.002537874 sec.
16449 2024.11.26 23:42:15.737143 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16450 2024.11.26 23:42:15.737461 [ 270 ] {9ef8c24c-e9c9-4356-9771-95d234bcda48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16451 2024.11.26 23:42:15.737584 [ 270 ] {9ef8c24c-e9c9-4356-9771-95d234bcda48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16452 2024.11.26 23:42:15.738495 [ 270 ] {9ef8c24c-e9c9-4356-9771-95d234bcda48} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16453 2024.11.26 23:42:15.738546 [ 270 ] {9ef8c24c-e9c9-4356-9771-95d234bcda48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16454 2024.11.26 23:42:15.738997 [ 270 ] {9ef8c24c-e9c9-4356-9771-95d234bcda48} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
16455 2024.11.26 23:42:15.739261 [ 270 ] {9ef8c24c-e9c9-4356-9771-95d234bcda48} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16456 2024.11.26 23:42:15.739479 [ 270 ] {9ef8c24c-e9c9-4356-9771-95d234bcda48} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002128 sec., 19266.91729323308 rows/sec., 1.41 MiB/sec.
16457 2024.11.26 23:42:15.739533 [ 270 ] {9ef8c24c-e9c9-4356-9771-95d234bcda48} <Debug> TCPHandler: Processed in 0.002609364 sec.
16458 2024.11.26 23:42:15.739684 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16459 2024.11.26 23:42:15.739822 [ 268 ] {5daf6e16-cd61-43a0-bc09-955b882f6506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16460 2024.11.26 23:42:15.739878 [ 268 ] {5daf6e16-cd61-43a0-bc09-955b882f6506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16461 2024.11.26 23:42:15.740572 [ 268 ] {5daf6e16-cd61-43a0-bc09-955b882f6506} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16462 2024.11.26 23:42:15.740610 [ 268 ] {5daf6e16-cd61-43a0-bc09-955b882f6506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16463 2024.11.26 23:42:15.740995 [ 268 ] {5daf6e16-cd61-43a0-bc09-955b882f6506} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
16464 2024.11.26 23:42:15.741235 [ 268 ] {5daf6e16-cd61-43a0-bc09-955b882f6506} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16465 2024.11.26 23:42:15.741417 [ 268 ] {5daf6e16-cd61-43a0-bc09-955b882f6506} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001587 sec., 66162.5708884688 rows/sec., 5.17 MiB/sec.
16466 2024.11.26 23:42:15.741473 [ 268 ] {5daf6e16-cd61-43a0-bc09-955b882f6506} <Debug> TCPHandler: Processed in 0.001823317 sec.
16467 2024.11.26 23:42:15.741620 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16468 2024.11.26 23:42:15.741738 [ 270 ] {52af3415-6787-4696-81f0-28d470cbd471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16469 2024.11.26 23:42:15.741793 [ 270 ] {52af3415-6787-4696-81f0-28d470cbd471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16470 2024.11.26 23:42:15.742373 [ 270 ] {52af3415-6787-4696-81f0-28d470cbd471} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16471 2024.11.26 23:42:15.742413 [ 270 ] {52af3415-6787-4696-81f0-28d470cbd471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16472 2024.11.26 23:42:15.742822 [ 270 ] {52af3415-6787-4696-81f0-28d470cbd471} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
16473 2024.11.26 23:42:15.743066 [ 270 ] {52af3415-6787-4696-81f0-28d470cbd471} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16474 2024.11.26 23:42:15.743276 [ 270 ] {52af3415-6787-4696-81f0-28d470cbd471} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec.
16475 2024.11.26 23:42:15.743329 [ 270 ] {52af3415-6787-4696-81f0-28d470cbd471} <Debug> TCPHandler: Processed in 0.001769216 sec.
16476 2024.11.26 23:42:15.743481 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16477 2024.11.26 23:42:15.743624 [ 268 ] {5a1eb120-9b27-46bb-9a70-1e725bee9cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16478 2024.11.26 23:42:15.743721 [ 268 ] {5a1eb120-9b27-46bb-9a70-1e725bee9cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16479 2024.11.26 23:42:15.745039 [ 268 ] {5a1eb120-9b27-46bb-9a70-1e725bee9cd2} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16480 2024.11.26 23:42:15.745078 [ 268 ] {5a1eb120-9b27-46bb-9a70-1e725bee9cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16481 2024.11.26 23:42:15.745787 [ 268 ] {5a1eb120-9b27-46bb-9a70-1e725bee9cd2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
16482 2024.11.26 23:42:15.746051 [ 268 ] {5a1eb120-9b27-46bb-9a70-1e725bee9cd2} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16483 2024.11.26 23:42:15.746305 [ 268 ] {5a1eb120-9b27-46bb-9a70-1e725bee9cd2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002704 sec., 15162.721893491125 rows/sec., 27.17 MiB/sec.
16484 2024.11.26 23:42:15.746749 [ 268 ] {5a1eb120-9b27-46bb-9a70-1e725bee9cd2} <Debug> TCPHandler: Processed in 0.003332301 sec.
16485 2024.11.26 23:42:15.747063 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16486 2024.11.26 23:42:15.747269 [ 270 ] {0480f713-318f-4a0b-b18f-e46b0dc90c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16487 2024.11.26 23:42:15.747358 [ 270 ] {0480f713-318f-4a0b-b18f-e46b0dc90c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16488 2024.11.26 23:42:15.748079 [ 270 ] {0480f713-318f-4a0b-b18f-e46b0dc90c86} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16489 2024.11.26 23:42:15.748120 [ 270 ] {0480f713-318f-4a0b-b18f-e46b0dc90c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16490 2024.11.26 23:42:15.748512 [ 270 ] {0480f713-318f-4a0b-b18f-e46b0dc90c86} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
16491 2024.11.26 23:42:15.748751 [ 270 ] {0480f713-318f-4a0b-b18f-e46b0dc90c86} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16492 2024.11.26 23:42:15.748966 [ 270 ] {0480f713-318f-4a0b-b18f-e46b0dc90c86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001747 sec., 34344.5907269605 rows/sec., 2.31 MiB/sec.
16493 2024.11.26 23:42:15.749017 [ 270 ] {0480f713-318f-4a0b-b18f-e46b0dc90c86} <Debug> TCPHandler: Processed in 0.00214946 sec.
16494 2024.11.26 23:42:16.000229 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.03 MiB, peak 290.83 MiB, free memory in arenas 0.00 B, will set to 268.91 MiB (RSS), difference: 13.88 MiB
16495 2024.11.26 23:42:19.460970 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
16496 2024.11.26 23:42:19.461043 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
16497 2024.11.26 23:42:19.676511 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576
16498 2024.11.26 23:42:19.677227 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16499 2024.11.26 23:42:19.677271 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16500 2024.11.26 23:42:19.677812 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
16501 2024.11.26 23:42:19.678065 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16502 2024.11.26 23:42:19.678304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576
16503 2024.11.26 23:42:20.493042 [ 220 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
16504 2024.11.26 23:42:20.493132 [ 220 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
16505 2024.11.26 23:42:20.495265 [ 220 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
16506 2024.11.26 23:42:20.737052 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16507 2024.11.26 23:42:20.737373 [ 268 ] {2fb821a5-ea65-40a5-8047-b63870fb1fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16508 2024.11.26 23:42:20.737496 [ 268 ] {2fb821a5-ea65-40a5-8047-b63870fb1fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16509 2024.11.26 23:42:20.738526 [ 268 ] {2fb821a5-ea65-40a5-8047-b63870fb1fd2} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16510 2024.11.26 23:42:20.738579 [ 268 ] {2fb821a5-ea65-40a5-8047-b63870fb1fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16511 2024.11.26 23:42:20.739032 [ 268 ] {2fb821a5-ea65-40a5-8047-b63870fb1fd2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16512 2024.11.26 23:42:20.739298 [ 268 ] {2fb821a5-ea65-40a5-8047-b63870fb1fd2} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16513 2024.11.26 23:42:20.739565 [ 268 ] {2fb821a5-ea65-40a5-8047-b63870fb1fd2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002279 sec., 6143.045195261079 rows/sec., 442.22 KiB/sec.
16514 2024.11.26 23:42:20.739652 [ 268 ] {2fb821a5-ea65-40a5-8047-b63870fb1fd2} <Debug> TCPHandler: Processed in 0.002792356 sec.
16515 2024.11.26 23:42:20.739924 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16516 2024.11.26 23:42:20.740115 [ 270 ] {751e45db-0760-417e-8bb3-822571286b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16517 2024.11.26 23:42:20.740185 [ 270 ] {751e45db-0760-417e-8bb3-822571286b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16518 2024.11.26 23:42:20.741004 [ 270 ] {751e45db-0760-417e-8bb3-822571286b2b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16519 2024.11.26 23:42:20.741046 [ 270 ] {751e45db-0760-417e-8bb3-822571286b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16520 2024.11.26 23:42:20.741490 [ 270 ] {751e45db-0760-417e-8bb3-822571286b2b} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
16521 2024.11.26 23:42:20.741744 [ 270 ] {751e45db-0760-417e-8bb3-822571286b2b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16522 2024.11.26 23:42:20.741934 [ 270 ] {751e45db-0760-417e-8bb3-822571286b2b} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001877 sec., 108151.305274374 rows/sec., 9.36 MiB/sec.
16523 2024.11.26 23:42:20.741990 [ 270 ] {751e45db-0760-417e-8bb3-822571286b2b} <Debug> TCPHandler: Processed in 0.002225651 sec.
16524 2024.11.26 23:42:20.742187 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16525 2024.11.26 23:42:20.742419 [ 268 ] {5cc2a911-5771-4098-bfd1-f468ab2bb5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16526 2024.11.26 23:42:20.742515 [ 268 ] {5cc2a911-5771-4098-bfd1-f468ab2bb5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16527 2024.11.26 23:42:20.743404 [ 268 ] {5cc2a911-5771-4098-bfd1-f468ab2bb5ed} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16528 2024.11.26 23:42:20.743445 [ 268 ] {5cc2a911-5771-4098-bfd1-f468ab2bb5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16529 2024.11.26 23:42:20.743811 [ 268 ] {5cc2a911-5771-4098-bfd1-f468ab2bb5ed} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
16530 2024.11.26 23:42:20.744050 [ 268 ] {5cc2a911-5771-4098-bfd1-f468ab2bb5ed} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16531 2024.11.26 23:42:20.744258 [ 268 ] {5cc2a911-5771-4098-bfd1-f468ab2bb5ed} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001896 sec., 3691.9831223628694 rows/sec., 240.54 KiB/sec.
16532 2024.11.26 23:42:20.744314 [ 268 ] {5cc2a911-5771-4098-bfd1-f468ab2bb5ed} <Debug> TCPHandler: Processed in 0.002233631 sec.
16533 2024.11.26 23:42:20.744464 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16534 2024.11.26 23:42:20.744605 [ 270 ] {4eca9952-4b62-4db0-9c0a-b769c3bea9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16535 2024.11.26 23:42:20.744662 [ 270 ] {4eca9952-4b62-4db0-9c0a-b769c3bea9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16536 2024.11.26 23:42:20.745330 [ 270 ] {4eca9952-4b62-4db0-9c0a-b769c3bea9a6} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16537 2024.11.26 23:42:20.745368 [ 270 ] {4eca9952-4b62-4db0-9c0a-b769c3bea9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16538 2024.11.26 23:42:20.745733 [ 270 ] {4eca9952-4b62-4db0-9c0a-b769c3bea9a6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
16539 2024.11.26 23:42:20.745973 [ 270 ] {4eca9952-4b62-4db0-9c0a-b769c3bea9a6} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16540 2024.11.26 23:42:20.746159 [ 270 ] {4eca9952-4b62-4db0-9c0a-b769c3bea9a6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001583 sec., 8843.967150979153 rows/sec., 619.37 KiB/sec.
16541 2024.11.26 23:42:20.746214 [ 270 ] {4eca9952-4b62-4db0-9c0a-b769c3bea9a6} <Debug> TCPHandler: Processed in 0.001816227 sec.
16542 2024.11.26 23:42:20.746439 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16543 2024.11.26 23:42:20.746582 [ 268 ] {1a7800d5-13e5-43fb-8df1-febe406c3797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16544 2024.11.26 23:42:20.746641 [ 268 ] {1a7800d5-13e5-43fb-8df1-febe406c3797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16545 2024.11.26 23:42:20.747287 [ 268 ] {1a7800d5-13e5-43fb-8df1-febe406c3797} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16546 2024.11.26 23:42:20.747327 [ 268 ] {1a7800d5-13e5-43fb-8df1-febe406c3797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16547 2024.11.26 23:42:20.747689 [ 268 ] {1a7800d5-13e5-43fb-8df1-febe406c3797} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16548 2024.11.26 23:42:20.747928 [ 268 ] {1a7800d5-13e5-43fb-8df1-febe406c3797} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16549 2024.11.26 23:42:20.748136 [ 268 ] {1a7800d5-13e5-43fb-8df1-febe406c3797} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001586 sec., 8196.72131147541 rows/sec., 511.06 KiB/sec.
16550 2024.11.26 23:42:20.748192 [ 268 ] {1a7800d5-13e5-43fb-8df1-febe406c3797} <Debug> TCPHandler: Processed in 0.001854937 sec.
16551 2024.11.26 23:42:20.748405 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16552 2024.11.26 23:42:20.748642 [ 270 ] {6b200ee1-f06f-4868-977c-cb673fe2e613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16553 2024.11.26 23:42:20.748733 [ 270 ] {6b200ee1-f06f-4868-977c-cb673fe2e613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16554 2024.11.26 23:42:20.749642 [ 270 ] {6b200ee1-f06f-4868-977c-cb673fe2e613} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16555 2024.11.26 23:42:20.749679 [ 270 ] {6b200ee1-f06f-4868-977c-cb673fe2e613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16556 2024.11.26 23:42:20.750069 [ 270 ] {6b200ee1-f06f-4868-977c-cb673fe2e613} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
16557 2024.11.26 23:42:20.750305 [ 270 ] {6b200ee1-f06f-4868-977c-cb673fe2e613} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16558 2024.11.26 23:42:20.750485 [ 270 ] {6b200ee1-f06f-4868-977c-cb673fe2e613} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.0019 sec., 201052.63157894736 rows/sec., 14.23 MiB/sec.
16559 2024.11.26 23:42:20.750538 [ 270 ] {6b200ee1-f06f-4868-977c-cb673fe2e613} <Debug> TCPHandler: Processed in 0.002246392 sec.
16560 2024.11.26 23:42:20.750692 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16561 2024.11.26 23:42:20.750832 [ 268 ] {adac2ff7-d1e2-4240-aa18-700535ae6f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16562 2024.11.26 23:42:20.750894 [ 268 ] {adac2ff7-d1e2-4240-aa18-700535ae6f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16563 2024.11.26 23:42:20.751409 [ 268 ] {adac2ff7-d1e2-4240-aa18-700535ae6f6c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16564 2024.11.26 23:42:20.751448 [ 268 ] {adac2ff7-d1e2-4240-aa18-700535ae6f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16565 2024.11.26 23:42:20.751818 [ 268 ] {adac2ff7-d1e2-4240-aa18-700535ae6f6c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16566 2024.11.26 23:42:20.752070 [ 268 ] {adac2ff7-d1e2-4240-aa18-700535ae6f6c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16567 2024.11.26 23:42:20.752294 [ 268 ] {adac2ff7-d1e2-4240-aa18-700535ae6f6c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 209.82 KiB/sec.
16568 2024.11.26 23:42:20.752345 [ 268 ] {adac2ff7-d1e2-4240-aa18-700535ae6f6c} <Debug> TCPHandler: Processed in 0.001720536 sec.
16569 2024.11.26 23:42:20.752556 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16570 2024.11.26 23:42:20.752785 [ 270 ] {16ab1b0b-aee0-494e-92f4-524cf5761875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16571 2024.11.26 23:42:20.752884 [ 270 ] {16ab1b0b-aee0-494e-92f4-524cf5761875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16572 2024.11.26 23:42:20.753623 [ 270 ] {16ab1b0b-aee0-494e-92f4-524cf5761875} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16573 2024.11.26 23:42:20.753661 [ 270 ] {16ab1b0b-aee0-494e-92f4-524cf5761875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16574 2024.11.26 23:42:20.754082 [ 270 ] {16ab1b0b-aee0-494e-92f4-524cf5761875} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
16575 2024.11.26 23:42:20.754324 [ 270 ] {16ab1b0b-aee0-494e-92f4-524cf5761875} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16576 2024.11.26 23:42:20.754524 [ 270 ] {16ab1b0b-aee0-494e-92f4-524cf5761875} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001792 sec., 132254.4642857143 rows/sec., 8.86 MiB/sec.
16577 2024.11.26 23:42:20.754610 [ 270 ] {16ab1b0b-aee0-494e-92f4-524cf5761875} <Debug> TCPHandler: Processed in 0.002162751 sec.
16578 2024.11.26 23:42:20.754802 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16579 2024.11.26 23:42:20.754966 [ 268 ] {fc92c7c1-49c7-4ed7-8c68-fe890a2a7885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16580 2024.11.26 23:42:20.755025 [ 268 ] {fc92c7c1-49c7-4ed7-8c68-fe890a2a7885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16581 2024.11.26 23:42:20.755508 [ 268 ] {fc92c7c1-49c7-4ed7-8c68-fe890a2a7885} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16582 2024.11.26 23:42:20.755546 [ 268 ] {fc92c7c1-49c7-4ed7-8c68-fe890a2a7885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16583 2024.11.26 23:42:20.755907 [ 268 ] {fc92c7c1-49c7-4ed7-8c68-fe890a2a7885} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
16584 2024.11.26 23:42:20.756135 [ 268 ] {fc92c7c1-49c7-4ed7-8c68-fe890a2a7885} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16585 2024.11.26 23:42:20.756339 [ 268 ] {fc92c7c1-49c7-4ed7-8c68-fe890a2a7885} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001406 sec., 711.2375533428166 rows/sec., 47.93 KiB/sec.
16586 2024.11.26 23:42:20.756388 [ 268 ] {fc92c7c1-49c7-4ed7-8c68-fe890a2a7885} <Debug> TCPHandler: Processed in 0.001678686 sec.
16587 2024.11.26 23:42:20.756550 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16588 2024.11.26 23:42:20.756690 [ 270 ] {33318f9f-16d9-46db-830b-0fb7c4c82e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16589 2024.11.26 23:42:20.756749 [ 270 ] {33318f9f-16d9-46db-830b-0fb7c4c82e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16590 2024.11.26 23:42:20.757298 [ 270 ] {33318f9f-16d9-46db-830b-0fb7c4c82e49} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16591 2024.11.26 23:42:20.757336 [ 270 ] {33318f9f-16d9-46db-830b-0fb7c4c82e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16592 2024.11.26 23:42:20.757708 [ 270 ] {33318f9f-16d9-46db-830b-0fb7c4c82e49} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
16593 2024.11.26 23:42:20.757945 [ 270 ] {33318f9f-16d9-46db-830b-0fb7c4c82e49} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16594 2024.11.26 23:42:20.758119 [ 270 ] {33318f9f-16d9-46db-830b-0fb7c4c82e49} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001463 sec., 56049.21394395078 rows/sec., 3.56 MiB/sec.
16595 2024.11.26 23:42:20.758168 [ 270 ] {33318f9f-16d9-46db-830b-0fb7c4c82e49} <Debug> TCPHandler: Processed in 0.001688856 sec.
16596 2024.11.26 23:42:22.356704 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618
16597 2024.11.26 23:42:22.380091 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16598 2024.11.26 23:42:22.380144 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16599 2024.11.26 23:42:22.388039 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
16600 2024.11.26 23:42:22.388862 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16601 2024.11.26 23:42:22.393122 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618
16602 2024.11.26 23:42:23.155747 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16603 2024.11.26 23:42:23.155975 [ 268 ] {efa71900-ec34-44cf-8743-b36e821a5578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16604 2024.11.26 23:42:23.156057 [ 268 ] {efa71900-ec34-44cf-8743-b36e821a5578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16605 2024.11.26 23:42:23.156840 [ 268 ] {efa71900-ec34-44cf-8743-b36e821a5578} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16606 2024.11.26 23:42:23.156888 [ 268 ] {efa71900-ec34-44cf-8743-b36e821a5578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16607 2024.11.26 23:42:23.157318 [ 268 ] {efa71900-ec34-44cf-8743-b36e821a5578} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
16608 2024.11.26 23:42:23.157570 [ 268 ] {efa71900-ec34-44cf-8743-b36e821a5578} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16609 2024.11.26 23:42:23.157827 [ 268 ] {efa71900-ec34-44cf-8743-b36e821a5578} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001912 sec., 7322.175732217573 rows/sec., 597.07 KiB/sec.
16610 2024.11.26 23:42:23.157963 [ 268 ] {efa71900-ec34-44cf-8743-b36e821a5578} <Debug> TCPHandler: Processed in 0.002353352 sec.
16611 2024.11.26 23:42:23.158222 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16612 2024.11.26 23:42:23.158424 [ 270 ] {6e625fb3-607b-4ac5-83db-9753859e8256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16613 2024.11.26 23:42:23.158498 [ 270 ] {6e625fb3-607b-4ac5-83db-9753859e8256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16614 2024.11.26 23:42:23.159794 [ 270 ] {6e625fb3-607b-4ac5-83db-9753859e8256} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16615 2024.11.26 23:42:23.159847 [ 270 ] {6e625fb3-607b-4ac5-83db-9753859e8256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16616 2024.11.26 23:42:23.160366 [ 270 ] {6e625fb3-607b-4ac5-83db-9753859e8256} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
16617 2024.11.26 23:42:23.160621 [ 270 ] {6e625fb3-607b-4ac5-83db-9753859e8256} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16618 2024.11.26 23:42:23.160816 [ 147 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
16619 2024.11.26 23:42:23.160878 [ 270 ] {6e625fb3-607b-4ac5-83db-9753859e8256} <Debug> executeQuery: Read 1285 rows, 109.28 KiB in 0.0025 sec., 514000 rows/sec., 42.69 MiB/sec.
16620 2024.11.26 23:42:23.160913 [ 147 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16621 2024.11.26 23:42:23.160990 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16622 2024.11.26 23:42:23.161003 [ 270 ] {6e625fb3-607b-4ac5-83db-9753859e8256} <Debug> TCPHandler: Processed in 0.002926867 sec.
16623 2024.11.26 23:42:23.161254 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16624 2024.11.26 23:42:23.161267 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
16625 2024.11.26 23:42:23.161508 [ 268 ] {657e1a9e-4299-4db3-9ca5-a41d70857348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16626 2024.11.26 23:42:23.161562 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16627 2024.11.26 23:42:23.161620 [ 268 ] {657e1a9e-4299-4db3-9ca5-a41d70857348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16628 2024.11.26 23:42:23.161650 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1434 rows starting from the beginning of the part
16629 2024.11.26 23:42:23.162016 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 138 rows starting from the beginning of the part
16630 2024.11.26 23:42:23.162423 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 203 rows starting from the beginning of the part
16631 2024.11.26 23:42:23.162752 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 138 rows starting from the beginning of the part
16632 2024.11.26 23:42:23.163029 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 203 rows starting from the beginning of the part
16633 2024.11.26 23:42:23.163476 [ 194 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 1285 rows starting from the beginning of the part
16634 2024.11.26 23:42:23.164880 [ 268 ] {657e1a9e-4299-4db3-9ca5-a41d70857348} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16635 2024.11.26 23:42:23.164933 [ 268 ] {657e1a9e-4299-4db3-9ca5-a41d70857348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16636 2024.11.26 23:42:23.165930 [ 268 ] {657e1a9e-4299-4db3-9ca5-a41d70857348} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
16637 2024.11.26 23:42:23.166429 [ 268 ] {657e1a9e-4299-4db3-9ca5-a41d70857348} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16638 2024.11.26 23:42:23.166758 [ 268 ] {657e1a9e-4299-4db3-9ca5-a41d70857348} <Debug> executeQuery: Read 55 rows, 4.06 KiB in 0.005349 sec., 10282.295756216115 rows/sec., 759.12 KiB/sec.
16639 2024.11.26 23:42:23.166833 [ 268 ] {657e1a9e-4299-4db3-9ca5-a41d70857348} <Debug> TCPHandler: Processed in 0.005721484 sec.
16640 2024.11.26 23:42:23.167109 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16641 2024.11.26 23:42:23.167469 [ 270 ] {2eef2928-dc49-4eb1-822a-0f8a98082239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16642 2024.11.26 23:42:23.167496 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3401 rows, containing 5 columns (5 merged, 0 gathered) in 0.00638814 sec., 532392.8404825192 rows/sec., 46.77 MiB/sec.
16643 2024.11.26 23:42:23.167574 [ 270 ] {2eef2928-dc49-4eb1-822a-0f8a98082239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16644 2024.11.26 23:42:23.167934 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
16645 2024.11.26 23:42:23.168434 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16646 2024.11.26 23:42:23.168544 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_141_28} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
16647 2024.11.26 23:42:23.168663 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
16648 2024.11.26 23:42:23.168759 [ 270 ] {2eef2928-dc49-4eb1-822a-0f8a98082239} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16649 2024.11.26 23:42:23.168798 [ 270 ] {2eef2928-dc49-4eb1-822a-0f8a98082239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16650 2024.11.26 23:42:23.169155 [ 270 ] {2eef2928-dc49-4eb1-822a-0f8a98082239} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16651 2024.11.26 23:42:23.169400 [ 270 ] {2eef2928-dc49-4eb1-822a-0f8a98082239} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16652 2024.11.26 23:42:23.169641 [ 270 ] {2eef2928-dc49-4eb1-822a-0f8a98082239} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002255 sec., 101108.64745011086 rows/sec., 6.85 MiB/sec.
16653 2024.11.26 23:42:23.169696 [ 270 ] {2eef2928-dc49-4eb1-822a-0f8a98082239} <Debug> TCPHandler: Processed in 0.002741696 sec.
16654 2024.11.26 23:42:23.169854 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16655 2024.11.26 23:42:23.169995 [ 268 ] {7f6e0166-1b2d-4de6-b637-e5686731542d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16656 2024.11.26 23:42:23.170054 [ 268 ] {7f6e0166-1b2d-4de6-b637-e5686731542d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16657 2024.11.26 23:42:23.170910 [ 268 ] {7f6e0166-1b2d-4de6-b637-e5686731542d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16658 2024.11.26 23:42:23.170950 [ 268 ] {7f6e0166-1b2d-4de6-b637-e5686731542d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16659 2024.11.26 23:42:23.171345 [ 268 ] {7f6e0166-1b2d-4de6-b637-e5686731542d} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
16660 2024.11.26 23:42:23.171577 [ 268 ] {7f6e0166-1b2d-4de6-b637-e5686731542d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16661 2024.11.26 23:42:23.171761 [ 147 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
16662 2024.11.26 23:42:23.171817 [ 268 ] {7f6e0166-1b2d-4de6-b637-e5686731542d} <Debug> executeQuery: Read 575 rows, 43.83 KiB in 0.001848 sec., 311147.18614718615 rows/sec., 23.16 MiB/sec.
16663 2024.11.26 23:42:23.171825 [ 147 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16664 2024.11.26 23:42:23.171912 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16665 2024.11.26 23:42:23.171960 [ 268 ] {7f6e0166-1b2d-4de6-b637-e5686731542d} <Debug> TCPHandler: Processed in 0.0021728 sec.
16666 2024.11.26 23:42:23.172207 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
16667 2024.11.26 23:42:23.172263 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16668 2024.11.26 23:42:23.172434 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16669 2024.11.26 23:42:23.172518 [ 270 ] {105c941d-0691-4c2e-9d20-2e6c8258823b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16670 2024.11.26 23:42:23.172521 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 915 rows starting from the beginning of the part
16671 2024.11.26 23:42:23.172646 [ 270 ] {105c941d-0691-4c2e-9d20-2e6c8258823b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16672 2024.11.26 23:42:23.172851 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 105 rows starting from the beginning of the part
16673 2024.11.26 23:42:23.173358 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 382 rows starting from the beginning of the part
16674 2024.11.26 23:42:23.173765 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 105 rows starting from the beginning of the part
16675 2024.11.26 23:42:23.174074 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 382 rows starting from the beginning of the part
16676 2024.11.26 23:42:23.174193 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 575 rows starting from the beginning of the part
16677 2024.11.26 23:42:23.175453 [ 270 ] {105c941d-0691-4c2e-9d20-2e6c8258823b} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16678 2024.11.26 23:42:23.175523 [ 270 ] {105c941d-0691-4c2e-9d20-2e6c8258823b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16679 2024.11.26 23:42:23.176673 [ 270 ] {105c941d-0691-4c2e-9d20-2e6c8258823b} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
16680 2024.11.26 23:42:23.176994 [ 270 ] {105c941d-0691-4c2e-9d20-2e6c8258823b} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16681 2024.11.26 23:42:23.177557 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2464 rows, containing 5 columns (5 merged, 0 gathered) in 0.005535772 sec., 445105.0368403901 rows/sec., 34.19 MiB/sec.
16682 2024.11.26 23:42:23.177560 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_136_28 to all_141_141_0
16683 2024.11.26 23:42:23.177667 [ 270 ] {105c941d-0691-4c2e-9d20-2e6c8258823b} <Debug> executeQuery: Read 929 rows, 63.75 KiB in 0.005208 sec., 178379.41628264208 rows/sec., 11.95 MiB/sec.
16684 2024.11.26 23:42:23.177689 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16685 2024.11.26 23:42:23.177809 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16686 2024.11.26 23:42:23.177831 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
16687 2024.11.26 23:42:23.177882 [ 270 ] {105c941d-0691-4c2e-9d20-2e6c8258823b} <Debug> TCPHandler: Processed in 0.005802934 sec.
16688 2024.11.26 23:42:23.178320 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16689 2024.11.26 23:42:23.178337 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_28 to all_141_141_0 into Compact with storage Full
16690 2024.11.26 23:42:23.178739 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16691 2024.11.26 23:42:23.178759 [ 268 ] {6472111e-a09f-467c-84a8-a8bff8af2e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16692 2024.11.26 23:42:23.178775 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16693 2024.11.26 23:42:23.178797 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_136_28, total 40560 rows starting from the beginning of the part
16694 2024.11.26 23:42:23.179186 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_141_28} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
16695 2024.11.26 23:42:23.179239 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part
16696 2024.11.26 23:42:23.179262 [ 268 ] {6472111e-a09f-467c-84a8-a8bff8af2e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16697 2024.11.26 23:42:23.179548 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
16698 2024.11.26 23:42:23.179756 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 237 rows starting from the beginning of the part
16699 2024.11.26 23:42:23.180256 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part
16700 2024.11.26 23:42:23.180677 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 237 rows starting from the beginning of the part
16701 2024.11.26 23:42:23.181012 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 929 rows starting from the beginning of the part
16702 2024.11.26 23:42:23.184970 [ 268 ] {6472111e-a09f-467c-84a8-a8bff8af2e8d} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16703 2024.11.26 23:42:23.185055 [ 268 ] {6472111e-a09f-467c-84a8-a8bff8af2e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16704 2024.11.26 23:42:23.186034 [ 268 ] {6472111e-a09f-467c-84a8-a8bff8af2e8d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
16705 2024.11.26 23:42:23.186342 [ 268 ] {6472111e-a09f-467c-84a8-a8bff8af2e8d} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16706 2024.11.26 23:42:23.186615 [ 147 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
16707 2024.11.26 23:42:23.186784 [ 147 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16708 2024.11.26 23:42:23.186846 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16709 2024.11.26 23:42:23.186910 [ 268 ] {6472111e-a09f-467c-84a8-a8bff8af2e8d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008313 sec., 4932.034163358596 rows/sec., 8.84 MiB/sec.
16710 2024.11.26 23:42:23.187228 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
16711 2024.11.26 23:42:23.187501 [ 268 ] {6472111e-a09f-467c-84a8-a8bff8af2e8d} <Debug> TCPHandler: Processed in 0.009451429 sec.
16712 2024.11.26 23:42:23.187772 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16713 2024.11.26 23:42:23.188148 [ 270 ] {f3322da8-0fd6-4032-bfec-dfd05664c142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16714 2024.11.26 23:42:23.188282 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16715 2024.11.26 23:42:23.188298 [ 270 ] {f3322da8-0fd6-4032-bfec-dfd05664c142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16716 2024.11.26 23:42:23.188614 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2161 rows starting from the beginning of the part
16717 2024.11.26 23:42:23.189695 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 41 rows starting from the beginning of the part
16718 2024.11.26 23:42:23.190667 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 41 rows starting from the beginning of the part
16719 2024.11.26 23:42:23.191603 [ 270 ] {f3322da8-0fd6-4032-bfec-dfd05664c142} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16720 2024.11.26 23:42:23.191636 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 41 rows starting from the beginning of the part
16721 2024.11.26 23:42:23.191691 [ 270 ] {f3322da8-0fd6-4032-bfec-dfd05664c142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16722 2024.11.26 23:42:23.192537 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part
16723 2024.11.26 23:42:23.193445 [ 202 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 41 rows starting from the beginning of the part
16724 2024.11.26 23:42:23.193766 [ 270 ] {f3322da8-0fd6-4032-bfec-dfd05664c142} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
16725 2024.11.26 23:42:23.194967 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42283 rows, containing 5 columns (5 merged, 0 gathered) in 0.016981958 sec., 2489877.7867664024 rows/sec., 168.12 MiB/sec.
16726 2024.11.26 23:42:23.194986 [ 270 ] {f3322da8-0fd6-4032-bfec-dfd05664c142} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16727 2024.11.26 23:42:23.195400 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Trace> MergedBlockOutputStream: filled checksums all_1_141_29 (state Temporary)
16728 2024.11.26 23:42:23.195486 [ 147 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
16729 2024.11.26 23:42:23.195911 [ 270 ] {f3322da8-0fd6-4032-bfec-dfd05664c142} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.007896 sec., 3799.392097264438 rows/sec., 261.33 KiB/sec.
16730 2024.11.26 23:42:23.196010 [ 147 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16731 2024.11.26 23:42:23.196348 [ 270 ] {f3322da8-0fd6-4032-bfec-dfd05664c142} <Debug> TCPHandler: Processed in 0.008719691 sec.
16732 2024.11.26 23:42:23.196367 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16733 2024.11.26 23:42:23.196601 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_141_29 to all_1_141_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16734 2024.11.26 23:42:23.197112 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_136_28, all_141_141_0] -> all_1_141_29
16735 2024.11.26 23:42:23.197200 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
16736 2024.11.26 23:42:23.197457 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
16737 2024.11.26 23:42:23.197873 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16738 2024.11.26 23:42:23.197966 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8214 rows starting from the beginning of the part
16739 2024.11.26 23:42:23.198299 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
16740 2024.11.26 23:42:23.198753 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
16741 2024.11.26 23:42:23.199215 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
16742 2024.11.26 23:42:23.199651 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
16743 2024.11.26 23:42:23.200180 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 30 rows starting from the beginning of the part
16744 2024.11.26 23:42:23.206529 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8528 rows, containing 4 columns (4 merged, 0 gathered) in 0.009840612 sec., 866612.7675799025 rows/sec., 56.50 MiB/sec.
16745 2024.11.26 23:42:23.206734 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
16746 2024.11.26 23:42:23.207283 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_141_28} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16747 2024.11.26 23:42:23.207539 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_141_28} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
16748 2024.11.26 23:42:23.207643 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB.
16749 2024.11.26 23:42:23.211540 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2366 rows, containing 19 columns (19 merged, 0 gathered) in 0.024576519 sec., 96270.75339676868 rows/sec., 172.51 MiB/sec.
16750 2024.11.26 23:42:23.213811 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
16751 2024.11.26 23:42:23.214233 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16752 2024.11.26 23:42:23.214313 [ 193 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
16753 2024.11.26 23:42:23.214463 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.71 MiB.
16754 2024.11.26 23:42:24.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.70 MiB, peak 290.83 MiB, free memory in arenas 0.00 B, will set to 274.42 MiB (RSS), difference: 4.72 MiB
16755 2024.11.26 23:42:24.885861 [ 223 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
16756 2024.11.26 23:42:24.885923 [ 223 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
16757 2024.11.26 23:42:24.887561 [ 223 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
16758 2024.11.26 23:42:24.933209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2362
16759 2024.11.26 23:42:24.936939 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16760 2024.11.26 23:42:24.936996 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16761 2024.11.26 23:42:24.938581 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
16762 2024.11.26 23:42:24.938905 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16763 2024.11.26 23:42:24.940044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2362
16764 2024.11.26 23:42:25.729734 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16765 2024.11.26 23:42:25.729928 [ 268 ] {0c53c720-b471-400b-b63e-fdd2f98ca8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16766 2024.11.26 23:42:25.730003 [ 268 ] {0c53c720-b471-400b-b63e-fdd2f98ca8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16767 2024.11.26 23:42:25.730795 [ 268 ] {0c53c720-b471-400b-b63e-fdd2f98ca8ad} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16768 2024.11.26 23:42:25.730847 [ 268 ] {0c53c720-b471-400b-b63e-fdd2f98ca8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16769 2024.11.26 23:42:25.731281 [ 268 ] {0c53c720-b471-400b-b63e-fdd2f98ca8ad} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
16770 2024.11.26 23:42:25.731535 [ 268 ] {0c53c720-b471-400b-b63e-fdd2f98ca8ad} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16771 2024.11.26 23:42:25.731789 [ 268 ] {0c53c720-b471-400b-b63e-fdd2f98ca8ad} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.26 MiB/sec.
16772 2024.11.26 23:42:25.731876 [ 268 ] {0c53c720-b471-400b-b63e-fdd2f98ca8ad} <Debug> TCPHandler: Processed in 0.002272911 sec.
16773 2024.11.26 23:42:25.732177 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16774 2024.11.26 23:42:25.732436 [ 270 ] {c34f23b2-9951-4a27-adf2-bec539e969c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16775 2024.11.26 23:42:25.732517 [ 270 ] {c34f23b2-9951-4a27-adf2-bec539e969c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16776 2024.11.26 23:42:25.733403 [ 270 ] {c34f23b2-9951-4a27-adf2-bec539e969c3} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16777 2024.11.26 23:42:25.733449 [ 270 ] {c34f23b2-9951-4a27-adf2-bec539e969c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16778 2024.11.26 23:42:25.733899 [ 270 ] {c34f23b2-9951-4a27-adf2-bec539e969c3} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
16779 2024.11.26 23:42:25.734169 [ 270 ] {c34f23b2-9951-4a27-adf2-bec539e969c3} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16780 2024.11.26 23:42:25.734417 [ 270 ] {c34f23b2-9951-4a27-adf2-bec539e969c3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00204 sec., 31372.549019607843 rows/sec., 2.45 MiB/sec.
16781 2024.11.26 23:42:25.734485 [ 270 ] {c34f23b2-9951-4a27-adf2-bec539e969c3} <Debug> TCPHandler: Processed in 0.002495613 sec.
16782 2024.11.26 23:42:25.734630 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16783 2024.11.26 23:42:25.734754 [ 268 ] {4c44af99-62f7-495b-bbc1-26fef7d810d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16784 2024.11.26 23:42:25.734808 [ 268 ] {4c44af99-62f7-495b-bbc1-26fef7d810d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16785 2024.11.26 23:42:25.735384 [ 268 ] {4c44af99-62f7-495b-bbc1-26fef7d810d3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16786 2024.11.26 23:42:25.735427 [ 268 ] {4c44af99-62f7-495b-bbc1-26fef7d810d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16787 2024.11.26 23:42:25.735845 [ 268 ] {4c44af99-62f7-495b-bbc1-26fef7d810d3} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
16788 2024.11.26 23:42:25.736093 [ 268 ] {4c44af99-62f7-495b-bbc1-26fef7d810d3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16789 2024.11.26 23:42:25.736300 [ 268 ] {4c44af99-62f7-495b-bbc1-26fef7d810d3} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.001572 sec., 53435.11450381679 rows/sec., 3.72 MiB/sec.
16790 2024.11.26 23:42:25.736354 [ 268 ] {4c44af99-62f7-495b-bbc1-26fef7d810d3} <Debug> TCPHandler: Processed in 0.001780226 sec.
16791 2024.11.26 23:42:25.736589 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16792 2024.11.26 23:42:25.736823 [ 270 ] {4022e264-9774-4de4-8968-feb230d708a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16793 2024.11.26 23:42:25.736923 [ 270 ] {4022e264-9774-4de4-8968-feb230d708a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16794 2024.11.26 23:42:25.737611 [ 270 ] {4022e264-9774-4de4-8968-feb230d708a1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16795 2024.11.26 23:42:25.737651 [ 270 ] {4022e264-9774-4de4-8968-feb230d708a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16796 2024.11.26 23:42:25.738044 [ 270 ] {4022e264-9774-4de4-8968-feb230d708a1} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
16797 2024.11.26 23:42:25.738285 [ 270 ] {4022e264-9774-4de4-8968-feb230d708a1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16798 2024.11.26 23:42:25.738511 [ 270 ] {4022e264-9774-4de4-8968-feb230d708a1} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.001749 sec., 17152.658662092625 rows/sec., 1.16 MiB/sec.
16799 2024.11.26 23:42:25.738566 [ 270 ] {4022e264-9774-4de4-8968-feb230d708a1} <Debug> TCPHandler: Processed in 0.00209122 sec.
16800 2024.11.26 23:42:27.178556 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064
16801 2024.11.26 23:42:27.179341 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16802 2024.11.26 23:42:27.179388 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
16803 2024.11.26 23:42:27.179939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
16804 2024.11.26 23:42:27.180203 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16805 2024.11.26 23:42:27.180442 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064
16806 2024.11.26 23:42:29.893319 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626
16807 2024.11.26 23:42:29.916672 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16808 2024.11.26 23:42:29.916724 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16809 2024.11.26 23:42:29.924240 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
16810 2024.11.26 23:42:29.925057 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16811 2024.11.26 23:42:29.929956 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626
16812 2024.11.26 23:42:30.113637 [ 220 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
16813 2024.11.26 23:42:30.113686 [ 220 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
16814 2024.11.26 23:42:30.115002 [ 220 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
16815 2024.11.26 23:42:30.554433 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
16816 2024.11.26 23:42:30.554485 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
16817 2024.11.26 23:42:30.555952 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
16818 2024.11.26 23:42:30.725572 [ 220 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
16819 2024.11.26 23:42:30.725608 [ 220 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
16820 2024.11.26 23:42:30.727016 [ 220 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
16821 2024.11.26 23:42:30.737614 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16822 2024.11.26 23:42:30.737810 [ 268 ] {73ee9b6e-5ea2-4653-83e2-77f9568802dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16823 2024.11.26 23:42:30.737883 [ 268 ] {73ee9b6e-5ea2-4653-83e2-77f9568802dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16824 2024.11.26 23:42:30.738673 [ 268 ] {73ee9b6e-5ea2-4653-83e2-77f9568802dc} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16825 2024.11.26 23:42:30.738724 [ 268 ] {73ee9b6e-5ea2-4653-83e2-77f9568802dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16826 2024.11.26 23:42:30.739160 [ 268 ] {73ee9b6e-5ea2-4653-83e2-77f9568802dc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
16827 2024.11.26 23:42:30.739415 [ 268 ] {73ee9b6e-5ea2-4653-83e2-77f9568802dc} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16828 2024.11.26 23:42:30.739654 [ 268 ] {73ee9b6e-5ea2-4653-83e2-77f9568802dc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec.
16829 2024.11.26 23:42:30.739712 [ 268 ] {73ee9b6e-5ea2-4653-83e2-77f9568802dc} <Debug> TCPHandler: Processed in 0.002250871 sec.
16830 2024.11.26 23:42:30.739949 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16831 2024.11.26 23:42:30.740117 [ 270 ] {358e9c56-541c-4c52-baba-e277a1c66ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16832 2024.11.26 23:42:30.740188 [ 270 ] {358e9c56-541c-4c52-baba-e277a1c66ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16833 2024.11.26 23:42:30.741022 [ 270 ] {358e9c56-541c-4c52-baba-e277a1c66ea3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16834 2024.11.26 23:42:30.741065 [ 270 ] {358e9c56-541c-4c52-baba-e277a1c66ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16835 2024.11.26 23:42:30.741500 [ 270 ] {358e9c56-541c-4c52-baba-e277a1c66ea3} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
16836 2024.11.26 23:42:30.741744 [ 270 ] {358e9c56-541c-4c52-baba-e277a1c66ea3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16837 2024.11.26 23:42:30.741977 [ 270 ] {358e9c56-541c-4c52-baba-e277a1c66ea3} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001912 sec., 106171.5481171548 rows/sec., 9.19 MiB/sec.
16838 2024.11.26 23:42:30.742040 [ 270 ] {358e9c56-541c-4c52-baba-e277a1c66ea3} <Debug> TCPHandler: Processed in 0.002212501 sec.
16839 2024.11.26 23:42:30.742041 [ 224 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
16840 2024.11.26 23:42:30.742088 [ 224 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
16841 2024.11.26 23:42:30.742235 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16842 2024.11.26 23:42:30.742453 [ 268 ] {a2daabf5-065b-4dca-834a-a6dba348e0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16843 2024.11.26 23:42:30.742542 [ 268 ] {a2daabf5-065b-4dca-834a-a6dba348e0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16844 2024.11.26 23:42:30.744203 [ 268 ] {a2daabf5-065b-4dca-834a-a6dba348e0a3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16845 2024.11.26 23:42:30.744270 [ 268 ] {a2daabf5-065b-4dca-834a-a6dba348e0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16846 2024.11.26 23:42:30.745193 [ 268 ] {a2daabf5-065b-4dca-834a-a6dba348e0a3} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
16847 2024.11.26 23:42:30.745374 [ 224 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
16848 2024.11.26 23:42:30.745717 [ 268 ] {a2daabf5-065b-4dca-834a-a6dba348e0a3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16849 2024.11.26 23:42:30.746216 [ 138 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
16850 2024.11.26 23:42:30.746406 [ 268 ] {a2daabf5-065b-4dca-834a-a6dba348e0a3} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.003995 sec., 1752.1902377972465 rows/sec., 114.16 KiB/sec.
16851 2024.11.26 23:42:30.746414 [ 138 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16852 2024.11.26 23:42:30.746579 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16853 2024.11.26 23:42:30.746715 [ 268 ] {a2daabf5-065b-4dca-834a-a6dba348e0a3} <Debug> TCPHandler: Processed in 0.004584893 sec.
16854 2024.11.26 23:42:30.747038 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16855 2024.11.26 23:42:30.747563 [ 270 ] {2e7864f7-2e99-4d76-a379-d8a5040433b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16856 2024.11.26 23:42:30.747556 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
16857 2024.11.26 23:42:30.747679 [ 270 ] {2e7864f7-2e99-4d76-a379-d8a5040433b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16858 2024.11.26 23:42:30.748216 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16859 2024.11.26 23:42:30.748393 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 66 rows starting from the beginning of the part
16860 2024.11.26 23:42:30.749026 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 7 rows starting from the beginning of the part
16861 2024.11.26 23:42:30.749621 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 41 rows starting from the beginning of the part
16862 2024.11.26 23:42:30.750002 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 7 rows starting from the beginning of the part
16863 2024.11.26 23:42:30.750335 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 55 rows starting from the beginning of the part
16864 2024.11.26 23:42:30.750681 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 7 rows starting from the beginning of the part
16865 2024.11.26 23:42:30.751713 [ 270 ] {2e7864f7-2e99-4d76-a379-d8a5040433b9} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16866 2024.11.26 23:42:30.751806 [ 270 ] {2e7864f7-2e99-4d76-a379-d8a5040433b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16867 2024.11.26 23:42:30.752912 [ 270 ] {2e7864f7-2e99-4d76-a379-d8a5040433b9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16868 2024.11.26 23:42:30.753387 [ 270 ] {2e7864f7-2e99-4d76-a379-d8a5040433b9} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16869 2024.11.26 23:42:30.753574 [ 190 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.006540681 sec., 27978.73799379606 rows/sec., 2.09 MiB/sec.
16870 2024.11.26 23:42:30.753584 [ 138 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
16871 2024.11.26 23:42:30.753690 [ 138 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16872 2024.11.26 23:42:30.753737 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16873 2024.11.26 23:42:30.753769 [ 270 ] {2e7864f7-2e99-4d76-a379-d8a5040433b9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006299 sec., 2222.575011906652 rows/sec., 155.65 KiB/sec.
16874 2024.11.26 23:42:30.753921 [ 190 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
16875 2024.11.26 23:42:30.754215 [ 270 ] {2e7864f7-2e99-4d76-a379-d8a5040433b9} <Debug> TCPHandler: Processed in 0.007354229 sec.
16876 2024.11.26 23:42:30.754695 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16877 2024.11.26 23:42:30.754715 [ 189 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
16878 2024.11.26 23:42:30.755229 [ 268 ] {12f2af27-f606-424e-b5ed-0169bbcb14ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16879 2024.11.26 23:42:30.755406 [ 190 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16880 2024.11.26 23:42:30.755474 [ 189 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16881 2024.11.26 23:42:30.755500 [ 268 ] {12f2af27-f606-424e-b5ed-0169bbcb14ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16882 2024.11.26 23:42:30.755671 [ 189 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 242 rows starting from the beginning of the part
16883 2024.11.26 23:42:30.756053 [ 190 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_121_24} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
16884 2024.11.26 23:42:30.756450 [ 189 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 14 rows starting from the beginning of the part
16885 2024.11.26 23:42:30.756668 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
16886 2024.11.26 23:42:30.757062 [ 189 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 14 rows starting from the beginning of the part
16887 2024.11.26 23:42:30.757638 [ 189 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 14 rows starting from the beginning of the part
16888 2024.11.26 23:42:30.758017 [ 189 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 228 rows starting from the beginning of the part
16889 2024.11.26 23:42:30.758444 [ 189 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 14 rows starting from the beginning of the part
16890 2024.11.26 23:42:30.759372 [ 268 ] {12f2af27-f606-424e-b5ed-0169bbcb14ad} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16891 2024.11.26 23:42:30.759418 [ 268 ] {12f2af27-f606-424e-b5ed-0169bbcb14ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16892 2024.11.26 23:42:30.759998 [ 268 ] {12f2af27-f606-424e-b5ed-0169bbcb14ad} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
16893 2024.11.26 23:42:30.760282 [ 190 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00636714 sec., 82611.65923789958 rows/sec., 5.92 MiB/sec.
16894 2024.11.26 23:42:30.760387 [ 268 ] {12f2af27-f606-424e-b5ed-0169bbcb14ad} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16895 2024.11.26 23:42:30.760526 [ 190 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
16896 2024.11.26 23:42:30.760957 [ 268 ] {12f2af27-f606-424e-b5ed-0169bbcb14ad} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005889 sec., 2207.5055187637968 rows/sec., 137.64 KiB/sec.
16897 2024.11.26 23:42:30.761309 [ 268 ] {12f2af27-f606-424e-b5ed-0169bbcb14ad} <Debug> TCPHandler: Processed in 0.006892114 sec.
16898 2024.11.26 23:42:30.761601 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16899 2024.11.26 23:42:30.761830 [ 190 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16900 2024.11.26 23:42:30.761899 [ 270 ] {7785ef37-cac8-4860-a542-463ed40bf1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16901 2024.11.26 23:42:30.761995 [ 190 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_81_16} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
16902 2024.11.26 23:42:30.762001 [ 270 ] {7785ef37-cac8-4860-a542-463ed40bf1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16903 2024.11.26 23:42:30.762184 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
16904 2024.11.26 23:42:30.762920 [ 270 ] {7785ef37-cac8-4860-a542-463ed40bf1ff} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16905 2024.11.26 23:42:30.762964 [ 270 ] {7785ef37-cac8-4860-a542-463ed40bf1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16906 2024.11.26 23:42:30.763334 [ 270 ] {7785ef37-cac8-4860-a542-463ed40bf1ff} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
16907 2024.11.26 23:42:30.763566 [ 270 ] {7785ef37-cac8-4860-a542-463ed40bf1ff} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16908 2024.11.26 23:42:30.763771 [ 270 ] {7785ef37-cac8-4860-a542-463ed40bf1ff} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001959 sec., 194997.44767738643 rows/sec., 13.80 MiB/sec.
16909 2024.11.26 23:42:30.763825 [ 270 ] {7785ef37-cac8-4860-a542-463ed40bf1ff} <Debug> TCPHandler: Processed in 0.002386573 sec.
16910 2024.11.26 23:42:30.763990 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16911 2024.11.26 23:42:30.764138 [ 268 ] {2f8844ca-c088-41b0-b8a8-785fb9c3e918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16912 2024.11.26 23:42:30.764199 [ 268 ] {2f8844ca-c088-41b0-b8a8-785fb9c3e918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16913 2024.11.26 23:42:30.764740 [ 268 ] {2f8844ca-c088-41b0-b8a8-785fb9c3e918} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16914 2024.11.26 23:42:30.764780 [ 268 ] {2f8844ca-c088-41b0-b8a8-785fb9c3e918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16915 2024.11.26 23:42:30.765156 [ 268 ] {2f8844ca-c088-41b0-b8a8-785fb9c3e918} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
16916 2024.11.26 23:42:30.765401 [ 268 ] {2f8844ca-c088-41b0-b8a8-785fb9c3e918} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16917 2024.11.26 23:42:30.765623 [ 268 ] {2f8844ca-c088-41b0-b8a8-785fb9c3e918} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001516 sec., 3957.78364116095 rows/sec., 206.78 KiB/sec.
16918 2024.11.26 23:42:30.765675 [ 268 ] {2f8844ca-c088-41b0-b8a8-785fb9c3e918} <Debug> TCPHandler: Processed in 0.001752786 sec.
16919 2024.11.26 23:42:30.765922 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16920 2024.11.26 23:42:30.766144 [ 270 ] {eab149e5-340e-463c-9d4e-5e7a514779b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16921 2024.11.26 23:42:30.766241 [ 270 ] {eab149e5-340e-463c-9d4e-5e7a514779b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16922 2024.11.26 23:42:30.766945 [ 270 ] {eab149e5-340e-463c-9d4e-5e7a514779b2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16923 2024.11.26 23:42:30.766984 [ 270 ] {eab149e5-340e-463c-9d4e-5e7a514779b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16924 2024.11.26 23:42:30.767370 [ 270 ] {eab149e5-340e-463c-9d4e-5e7a514779b2} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
16925 2024.11.26 23:42:30.767602 [ 270 ] {eab149e5-340e-463c-9d4e-5e7a514779b2} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16926 2024.11.26 23:42:30.767813 [ 270 ] {eab149e5-340e-463c-9d4e-5e7a514779b2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001724 sec., 137470.99767981438 rows/sec., 9.21 MiB/sec.
16927 2024.11.26 23:42:30.767868 [ 270 ] {eab149e5-340e-463c-9d4e-5e7a514779b2} <Debug> TCPHandler: Processed in 0.002106389 sec.
16928 2024.11.26 23:42:30.768017 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16929 2024.11.26 23:42:30.768157 [ 268 ] {976243ff-7262-4c34-81d0-0bfbddb912a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16930 2024.11.26 23:42:30.768217 [ 268 ] {976243ff-7262-4c34-81d0-0bfbddb912a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16931 2024.11.26 23:42:30.768723 [ 268 ] {976243ff-7262-4c34-81d0-0bfbddb912a7} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16932 2024.11.26 23:42:30.768762 [ 268 ] {976243ff-7262-4c34-81d0-0bfbddb912a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16933 2024.11.26 23:42:30.769122 [ 268 ] {976243ff-7262-4c34-81d0-0bfbddb912a7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
16934 2024.11.26 23:42:30.769356 [ 268 ] {976243ff-7262-4c34-81d0-0bfbddb912a7} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16935 2024.11.26 23:42:30.769553 [ 135 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0
16936 2024.11.26 23:42:30.769581 [ 268 ] {976243ff-7262-4c34-81d0-0bfbddb912a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001454 sec., 687.757909215956 rows/sec., 46.34 KiB/sec.
16937 2024.11.26 23:42:30.769661 [ 135 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16938 2024.11.26 23:42:30.769707 [ 268 ] {976243ff-7262-4c34-81d0-0bfbddb912a7} <Debug> TCPHandler: Processed in 0.001753317 sec.
16939 2024.11.26 23:42:30.769736 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16940 2024.11.26 23:42:30.769944 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16941 2024.11.26 23:42:30.769961 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
16942 2024.11.26 23:42:30.770339 [ 270 ] {9c873550-fef5-4da8-8fc2-223bba09fabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16943 2024.11.26 23:42:30.770376 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16944 2024.11.26 23:42:30.770505 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 55 rows starting from the beginning of the part
16945 2024.11.26 23:42:30.770520 [ 270 ] {9c873550-fef5-4da8-8fc2-223bba09fabd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16946 2024.11.26 23:42:30.770784 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part
16947 2024.11.26 23:42:30.771098 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part
16948 2024.11.26 23:42:30.771434 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part
16949 2024.11.26 23:42:30.771831 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part
16950 2024.11.26 23:42:30.772127 [ 191 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part
16951 2024.11.26 23:42:30.773386 [ 270 ] {9c873550-fef5-4da8-8fc2-223bba09fabd} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16952 2024.11.26 23:42:30.773479 [ 270 ] {9c873550-fef5-4da8-8fc2-223bba09fabd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16953 2024.11.26 23:42:30.774602 [ 270 ] {9c873550-fef5-4da8-8fc2-223bba09fabd} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
16954 2024.11.26 23:42:30.775158 [ 189 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.005293699 sec., 11334.229619024429 rows/sec., 763.73 KiB/sec.
16955 2024.11.26 23:42:30.775211 [ 270 ] {9c873550-fef5-4da8-8fc2-223bba09fabd} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16956 2024.11.26 23:42:30.775424 [ 189 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary)
16957 2024.11.26 23:42:30.775668 [ 270 ] {9c873550-fef5-4da8-8fc2-223bba09fabd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005486 sec., 14947.138169886985 rows/sec., 972.11 KiB/sec.
16958 2024.11.26 23:42:30.775781 [ 270 ] {9c873550-fef5-4da8-8fc2-223bba09fabd} <Debug> TCPHandler: Processed in 0.005982585 sec.
16959 2024.11.26 23:42:30.775993 [ 189 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16960 2024.11.26 23:42:30.776076 [ 189 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_60_12} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12
16961 2024.11.26 23:42:30.776161 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
16962 2024.11.26 23:42:34.461094 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache
16963 2024.11.26 23:42:34.461162 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache
16964 2024.11.26 23:42:34.680699 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491
16965 2024.11.26 23:42:34.681447 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16966 2024.11.26 23:42:34.681499 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16967 2024.11.26 23:42:34.682051 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
16968 2024.11.26 23:42:34.682319 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16969 2024.11.26 23:42:34.682599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491
16970 2024.11.26 23:42:34.940449 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2390
16971 2024.11.26 23:42:34.943456 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16972 2024.11.26 23:42:34.943519 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16973 2024.11.26 23:42:34.945042 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16974 2024.11.26 23:42:34.945345 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16975 2024.11.26 23:42:34.945872 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2390
16976 2024.11.26 23:42:35.734921 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16977 2024.11.26 23:42:35.735111 [ 268 ] {716bdd14-9699-4df5-90ce-ba1d05d388d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16978 2024.11.26 23:42:35.735185 [ 268 ] {716bdd14-9699-4df5-90ce-ba1d05d388d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16979 2024.11.26 23:42:35.736053 [ 268 ] {716bdd14-9699-4df5-90ce-ba1d05d388d7} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16980 2024.11.26 23:42:35.736103 [ 268 ] {716bdd14-9699-4df5-90ce-ba1d05d388d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16981 2024.11.26 23:42:35.736575 [ 268 ] {716bdd14-9699-4df5-90ce-ba1d05d388d7} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
16982 2024.11.26 23:42:35.736840 [ 268 ] {716bdd14-9699-4df5-90ce-ba1d05d388d7} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16983 2024.11.26 23:42:35.737089 [ 268 ] {716bdd14-9699-4df5-90ce-ba1d05d388d7} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002033 sec., 67879.98032464339 rows/sec., 5.86 MiB/sec.
16984 2024.11.26 23:42:35.737154 [ 268 ] {716bdd14-9699-4df5-90ce-ba1d05d388d7} <Debug> TCPHandler: Processed in 0.002363982 sec.
16985 2024.11.26 23:42:35.737405 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16986 2024.11.26 23:42:35.737600 [ 270 ] {ce7de0bb-00e3-4bd5-943d-0c4aa2d4e0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16987 2024.11.26 23:42:35.737680 [ 270 ] {ce7de0bb-00e3-4bd5-943d-0c4aa2d4e0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16988 2024.11.26 23:42:35.738491 [ 270 ] {ce7de0bb-00e3-4bd5-943d-0c4aa2d4e0a1} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16989 2024.11.26 23:42:35.738545 [ 270 ] {ce7de0bb-00e3-4bd5-943d-0c4aa2d4e0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16990 2024.11.26 23:42:35.738993 [ 270 ] {ce7de0bb-00e3-4bd5-943d-0c4aa2d4e0a1} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
16991 2024.11.26 23:42:35.739250 [ 270 ] {ce7de0bb-00e3-4bd5-943d-0c4aa2d4e0a1} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16992 2024.11.26 23:42:35.739488 [ 270 ] {ce7de0bb-00e3-4bd5-943d-0c4aa2d4e0a1} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001944 sec., 21090.53497942387 rows/sec., 1.55 MiB/sec.
16993 2024.11.26 23:42:35.739559 [ 270 ] {ce7de0bb-00e3-4bd5-943d-0c4aa2d4e0a1} <Debug> TCPHandler: Processed in 0.002283372 sec.
16994 2024.11.26 23:42:35.739735 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16995 2024.11.26 23:42:35.739883 [ 268 ] {a6c95783-125e-48ca-af75-ca5eaa2339eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16996 2024.11.26 23:42:35.739945 [ 268 ] {a6c95783-125e-48ca-af75-ca5eaa2339eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16997 2024.11.26 23:42:35.740708 [ 268 ] {a6c95783-125e-48ca-af75-ca5eaa2339eb} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16998 2024.11.26 23:42:35.740750 [ 268 ] {a6c95783-125e-48ca-af75-ca5eaa2339eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16999 2024.11.26 23:42:35.741139 [ 268 ] {a6c95783-125e-48ca-af75-ca5eaa2339eb} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
17000 2024.11.26 23:42:35.741387 [ 268 ] {a6c95783-125e-48ca-af75-ca5eaa2339eb} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17001 2024.11.26 23:42:35.741607 [ 268 ] {a6c95783-125e-48ca-af75-ca5eaa2339eb} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001752 sec., 59931.50684931507 rows/sec., 4.68 MiB/sec.
17002 2024.11.26 23:42:35.741712 [ 268 ] {a6c95783-125e-48ca-af75-ca5eaa2339eb} <Debug> TCPHandler: Processed in 0.00204295 sec.
17003 2024.11.26 23:42:35.741916 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17004 2024.11.26 23:42:35.742080 [ 270 ] {2011b088-2c95-4172-9ee2-404853a6e1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17005 2024.11.26 23:42:35.742148 [ 270 ] {2011b088-2c95-4172-9ee2-404853a6e1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17006 2024.11.26 23:42:35.742812 [ 270 ] {2011b088-2c95-4172-9ee2-404853a6e1e5} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17007 2024.11.26 23:42:35.742846 [ 270 ] {2011b088-2c95-4172-9ee2-404853a6e1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17008 2024.11.26 23:42:35.743254 [ 270 ] {2011b088-2c95-4172-9ee2-404853a6e1e5} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
17009 2024.11.26 23:42:35.743511 [ 270 ] {2011b088-2c95-4172-9ee2-404853a6e1e5} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17010 2024.11.26 23:42:35.743714 [ 270 ] {2011b088-2c95-4172-9ee2-404853a6e1e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec.
17011 2024.11.26 23:42:35.743786 [ 270 ] {2011b088-2c95-4172-9ee2-404853a6e1e5} <Debug> TCPHandler: Processed in 0.001961328 sec.
17012 2024.11.26 23:42:35.743971 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17013 2024.11.26 23:42:35.744271 [ 268 ] {6da3b97e-a172-4ebd-bc0d-5e8761901164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17014 2024.11.26 23:42:35.744561 [ 268 ] {6da3b97e-a172-4ebd-bc0d-5e8761901164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17015 2024.11.26 23:42:35.745929 [ 268 ] {6da3b97e-a172-4ebd-bc0d-5e8761901164} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17016 2024.11.26 23:42:35.745969 [ 268 ] {6da3b97e-a172-4ebd-bc0d-5e8761901164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17017 2024.11.26 23:42:35.746681 [ 268 ] {6da3b97e-a172-4ebd-bc0d-5e8761901164} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
17018 2024.11.26 23:42:35.747001 [ 268 ] {6da3b97e-a172-4ebd-bc0d-5e8761901164} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17019 2024.11.26 23:42:35.747284 [ 268 ] {6da3b97e-a172-4ebd-bc0d-5e8761901164} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00311 sec., 13183.279742765273 rows/sec., 23.62 MiB/sec.
17020 2024.11.26 23:42:35.747797 [ 268 ] {6da3b97e-a172-4ebd-bc0d-5e8761901164} <Debug> TCPHandler: Processed in 0.003903096 sec.
17021 2024.11.26 23:42:35.748007 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17022 2024.11.26 23:42:35.748132 [ 270 ] {8d4f66a6-105d-4c27-b28a-cfa8e4191bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17023 2024.11.26 23:42:35.748185 [ 270 ] {8d4f66a6-105d-4c27-b28a-cfa8e4191bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17024 2024.11.26 23:42:35.748679 [ 270 ] {8d4f66a6-105d-4c27-b28a-cfa8e4191bbd} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17025 2024.11.26 23:42:35.748719 [ 270 ] {8d4f66a6-105d-4c27-b28a-cfa8e4191bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17026 2024.11.26 23:42:35.749105 [ 270 ] {8d4f66a6-105d-4c27-b28a-cfa8e4191bbd} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
17027 2024.11.26 23:42:35.749346 [ 270 ] {8d4f66a6-105d-4c27-b28a-cfa8e4191bbd} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17028 2024.11.26 23:42:35.749544 [ 270 ] {8d4f66a6-105d-4c27-b28a-cfa8e4191bbd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec.
17029 2024.11.26 23:42:35.749618 [ 270 ] {8d4f66a6-105d-4c27-b28a-cfa8e4191bbd} <Debug> TCPHandler: Processed in 0.001699966 sec.
17030 2024.11.26 23:42:36.399836 [ 220 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
17031 2024.11.26 23:42:36.399885 [ 220 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
17032 2024.11.26 23:42:36.401374 [ 220 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
17033 2024.11.26 23:42:37.430148 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633
17034 2024.11.26 23:42:37.453158 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17035 2024.11.26 23:42:37.453215 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17036 2024.11.26 23:42:37.460723 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
17037 2024.11.26 23:42:37.461548 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17038 2024.11.26 23:42:37.465992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633
17039 2024.11.26 23:42:40.054483 [ 220 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
17040 2024.11.26 23:42:40.054595 [ 220 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
17041 2024.11.26 23:42:40.056261 [ 220 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
17042 2024.11.26 23:42:40.738176 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17043 2024.11.26 23:42:40.738374 [ 268 ] {75b47e9b-8477-47d5-957d-80cf146d2431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17044 2024.11.26 23:42:40.738450 [ 268 ] {75b47e9b-8477-47d5-957d-80cf146d2431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17045 2024.11.26 23:42:40.739222 [ 268 ] {75b47e9b-8477-47d5-957d-80cf146d2431} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17046 2024.11.26 23:42:40.739274 [ 268 ] {75b47e9b-8477-47d5-957d-80cf146d2431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17047 2024.11.26 23:42:40.739712 [ 268 ] {75b47e9b-8477-47d5-957d-80cf146d2431} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17048 2024.11.26 23:42:40.739959 [ 268 ] {75b47e9b-8477-47d5-957d-80cf146d2431} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17049 2024.11.26 23:42:40.740158 [ 120 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0
17050 2024.11.26 23:42:40.740219 [ 268 ] {75b47e9b-8477-47d5-957d-80cf146d2431} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001892 sec., 7399.577167019027 rows/sec., 532.67 KiB/sec.
17051 2024.11.26 23:42:40.740245 [ 120 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17052 2024.11.26 23:42:40.740312 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17053 2024.11.26 23:42:40.740339 [ 268 ] {75b47e9b-8477-47d5-957d-80cf146d2431} <Debug> TCPHandler: Processed in 0.002293391 sec.
17054 2024.11.26 23:42:40.740529 [ 196 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
17055 2024.11.26 23:42:40.740613 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17056 2024.11.26 23:42:40.740693 [ 196 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17057 2024.11.26 23:42:40.740742 [ 196 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
17058 2024.11.26 23:42:40.740802 [ 270 ] {d8f8c58f-641c-43d2-bd81-863da4d34c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
17059 2024.11.26 23:42:40.740920 [ 196 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
17060 2024.11.26 23:42:40.740966 [ 270 ] {d8f8c58f-641c-43d2-bd81-863da4d34c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17061 2024.11.26 23:42:40.741376 [ 196 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
17062 2024.11.26 23:42:40.741754 [ 196 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
17063 2024.11.26 23:42:40.742129 [ 196 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
17064 2024.11.26 23:42:40.743389 [ 270 ] {d8f8c58f-641c-43d2-bd81-863da4d34c11} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17065 2024.11.26 23:42:40.743437 [ 270 ] {d8f8c58f-641c-43d2-bd81-863da4d34c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17066 2024.11.26 23:42:40.743912 [ 188 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003488122 sec., 20068.105416037626 rows/sec., 1.49 MiB/sec.
17067 2024.11.26 23:42:40.744028 [ 270 ] {d8f8c58f-641c-43d2-bd81-863da4d34c11} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
17068 2024.11.26 23:42:40.744048 [ 188 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary)
17069 2024.11.26 23:42:40.744339 [ 270 ] {d8f8c58f-641c-43d2-bd81-863da4d34c11} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17070 2024.11.26 23:42:40.744394 [ 188 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_61_15} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17071 2024.11.26 23:42:40.744492 [ 188 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_61_15} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15
17072 2024.11.26 23:42:40.744674 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
17073 2024.11.26 23:42:40.744694 [ 270 ] {d8f8c58f-641c-43d2-bd81-863da4d34c11} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003943 sec., 507.22799898554393 rows/sec., 41.36 KiB/sec.
17074 2024.11.26 23:42:40.744935 [ 270 ] {d8f8c58f-641c-43d2-bd81-863da4d34c11} <Debug> TCPHandler: Processed in 0.004460772 sec.
17075 2024.11.26 23:42:40.745143 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17076 2024.11.26 23:42:40.745298 [ 268 ] {274603a1-f278-4977-8cad-bf031f3a42f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17077 2024.11.26 23:42:40.745353 [ 268 ] {274603a1-f278-4977-8cad-bf031f3a42f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17078 2024.11.26 23:42:40.746135 [ 268 ] {274603a1-f278-4977-8cad-bf031f3a42f8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17079 2024.11.26 23:42:40.746175 [ 268 ] {274603a1-f278-4977-8cad-bf031f3a42f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17080 2024.11.26 23:42:40.746579 [ 268 ] {274603a1-f278-4977-8cad-bf031f3a42f8} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
17081 2024.11.26 23:42:40.746822 [ 268 ] {274603a1-f278-4977-8cad-bf031f3a42f8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17082 2024.11.26 23:42:40.747071 [ 268 ] {274603a1-f278-4977-8cad-bf031f3a42f8} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001822 sec., 111964.8737650933 rows/sec., 9.68 MiB/sec.
17083 2024.11.26 23:42:40.747141 [ 268 ] {274603a1-f278-4977-8cad-bf031f3a42f8} <Debug> TCPHandler: Processed in 0.00207365 sec.
17084 2024.11.26 23:42:40.747349 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17085 2024.11.26 23:42:40.747675 [ 270 ] {be2ba557-c7a9-43c0-b7d6-cdd6b775e430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17086 2024.11.26 23:42:40.747745 [ 270 ] {be2ba557-c7a9-43c0-b7d6-cdd6b775e430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17087 2024.11.26 23:42:40.748359 [ 270 ] {be2ba557-c7a9-43c0-b7d6-cdd6b775e430} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17088 2024.11.26 23:42:40.748400 [ 270 ] {be2ba557-c7a9-43c0-b7d6-cdd6b775e430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17089 2024.11.26 23:42:40.748831 [ 270 ] {be2ba557-c7a9-43c0-b7d6-cdd6b775e430} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
17090 2024.11.26 23:42:40.749081 [ 270 ] {be2ba557-c7a9-43c0-b7d6-cdd6b775e430} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17091 2024.11.26 23:42:40.749267 [ 270 ] {be2ba557-c7a9-43c0-b7d6-cdd6b775e430} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001721 sec., 5229.517722254503 rows/sec., 346.14 KiB/sec.
17092 2024.11.26 23:42:40.749326 [ 270 ] {be2ba557-c7a9-43c0-b7d6-cdd6b775e430} <Debug> TCPHandler: Processed in 0.002079139 sec.
17093 2024.11.26 23:42:40.749473 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17094 2024.11.26 23:42:40.749596 [ 268 ] {b39c1490-df95-4855-bc93-f356a43c087c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17095 2024.11.26 23:42:40.749646 [ 268 ] {b39c1490-df95-4855-bc93-f356a43c087c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17096 2024.11.26 23:42:40.750241 [ 268 ] {b39c1490-df95-4855-bc93-f356a43c087c} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17097 2024.11.26 23:42:40.750281 [ 268 ] {b39c1490-df95-4855-bc93-f356a43c087c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17098 2024.11.26 23:42:40.750647 [ 268 ] {b39c1490-df95-4855-bc93-f356a43c087c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
17099 2024.11.26 23:42:40.750897 [ 268 ] {b39c1490-df95-4855-bc93-f356a43c087c} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17100 2024.11.26 23:42:40.751134 [ 268 ] {b39c1490-df95-4855-bc93-f356a43c087c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001564 sec., 8951.406649616369 rows/sec., 626.90 KiB/sec.
17101 2024.11.26 23:42:40.751187 [ 268 ] {b39c1490-df95-4855-bc93-f356a43c087c} <Debug> TCPHandler: Processed in 0.001770357 sec.
17102 2024.11.26 23:42:40.751346 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17103 2024.11.26 23:42:40.751491 [ 270 ] {bfcc73d2-8447-4753-92e2-9aad09c53fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17104 2024.11.26 23:42:40.751551 [ 270 ] {bfcc73d2-8447-4753-92e2-9aad09c53fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17105 2024.11.26 23:42:40.752184 [ 270 ] {bfcc73d2-8447-4753-92e2-9aad09c53fc3} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17106 2024.11.26 23:42:40.752221 [ 270 ] {bfcc73d2-8447-4753-92e2-9aad09c53fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17107 2024.11.26 23:42:40.752595 [ 270 ] {bfcc73d2-8447-4753-92e2-9aad09c53fc3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17108 2024.11.26 23:42:40.752856 [ 270 ] {bfcc73d2-8447-4753-92e2-9aad09c53fc3} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17109 2024.11.26 23:42:40.752990 [ 120 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0
17110 2024.11.26 23:42:40.753034 [ 120 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17111 2024.11.26 23:42:40.753039 [ 270 ] {bfcc73d2-8447-4753-92e2-9aad09c53fc3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00158 sec., 8227.848101265823 rows/sec., 513.00 KiB/sec.
17112 2024.11.26 23:42:40.753058 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17113 2024.11.26 23:42:40.753162 [ 270 ] {bfcc73d2-8447-4753-92e2-9aad09c53fc3} <Debug> TCPHandler: Processed in 0.001877958 sec.
17114 2024.11.26 23:42:40.753276 [ 218 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
17115 2024.11.26 23:42:40.753395 [ 218 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
17116 2024.11.26 23:42:40.753419 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
17117 2024.11.26 23:42:40.753451 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17118 2024.11.26 23:42:40.753813 [ 268 ] {545f5836-dfdd-4b4b-a2de-d7dbeb307400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17119 2024.11.26 23:42:40.753966 [ 268 ] {545f5836-dfdd-4b4b-a2de-d7dbeb307400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17120 2024.11.26 23:42:40.754006 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17121 2024.11.26 23:42:40.754208 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
17122 2024.11.26 23:42:40.755091 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
17123 2024.11.26 23:42:40.755933 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
17124 2024.11.26 23:42:40.756502 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
17125 2024.11.26 23:42:40.757264 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
17126 2024.11.26 23:42:40.757930 [ 268 ] {545f5836-dfdd-4b4b-a2de-d7dbeb307400} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17127 2024.11.26 23:42:40.758034 [ 268 ] {545f5836-dfdd-4b4b-a2de-d7dbeb307400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17128 2024.11.26 23:42:40.758445 [ 218 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
17129 2024.11.26 23:42:40.759836 [ 268 ] {545f5836-dfdd-4b4b-a2de-d7dbeb307400} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
17130 2024.11.26 23:42:40.760466 [ 268 ] {545f5836-dfdd-4b4b-a2de-d7dbeb307400} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17131 2024.11.26 23:42:40.761054 [ 268 ] {545f5836-dfdd-4b4b-a2de-d7dbeb307400} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.007333 sec., 52366.016637119865 rows/sec., 3.71 MiB/sec.
17132 2024.11.26 23:42:40.761317 [ 268 ] {545f5836-dfdd-4b4b-a2de-d7dbeb307400} <Debug> TCPHandler: Processed in 0.008011615 sec.
17133 2024.11.26 23:42:40.761633 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17134 2024.11.26 23:42:40.762072 [ 270 ] {da3eacd2-6450-4951-b168-d4bd755a5144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17135 2024.11.26 23:42:40.762272 [ 270 ] {da3eacd2-6450-4951-b168-d4bd755a5144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17136 2024.11.26 23:42:40.762395 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.009230606 sec., 7041.791189007525 rows/sec., 466.56 KiB/sec.
17137 2024.11.26 23:42:40.762802 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary)
17138 2024.11.26 23:42:40.763756 [ 191 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_61_15} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17139 2024.11.26 23:42:40.764030 [ 191 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_61_15} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15
17140 2024.11.26 23:42:40.764199 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
17141 2024.11.26 23:42:40.764281 [ 270 ] {da3eacd2-6450-4951-b168-d4bd755a5144} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17142 2024.11.26 23:42:40.764325 [ 270 ] {da3eacd2-6450-4951-b168-d4bd755a5144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17143 2024.11.26 23:42:40.764696 [ 270 ] {da3eacd2-6450-4951-b168-d4bd755a5144} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17144 2024.11.26 23:42:40.764940 [ 270 ] {da3eacd2-6450-4951-b168-d4bd755a5144} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17145 2024.11.26 23:42:40.765073 [ 120 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
17146 2024.11.26 23:42:40.765112 [ 120 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17147 2024.11.26 23:42:40.765121 [ 270 ] {da3eacd2-6450-4951-b168-d4bd755a5144} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00319 sec., 1880.8777429467084 rows/sec., 98.27 KiB/sec.
17148 2024.11.26 23:42:40.765134 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17149 2024.11.26 23:42:40.765227 [ 270 ] {da3eacd2-6450-4951-b168-d4bd755a5144} <Debug> TCPHandler: Processed in 0.003754725 sec.
17150 2024.11.26 23:42:40.765426 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
17151 2024.11.26 23:42:40.765439 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17152 2024.11.26 23:42:40.765721 [ 268 ] {e108d46f-e885-4bc9-891f-71bbfd9b9c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17153 2024.11.26 23:42:40.765728 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17154 2024.11.26 23:42:40.765824 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 336 rows starting from the beginning of the part
17155 2024.11.26 23:42:40.765835 [ 268 ] {e108d46f-e885-4bc9-891f-71bbfd9b9c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17156 2024.11.26 23:42:40.766154 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part
17157 2024.11.26 23:42:40.766475 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part
17158 2024.11.26 23:42:40.766815 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part
17159 2024.11.26 23:42:40.767159 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part
17160 2024.11.26 23:42:40.767437 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part
17161 2024.11.26 23:42:40.768609 [ 268 ] {e108d46f-e885-4bc9-891f-71bbfd9b9c42} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17162 2024.11.26 23:42:40.768706 [ 268 ] {e108d46f-e885-4bc9-891f-71bbfd9b9c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17163 2024.11.26 23:42:40.769919 [ 268 ] {e108d46f-e885-4bc9-891f-71bbfd9b9c42} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
17164 2024.11.26 23:42:40.770571 [ 268 ] {e108d46f-e885-4bc9-891f-71bbfd9b9c42} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17165 2024.11.26 23:42:40.770699 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 4 columns (4 merged, 0 gathered) in 0.00544661 sec., 67197.76154341875 rows/sec., 3.43 MiB/sec.
17166 2024.11.26 23:42:40.770978 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
17167 2024.11.26 23:42:40.770986 [ 268 ] {e108d46f-e885-4bc9-891f-71bbfd9b9c42} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005353 sec., 44461.04987857276 rows/sec., 2.98 MiB/sec.
17168 2024.11.26 23:42:40.771173 [ 268 ] {e108d46f-e885-4bc9-891f-71bbfd9b9c42} <Debug> TCPHandler: Processed in 0.005836405 sec.
17169 2024.11.26 23:42:40.771370 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17170 2024.11.26 23:42:40.771534 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17171 2024.11.26 23:42:40.771592 [ 270 ] {d6f9e3c2-07fa-4103-b140-6428b2bee9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17172 2024.11.26 23:42:40.771690 [ 270 ] {d6f9e3c2-07fa-4103-b140-6428b2bee9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17173 2024.11.26 23:42:40.771697 [ 186 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_61_12} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
17174 2024.11.26 23:42:40.771903 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
17175 2024.11.26 23:42:40.772364 [ 270 ] {d6f9e3c2-07fa-4103-b140-6428b2bee9e9} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17176 2024.11.26 23:42:40.772408 [ 270 ] {d6f9e3c2-07fa-4103-b140-6428b2bee9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17177 2024.11.26 23:42:40.772793 [ 270 ] {d6f9e3c2-07fa-4103-b140-6428b2bee9e9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
17178 2024.11.26 23:42:40.773045 [ 270 ] {d6f9e3c2-07fa-4103-b140-6428b2bee9e9} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17179 2024.11.26 23:42:40.773219 [ 270 ] {d6f9e3c2-07fa-4103-b140-6428b2bee9e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001686 sec., 593.1198102016607 rows/sec., 39.97 KiB/sec.
17180 2024.11.26 23:42:40.773275 [ 270 ] {d6f9e3c2-07fa-4103-b140-6428b2bee9e9} <Debug> TCPHandler: Processed in 0.001988149 sec.
17181 2024.11.26 23:42:40.773434 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17182 2024.11.26 23:42:40.773577 [ 268 ] {98a122aa-4a07-430d-8bd4-4ff93e94b32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17183 2024.11.26 23:42:40.773640 [ 268 ] {98a122aa-4a07-430d-8bd4-4ff93e94b32c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17184 2024.11.26 23:42:40.774162 [ 268 ] {98a122aa-4a07-430d-8bd4-4ff93e94b32c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17185 2024.11.26 23:42:40.774203 [ 268 ] {98a122aa-4a07-430d-8bd4-4ff93e94b32c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17186 2024.11.26 23:42:40.774584 [ 268 ] {98a122aa-4a07-430d-8bd4-4ff93e94b32c} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
17187 2024.11.26 23:42:40.774827 [ 268 ] {98a122aa-4a07-430d-8bd4-4ff93e94b32c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17188 2024.11.26 23:42:40.775041 [ 268 ] {98a122aa-4a07-430d-8bd4-4ff93e94b32c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001497 sec., 54776.219104876414 rows/sec., 3.48 MiB/sec.
17189 2024.11.26 23:42:40.775090 [ 268 ] {98a122aa-4a07-430d-8bd4-4ff93e94b32c} <Debug> TCPHandler: Processed in 0.001721987 sec.
17190 2024.11.26 23:42:42.074693 [ 220 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
17191 2024.11.26 23:42:42.074773 [ 220 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
17192 2024.11.26 23:42:42.076668 [ 220 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
17193 2024.11.26 23:42:42.182828 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979
17194 2024.11.26 23:42:42.183843 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17195 2024.11.26 23:42:42.183914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17196 2024.11.26 23:42:42.184420 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
17197 2024.11.26 23:42:42.184680 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17198 2024.11.26 23:42:42.184915 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979
17199 2024.11.26 23:42:42.802054 [ 221 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
17200 2024.11.26 23:42:42.802133 [ 221 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
17201 2024.11.26 23:42:42.803608 [ 221 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
17202 2024.11.26 23:42:43.000229 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.44 MiB, peak 290.83 MiB, free memory in arenas 0.00 B, will set to 274.42 MiB (RSS), difference: 3.99 MiB
17203 2024.11.26 23:42:44.946215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2424
17204 2024.11.26 23:42:44.949407 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17205 2024.11.26 23:42:44.949461 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17206 2024.11.26 23:42:44.951030 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
17207 2024.11.26 23:42:44.951354 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17208 2024.11.26 23:42:44.951760 [ 222 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
17209 2024.11.26 23:42:44.951815 [ 222 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
17210 2024.11.26 23:42:44.952316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2424
17211 2024.11.26 23:42:44.953416 [ 222 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
17212 2024.11.26 23:42:44.966183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641
17213 2024.11.26 23:42:44.989529 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17214 2024.11.26 23:42:44.989589 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17215 2024.11.26 23:42:44.997469 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
17216 2024.11.26 23:42:44.998308 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17217 2024.11.26 23:42:45.002051 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641
17218 2024.11.26 23:42:45.735602 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17219 2024.11.26 23:42:45.735923 [ 268 ] {bdb7f360-5f99-49f5-b324-30bdcdc1f2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17220 2024.11.26 23:42:45.736047 [ 268 ] {bdb7f360-5f99-49f5-b324-30bdcdc1f2b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17221 2024.11.26 23:42:45.736882 [ 268 ] {bdb7f360-5f99-49f5-b324-30bdcdc1f2b5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17222 2024.11.26 23:42:45.736937 [ 268 ] {bdb7f360-5f99-49f5-b324-30bdcdc1f2b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17223 2024.11.26 23:42:45.737397 [ 268 ] {bdb7f360-5f99-49f5-b324-30bdcdc1f2b5} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
17224 2024.11.26 23:42:45.737663 [ 268 ] {bdb7f360-5f99-49f5-b324-30bdcdc1f2b5} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17225 2024.11.26 23:42:45.737909 [ 268 ] {bdb7f360-5f99-49f5-b324-30bdcdc1f2b5} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002069 sec., 66698.8883518608 rows/sec., 5.76 MiB/sec.
17226 2024.11.26 23:42:45.737908 [ 116 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
17227 2024.11.26 23:42:45.738005 [ 268 ] {bdb7f360-5f99-49f5-b324-30bdcdc1f2b5} <Debug> TCPHandler: Processed in 0.002594374 sec.
17228 2024.11.26 23:42:45.738035 [ 116 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17229 2024.11.26 23:42:45.738118 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17230 2024.11.26 23:42:45.738339 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17231 2024.11.26 23:42:45.738396 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
17232 2024.11.26 23:42:45.738764 [ 270 ] {5526b806-ccc9-4b79-941c-891528602271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17233 2024.11.26 23:42:45.738802 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17234 2024.11.26 23:42:45.738945 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1434 rows starting from the beginning of the part
17235 2024.11.26 23:42:45.738962 [ 270 ] {5526b806-ccc9-4b79-941c-891528602271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17236 2024.11.26 23:42:45.739311 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 56 rows starting from the beginning of the part
17237 2024.11.26 23:42:45.739643 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 203 rows starting from the beginning of the part
17238 2024.11.26 23:42:45.740005 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 138 rows starting from the beginning of the part
17239 2024.11.26 23:42:45.740371 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 204 rows starting from the beginning of the part
17240 2024.11.26 23:42:45.740738 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 138 rows starting from the beginning of the part
17241 2024.11.26 23:42:45.742412 [ 270 ] {5526b806-ccc9-4b79-941c-891528602271} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17242 2024.11.26 23:42:45.742507 [ 270 ] {5526b806-ccc9-4b79-941c-891528602271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17243 2024.11.26 23:42:45.743572 [ 270 ] {5526b806-ccc9-4b79-941c-891528602271} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
17244 2024.11.26 23:42:45.744148 [ 270 ] {5526b806-ccc9-4b79-941c-891528602271} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17245 2024.11.26 23:42:45.744177 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.005940065 sec., 365820.9127341199 rows/sec., 32.28 MiB/sec.
17246 2024.11.26 23:42:45.744411 [ 270 ] {5526b806-ccc9-4b79-941c-891528602271} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.005821 sec., 7043.463322453187 rows/sec., 529.64 KiB/sec.
17247 2024.11.26 23:42:45.744507 [ 197 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
17248 2024.11.26 23:42:45.744536 [ 270 ] {5526b806-ccc9-4b79-941c-891528602271} <Debug> TCPHandler: Processed in 0.006404749 sec.
17249 2024.11.26 23:42:45.744720 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17250 2024.11.26 23:42:45.744857 [ 268 ] {a3bbd2c2-164a-4b8e-b6a0-e25392f14d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17251 2024.11.26 23:42:45.744916 [ 268 ] {a3bbd2c2-164a-4b8e-b6a0-e25392f14d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17252 2024.11.26 23:42:45.744949 [ 197 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17253 2024.11.26 23:42:45.745085 [ 197 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_146_29} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
17254 2024.11.26 23:42:45.745213 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
17255 2024.11.26 23:42:45.745674 [ 268 ] {a3bbd2c2-164a-4b8e-b6a0-e25392f14d2e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17256 2024.11.26 23:42:45.745714 [ 268 ] {a3bbd2c2-164a-4b8e-b6a0-e25392f14d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17257 2024.11.26 23:42:45.746102 [ 268 ] {a3bbd2c2-164a-4b8e-b6a0-e25392f14d2e} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
17258 2024.11.26 23:42:45.746345 [ 268 ] {a3bbd2c2-164a-4b8e-b6a0-e25392f14d2e} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17259 2024.11.26 23:42:45.746542 [ 116 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
17260 2024.11.26 23:42:45.746594 [ 268 ] {a3bbd2c2-164a-4b8e-b6a0-e25392f14d2e} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001767 sec., 59422.75042444822 rows/sec., 4.64 MiB/sec.
17261 2024.11.26 23:42:45.746607 [ 116 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17262 2024.11.26 23:42:45.746678 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17263 2024.11.26 23:42:45.746718 [ 268 ] {a3bbd2c2-164a-4b8e-b6a0-e25392f14d2e} <Debug> TCPHandler: Processed in 0.00206627 sec.
17264 2024.11.26 23:42:45.746922 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17265 2024.11.26 23:42:45.746941 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
17266 2024.11.26 23:42:45.747138 [ 270 ] {b0c69f47-bb98-4385-b13d-453db2bf7332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17267 2024.11.26 23:42:45.747224 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17268 2024.11.26 23:42:45.747259 [ 270 ] {b0c69f47-bb98-4385-b13d-453db2bf7332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17269 2024.11.26 23:42:45.747288 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 915 rows starting from the beginning of the part
17270 2024.11.26 23:42:45.747601 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part
17271 2024.11.26 23:42:45.748005 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 382 rows starting from the beginning of the part
17272 2024.11.26 23:42:45.748383 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 105 rows starting from the beginning of the part
17273 2024.11.26 23:42:45.748686 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 384 rows starting from the beginning of the part
17274 2024.11.26 23:42:45.749185 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 105 rows starting from the beginning of the part
17275 2024.11.26 23:42:45.750231 [ 270 ] {b0c69f47-bb98-4385-b13d-453db2bf7332} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17276 2024.11.26 23:42:45.750310 [ 270 ] {b0c69f47-bb98-4385-b13d-453db2bf7332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17277 2024.11.26 23:42:45.751373 [ 270 ] {b0c69f47-bb98-4385-b13d-453db2bf7332} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
17278 2024.11.26 23:42:45.751828 [ 270 ] {b0c69f47-bb98-4385-b13d-453db2bf7332} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17279 2024.11.26 23:42:45.752068 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 5 parts from all_1_141_29 to all_145_145_0
17280 2024.11.26 23:42:45.752181 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17281 2024.11.26 23:42:45.752265 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17282 2024.11.26 23:42:45.752457 [ 270 ] {b0c69f47-bb98-4385-b13d-453db2bf7332} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005356 sec., 29873.039581777448 rows/sec., 2.08 MiB/sec.
17283 2024.11.26 23:42:45.752629 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005806524 sec., 336690.24703936465 rows/sec., 25.77 MiB/sec.
17284 2024.11.26 23:42:45.752778 [ 270 ] {b0c69f47-bb98-4385-b13d-453db2bf7332} <Debug> TCPHandler: Processed in 0.005944425 sec.
17285 2024.11.26 23:42:45.752927 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_141_29 to all_145_145_0 into Compact with storage Full
17286 2024.11.26 23:42:45.753007 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
17287 2024.11.26 23:42:45.753162 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17288 2024.11.26 23:42:45.753282 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17289 2024.11.26 23:42:45.753397 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_141_29, total 42283 rows starting from the beginning of the part
17290 2024.11.26 23:42:45.753613 [ 268 ] {1276ce2e-02d9-496f-9e44-de55fa7e69ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17291 2024.11.26 23:42:45.753840 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 84 rows starting from the beginning of the part
17292 2024.11.26 23:42:45.754086 [ 268 ] {1276ce2e-02d9-496f-9e44-de55fa7e69ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17293 2024.11.26 23:42:45.754272 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 237 rows starting from the beginning of the part
17294 2024.11.26 23:42:45.754431 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17295 2024.11.26 23:42:45.754653 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part
17296 2024.11.26 23:42:45.755087 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 238 rows starting from the beginning of the part
17297 2024.11.26 23:42:45.756439 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_146_29} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
17298 2024.11.26 23:42:45.756927 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
17299 2024.11.26 23:42:45.758386 [ 268 ] {1276ce2e-02d9-496f-9e44-de55fa7e69ff} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17300 2024.11.26 23:42:45.758444 [ 268 ] {1276ce2e-02d9-496f-9e44-de55fa7e69ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17301 2024.11.26 23:42:45.759337 [ 268 ] {1276ce2e-02d9-496f-9e44-de55fa7e69ff} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
17302 2024.11.26 23:42:45.759670 [ 268 ] {1276ce2e-02d9-496f-9e44-de55fa7e69ff} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17303 2024.11.26 23:42:45.759981 [ 268 ] {1276ce2e-02d9-496f-9e44-de55fa7e69ff} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.006564 sec., 6246.191346739793 rows/sec., 11.19 MiB/sec.
17304 2024.11.26 23:42:45.760847 [ 268 ] {1276ce2e-02d9-496f-9e44-de55fa7e69ff} <Debug> TCPHandler: Processed in 0.007894144 sec.
17305 2024.11.26 23:42:45.761224 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17306 2024.11.26 23:42:45.761400 [ 270 ] {69274cd3-44ae-4bea-b4af-7be3e8a9673c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17307 2024.11.26 23:42:45.761461 [ 270 ] {69274cd3-44ae-4bea-b4af-7be3e8a9673c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17308 2024.11.26 23:42:45.762251 [ 270 ] {69274cd3-44ae-4bea-b4af-7be3e8a9673c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17309 2024.11.26 23:42:45.762289 [ 270 ] {69274cd3-44ae-4bea-b4af-7be3e8a9673c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17310 2024.11.26 23:42:45.762759 [ 270 ] {69274cd3-44ae-4bea-b4af-7be3e8a9673c} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
17311 2024.11.26 23:42:45.763094 [ 270 ] {69274cd3-44ae-4bea-b4af-7be3e8a9673c} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17312 2024.11.26 23:42:45.763324 [ 116 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
17313 2024.11.26 23:42:45.763370 [ 116 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17314 2024.11.26 23:42:45.763396 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17315 2024.11.26 23:42:45.763399 [ 270 ] {69274cd3-44ae-4bea-b4af-7be3e8a9673c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002032 sec., 29527.559055118112 rows/sec., 1.99 MiB/sec.
17316 2024.11.26 23:42:45.763703 [ 270 ] {69274cd3-44ae-4bea-b4af-7be3e8a9673c} <Debug> TCPHandler: Processed in 0.002670425 sec.
17317 2024.11.26 23:42:45.764001 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
17318 2024.11.26 23:42:45.764827 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17319 2024.11.26 23:42:45.764929 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8528 rows starting from the beginning of the part
17320 2024.11.26 23:42:45.765390 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 30 rows starting from the beginning of the part
17321 2024.11.26 23:42:45.765537 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 82 rows starting from the beginning of the part
17322 2024.11.26 23:42:45.765826 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part
17323 2024.11.26 23:42:45.766042 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part
17324 2024.11.26 23:42:45.766134 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part
17325 2024.11.26 23:42:45.766975 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43002 rows, containing 5 columns (5 merged, 0 gathered) in 0.014422215 sec., 2981650.1834149607 rows/sec., 201.35 MiB/sec.
17326 2024.11.26 23:42:45.767414 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Trace> MergedBlockOutputStream: filled checksums all_1_145_30 (state Temporary)
17327 2024.11.26 23:42:45.767900 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_145_30 to all_1_145_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17328 2024.11.26 23:42:45.768054 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_145_30} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 5 parts: [all_1_141_29, all_145_145_0] -> all_1_145_30
17329 2024.11.26 23:42:45.768226 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
17330 2024.11.26 23:42:45.770315 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8842 rows, containing 4 columns (4 merged, 0 gathered) in 0.006805084 sec., 1299322.6828647521 rows/sec., 84.71 MiB/sec.
17331 2024.11.26 23:42:45.770487 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
17332 2024.11.26 23:42:45.770802 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17333 2024.11.26 23:42:45.770885 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_146_29} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
17334 2024.11.26 23:42:45.770971 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB.
17335 2024.11.26 23:42:49.461198 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
17336 2024.11.26 23:42:49.461267 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
17337 2024.11.26 23:42:49.685169 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406
17338 2024.11.26 23:42:49.685914 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17339 2024.11.26 23:42:49.685963 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17340 2024.11.26 23:42:49.686527 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
17341 2024.11.26 23:42:49.686788 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17342 2024.11.26 23:42:49.687033 [ 110 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
17343 2024.11.26 23:42:49.687065 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406
17344 2024.11.26 23:42:49.687112 [ 110 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17345 2024.11.26 23:42:49.687150 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17346 2024.11.26 23:42:49.687270 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
17347 2024.11.26 23:42:49.687392 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17348 2024.11.26 23:42:49.687434 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part
17349 2024.11.26 23:42:49.687514 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part
17350 2024.11.26 23:42:49.687709 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part
17351 2024.11.26 23:42:49.688035 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part
17352 2024.11.26 23:42:49.688163 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part
17353 2024.11.26 23:42:49.688364 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part
17354 2024.11.26 23:42:49.691209 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004026347 sec., 9787035.24559607 rows/sec., 140.00 MiB/sec.
17355 2024.11.26 23:42:49.691648 [ 190 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
17356 2024.11.26 23:42:49.692099 [ 190 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17357 2024.11.26 23:42:49.692202 [ 190 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_86_17} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
17358 2024.11.26 23:42:49.692323 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
17359 2024.11.26 23:42:50.737820 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17360 2024.11.26 23:42:50.738021 [ 268 ] {889b2f5e-bcc5-4bed-8570-e9d419a9e970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17361 2024.11.26 23:42:50.738101 [ 268 ] {889b2f5e-bcc5-4bed-8570-e9d419a9e970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17362 2024.11.26 23:42:50.738868 [ 268 ] {889b2f5e-bcc5-4bed-8570-e9d419a9e970} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17363 2024.11.26 23:42:50.738924 [ 268 ] {889b2f5e-bcc5-4bed-8570-e9d419a9e970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17364 2024.11.26 23:42:50.739380 [ 268 ] {889b2f5e-bcc5-4bed-8570-e9d419a9e970} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
17365 2024.11.26 23:42:50.739641 [ 268 ] {889b2f5e-bcc5-4bed-8570-e9d419a9e970} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17366 2024.11.26 23:42:50.739916 [ 268 ] {889b2f5e-bcc5-4bed-8570-e9d419a9e970} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001941 sec., 7212.776919113859 rows/sec., 519.22 KiB/sec.
17367 2024.11.26 23:42:50.740072 [ 268 ] {889b2f5e-bcc5-4bed-8570-e9d419a9e970} <Debug> TCPHandler: Processed in 0.002381342 sec.
17368 2024.11.26 23:42:50.740369 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17369 2024.11.26 23:42:50.740558 [ 270 ] {2e5457e7-d434-4561-b2f7-acc989ff9ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17370 2024.11.26 23:42:50.740628 [ 270 ] {2e5457e7-d434-4561-b2f7-acc989ff9ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17371 2024.11.26 23:42:50.741457 [ 270 ] {2e5457e7-d434-4561-b2f7-acc989ff9ae3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17372 2024.11.26 23:42:50.741498 [ 270 ] {2e5457e7-d434-4561-b2f7-acc989ff9ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17373 2024.11.26 23:42:50.741940 [ 270 ] {2e5457e7-d434-4561-b2f7-acc989ff9ae3} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
17374 2024.11.26 23:42:50.742194 [ 270 ] {2e5457e7-d434-4561-b2f7-acc989ff9ae3} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17375 2024.11.26 23:42:50.742390 [ 270 ] {2e5457e7-d434-4561-b2f7-acc989ff9ae3} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001884 sec., 107749.46921443737 rows/sec., 9.33 MiB/sec.
17376 2024.11.26 23:42:50.742444 [ 270 ] {2e5457e7-d434-4561-b2f7-acc989ff9ae3} <Debug> TCPHandler: Processed in 0.002242361 sec.
17377 2024.11.26 23:42:50.742592 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17378 2024.11.26 23:42:50.742721 [ 268 ] {546aaad7-fc3a-4363-b948-0f3bf1be5519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17379 2024.11.26 23:42:50.742780 [ 268 ] {546aaad7-fc3a-4363-b948-0f3bf1be5519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17380 2024.11.26 23:42:50.743421 [ 268 ] {546aaad7-fc3a-4363-b948-0f3bf1be5519} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17381 2024.11.26 23:42:50.743463 [ 268 ] {546aaad7-fc3a-4363-b948-0f3bf1be5519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17382 2024.11.26 23:42:50.743849 [ 268 ] {546aaad7-fc3a-4363-b948-0f3bf1be5519} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
17383 2024.11.26 23:42:50.744096 [ 268 ] {546aaad7-fc3a-4363-b948-0f3bf1be5519} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17384 2024.11.26 23:42:50.744325 [ 268 ] {546aaad7-fc3a-4363-b948-0f3bf1be5519} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001635 sec., 4281.345565749236 rows/sec., 278.93 KiB/sec.
17385 2024.11.26 23:42:50.744383 [ 268 ] {546aaad7-fc3a-4363-b948-0f3bf1be5519} <Debug> TCPHandler: Processed in 0.001854677 sec.
17386 2024.11.26 23:42:50.744541 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17387 2024.11.26 23:42:50.744661 [ 270 ] {06a0f4d2-00b0-4ddb-bb88-309af278d071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17388 2024.11.26 23:42:50.744711 [ 270 ] {06a0f4d2-00b0-4ddb-bb88-309af278d071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17389 2024.11.26 23:42:50.745311 [ 270 ] {06a0f4d2-00b0-4ddb-bb88-309af278d071} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17390 2024.11.26 23:42:50.745350 [ 270 ] {06a0f4d2-00b0-4ddb-bb88-309af278d071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17391 2024.11.26 23:42:50.745710 [ 270 ] {06a0f4d2-00b0-4ddb-bb88-309af278d071} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
17392 2024.11.26 23:42:50.745955 [ 270 ] {06a0f4d2-00b0-4ddb-bb88-309af278d071} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17393 2024.11.26 23:42:50.746133 [ 270 ] {06a0f4d2-00b0-4ddb-bb88-309af278d071} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001497 sec., 9352.037408149632 rows/sec., 654.96 KiB/sec.
17394 2024.11.26 23:42:50.746185 [ 270 ] {06a0f4d2-00b0-4ddb-bb88-309af278d071} <Debug> TCPHandler: Processed in 0.001699146 sec.
17395 2024.11.26 23:42:50.746345 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17396 2024.11.26 23:42:50.746466 [ 268 ] {f996f6c9-915e-4b9f-b177-c7d5004ba616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17397 2024.11.26 23:42:50.746516 [ 268 ] {f996f6c9-915e-4b9f-b177-c7d5004ba616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17398 2024.11.26 23:42:50.747103 [ 268 ] {f996f6c9-915e-4b9f-b177-c7d5004ba616} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17399 2024.11.26 23:42:50.747143 [ 268 ] {f996f6c9-915e-4b9f-b177-c7d5004ba616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17400 2024.11.26 23:42:50.747535 [ 268 ] {f996f6c9-915e-4b9f-b177-c7d5004ba616} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
17401 2024.11.26 23:42:50.747777 [ 268 ] {f996f6c9-915e-4b9f-b177-c7d5004ba616} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17402 2024.11.26 23:42:50.747981 [ 268 ] {f996f6c9-915e-4b9f-b177-c7d5004ba616} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001541 sec., 8436.080467229072 rows/sec., 525.99 KiB/sec.
17403 2024.11.26 23:42:50.748039 [ 268 ] {f996f6c9-915e-4b9f-b177-c7d5004ba616} <Debug> TCPHandler: Processed in 0.001749126 sec.
17404 2024.11.26 23:42:50.748182 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17405 2024.11.26 23:42:50.748321 [ 270 ] {4ea1b73c-afd3-43ec-9a69-85e7a80df7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17406 2024.11.26 23:42:50.748378 [ 270 ] {4ea1b73c-afd3-43ec-9a69-85e7a80df7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17407 2024.11.26 23:42:50.749208 [ 270 ] {4ea1b73c-afd3-43ec-9a69-85e7a80df7f0} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17408 2024.11.26 23:42:50.749272 [ 270 ] {4ea1b73c-afd3-43ec-9a69-85e7a80df7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17409 2024.11.26 23:42:50.749659 [ 270 ] {4ea1b73c-afd3-43ec-9a69-85e7a80df7f0} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
17410 2024.11.26 23:42:50.749911 [ 270 ] {4ea1b73c-afd3-43ec-9a69-85e7a80df7f0} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17411 2024.11.26 23:42:50.750084 [ 270 ] {4ea1b73c-afd3-43ec-9a69-85e7a80df7f0} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001792 sec., 213169.64285714287 rows/sec., 15.09 MiB/sec.
17412 2024.11.26 23:42:50.750135 [ 270 ] {4ea1b73c-afd3-43ec-9a69-85e7a80df7f0} <Debug> TCPHandler: Processed in 0.002011169 sec.
17413 2024.11.26 23:42:50.750283 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17414 2024.11.26 23:42:50.750426 [ 268 ] {e417b4eb-f22a-4bd3-80e0-bdeb2ba4f453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17415 2024.11.26 23:42:50.750488 [ 268 ] {e417b4eb-f22a-4bd3-80e0-bdeb2ba4f453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17416 2024.11.26 23:42:50.751067 [ 268 ] {e417b4eb-f22a-4bd3-80e0-bdeb2ba4f453} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17417 2024.11.26 23:42:50.751114 [ 268 ] {e417b4eb-f22a-4bd3-80e0-bdeb2ba4f453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17418 2024.11.26 23:42:50.751501 [ 268 ] {e417b4eb-f22a-4bd3-80e0-bdeb2ba4f453} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
17419 2024.11.26 23:42:50.751735 [ 268 ] {e417b4eb-f22a-4bd3-80e0-bdeb2ba4f453} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17420 2024.11.26 23:42:50.751944 [ 268 ] {e417b4eb-f22a-4bd3-80e0-bdeb2ba4f453} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00155 sec., 3870.967741935484 rows/sec., 202.24 KiB/sec.
17421 2024.11.26 23:42:50.752004 [ 268 ] {e417b4eb-f22a-4bd3-80e0-bdeb2ba4f453} <Debug> TCPHandler: Processed in 0.001788686 sec.
17422 2024.11.26 23:42:50.752140 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17423 2024.11.26 23:42:50.752270 [ 270 ] {94089a87-9dd9-46a8-8e1b-bd469ae0a1e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17424 2024.11.26 23:42:50.752334 [ 270 ] {94089a87-9dd9-46a8-8e1b-bd469ae0a1e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17425 2024.11.26 23:42:50.753015 [ 270 ] {94089a87-9dd9-46a8-8e1b-bd469ae0a1e3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17426 2024.11.26 23:42:50.753060 [ 270 ] {94089a87-9dd9-46a8-8e1b-bd469ae0a1e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17427 2024.11.26 23:42:50.753481 [ 270 ] {94089a87-9dd9-46a8-8e1b-bd469ae0a1e3} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
17428 2024.11.26 23:42:50.753720 [ 270 ] {94089a87-9dd9-46a8-8e1b-bd469ae0a1e3} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17429 2024.11.26 23:42:50.753902 [ 270 ] {94089a87-9dd9-46a8-8e1b-bd469ae0a1e3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001665 sec., 142342.34234234234 rows/sec., 9.54 MiB/sec.
17430 2024.11.26 23:42:50.753951 [ 270 ] {94089a87-9dd9-46a8-8e1b-bd469ae0a1e3} <Debug> TCPHandler: Processed in 0.001868797 sec.
17431 2024.11.26 23:42:50.754096 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17432 2024.11.26 23:42:50.754218 [ 268 ] {38dd9dc4-a576-41d9-ac8b-fd90129d104e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17433 2024.11.26 23:42:50.754272 [ 268 ] {38dd9dc4-a576-41d9-ac8b-fd90129d104e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17434 2024.11.26 23:42:50.754750 [ 268 ] {38dd9dc4-a576-41d9-ac8b-fd90129d104e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17435 2024.11.26 23:42:50.754791 [ 268 ] {38dd9dc4-a576-41d9-ac8b-fd90129d104e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17436 2024.11.26 23:42:50.755155 [ 268 ] {38dd9dc4-a576-41d9-ac8b-fd90129d104e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
17437 2024.11.26 23:42:50.755403 [ 268 ] {38dd9dc4-a576-41d9-ac8b-fd90129d104e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17438 2024.11.26 23:42:50.755579 [ 268 ] {38dd9dc4-a576-41d9-ac8b-fd90129d104e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec.
17439 2024.11.26 23:42:50.755631 [ 268 ] {38dd9dc4-a576-41d9-ac8b-fd90129d104e} <Debug> TCPHandler: Processed in 0.001593435 sec.
17440 2024.11.26 23:42:50.755766 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17441 2024.11.26 23:42:50.755883 [ 270 ] {0ad8f460-9994-4de7-8ba7-45865fc996ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17442 2024.11.26 23:42:50.755935 [ 270 ] {0ad8f460-9994-4de7-8ba7-45865fc996ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17443 2024.11.26 23:42:50.756442 [ 270 ] {0ad8f460-9994-4de7-8ba7-45865fc996ed} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17444 2024.11.26 23:42:50.756481 [ 270 ] {0ad8f460-9994-4de7-8ba7-45865fc996ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17445 2024.11.26 23:42:50.756853 [ 270 ] {0ad8f460-9994-4de7-8ba7-45865fc996ed} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
17446 2024.11.26 23:42:50.757087 [ 270 ] {0ad8f460-9994-4de7-8ba7-45865fc996ed} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17447 2024.11.26 23:42:50.757291 [ 270 ] {0ad8f460-9994-4de7-8ba7-45865fc996ed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001433 sec., 57222.60990928123 rows/sec., 3.63 MiB/sec.
17448 2024.11.26 23:42:50.757340 [ 270 ] {0ad8f460-9994-4de7-8ba7-45865fc996ed} <Debug> TCPHandler: Processed in 0.001630905 sec.
17449 2024.11.26 23:42:52.065993 [ 107 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
17450 2024.11.26 23:42:52.066069 [ 107 ] {} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17451 2024.11.26 23:42:52.066095 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17452 2024.11.26 23:42:52.066232 [ 221 ] {} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): 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]
17453 2024.11.26 23:42:52.066270 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
17454 2024.11.26 23:42:52.066294 [ 221 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): 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]
17455 2024.11.26 23:42:52.066502 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17456 2024.11.26 23:42:52.066547 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part
17457 2024.11.26 23:42:52.066667 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part
17458 2024.11.26 23:42:52.067089 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part
17459 2024.11.26 23:42:52.067411 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
17460 2024.11.26 23:42:52.067651 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part
17461 2024.11.26 23:42:52.069131 [ 221 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): 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]
17462 2024.11.26 23:42:52.069224 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.003038059 sec., 12507.9861846001 rows/sec., 1.04 MiB/sec.
17463 2024.11.26 23:42:52.069376 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
17464 2024.11.26 23:42:52.069672 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_29_7} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17465 2024.11.26 23:42:52.069748 [ 189 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_29_7} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
17466 2024.11.26 23:42:52.069832 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
17467 2024.11.26 23:42:52.502237 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649
17468 2024.11.26 23:42:52.524420 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17469 2024.11.26 23:42:52.524479 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17470 2024.11.26 23:42:52.532050 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
17471 2024.11.26 23:42:52.532870 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17472 2024.11.26 23:42:52.533192 [ 107 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
17473 2024.11.26 23:42:52.533267 [ 107 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17474 2024.11.26 23:42:52.533317 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
17475 2024.11.26 23:42:52.533956 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
17476 2024.11.26 23:42:52.551595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649
17477 2024.11.26 23:42:52.553339 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17478 2024.11.26 23:42:52.555026 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
17479 2024.11.26 23:42:52.561160 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
17480 2024.11.26 23:42:52.567364 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
17481 2024.11.26 23:42:52.573762 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part
17482 2024.11.26 23:42:52.580496 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part
17483 2024.11.26 23:42:52.586673 [ 189 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
17484 2024.11.26 23:42:52.654201 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.120739367 sec., 5375.2145313135525 rows/sec., 27.79 MiB/sec.
17485 2024.11.26 23:42:52.658034 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
17486 2024.11.26 23:42:52.661100 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_86_17} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17487 2024.11.26 23:42:52.661231 [ 188 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_86_17} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
17488 2024.11.26 23:42:52.664055 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.94 MiB.
17489 2024.11.26 23:42:53.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.51 MiB, peak 292.91 MiB, free memory in arenas 0.00 B, will set to 274.42 MiB (RSS), difference: -1.09 MiB
17490 2024.11.26 23:42:53.083771 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
17491 2024.11.26 23:42:53.083824 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
17492 2024.11.26 23:42:53.085207 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
17493 2024.11.26 23:42:53.158172 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17494 2024.11.26 23:42:53.158454 [ 268 ] {e570eef2-cd0b-44cf-89c3-0d21947cfafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
17495 2024.11.26 23:42:53.158531 [ 268 ] {e570eef2-cd0b-44cf-89c3-0d21947cfafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17496 2024.11.26 23:42:53.159349 [ 268 ] {e570eef2-cd0b-44cf-89c3-0d21947cfafa} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17497 2024.11.26 23:42:53.159405 [ 268 ] {e570eef2-cd0b-44cf-89c3-0d21947cfafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17498 2024.11.26 23:42:53.159858 [ 268 ] {e570eef2-cd0b-44cf-89c3-0d21947cfafa} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
17499 2024.11.26 23:42:53.160126 [ 268 ] {e570eef2-cd0b-44cf-89c3-0d21947cfafa} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17500 2024.11.26 23:42:53.160382 [ 268 ] {e570eef2-cd0b-44cf-89c3-0d21947cfafa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001983 sec., 1008.5728693898135 rows/sec., 82.24 KiB/sec.
17501 2024.11.26 23:42:53.160517 [ 268 ] {e570eef2-cd0b-44cf-89c3-0d21947cfafa} <Debug> TCPHandler: Processed in 0.002537564 sec.
17502 2024.11.26 23:42:53.160799 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17503 2024.11.26 23:42:53.161009 [ 270 ] {84623fec-e09b-476f-908d-97ee5a790dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17504 2024.11.26 23:42:53.161083 [ 270 ] {84623fec-e09b-476f-908d-97ee5a790dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17505 2024.11.26 23:42:53.162510 [ 270 ] {84623fec-e09b-476f-908d-97ee5a790dc1} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17506 2024.11.26 23:42:53.162558 [ 270 ] {84623fec-e09b-476f-908d-97ee5a790dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17507 2024.11.26 23:42:53.163073 [ 270 ] {84623fec-e09b-476f-908d-97ee5a790dc1} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
17508 2024.11.26 23:42:53.163331 [ 270 ] {84623fec-e09b-476f-908d-97ee5a790dc1} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17509 2024.11.26 23:42:53.163582 [ 270 ] {84623fec-e09b-476f-908d-97ee5a790dc1} <Debug> executeQuery: Read 1279 rows, 108.84 KiB in 0.002621 sec., 487981.68637924455 rows/sec., 40.55 MiB/sec.
17510 2024.11.26 23:42:53.163613 [ 222 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
17511 2024.11.26 23:42:53.163681 [ 270 ] {84623fec-e09b-476f-908d-97ee5a790dc1} <Debug> TCPHandler: Processed in 0.003007728 sec.
17512 2024.11.26 23:42:53.163681 [ 222 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
17513 2024.11.26 23:42:53.163884 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17514 2024.11.26 23:42:53.164068 [ 268 ] {f882396c-eabe-4bd7-92cd-d259ca062e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17515 2024.11.26 23:42:53.164148 [ 268 ] {f882396c-eabe-4bd7-92cd-d259ca062e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17516 2024.11.26 23:42:53.165814 [ 268 ] {f882396c-eabe-4bd7-92cd-d259ca062e6e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17517 2024.11.26 23:42:53.165889 [ 268 ] {f882396c-eabe-4bd7-92cd-d259ca062e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17518 2024.11.26 23:42:53.166706 [ 268 ] {f882396c-eabe-4bd7-92cd-d259ca062e6e} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
17519 2024.11.26 23:42:53.166823 [ 222 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
17520 2024.11.26 23:42:53.167222 [ 268 ] {f882396c-eabe-4bd7-92cd-d259ca062e6e} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17521 2024.11.26 23:42:53.167577 [ 106 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
17522 2024.11.26 23:42:53.167663 [ 106 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17523 2024.11.26 23:42:53.167766 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17524 2024.11.26 23:42:53.168065 [ 268 ] {f882396c-eabe-4bd7-92cd-d259ca062e6e} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.003992 sec., 10771.543086172345 rows/sec., 807.28 KiB/sec.
17525 2024.11.26 23:42:53.168329 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
17526 2024.11.26 23:42:53.168513 [ 268 ] {f882396c-eabe-4bd7-92cd-d259ca062e6e} <Debug> TCPHandler: Processed in 0.004709294 sec.
17527 2024.11.26 23:42:53.168818 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17528 2024.11.26 23:42:53.168866 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 66 rows starting from the beginning of the part
17529 2024.11.26 23:42:53.168948 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17530 2024.11.26 23:42:53.169091 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 41 rows starting from the beginning of the part
17531 2024.11.26 23:42:53.169414 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 9 rows starting from the beginning of the part
17532 2024.11.26 23:42:53.169496 [ 270 ] {7365caaa-53c4-47fb-9400-dd52ffffa880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17533 2024.11.26 23:42:53.169675 [ 270 ] {7365caaa-53c4-47fb-9400-dd52ffffa880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17534 2024.11.26 23:42:53.169686 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 41 rows starting from the beginning of the part
17535 2024.11.26 23:42:53.170109 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 7 rows starting from the beginning of the part
17536 2024.11.26 23:42:53.170475 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 43 rows starting from the beginning of the part
17537 2024.11.26 23:42:53.172319 [ 270 ] {7365caaa-53c4-47fb-9400-dd52ffffa880} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17538 2024.11.26 23:42:53.172397 [ 270 ] {7365caaa-53c4-47fb-9400-dd52ffffa880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17539 2024.11.26 23:42:53.173458 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.005568882 sec., 37170.83608523219 rows/sec., 2.81 MiB/sec.
17540 2024.11.26 23:42:53.173504 [ 270 ] {7365caaa-53c4-47fb-9400-dd52ffffa880} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
17541 2024.11.26 23:42:53.173644 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
17542 2024.11.26 23:42:53.174002 [ 270 ] {7365caaa-53c4-47fb-9400-dd52ffffa880} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17543 2024.11.26 23:42:53.174257 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17544 2024.11.26 23:42:53.174436 [ 270 ] {7365caaa-53c4-47fb-9400-dd52ffffa880} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00504 sec., 45238.09523809524 rows/sec., 3.06 MiB/sec.
17545 2024.11.26 23:42:53.174452 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_126_25} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
17546 2024.11.26 23:42:53.174555 [ 270 ] {7365caaa-53c4-47fb-9400-dd52ffffa880} <Debug> TCPHandler: Processed in 0.005853375 sec.
17547 2024.11.26 23:42:53.174628 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
17548 2024.11.26 23:42:53.174810 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17549 2024.11.26 23:42:53.175042 [ 268 ] {53d64cc0-bb1d-4248-9a99-f06d49ce2541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17550 2024.11.26 23:42:53.175134 [ 268 ] {53d64cc0-bb1d-4248-9a99-f06d49ce2541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17551 2024.11.26 23:42:53.176100 [ 268 ] {53d64cc0-bb1d-4248-9a99-f06d49ce2541} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17552 2024.11.26 23:42:53.176140 [ 268 ] {53d64cc0-bb1d-4248-9a99-f06d49ce2541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17553 2024.11.26 23:42:53.176554 [ 268 ] {53d64cc0-bb1d-4248-9a99-f06d49ce2541} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
17554 2024.11.26 23:42:53.176831 [ 268 ] {53d64cc0-bb1d-4248-9a99-f06d49ce2541} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17555 2024.11.26 23:42:53.177065 [ 268 ] {53d64cc0-bb1d-4248-9a99-f06d49ce2541} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.002077 sec., 271064.03466538276 rows/sec., 20.15 MiB/sec.
17556 2024.11.26 23:42:53.177124 [ 268 ] {53d64cc0-bb1d-4248-9a99-f06d49ce2541} <Debug> TCPHandler: Processed in 0.002431073 sec.
17557 2024.11.26 23:42:53.177285 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17558 2024.11.26 23:42:53.177407 [ 270 ] {f770b71b-e504-4d66-9e13-954d117dc147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17559 2024.11.26 23:42:53.177462 [ 270 ] {f770b71b-e504-4d66-9e13-954d117dc147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17560 2024.11.26 23:42:53.178270 [ 270 ] {f770b71b-e504-4d66-9e13-954d117dc147} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17561 2024.11.26 23:42:53.178310 [ 270 ] {f770b71b-e504-4d66-9e13-954d117dc147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17562 2024.11.26 23:42:53.178764 [ 270 ] {f770b71b-e504-4d66-9e13-954d117dc147} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
17563 2024.11.26 23:42:53.179011 [ 270 ] {f770b71b-e504-4d66-9e13-954d117dc147} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17564 2024.11.26 23:42:53.179222 [ 270 ] {f770b71b-e504-4d66-9e13-954d117dc147} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.00184 sec., 512500 rows/sec., 34.36 MiB/sec.
17565 2024.11.26 23:42:53.179272 [ 270 ] {f770b71b-e504-4d66-9e13-954d117dc147} <Debug> TCPHandler: Processed in 0.002056409 sec.
17566 2024.11.26 23:42:53.179437 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17567 2024.11.26 23:42:53.179579 [ 268 ] {06b77afd-a792-430a-8c80-94cde8a8319b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17568 2024.11.26 23:42:53.179676 [ 268 ] {06b77afd-a792-430a-8c80-94cde8a8319b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17569 2024.11.26 23:42:53.181018 [ 268 ] {06b77afd-a792-430a-8c80-94cde8a8319b} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17570 2024.11.26 23:42:53.181057 [ 268 ] {06b77afd-a792-430a-8c80-94cde8a8319b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17571 2024.11.26 23:42:53.181795 [ 268 ] {06b77afd-a792-430a-8c80-94cde8a8319b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
17572 2024.11.26 23:42:53.182061 [ 268 ] {06b77afd-a792-430a-8c80-94cde8a8319b} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17573 2024.11.26 23:42:53.182332 [ 268 ] {06b77afd-a792-430a-8c80-94cde8a8319b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002785 sec., 14721.723518850986 rows/sec., 26.38 MiB/sec.
17574 2024.11.26 23:42:53.182450 [ 268 ] {06b77afd-a792-430a-8c80-94cde8a8319b} <Debug> TCPHandler: Processed in 0.003079789 sec.
17575 2024.11.26 23:42:53.182683 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17576 2024.11.26 23:42:53.182908 [ 270 ] {be5edc39-608b-4b35-87ef-72053df20d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17577 2024.11.26 23:42:53.183004 [ 270 ] {be5edc39-608b-4b35-87ef-72053df20d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17578 2024.11.26 23:42:53.183636 [ 270 ] {be5edc39-608b-4b35-87ef-72053df20d7f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17579 2024.11.26 23:42:53.183676 [ 270 ] {be5edc39-608b-4b35-87ef-72053df20d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17580 2024.11.26 23:42:53.184061 [ 270 ] {be5edc39-608b-4b35-87ef-72053df20d7f} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
17581 2024.11.26 23:42:53.184314 [ 270 ] {be5edc39-608b-4b35-87ef-72053df20d7f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17582 2024.11.26 23:42:53.184536 [ 270 ] {be5edc39-608b-4b35-87ef-72053df20d7f} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001684 sec., 21377.67220902613 rows/sec., 1.44 MiB/sec.
17583 2024.11.26 23:42:53.184586 [ 270 ] {be5edc39-608b-4b35-87ef-72053df20d7f} <Debug> TCPHandler: Processed in 0.002013048 sec.
17584 2024.11.26 23:42:53.832746 [ 218 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
17585 2024.11.26 23:42:53.832801 [ 218 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
17586 2024.11.26 23:42:53.834201 [ 218 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
17587 2024.11.26 23:42:54.360704 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
17588 2024.11.26 23:42:54.360761 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
17589 2024.11.26 23:42:54.362225 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
17590 2024.11.26 23:42:54.366218 [ 224 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
17591 2024.11.26 23:42:54.366275 [ 224 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
17592 2024.11.26 23:42:54.367779 [ 224 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
17593 2024.11.26 23:42:54.952683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2472
17594 2024.11.26 23:42:54.956193 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17595 2024.11.26 23:42:54.956250 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17596 2024.11.26 23:42:54.957860 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
17597 2024.11.26 23:42:54.958210 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17598 2024.11.26 23:42:54.958818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2472
17599 2024.11.26 23:42:55.729235 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17600 2024.11.26 23:42:55.729509 [ 268 ] {c8ba93ce-ebe4-450b-a1aa-d4646cd394b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17601 2024.11.26 23:42:55.729585 [ 268 ] {c8ba93ce-ebe4-450b-a1aa-d4646cd394b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17602 2024.11.26 23:42:55.730402 [ 268 ] {c8ba93ce-ebe4-450b-a1aa-d4646cd394b8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17603 2024.11.26 23:42:55.730449 [ 268 ] {c8ba93ce-ebe4-450b-a1aa-d4646cd394b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17604 2024.11.26 23:42:55.730889 [ 268 ] {c8ba93ce-ebe4-450b-a1aa-d4646cd394b8} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
17605 2024.11.26 23:42:55.731150 [ 268 ] {c8ba93ce-ebe4-450b-a1aa-d4646cd394b8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17606 2024.11.26 23:42:55.731395 [ 268 ] {c8ba93ce-ebe4-450b-a1aa-d4646cd394b8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.21 MiB/sec.
17607 2024.11.26 23:42:55.731464 [ 268 ] {c8ba93ce-ebe4-450b-a1aa-d4646cd394b8} <Debug> TCPHandler: Processed in 0.002416363 sec.
17608 2024.11.26 23:42:55.731720 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17609 2024.11.26 23:42:55.731934 [ 270 ] {89d6d44e-1c0e-4b8d-8266-a8a08a8fb37f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17610 2024.11.26 23:42:55.732014 [ 270 ] {89d6d44e-1c0e-4b8d-8266-a8a08a8fb37f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17611 2024.11.26 23:42:55.732828 [ 270 ] {89d6d44e-1c0e-4b8d-8266-a8a08a8fb37f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17612 2024.11.26 23:42:55.732874 [ 270 ] {89d6d44e-1c0e-4b8d-8266-a8a08a8fb37f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17613 2024.11.26 23:42:55.733314 [ 270 ] {89d6d44e-1c0e-4b8d-8266-a8a08a8fb37f} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
17614 2024.11.26 23:42:55.733575 [ 270 ] {89d6d44e-1c0e-4b8d-8266-a8a08a8fb37f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17615 2024.11.26 23:42:55.733805 [ 270 ] {89d6d44e-1c0e-4b8d-8266-a8a08a8fb37f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec.
17616 2024.11.26 23:42:55.733866 [ 270 ] {89d6d44e-1c0e-4b8d-8266-a8a08a8fb37f} <Debug> TCPHandler: Processed in 0.002278921 sec.
17617 2024.11.26 23:42:55.734048 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17618 2024.11.26 23:42:55.734364 [ 268 ] {ae533b8d-9b4a-4370-a4d1-5d49f6e4497d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17619 2024.11.26 23:42:55.734515 [ 268 ] {ae533b8d-9b4a-4370-a4d1-5d49f6e4497d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17620 2024.11.26 23:42:55.735264 [ 268 ] {ae533b8d-9b4a-4370-a4d1-5d49f6e4497d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17621 2024.11.26 23:42:55.735306 [ 268 ] {ae533b8d-9b4a-4370-a4d1-5d49f6e4497d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17622 2024.11.26 23:42:55.735709 [ 268 ] {ae533b8d-9b4a-4370-a4d1-5d49f6e4497d} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
17623 2024.11.26 23:42:55.735968 [ 268 ] {ae533b8d-9b4a-4370-a4d1-5d49f6e4497d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17624 2024.11.26 23:42:55.736191 [ 268 ] {ae533b8d-9b4a-4370-a4d1-5d49f6e4497d} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001945 sec., 32904.88431876607 rows/sec., 2.29 MiB/sec.
17625 2024.11.26 23:42:55.736263 [ 268 ] {ae533b8d-9b4a-4370-a4d1-5d49f6e4497d} <Debug> TCPHandler: Processed in 0.002302081 sec.
17626 2024.11.26 23:42:55.736469 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17627 2024.11.26 23:42:55.736691 [ 270 ] {8dd6e558-a927-49dc-b033-c5d0e08af0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17628 2024.11.26 23:42:55.736753 [ 270 ] {8dd6e558-a927-49dc-b033-c5d0e08af0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17629 2024.11.26 23:42:55.737336 [ 270 ] {8dd6e558-a927-49dc-b033-c5d0e08af0ee} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17630 2024.11.26 23:42:55.737385 [ 270 ] {8dd6e558-a927-49dc-b033-c5d0e08af0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17631 2024.11.26 23:42:55.737764 [ 270 ] {8dd6e558-a927-49dc-b033-c5d0e08af0ee} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
17632 2024.11.26 23:42:55.738009 [ 270 ] {8dd6e558-a927-49dc-b033-c5d0e08af0ee} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17633 2024.11.26 23:42:55.738218 [ 270 ] {8dd6e558-a927-49dc-b033-c5d0e08af0ee} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001571 sec., 15276.89369828135 rows/sec., 1.03 MiB/sec.
17634 2024.11.26 23:42:55.738267 [ 270 ] {8dd6e558-a927-49dc-b033-c5d0e08af0ee} <Debug> TCPHandler: Processed in 0.001908608 sec.
17635 2024.11.26 23:42:57.187327 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894
17636 2024.11.26 23:42:57.188096 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17637 2024.11.26 23:42:57.188142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17638 2024.11.26 23:42:57.188718 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
17639 2024.11.26 23:42:57.188984 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17640 2024.11.26 23:42:57.189195 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894
17641 2024.11.26 23:43:00.051796 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656
17642 2024.11.26 23:43:00.075719 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17643 2024.11.26 23:43:00.075779 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17644 2024.11.26 23:43:00.083318 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
17645 2024.11.26 23:43:00.084124 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17646 2024.11.26 23:43:00.087569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656
17647 2024.11.26 23:43:00.397135 [ 219 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
17648 2024.11.26 23:43:00.397195 [ 219 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
17649 2024.11.26 23:43:00.398568 [ 219 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
17650 2024.11.26 23:43:00.737895 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17651 2024.11.26 23:43:00.738117 [ 268 ] {1d5f40a5-80a2-4b67-8a77-a85bd2c90444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17652 2024.11.26 23:43:00.738205 [ 268 ] {1d5f40a5-80a2-4b67-8a77-a85bd2c90444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17653 2024.11.26 23:43:00.739048 [ 268 ] {1d5f40a5-80a2-4b67-8a77-a85bd2c90444} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17654 2024.11.26 23:43:00.739103 [ 268 ] {1d5f40a5-80a2-4b67-8a77-a85bd2c90444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17655 2024.11.26 23:43:00.739553 [ 268 ] {1d5f40a5-80a2-4b67-8a77-a85bd2c90444} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
17656 2024.11.26 23:43:00.739809 [ 268 ] {1d5f40a5-80a2-4b67-8a77-a85bd2c90444} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17657 2024.11.26 23:43:00.740089 [ 268 ] {1d5f40a5-80a2-4b67-8a77-a85bd2c90444} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002023 sec., 6920.415224913495 rows/sec., 498.18 KiB/sec.
17658 2024.11.26 23:43:00.740207 [ 268 ] {1d5f40a5-80a2-4b67-8a77-a85bd2c90444} <Debug> TCPHandler: Processed in 0.002454173 sec.
17659 2024.11.26 23:43:00.740535 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17660 2024.11.26 23:43:00.740739 [ 270 ] {0726daf3-796a-4da1-8c18-fd87f73e4908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17661 2024.11.26 23:43:00.740816 [ 270 ] {0726daf3-796a-4da1-8c18-fd87f73e4908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17662 2024.11.26 23:43:00.741691 [ 270 ] {0726daf3-796a-4da1-8c18-fd87f73e4908} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17663 2024.11.26 23:43:00.741745 [ 270 ] {0726daf3-796a-4da1-8c18-fd87f73e4908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17664 2024.11.26 23:43:00.742202 [ 270 ] {0726daf3-796a-4da1-8c18-fd87f73e4908} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
17665 2024.11.26 23:43:00.742460 [ 270 ] {0726daf3-796a-4da1-8c18-fd87f73e4908} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17666 2024.11.26 23:43:00.742695 [ 270 ] {0726daf3-796a-4da1-8c18-fd87f73e4908} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002018 sec., 100594.6481665015 rows/sec., 8.71 MiB/sec.
17667 2024.11.26 23:43:00.742754 [ 270 ] {0726daf3-796a-4da1-8c18-fd87f73e4908} <Debug> TCPHandler: Processed in 0.002407413 sec.
17668 2024.11.26 23:43:00.742951 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17669 2024.11.26 23:43:00.743109 [ 268 ] {cfff3aea-f7b0-446d-8e34-dd7b2db632b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17670 2024.11.26 23:43:00.743174 [ 268 ] {cfff3aea-f7b0-446d-8e34-dd7b2db632b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17671 2024.11.26 23:43:00.743852 [ 268 ] {cfff3aea-f7b0-446d-8e34-dd7b2db632b0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17672 2024.11.26 23:43:00.743896 [ 268 ] {cfff3aea-f7b0-446d-8e34-dd7b2db632b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17673 2024.11.26 23:43:00.744286 [ 268 ] {cfff3aea-f7b0-446d-8e34-dd7b2db632b0} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
17674 2024.11.26 23:43:00.744534 [ 268 ] {cfff3aea-f7b0-446d-8e34-dd7b2db632b0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17675 2024.11.26 23:43:00.744774 [ 268 ] {cfff3aea-f7b0-446d-8e34-dd7b2db632b0} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001701 sec., 4115.226337448559 rows/sec., 268.11 KiB/sec.
17676 2024.11.26 23:43:00.744799 [ 222 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
17677 2024.11.26 23:43:00.744854 [ 268 ] {cfff3aea-f7b0-446d-8e34-dd7b2db632b0} <Debug> TCPHandler: Processed in 0.001982738 sec.
17678 2024.11.26 23:43:00.744878 [ 222 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
17679 2024.11.26 23:43:00.745067 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17680 2024.11.26 23:43:00.745280 [ 270 ] {120ce9d1-05aa-4fd7-9088-acfa0ec54849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17681 2024.11.26 23:43:00.745389 [ 270 ] {120ce9d1-05aa-4fd7-9088-acfa0ec54849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17682 2024.11.26 23:43:00.747020 [ 270 ] {120ce9d1-05aa-4fd7-9088-acfa0ec54849} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17683 2024.11.26 23:43:00.747072 [ 270 ] {120ce9d1-05aa-4fd7-9088-acfa0ec54849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17684 2024.11.26 23:43:00.747957 [ 270 ] {120ce9d1-05aa-4fd7-9088-acfa0ec54849} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
17685 2024.11.26 23:43:00.748134 [ 222 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
17686 2024.11.26 23:43:00.748486 [ 270 ] {120ce9d1-05aa-4fd7-9088-acfa0ec54849} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17687 2024.11.26 23:43:00.749199 [ 270 ] {120ce9d1-05aa-4fd7-9088-acfa0ec54849} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00395 sec., 3544.303797468354 rows/sec., 248.22 KiB/sec.
17688 2024.11.26 23:43:00.749547 [ 270 ] {120ce9d1-05aa-4fd7-9088-acfa0ec54849} <Debug> TCPHandler: Processed in 0.004565073 sec.
17689 2024.11.26 23:43:00.749853 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17690 2024.11.26 23:43:00.749258 [ 223 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
17691 2024.11.26 23:43:00.750091 [ 223 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
17692 2024.11.26 23:43:00.750270 [ 268 ] {9bd8392c-4b39-4db4-b8bd-04533722dd2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17693 2024.11.26 23:43:00.750437 [ 268 ] {9bd8392c-4b39-4db4-b8bd-04533722dd2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17694 2024.11.26 23:43:00.752104 [ 268 ] {9bd8392c-4b39-4db4-b8bd-04533722dd2a} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17695 2024.11.26 23:43:00.752172 [ 268 ] {9bd8392c-4b39-4db4-b8bd-04533722dd2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17696 2024.11.26 23:43:00.752969 [ 268 ] {9bd8392c-4b39-4db4-b8bd-04533722dd2a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
17697 2024.11.26 23:43:00.753447 [ 268 ] {9bd8392c-4b39-4db4-b8bd-04533722dd2a} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17698 2024.11.26 23:43:00.753477 [ 223 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
17699 2024.11.26 23:43:00.753935 [ 268 ] {9bd8392c-4b39-4db4-b8bd-04533722dd2a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003787 sec., 3432.796408766834 rows/sec., 214.03 KiB/sec.
17700 2024.11.26 23:43:00.754198 [ 268 ] {9bd8392c-4b39-4db4-b8bd-04533722dd2a} <Debug> TCPHandler: Processed in 0.004499372 sec.
17701 2024.11.26 23:43:00.754404 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17702 2024.11.26 23:43:00.754533 [ 270 ] {49b5c4dd-02d5-4176-8311-b5fc63f89aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17703 2024.11.26 23:43:00.754586 [ 270 ] {49b5c4dd-02d5-4176-8311-b5fc63f89aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17704 2024.11.26 23:43:00.755366 [ 270 ] {49b5c4dd-02d5-4176-8311-b5fc63f89aac} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17705 2024.11.26 23:43:00.755407 [ 270 ] {49b5c4dd-02d5-4176-8311-b5fc63f89aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17706 2024.11.26 23:43:00.755806 [ 270 ] {49b5c4dd-02d5-4176-8311-b5fc63f89aac} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
17707 2024.11.26 23:43:00.756048 [ 270 ] {49b5c4dd-02d5-4176-8311-b5fc63f89aac} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17708 2024.11.26 23:43:00.756279 [ 270 ] {49b5c4dd-02d5-4176-8311-b5fc63f89aac} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001772 sec., 215575.62076749437 rows/sec., 15.26 MiB/sec.
17709 2024.11.26 23:43:00.756356 [ 270 ] {49b5c4dd-02d5-4176-8311-b5fc63f89aac} <Debug> TCPHandler: Processed in 0.002017538 sec.
17710 2024.11.26 23:43:00.756563 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17711 2024.11.26 23:43:00.756864 [ 268 ] {336031c8-583b-4507-adf7-8bfcefd310f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17712 2024.11.26 23:43:00.756999 [ 268 ] {336031c8-583b-4507-adf7-8bfcefd310f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17713 2024.11.26 23:43:00.757539 [ 268 ] {336031c8-583b-4507-adf7-8bfcefd310f3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17714 2024.11.26 23:43:00.757580 [ 268 ] {336031c8-583b-4507-adf7-8bfcefd310f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17715 2024.11.26 23:43:00.757955 [ 268 ] {336031c8-583b-4507-adf7-8bfcefd310f3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
17716 2024.11.26 23:43:00.758209 [ 268 ] {336031c8-583b-4507-adf7-8bfcefd310f3} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17717 2024.11.26 23:43:00.758440 [ 268 ] {336031c8-583b-4507-adf7-8bfcefd310f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001691 sec., 3548.1963335304554 rows/sec., 185.38 KiB/sec.
17718 2024.11.26 23:43:00.758504 [ 268 ] {336031c8-583b-4507-adf7-8bfcefd310f3} <Debug> TCPHandler: Processed in 0.002043439 sec.
17719 2024.11.26 23:43:00.758707 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17720 2024.11.26 23:43:00.758836 [ 270 ] {bfc20fd3-684d-40a2-a768-05ee8f258cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17721 2024.11.26 23:43:00.758888 [ 270 ] {bfc20fd3-684d-40a2-a768-05ee8f258cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17722 2024.11.26 23:43:00.759486 [ 270 ] {bfc20fd3-684d-40a2-a768-05ee8f258cf9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17723 2024.11.26 23:43:00.759526 [ 270 ] {bfc20fd3-684d-40a2-a768-05ee8f258cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17724 2024.11.26 23:43:00.759929 [ 270 ] {bfc20fd3-684d-40a2-a768-05ee8f258cf9} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
17725 2024.11.26 23:43:00.760170 [ 270 ] {bfc20fd3-684d-40a2-a768-05ee8f258cf9} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17726 2024.11.26 23:43:00.760334 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_145_30 to all_150_150_0
17727 2024.11.26 23:43:00.760405 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17728 2024.11.26 23:43:00.760411 [ 270 ] {bfc20fd3-684d-40a2-a768-05ee8f258cf9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001588 sec., 149244.33249370276 rows/sec., 10.00 MiB/sec.
17729 2024.11.26 23:43:00.760446 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17730 2024.11.26 23:43:00.760564 [ 270 ] {bfc20fd3-684d-40a2-a768-05ee8f258cf9} <Debug> TCPHandler: Processed in 0.001947669 sec.
17731 2024.11.26 23:43:00.760814 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17732 2024.11.26 23:43:00.760841 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_145_30 to all_150_150_0 into Compact with storage Full
17733 2024.11.26 23:43:00.761039 [ 268 ] {f5a50181-288f-4de8-ac29-bc1debd7bd23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17734 2024.11.26 23:43:00.761164 [ 268 ] {f5a50181-288f-4de8-ac29-bc1debd7bd23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17735 2024.11.26 23:43:00.761346 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17736 2024.11.26 23:43:00.761511 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_145_30, total 43002 rows starting from the beginning of the part
17737 2024.11.26 23:43:00.761963 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part
17738 2024.11.26 23:43:00.762255 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 237 rows starting from the beginning of the part
17739 2024.11.26 23:43:00.762742 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 943 rows starting from the beginning of the part
17740 2024.11.26 23:43:00.763062 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part
17741 2024.11.26 23:43:00.763489 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 237 rows starting from the beginning of the part
17742 2024.11.26 23:43:00.763558 [ 268 ] {f5a50181-288f-4de8-ac29-bc1debd7bd23} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17743 2024.11.26 23:43:00.763670 [ 268 ] {f5a50181-288f-4de8-ac29-bc1debd7bd23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17744 2024.11.26 23:43:00.764797 [ 268 ] {f5a50181-288f-4de8-ac29-bc1debd7bd23} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
17745 2024.11.26 23:43:00.765143 [ 268 ] {f5a50181-288f-4de8-ac29-bc1debd7bd23} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17746 2024.11.26 23:43:00.765468 [ 268 ] {f5a50181-288f-4de8-ac29-bc1debd7bd23} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004502 sec., 222.12350066637052 rows/sec., 14.97 KiB/sec.
17747 2024.11.26 23:43:00.765569 [ 268 ] {f5a50181-288f-4de8-ac29-bc1debd7bd23} <Debug> TCPHandler: Processed in 0.004881515 sec.
17748 2024.11.26 23:43:00.765756 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17749 2024.11.26 23:43:00.766008 [ 270 ] {6c58d217-bef9-4c1b-b23b-e037b4d7dbaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17750 2024.11.26 23:43:00.766132 [ 270 ] {6c58d217-bef9-4c1b-b23b-e037b4d7dbaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17751 2024.11.26 23:43:00.767380 [ 270 ] {6c58d217-bef9-4c1b-b23b-e037b4d7dbaa} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17752 2024.11.26 23:43:00.767420 [ 270 ] {6c58d217-bef9-4c1b-b23b-e037b4d7dbaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17753 2024.11.26 23:43:00.767970 [ 270 ] {6c58d217-bef9-4c1b-b23b-e037b4d7dbaa} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
17754 2024.11.26 23:43:00.768254 [ 270 ] {6c58d217-bef9-4c1b-b23b-e037b4d7dbaa} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17755 2024.11.26 23:43:00.768637 [ 270 ] {6c58d217-bef9-4c1b-b23b-e037b4d7dbaa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002704 sec., 30325.44378698225 rows/sec., 1.93 MiB/sec.
17756 2024.11.26 23:43:00.768703 [ 270 ] {6c58d217-bef9-4c1b-b23b-e037b4d7dbaa} <Debug> TCPHandler: Processed in 0.003040949 sec.
17757 2024.11.26 23:43:00.774036 [ 196 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44643 rows, containing 5 columns (5 merged, 0 gathered) in 0.013451455 sec., 3318823.13102932 rows/sec., 224.10 MiB/sec.
17758 2024.11.26 23:43:00.774492 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Trace> MergedBlockOutputStream: filled checksums all_1_150_31 (state Temporary)
17759 2024.11.26 23:43:00.774831 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_150_31 to all_1_150_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17760 2024.11.26 23:43:00.774916 [ 193 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_150_31} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_145_30, all_150_150_0] -> all_1_150_31
17761 2024.11.26 23:43:00.775017 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB.
17762 2024.11.26 23:43:01.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.67 MiB, peak 292.91 MiB, free memory in arenas 0.00 B, will set to 274.42 MiB (RSS), difference: -1.25 MiB
17763 2024.11.26 23:43:04.461321 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
17764 2024.11.26 23:43:04.461430 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
17765 2024.11.26 23:43:04.689482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321
17766 2024.11.26 23:43:04.690428 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17767 2024.11.26 23:43:04.690469 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17768 2024.11.26 23:43:04.691016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
17769 2024.11.26 23:43:04.691282 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17770 2024.11.26 23:43:04.691544 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321
17771 2024.11.26 23:43:04.959228 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2500
17772 2024.11.26 23:43:04.962319 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17773 2024.11.26 23:43:04.962380 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17774 2024.11.26 23:43:04.963931 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
17775 2024.11.26 23:43:04.964264 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17776 2024.11.26 23:43:04.964577 [ 89 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
17777 2024.11.26 23:43:04.964742 [ 89 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17778 2024.11.26 23:43:04.964843 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17779 2024.11.26 23:43:04.965293 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
17780 2024.11.26 23:43:04.965757 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2500
17781 2024.11.26 23:43:04.966306 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17782 2024.11.26 23:43:04.966487 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2314 rows starting from the beginning of the part
17783 2024.11.26 23:43:04.967157 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part
17784 2024.11.26 23:43:04.967865 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part
17785 2024.11.26 23:43:04.968496 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 34 rows starting from the beginning of the part
17786 2024.11.26 23:43:04.969127 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part
17787 2024.11.26 23:43:04.969842 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 28 rows starting from the beginning of the part
17788 2024.11.26 23:43:04.979025 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2500 rows, containing 72 columns (72 merged, 0 gathered) in 0.014010981 sec., 178431.4745698392 rows/sec., 133.18 MiB/sec.
17789 2024.11.26 23:43:04.981404 [ 193 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
17790 2024.11.26 23:43:04.982299 [ 193 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17791 2024.11.26 23:43:04.982403 [ 193 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_66_13} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
17792 2024.11.26 23:43:04.982817 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB.
17793 2024.11.26 23:43:05.735662 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17794 2024.11.26 23:43:05.735880 [ 268 ] {93e2e9df-cb90-4559-8df3-e0a58771650c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17795 2024.11.26 23:43:05.735965 [ 268 ] {93e2e9df-cb90-4559-8df3-e0a58771650c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17796 2024.11.26 23:43:05.736925 [ 268 ] {93e2e9df-cb90-4559-8df3-e0a58771650c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17797 2024.11.26 23:43:05.736971 [ 268 ] {93e2e9df-cb90-4559-8df3-e0a58771650c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17798 2024.11.26 23:43:05.737444 [ 268 ] {93e2e9df-cb90-4559-8df3-e0a58771650c} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
17799 2024.11.26 23:43:05.737766 [ 268 ] {93e2e9df-cb90-4559-8df3-e0a58771650c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17800 2024.11.26 23:43:05.737957 [ 89 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
17801 2024.11.26 23:43:05.738002 [ 89 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17802 2024.11.26 23:43:05.738029 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17803 2024.11.26 23:43:05.738040 [ 268 ] {93e2e9df-cb90-4559-8df3-e0a58771650c} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002217 sec., 62246.27875507443 rows/sec., 5.37 MiB/sec.
17804 2024.11.26 23:43:05.738246 [ 268 ] {93e2e9df-cb90-4559-8df3-e0a58771650c} <Debug> TCPHandler: Processed in 0.002720065 sec.
17805 2024.11.26 23:43:05.738315 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
17806 2024.11.26 23:43:05.738496 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17807 2024.11.26 23:43:05.738510 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17808 2024.11.26 23:43:05.738537 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1434 rows starting from the beginning of the part
17809 2024.11.26 23:43:05.738702 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 203 rows starting from the beginning of the part
17810 2024.11.26 23:43:05.738788 [ 270 ] {fc6af17c-a445-4be5-8620-fc4d9dcca209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17811 2024.11.26 23:43:05.738993 [ 270 ] {fc6af17c-a445-4be5-8620-fc4d9dcca209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17812 2024.11.26 23:43:05.739055 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 1279 rows starting from the beginning of the part
17813 2024.11.26 23:43:05.739500 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 56 rows starting from the beginning of the part
17814 2024.11.26 23:43:05.739909 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 203 rows starting from the beginning of the part
17815 2024.11.26 23:43:05.740285 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 138 rows starting from the beginning of the part
17816 2024.11.26 23:43:05.741680 [ 270 ] {fc6af17c-a445-4be5-8620-fc4d9dcca209} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17817 2024.11.26 23:43:05.741730 [ 270 ] {fc6af17c-a445-4be5-8620-fc4d9dcca209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17818 2024.11.26 23:43:05.742331 [ 270 ] {fc6af17c-a445-4be5-8620-fc4d9dcca209} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
17819 2024.11.26 23:43:05.742605 [ 270 ] {fc6af17c-a445-4be5-8620-fc4d9dcca209} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17820 2024.11.26 23:43:05.742977 [ 270 ] {fc6af17c-a445-4be5-8620-fc4d9dcca209} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004314 sec., 9503.940658321742 rows/sec., 714.65 KiB/sec.
17821 2024.11.26 23:43:05.743246 [ 270 ] {fc6af17c-a445-4be5-8620-fc4d9dcca209} <Debug> TCPHandler: Processed in 0.004859895 sec.
17822 2024.11.26 23:43:05.743247 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.005128088 sec., 646049.7557764219 rows/sec., 56.63 MiB/sec.
17823 2024.11.26 23:43:05.743486 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17824 2024.11.26 23:43:05.743528 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
17825 2024.11.26 23:43:05.743946 [ 268 ] {e1aa1877-4244-45f7-84bb-5d7450f58e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17826 2024.11.26 23:43:05.744059 [ 268 ] {e1aa1877-4244-45f7-84bb-5d7450f58e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17827 2024.11.26 23:43:05.744246 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17828 2024.11.26 23:43:05.744438 [ 192 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_151_30} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
17829 2024.11.26 23:43:05.744630 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
17830 2024.11.26 23:43:05.745141 [ 268 ] {e1aa1877-4244-45f7-84bb-5d7450f58e98} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17831 2024.11.26 23:43:05.745184 [ 268 ] {e1aa1877-4244-45f7-84bb-5d7450f58e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17832 2024.11.26 23:43:05.745602 [ 268 ] {e1aa1877-4244-45f7-84bb-5d7450f58e98} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
17833 2024.11.26 23:43:05.745872 [ 268 ] {e1aa1877-4244-45f7-84bb-5d7450f58e98} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17834 2024.11.26 23:43:05.746028 [ 89 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
17835 2024.11.26 23:43:05.746070 [ 89 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17836 2024.11.26 23:43:05.746070 [ 268 ] {e1aa1877-4244-45f7-84bb-5d7450f58e98} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.002277 sec., 46113.3069828722 rows/sec., 3.60 MiB/sec.
17837 2024.11.26 23:43:05.746096 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17838 2024.11.26 23:43:05.746210 [ 268 ] {e1aa1877-4244-45f7-84bb-5d7450f58e98} <Debug> TCPHandler: Processed in 0.002851217 sec.
17839 2024.11.26 23:43:05.746358 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
17840 2024.11.26 23:43:05.746430 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17841 2024.11.26 23:43:05.746626 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17842 2024.11.26 23:43:05.746706 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 915 rows starting from the beginning of the part
17843 2024.11.26 23:43:05.746715 [ 270 ] {4e03cfaf-dba5-4551-8ac3-f5c1f40a5c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17844 2024.11.26 23:43:05.746911 [ 270 ] {4e03cfaf-dba5-4551-8ac3-f5c1f40a5c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17845 2024.11.26 23:43:05.746991 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 382 rows starting from the beginning of the part
17846 2024.11.26 23:43:05.747409 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 563 rows starting from the beginning of the part
17847 2024.11.26 23:43:05.747797 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part
17848 2024.11.26 23:43:05.748222 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 382 rows starting from the beginning of the part
17849 2024.11.26 23:43:05.748524 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 105 rows starting from the beginning of the part
17850 2024.11.26 23:43:05.749693 [ 270 ] {4e03cfaf-dba5-4551-8ac3-f5c1f40a5c1f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17851 2024.11.26 23:43:05.749783 [ 270 ] {4e03cfaf-dba5-4551-8ac3-f5c1f40a5c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17852 2024.11.26 23:43:05.750821 [ 270 ] {4e03cfaf-dba5-4551-8ac3-f5c1f40a5c1f} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
17853 2024.11.26 23:43:05.751237 [ 270 ] {4e03cfaf-dba5-4551-8ac3-f5c1f40a5c1f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17854 2024.11.26 23:43:05.751662 [ 270 ] {4e03cfaf-dba5-4551-8ac3-f5c1f40a5c1f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004992 sec., 32051.28205128205 rows/sec., 2.23 MiB/sec.
17855 2024.11.26 23:43:05.752121 [ 270 ] {4e03cfaf-dba5-4551-8ac3-f5c1f40a5c1f} <Debug> TCPHandler: Processed in 0.005775524 sec.
17856 2024.11.26 23:43:05.752307 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006091737 sec., 395782.02407622 rows/sec., 30.35 MiB/sec.
17857 2024.11.26 23:43:05.752542 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17858 2024.11.26 23:43:05.752679 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
17859 2024.11.26 23:43:05.753174 [ 268 ] {82008272-647f-48cc-8a9f-1f1db5b676cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17860 2024.11.26 23:43:05.753452 [ 268 ] {82008272-647f-48cc-8a9f-1f1db5b676cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17861 2024.11.26 23:43:05.753592 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17862 2024.11.26 23:43:05.753894 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_151_30} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
17863 2024.11.26 23:43:05.754116 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
17864 2024.11.26 23:43:05.755261 [ 268 ] {82008272-647f-48cc-8a9f-1f1db5b676cd} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17865 2024.11.26 23:43:05.755305 [ 268 ] {82008272-647f-48cc-8a9f-1f1db5b676cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17866 2024.11.26 23:43:05.756030 [ 268 ] {82008272-647f-48cc-8a9f-1f1db5b676cd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
17867 2024.11.26 23:43:05.756300 [ 268 ] {82008272-647f-48cc-8a9f-1f1db5b676cd} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17868 2024.11.26 23:43:05.756552 [ 268 ] {82008272-647f-48cc-8a9f-1f1db5b676cd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003622 sec., 11319.712865819989 rows/sec., 20.28 MiB/sec.
17869 2024.11.26 23:43:05.756679 [ 268 ] {82008272-647f-48cc-8a9f-1f1db5b676cd} <Debug> TCPHandler: Processed in 0.004383301 sec.
17870 2024.11.26 23:43:05.756843 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17871 2024.11.26 23:43:05.756989 [ 270 ] {4059c0c6-6a63-4118-be5c-3b6dd01a49d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17872 2024.11.26 23:43:05.757053 [ 270 ] {4059c0c6-6a63-4118-be5c-3b6dd01a49d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17873 2024.11.26 23:43:05.757649 [ 270 ] {4059c0c6-6a63-4118-be5c-3b6dd01a49d3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17874 2024.11.26 23:43:05.757697 [ 270 ] {4059c0c6-6a63-4118-be5c-3b6dd01a49d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17875 2024.11.26 23:43:05.758090 [ 270 ] {4059c0c6-6a63-4118-be5c-3b6dd01a49d3} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
17876 2024.11.26 23:43:05.758364 [ 270 ] {4059c0c6-6a63-4118-be5c-3b6dd01a49d3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17877 2024.11.26 23:43:05.758554 [ 87 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
17878 2024.11.26 23:43:05.758615 [ 270 ] {4059c0c6-6a63-4118-be5c-3b6dd01a49d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001658 sec., 36188.17852834741 rows/sec., 2.44 MiB/sec.
17879 2024.11.26 23:43:05.758642 [ 87 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17880 2024.11.26 23:43:05.758709 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17881 2024.11.26 23:43:05.758727 [ 270 ] {4059c0c6-6a63-4118-be5c-3b6dd01a49d3} <Debug> TCPHandler: Processed in 0.001947219 sec.
17882 2024.11.26 23:43:05.758968 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
17883 2024.11.26 23:43:05.759280 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17884 2024.11.26 23:43:05.759369 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8842 rows starting from the beginning of the part
17885 2024.11.26 23:43:05.759626 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 82 rows starting from the beginning of the part
17886 2024.11.26 23:43:05.760001 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 36 rows starting from the beginning of the part
17887 2024.11.26 23:43:05.760430 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 24 rows starting from the beginning of the part
17888 2024.11.26 23:43:05.760699 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
17889 2024.11.26 23:43:05.761001 [ 197 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
17890 2024.11.26 23:43:05.763940 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005112548 sec., 1785019.915705437 rows/sec., 116.38 MiB/sec.
17891 2024.11.26 23:43:05.764214 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
17892 2024.11.26 23:43:05.764608 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_151_30} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17893 2024.11.26 23:43:05.764709 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_151_30} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
17894 2024.11.26 23:43:05.764806 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB.
17895 2024.11.26 23:43:07.587757 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664
17896 2024.11.26 23:43:07.612165 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17897 2024.11.26 23:43:07.612232 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17898 2024.11.26 23:43:07.620010 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
17899 2024.11.26 23:43:07.620888 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17900 2024.11.26 23:43:07.624565 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664
17901 2024.11.26 23:43:10.539083 [ 221 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
17902 2024.11.26 23:43:10.539165 [ 221 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
17903 2024.11.26 23:43:10.540581 [ 221 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
17904 2024.11.26 23:43:10.740020 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17905 2024.11.26 23:43:10.740224 [ 268 ] {b73d6949-b3fa-4fc6-865c-88a6a52d3bbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17906 2024.11.26 23:43:10.740299 [ 268 ] {b73d6949-b3fa-4fc6-865c-88a6a52d3bbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17907 2024.11.26 23:43:10.741102 [ 268 ] {b73d6949-b3fa-4fc6-865c-88a6a52d3bbc} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17908 2024.11.26 23:43:10.741156 [ 268 ] {b73d6949-b3fa-4fc6-865c-88a6a52d3bbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17909 2024.11.26 23:43:10.741624 [ 268 ] {b73d6949-b3fa-4fc6-865c-88a6a52d3bbc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
17910 2024.11.26 23:43:10.741897 [ 268 ] {b73d6949-b3fa-4fc6-865c-88a6a52d3bbc} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17911 2024.11.26 23:43:10.742134 [ 268 ] {b73d6949-b3fa-4fc6-865c-88a6a52d3bbc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec.
17912 2024.11.26 23:43:10.742191 [ 268 ] {b73d6949-b3fa-4fc6-865c-88a6a52d3bbc} <Debug> TCPHandler: Processed in 0.002334162 sec.
17913 2024.11.26 23:43:10.742471 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17914 2024.11.26 23:43:10.742675 [ 270 ] {7659d6b1-375b-4336-8a06-4898f1af320f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17915 2024.11.26 23:43:10.742754 [ 270 ] {7659d6b1-375b-4336-8a06-4898f1af320f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17916 2024.11.26 23:43:10.743695 [ 270 ] {7659d6b1-375b-4336-8a06-4898f1af320f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17917 2024.11.26 23:43:10.743756 [ 270 ] {7659d6b1-375b-4336-8a06-4898f1af320f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17918 2024.11.26 23:43:10.744804 [ 270 ] {7659d6b1-375b-4336-8a06-4898f1af320f} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
17919 2024.11.26 23:43:10.745199 [ 270 ] {7659d6b1-375b-4336-8a06-4898f1af320f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17920 2024.11.26 23:43:10.745532 [ 270 ] {7659d6b1-375b-4336-8a06-4898f1af320f} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002908 sec., 69807.42778541954 rows/sec., 6.04 MiB/sec.
17921 2024.11.26 23:43:10.745651 [ 270 ] {7659d6b1-375b-4336-8a06-4898f1af320f} <Debug> TCPHandler: Processed in 0.003311851 sec.
17922 2024.11.26 23:43:10.745900 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17923 2024.11.26 23:43:10.746057 [ 268 ] {c2f4ff2f-ea0b-49e6-aeb4-ce78e4ac0840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17924 2024.11.26 23:43:10.746110 [ 268 ] {c2f4ff2f-ea0b-49e6-aeb4-ce78e4ac0840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17925 2024.11.26 23:43:10.746742 [ 268 ] {c2f4ff2f-ea0b-49e6-aeb4-ce78e4ac0840} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17926 2024.11.26 23:43:10.746785 [ 268 ] {c2f4ff2f-ea0b-49e6-aeb4-ce78e4ac0840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17927 2024.11.26 23:43:10.747175 [ 268 ] {c2f4ff2f-ea0b-49e6-aeb4-ce78e4ac0840} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
17928 2024.11.26 23:43:10.747426 [ 268 ] {c2f4ff2f-ea0b-49e6-aeb4-ce78e4ac0840} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17929 2024.11.26 23:43:10.747671 [ 268 ] {c2f4ff2f-ea0b-49e6-aeb4-ce78e4ac0840} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001647 sec., 4250.151791135398 rows/sec., 276.90 KiB/sec.
17930 2024.11.26 23:43:10.747779 [ 268 ] {c2f4ff2f-ea0b-49e6-aeb4-ce78e4ac0840} <Debug> TCPHandler: Processed in 0.001975038 sec.
17931 2024.11.26 23:43:10.747988 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17932 2024.11.26 23:43:10.748167 [ 270 ] {c6cf829c-d606-43e6-a01c-e91c529e3aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17933 2024.11.26 23:43:10.748223 [ 270 ] {c6cf829c-d606-43e6-a01c-e91c529e3aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17934 2024.11.26 23:43:10.748816 [ 270 ] {c6cf829c-d606-43e6-a01c-e91c529e3aec} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17935 2024.11.26 23:43:10.748856 [ 270 ] {c6cf829c-d606-43e6-a01c-e91c529e3aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17936 2024.11.26 23:43:10.749299 [ 270 ] {c6cf829c-d606-43e6-a01c-e91c529e3aec} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
17937 2024.11.26 23:43:10.749586 [ 270 ] {c6cf829c-d606-43e6-a01c-e91c529e3aec} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17938 2024.11.26 23:43:10.749780 [ 83 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
17939 2024.11.26 23:43:10.749849 [ 270 ] {c6cf829c-d606-43e6-a01c-e91c529e3aec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00172 sec., 8139.53488372093 rows/sec., 570.04 KiB/sec.
17940 2024.11.26 23:43:10.749876 [ 83 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17941 2024.11.26 23:43:10.749940 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17942 2024.11.26 23:43:10.749995 [ 270 ] {c6cf829c-d606-43e6-a01c-e91c529e3aec} <Debug> TCPHandler: Processed in 0.002076669 sec.
17943 2024.11.26 23:43:10.750140 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
17944 2024.11.26 23:43:10.750203 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17945 2024.11.26 23:43:10.750283 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17946 2024.11.26 23:43:10.750359 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 242 rows starting from the beginning of the part
17947 2024.11.26 23:43:10.750446 [ 268 ] {a9759edf-854e-46cb-8529-1b7f38cf1fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17948 2024.11.26 23:43:10.750601 [ 268 ] {a9759edf-854e-46cb-8529-1b7f38cf1fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17949 2024.11.26 23:43:10.750657 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 14 rows starting from the beginning of the part
17950 2024.11.26 23:43:10.751126 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 14 rows starting from the beginning of the part
17951 2024.11.26 23:43:10.751457 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 228 rows starting from the beginning of the part
17952 2024.11.26 23:43:10.751787 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 14 rows starting from the beginning of the part
17953 2024.11.26 23:43:10.752116 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 14 rows starting from the beginning of the part
17954 2024.11.26 23:43:10.753718 [ 268 ] {a9759edf-854e-46cb-8529-1b7f38cf1fac} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17955 2024.11.26 23:43:10.753791 [ 268 ] {a9759edf-854e-46cb-8529-1b7f38cf1fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17956 2024.11.26 23:43:10.754734 [ 268 ] {a9759edf-854e-46cb-8529-1b7f38cf1fac} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
17957 2024.11.26 23:43:10.755321 [ 268 ] {a9759edf-854e-46cb-8529-1b7f38cf1fac} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17958 2024.11.26 23:43:10.755347 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005291809 sec., 99398.90120750769 rows/sec., 7.12 MiB/sec.
17959 2024.11.26 23:43:10.755577 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
17960 2024.11.26 23:43:10.755710 [ 268 ] {a9759edf-854e-46cb-8529-1b7f38cf1fac} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005323 sec., 2442.231824159309 rows/sec., 152.27 KiB/sec.
17961 2024.11.26 23:43:10.755898 [ 268 ] {a9759edf-854e-46cb-8529-1b7f38cf1fac} <Debug> TCPHandler: Processed in 0.005779544 sec.
17962 2024.11.26 23:43:10.756202 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17963 2024.11.26 23:43:10.756283 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17964 2024.11.26 23:43:10.756512 [ 270 ] {595ea110-ee58-4902-af5b-8e72af30046c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17965 2024.11.26 23:43:10.756518 [ 197 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_86_17} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
17966 2024.11.26 23:43:10.756614 [ 270 ] {595ea110-ee58-4902-af5b-8e72af30046c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17967 2024.11.26 23:43:10.756693 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
17968 2024.11.26 23:43:10.757502 [ 270 ] {595ea110-ee58-4902-af5b-8e72af30046c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17969 2024.11.26 23:43:10.757548 [ 270 ] {595ea110-ee58-4902-af5b-8e72af30046c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17970 2024.11.26 23:43:10.757953 [ 270 ] {595ea110-ee58-4902-af5b-8e72af30046c} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
17971 2024.11.26 23:43:10.758209 [ 270 ] {595ea110-ee58-4902-af5b-8e72af30046c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17972 2024.11.26 23:43:10.758430 [ 270 ] {595ea110-ee58-4902-af5b-8e72af30046c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001986 sec., 192346.42497482378 rows/sec., 13.61 MiB/sec.
17973 2024.11.26 23:43:10.758485 [ 270 ] {595ea110-ee58-4902-af5b-8e72af30046c} <Debug> TCPHandler: Processed in 0.002464114 sec.
17974 2024.11.26 23:43:10.758643 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17975 2024.11.26 23:43:10.758774 [ 268 ] {b6361f42-1eb1-4f03-99ec-da8b34cfea49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
17976 2024.11.26 23:43:10.758829 [ 268 ] {b6361f42-1eb1-4f03-99ec-da8b34cfea49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
17977 2024.11.26 23:43:10.759337 [ 268 ] {b6361f42-1eb1-4f03-99ec-da8b34cfea49} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17978 2024.11.26 23:43:10.759374 [ 268 ] {b6361f42-1eb1-4f03-99ec-da8b34cfea49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17979 2024.11.26 23:43:10.759739 [ 268 ] {b6361f42-1eb1-4f03-99ec-da8b34cfea49} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
17980 2024.11.26 23:43:10.759977 [ 268 ] {b6361f42-1eb1-4f03-99ec-da8b34cfea49} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17981 2024.11.26 23:43:10.760153 [ 268 ] {b6361f42-1eb1-4f03-99ec-da8b34cfea49} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001411 sec., 4252.303330970943 rows/sec., 222.17 KiB/sec.
17982 2024.11.26 23:43:10.760203 [ 268 ] {b6361f42-1eb1-4f03-99ec-da8b34cfea49} <Debug> TCPHandler: Processed in 0.001620945 sec.
17983 2024.11.26 23:43:10.760366 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17984 2024.11.26 23:43:10.760490 [ 270 ] {6ced2246-272b-4925-9906-8d139fbcb8cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17985 2024.11.26 23:43:10.760545 [ 270 ] {6ced2246-272b-4925-9906-8d139fbcb8cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17986 2024.11.26 23:43:10.761168 [ 270 ] {6ced2246-272b-4925-9906-8d139fbcb8cc} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17987 2024.11.26 23:43:10.761207 [ 270 ] {6ced2246-272b-4925-9906-8d139fbcb8cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17988 2024.11.26 23:43:10.761616 [ 270 ] {6ced2246-272b-4925-9906-8d139fbcb8cc} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
17989 2024.11.26 23:43:10.761862 [ 270 ] {6ced2246-272b-4925-9906-8d139fbcb8cc} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17990 2024.11.26 23:43:10.762119 [ 270 ] {6ced2246-272b-4925-9906-8d139fbcb8cc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec.
17991 2024.11.26 23:43:10.762280 [ 270 ] {6ced2246-272b-4925-9906-8d139fbcb8cc} <Debug> TCPHandler: Processed in 0.001966408 sec.
17992 2024.11.26 23:43:10.762600 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17993 2024.11.26 23:43:10.763012 [ 268 ] {634428bb-cae6-465d-8348-7323d1ec3c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
17994 2024.11.26 23:43:10.763217 [ 268 ] {634428bb-cae6-465d-8348-7323d1ec3c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
17995 2024.11.26 23:43:10.765298 [ 268 ] {634428bb-cae6-465d-8348-7323d1ec3c00} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17996 2024.11.26 23:43:10.765336 [ 268 ] {634428bb-cae6-465d-8348-7323d1ec3c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17997 2024.11.26 23:43:10.765699 [ 268 ] {634428bb-cae6-465d-8348-7323d1ec3c00} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
17998 2024.11.26 23:43:10.765945 [ 268 ] {634428bb-cae6-465d-8348-7323d1ec3c00} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17999 2024.11.26 23:43:10.766125 [ 268 ] {634428bb-cae6-465d-8348-7323d1ec3c00} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003264 sec., 306.37254901960785 rows/sec., 20.64 KiB/sec.
18000 2024.11.26 23:43:10.766176 [ 268 ] {634428bb-cae6-465d-8348-7323d1ec3c00} <Debug> TCPHandler: Processed in 0.003740185 sec.
18001 2024.11.26 23:43:10.766342 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18002 2024.11.26 23:43:10.766465 [ 270 ] {819bc996-5549-460c-b236-d9b9459e06ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18003 2024.11.26 23:43:10.766518 [ 270 ] {819bc996-5549-460c-b236-d9b9459e06ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18004 2024.11.26 23:43:10.767014 [ 270 ] {819bc996-5549-460c-b236-d9b9459e06ee} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18005 2024.11.26 23:43:10.767051 [ 270 ] {819bc996-5549-460c-b236-d9b9459e06ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18006 2024.11.26 23:43:10.767429 [ 270 ] {819bc996-5549-460c-b236-d9b9459e06ee} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
18007 2024.11.26 23:43:10.767681 [ 270 ] {819bc996-5549-460c-b236-d9b9459e06ee} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18008 2024.11.26 23:43:10.767889 [ 270 ] {819bc996-5549-460c-b236-d9b9459e06ee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00145 sec., 56551.724137931036 rows/sec., 3.59 MiB/sec.
18009 2024.11.26 23:43:10.767937 [ 270 ] {819bc996-5549-460c-b236-d9b9459e06ee} <Debug> TCPHandler: Processed in 0.001652906 sec.
18010 2024.11.26 23:43:12.191786 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809
18011 2024.11.26 23:43:12.192472 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18012 2024.11.26 23:43:12.192514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18013 2024.11.26 23:43:12.193044 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
18014 2024.11.26 23:43:12.193300 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18015 2024.11.26 23:43:12.193546 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809
18016 2024.11.26 23:43:14.966106 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2532
18017 2024.11.26 23:43:14.969179 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18018 2024.11.26 23:43:14.969241 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18019 2024.11.26 23:43:14.970722 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
18020 2024.11.26 23:43:14.971040 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18021 2024.11.26 23:43:14.973371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2532
18022 2024.11.26 23:43:15.013123 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
18023 2024.11.26 23:43:15.013181 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
18024 2024.11.26 23:43:15.014973 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
18025 2024.11.26 23:43:15.124753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671
18026 2024.11.26 23:43:15.148844 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18027 2024.11.26 23:43:15.148912 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18028 2024.11.26 23:43:15.156614 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
18029 2024.11.26 23:43:15.157455 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18030 2024.11.26 23:43:15.163056 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671
18031 2024.11.26 23:43:15.487435 [ 225 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
18032 2024.11.26 23:43:15.487494 [ 225 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
18033 2024.11.26 23:43:15.489042 [ 225 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
18034 2024.11.26 23:43:15.667634 [ 219 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
18035 2024.11.26 23:43:15.667687 [ 219 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
18036 2024.11.26 23:43:15.669404 [ 219 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
18037 2024.11.26 23:43:15.736560 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18038 2024.11.26 23:43:15.736865 [ 268 ] {9f69eb72-05ed-4f10-8846-cd3601e23dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18039 2024.11.26 23:43:15.736983 [ 268 ] {9f69eb72-05ed-4f10-8846-cd3601e23dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18040 2024.11.26 23:43:15.737926 [ 268 ] {9f69eb72-05ed-4f10-8846-cd3601e23dc7} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18041 2024.11.26 23:43:15.737977 [ 268 ] {9f69eb72-05ed-4f10-8846-cd3601e23dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18042 2024.11.26 23:43:15.738427 [ 268 ] {9f69eb72-05ed-4f10-8846-cd3601e23dc7} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
18043 2024.11.26 23:43:15.738679 [ 268 ] {9f69eb72-05ed-4f10-8846-cd3601e23dc7} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18044 2024.11.26 23:43:15.738914 [ 268 ] {9f69eb72-05ed-4f10-8846-cd3601e23dc7} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002177 sec., 63389.98621956821 rows/sec., 5.47 MiB/sec.
18045 2024.11.26 23:43:15.738987 [ 268 ] {9f69eb72-05ed-4f10-8846-cd3601e23dc7} <Debug> TCPHandler: Processed in 0.002666685 sec.
18046 2024.11.26 23:43:15.739000 [ 220 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
18047 2024.11.26 23:43:15.739071 [ 220 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
18048 2024.11.26 23:43:15.739371 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18049 2024.11.26 23:43:15.739687 [ 270 ] {e89f47dd-eb2d-4351-a1a3-6eeaf91ad980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18050 2024.11.26 23:43:15.739824 [ 270 ] {e89f47dd-eb2d-4351-a1a3-6eeaf91ad980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18051 2024.11.26 23:43:15.741023 [ 270 ] {e89f47dd-eb2d-4351-a1a3-6eeaf91ad980} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18052 2024.11.26 23:43:15.741068 [ 270 ] {e89f47dd-eb2d-4351-a1a3-6eeaf91ad980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18053 2024.11.26 23:43:15.741551 [ 220 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
18054 2024.11.26 23:43:15.741605 [ 270 ] {e89f47dd-eb2d-4351-a1a3-6eeaf91ad980} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
18055 2024.11.26 23:43:15.741952 [ 270 ] {e89f47dd-eb2d-4351-a1a3-6eeaf91ad980} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18056 2024.11.26 23:43:15.742345 [ 270 ] {e89f47dd-eb2d-4351-a1a3-6eeaf91ad980} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002758 sec., 14865.844815083394 rows/sec., 1.09 MiB/sec.
18057 2024.11.26 23:43:15.742427 [ 270 ] {e89f47dd-eb2d-4351-a1a3-6eeaf91ad980} <Debug> TCPHandler: Processed in 0.003260201 sec.
18058 2024.11.26 23:43:15.742709 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18059 2024.11.26 23:43:15.742944 [ 268 ] {c40f3c06-f825-4d58-a901-bf2326ad3eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18060 2024.11.26 23:43:15.743035 [ 268 ] {c40f3c06-f825-4d58-a901-bf2326ad3eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18061 2024.11.26 23:43:15.743740 [ 268 ] {c40f3c06-f825-4d58-a901-bf2326ad3eb7} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18062 2024.11.26 23:43:15.743779 [ 268 ] {c40f3c06-f825-4d58-a901-bf2326ad3eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18063 2024.11.26 23:43:15.744148 [ 268 ] {c40f3c06-f825-4d58-a901-bf2326ad3eb7} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
18064 2024.11.26 23:43:15.744395 [ 268 ] {c40f3c06-f825-4d58-a901-bf2326ad3eb7} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18065 2024.11.26 23:43:15.744604 [ 268 ] {c40f3c06-f825-4d58-a901-bf2326ad3eb7} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001714 sec., 61260.21003500583 rows/sec., 4.79 MiB/sec.
18066 2024.11.26 23:43:15.744658 [ 268 ] {c40f3c06-f825-4d58-a901-bf2326ad3eb7} <Debug> TCPHandler: Processed in 0.00211477 sec.
18067 2024.11.26 23:43:15.744879 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18068 2024.11.26 23:43:15.745102 [ 270 ] {52265a48-1907-419d-affb-63bda2c4384a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18069 2024.11.26 23:43:15.745186 [ 270 ] {52265a48-1907-419d-affb-63bda2c4384a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18070 2024.11.26 23:43:15.745779 [ 270 ] {52265a48-1907-419d-affb-63bda2c4384a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18071 2024.11.26 23:43:15.745819 [ 270 ] {52265a48-1907-419d-affb-63bda2c4384a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18072 2024.11.26 23:43:15.746216 [ 270 ] {52265a48-1907-419d-affb-63bda2c4384a} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
18073 2024.11.26 23:43:15.746455 [ 270 ] {52265a48-1907-419d-affb-63bda2c4384a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18074 2024.11.26 23:43:15.746700 [ 270 ] {52265a48-1907-419d-affb-63bda2c4384a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec.
18075 2024.11.26 23:43:15.746752 [ 270 ] {52265a48-1907-419d-affb-63bda2c4384a} <Debug> TCPHandler: Processed in 0.001986479 sec.
18076 2024.11.26 23:43:15.746914 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18077 2024.11.26 23:43:15.747033 [ 268 ] {53ea0781-87d8-4041-98e0-29ae0fc836aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18078 2024.11.26 23:43:15.747118 [ 268 ] {53ea0781-87d8-4041-98e0-29ae0fc836aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18079 2024.11.26 23:43:15.748409 [ 268 ] {53ea0781-87d8-4041-98e0-29ae0fc836aa} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18080 2024.11.26 23:43:15.748478 [ 268 ] {53ea0781-87d8-4041-98e0-29ae0fc836aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18081 2024.11.26 23:43:15.749182 [ 268 ] {53ea0781-87d8-4041-98e0-29ae0fc836aa} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
18082 2024.11.26 23:43:15.749445 [ 268 ] {53ea0781-87d8-4041-98e0-29ae0fc836aa} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18083 2024.11.26 23:43:15.749626 [ 74 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
18084 2024.11.26 23:43:15.749711 [ 268 ] {53ea0781-87d8-4041-98e0-29ae0fc836aa} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002696 sec., 15207.715133531157 rows/sec., 27.25 MiB/sec.
18085 2024.11.26 23:43:15.749718 [ 74 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18086 2024.11.26 23:43:15.749798 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18087 2024.11.26 23:43:15.750101 [ 268 ] {53ea0781-87d8-4041-98e0-29ae0fc836aa} <Debug> TCPHandler: Processed in 0.00323488 sec.
18088 2024.11.26 23:43:15.750165 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
18089 2024.11.26 23:43:15.750378 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18090 2024.11.26 23:43:15.750798 [ 270 ] {7751c7e9-242c-478f-a238-c56af8c39cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18091 2024.11.26 23:43:15.750824 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18092 2024.11.26 23:43:15.750972 [ 270 ] {7751c7e9-242c-478f-a238-c56af8c39cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18093 2024.11.26 23:43:15.751003 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2366 rows starting from the beginning of the part
18094 2024.11.26 23:43:15.751914 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part
18095 2024.11.26 23:43:15.752764 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 41 rows starting from the beginning of the part
18096 2024.11.26 23:43:15.753508 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part
18097 2024.11.26 23:43:15.753645 [ 270 ] {7751c7e9-242c-478f-a238-c56af8c39cb3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18098 2024.11.26 23:43:15.753744 [ 270 ] {7751c7e9-242c-478f-a238-c56af8c39cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18099 2024.11.26 23:43:15.754320 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 41 rows starting from the beginning of the part
18100 2024.11.26 23:43:15.755001 [ 190 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part
18101 2024.11.26 23:43:15.755685 [ 270 ] {7751c7e9-242c-478f-a238-c56af8c39cb3} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
18102 2024.11.26 23:43:15.756261 [ 270 ] {7751c7e9-242c-478f-a238-c56af8c39cb3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18103 2024.11.26 23:43:15.756831 [ 270 ] {7751c7e9-242c-478f-a238-c56af8c39cb3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006155 sec., 9748.17221770918 rows/sec., 672.73 KiB/sec.
18104 2024.11.26 23:43:15.757002 [ 270 ] {7751c7e9-242c-478f-a238-c56af8c39cb3} <Debug> TCPHandler: Processed in 0.006767743 sec.
18105 2024.11.26 23:43:15.764762 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2571 rows, containing 19 columns (19 merged, 0 gathered) in 0.014804478 sec., 173663.67122163984 rows/sec., 311.20 MiB/sec.
18106 2024.11.26 23:43:15.767052 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
18107 2024.11.26 23:43:15.767470 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18108 2024.11.26 23:43:15.767546 [ 197 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
18109 2024.11.26 23:43:15.767702 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.97 MiB.
18110 2024.11.26 23:43:19.461528 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache
18111 2024.11.26 23:43:19.461647 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache
18112 2024.11.26 23:43:19.693837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236
18113 2024.11.26 23:43:19.694848 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18114 2024.11.26 23:43:19.694897 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18115 2024.11.26 23:43:19.695441 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
18116 2024.11.26 23:43:19.695726 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18117 2024.11.26 23:43:19.695987 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236
18118 2024.11.26 23:43:19.696048 [ 225 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
18119 2024.11.26 23:43:19.696111 [ 225 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
18120 2024.11.26 23:43:19.697668 [ 225 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
18121 2024.11.26 23:43:20.145616 [ 218 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
18122 2024.11.26 23:43:20.145677 [ 218 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
18123 2024.11.26 23:43:20.147103 [ 218 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
18124 2024.11.26 23:43:20.739578 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18125 2024.11.26 23:43:20.739885 [ 268 ] {924f1b9c-a458-4c61-90f1-2a473cf64fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18126 2024.11.26 23:43:20.740001 [ 268 ] {924f1b9c-a458-4c61-90f1-2a473cf64fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18127 2024.11.26 23:43:20.740892 [ 268 ] {924f1b9c-a458-4c61-90f1-2a473cf64fd1} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18128 2024.11.26 23:43:20.740941 [ 268 ] {924f1b9c-a458-4c61-90f1-2a473cf64fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18129 2024.11.26 23:43:20.741377 [ 268 ] {924f1b9c-a458-4c61-90f1-2a473cf64fd1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
18130 2024.11.26 23:43:20.741633 [ 268 ] {924f1b9c-a458-4c61-90f1-2a473cf64fd1} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18131 2024.11.26 23:43:20.741840 [ 72 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0
18132 2024.11.26 23:43:20.741865 [ 268 ] {924f1b9c-a458-4c61-90f1-2a473cf64fd1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002067 sec., 6773.101112723755 rows/sec., 487.57 KiB/sec.
18133 2024.11.26 23:43:20.741926 [ 72 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18134 2024.11.26 23:43:20.741993 [ 268 ] {924f1b9c-a458-4c61-90f1-2a473cf64fd1} <Debug> TCPHandler: Processed in 0.002597074 sec.
18135 2024.11.26 23:43:20.741999 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18136 2024.11.26 23:43:20.742231 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
18137 2024.11.26 23:43:20.742284 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18138 2024.11.26 23:43:20.742524 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18139 2024.11.26 23:43:20.742613 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
18140 2024.11.26 23:43:20.742615 [ 270 ] {98cdf320-cec3-48c6-bba0-8b26e1d667d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18141 2024.11.26 23:43:20.742805 [ 270 ] {98cdf320-cec3-48c6-bba0-8b26e1d667d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18142 2024.11.26 23:43:20.742874 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
18143 2024.11.26 23:43:20.743330 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
18144 2024.11.26 23:43:20.743635 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
18145 2024.11.26 23:43:20.743953 [ 199 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
18146 2024.11.26 23:43:20.746180 [ 270 ] {98cdf320-cec3-48c6-bba0-8b26e1d667d8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18147 2024.11.26 23:43:20.746264 [ 270 ] {98cdf320-cec3-48c6-bba0-8b26e1d667d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18148 2024.11.26 23:43:20.746635 [ 197 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004511982 sec., 15514.246289103103 rows/sec., 1.15 MiB/sec.
18149 2024.11.26 23:43:20.746899 [ 197 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary)
18150 2024.11.26 23:43:20.747272 [ 270 ] {98cdf320-cec3-48c6-bba0-8b26e1d667d8} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
18151 2024.11.26 23:43:20.747527 [ 198 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_65_16} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18152 2024.11.26 23:43:20.747749 [ 270 ] {98cdf320-cec3-48c6-bba0-8b26e1d667d8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18153 2024.11.26 23:43:20.747782 [ 198 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_65_16} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16
18154 2024.11.26 23:43:20.748020 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
18155 2024.11.26 23:43:20.748127 [ 270 ] {98cdf320-cec3-48c6-bba0-8b26e1d667d8} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00563 sec., 36056.83836589698 rows/sec., 3.12 MiB/sec.
18156 2024.11.26 23:43:20.748206 [ 270 ] {98cdf320-cec3-48c6-bba0-8b26e1d667d8} <Debug> TCPHandler: Processed in 0.006085167 sec.
18157 2024.11.26 23:43:20.748386 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18158 2024.11.26 23:43:20.748526 [ 268 ] {bd7c50b5-ddb3-4e4e-a11d-597834082b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18159 2024.11.26 23:43:20.748585 [ 268 ] {bd7c50b5-ddb3-4e4e-a11d-597834082b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18160 2024.11.26 23:43:20.749288 [ 268 ] {bd7c50b5-ddb3-4e4e-a11d-597834082b97} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18161 2024.11.26 23:43:20.749331 [ 268 ] {bd7c50b5-ddb3-4e4e-a11d-597834082b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18162 2024.11.26 23:43:20.749701 [ 268 ] {bd7c50b5-ddb3-4e4e-a11d-597834082b97} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
18163 2024.11.26 23:43:20.749943 [ 268 ] {bd7c50b5-ddb3-4e4e-a11d-597834082b97} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18164 2024.11.26 23:43:20.750109 [ 72 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
18165 2024.11.26 23:43:20.750163 [ 72 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18166 2024.11.26 23:43:20.750176 [ 268 ] {bd7c50b5-ddb3-4e4e-a11d-597834082b97} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001672 sec., 4186.602870813397 rows/sec., 272.76 KiB/sec.
18167 2024.11.26 23:43:20.750193 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18168 2024.11.26 23:43:20.750340 [ 268 ] {bd7c50b5-ddb3-4e4e-a11d-597834082b97} <Debug> TCPHandler: Processed in 0.002020079 sec.
18169 2024.11.26 23:43:20.750534 [ 189 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
18170 2024.11.26 23:43:20.750605 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18171 2024.11.26 23:43:20.751026 [ 270 ] {82d315b3-9bd5-4382-9b9b-bf1870bc933b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18172 2024.11.26 23:43:20.751075 [ 189 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18173 2024.11.26 23:43:20.751209 [ 270 ] {82d315b3-9bd5-4382-9b9b-bf1870bc933b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18174 2024.11.26 23:43:20.751245 [ 189 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 66 rows starting from the beginning of the part
18175 2024.11.26 23:43:20.751686 [ 189 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 7 rows starting from the beginning of the part
18176 2024.11.26 23:43:20.752012 [ 189 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 41 rows starting from the beginning of the part
18177 2024.11.26 23:43:20.752393 [ 189 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 7 rows starting from the beginning of the part
18178 2024.11.26 23:43:20.752733 [ 189 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 41 rows starting from the beginning of the part
18179 2024.11.26 23:43:20.753075 [ 189 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 7 rows starting from the beginning of the part
18180 2024.11.26 23:43:20.755693 [ 270 ] {82d315b3-9bd5-4382-9b9b-bf1870bc933b} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18181 2024.11.26 23:43:20.755833 [ 270 ] {82d315b3-9bd5-4382-9b9b-bf1870bc933b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18182 2024.11.26 23:43:20.756978 [ 270 ] {82d315b3-9bd5-4382-9b9b-bf1870bc933b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
18183 2024.11.26 23:43:20.757365 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 5 columns (5 merged, 0 gathered) in 0.007049106 sec., 23974.671398046787 rows/sec., 1.80 MiB/sec.
18184 2024.11.26 23:43:20.757511 [ 270 ] {82d315b3-9bd5-4382-9b9b-bf1870bc933b} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18185 2024.11.26 23:43:20.757659 [ 186 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
18186 2024.11.26 23:43:20.757964 [ 270 ] {82d315b3-9bd5-4382-9b9b-bf1870bc933b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007101 sec., 1971.5533023517814 rows/sec., 138.07 KiB/sec.
18187 2024.11.26 23:43:20.758099 [ 270 ] {82d315b3-9bd5-4382-9b9b-bf1870bc933b} <Debug> TCPHandler: Processed in 0.007629961 sec.
18188 2024.11.26 23:43:20.758301 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18189 2024.11.26 23:43:20.758403 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18190 2024.11.26 23:43:20.758519 [ 268 ] {23957b5a-a65f-4ee1-8631-54f9f5edbb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18191 2024.11.26 23:43:20.758601 [ 268 ] {23957b5a-a65f-4ee1-8631-54f9f5edbb68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18192 2024.11.26 23:43:20.758617 [ 196 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_131_26} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
18193 2024.11.26 23:43:20.758809 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
18194 2024.11.26 23:43:20.759344 [ 268 ] {23957b5a-a65f-4ee1-8631-54f9f5edbb68} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18195 2024.11.26 23:43:20.759388 [ 268 ] {23957b5a-a65f-4ee1-8631-54f9f5edbb68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18196 2024.11.26 23:43:20.759740 [ 268 ] {23957b5a-a65f-4ee1-8631-54f9f5edbb68} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
18197 2024.11.26 23:43:20.759977 [ 268 ] {23957b5a-a65f-4ee1-8631-54f9f5edbb68} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18198 2024.11.26 23:43:20.760104 [ 73 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0
18199 2024.11.26 23:43:20.760152 [ 73 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18200 2024.11.26 23:43:20.760158 [ 268 ] {23957b5a-a65f-4ee1-8631-54f9f5edbb68} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001712 sec., 7593.457943925234 rows/sec., 473.45 KiB/sec.
18201 2024.11.26 23:43:20.760180 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18202 2024.11.26 23:43:20.760241 [ 268 ] {23957b5a-a65f-4ee1-8631-54f9f5edbb68} <Debug> TCPHandler: Processed in 0.002025369 sec.
18203 2024.11.26 23:43:20.760463 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
18204 2024.11.26 23:43:20.760559 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18205 2024.11.26 23:43:20.760667 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18206 2024.11.26 23:43:20.760714 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
18207 2024.11.26 23:43:20.761076 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
18208 2024.11.26 23:43:20.761088 [ 270 ] {31a0010f-0fb7-4421-905f-457b01118cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18209 2024.11.26 23:43:20.761364 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
18210 2024.11.26 23:43:20.761381 [ 270 ] {31a0010f-0fb7-4421-905f-457b01118cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18211 2024.11.26 23:43:20.761715 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
18212 2024.11.26 23:43:20.762029 [ 186 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
18213 2024.11.26 23:43:20.764348 [ 270 ] {31a0010f-0fb7-4421-905f-457b01118cd9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18214 2024.11.26 23:43:20.764439 [ 270 ] {31a0010f-0fb7-4421-905f-457b01118cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18215 2024.11.26 23:43:20.764599 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00430909 sec., 15084.391368015058 rows/sec., 999.43 KiB/sec.
18216 2024.11.26 23:43:20.764979 [ 187 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary)
18217 2024.11.26 23:43:20.765309 [ 270 ] {31a0010f-0fb7-4421-905f-457b01118cd9} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
18218 2024.11.26 23:43:20.765677 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_65_16} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18219 2024.11.26 23:43:20.765780 [ 270 ] {31a0010f-0fb7-4421-905f-457b01118cd9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18220 2024.11.26 23:43:20.765803 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_65_16} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16
18221 2024.11.26 23:43:20.765938 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
18222 2024.11.26 23:43:20.766090 [ 270 ] {31a0010f-0fb7-4421-905f-457b01118cd9} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005274 sec., 72430.79256731134 rows/sec., 5.13 MiB/sec.
18223 2024.11.26 23:43:20.766154 [ 270 ] {31a0010f-0fb7-4421-905f-457b01118cd9} <Debug> TCPHandler: Processed in 0.005800574 sec.
18224 2024.11.26 23:43:20.766320 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18225 2024.11.26 23:43:20.766458 [ 268 ] {b376a78f-0362-4829-a56d-4532dcbb695f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
18226 2024.11.26 23:43:20.766520 [ 268 ] {b376a78f-0362-4829-a56d-4532dcbb695f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18227 2024.11.26 23:43:20.767097 [ 268 ] {b376a78f-0362-4829-a56d-4532dcbb695f} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18228 2024.11.26 23:43:20.767143 [ 268 ] {b376a78f-0362-4829-a56d-4532dcbb695f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18229 2024.11.26 23:43:20.767540 [ 268 ] {b376a78f-0362-4829-a56d-4532dcbb695f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
18230 2024.11.26 23:43:20.767783 [ 268 ] {b376a78f-0362-4829-a56d-4532dcbb695f} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18231 2024.11.26 23:43:20.767994 [ 268 ] {b376a78f-0362-4829-a56d-4532dcbb695f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec.
18232 2024.11.26 23:43:20.768058 [ 268 ] {b376a78f-0362-4829-a56d-4532dcbb695f} <Debug> TCPHandler: Processed in 0.001804517 sec.
18233 2024.11.26 23:43:20.768263 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18234 2024.11.26 23:43:20.768415 [ 270 ] {0ffd242d-050d-4973-bb69-07f8caa25a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18235 2024.11.26 23:43:20.768477 [ 270 ] {0ffd242d-050d-4973-bb69-07f8caa25a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18236 2024.11.26 23:43:20.769189 [ 270 ] {0ffd242d-050d-4973-bb69-07f8caa25a6a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18237 2024.11.26 23:43:20.769255 [ 270 ] {0ffd242d-050d-4973-bb69-07f8caa25a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18238 2024.11.26 23:43:20.770425 [ 270 ] {0ffd242d-050d-4973-bb69-07f8caa25a6a} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
18239 2024.11.26 23:43:20.770680 [ 270 ] {0ffd242d-050d-4973-bb69-07f8caa25a6a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18240 2024.11.26 23:43:20.770910 [ 270 ] {0ffd242d-050d-4973-bb69-07f8caa25a6a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002526 sec., 93824.22802850357 rows/sec., 6.29 MiB/sec.
18241 2024.11.26 23:43:20.770987 [ 270 ] {0ffd242d-050d-4973-bb69-07f8caa25a6a} <Debug> TCPHandler: Processed in 0.002827736 sec.
18242 2024.11.26 23:43:20.771191 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18243 2024.11.26 23:43:20.771499 [ 268 ] {e78fa583-678a-45ac-af91-c199cefe6490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
18244 2024.11.26 23:43:20.771583 [ 268 ] {e78fa583-678a-45ac-af91-c199cefe6490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18245 2024.11.26 23:43:20.772141 [ 268 ] {e78fa583-678a-45ac-af91-c199cefe6490} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18246 2024.11.26 23:43:20.772186 [ 268 ] {e78fa583-678a-45ac-af91-c199cefe6490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18247 2024.11.26 23:43:20.772577 [ 268 ] {e78fa583-678a-45ac-af91-c199cefe6490} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
18248 2024.11.26 23:43:20.772818 [ 268 ] {e78fa583-678a-45ac-af91-c199cefe6490} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18249 2024.11.26 23:43:20.772945 [ 73 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0
18250 2024.11.26 23:43:20.772984 [ 73 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18251 2024.11.26 23:43:20.773005 [ 268 ] {e78fa583-678a-45ac-af91-c199cefe6490} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001616 sec., 618.8118811881188 rows/sec., 41.70 KiB/sec.
18252 2024.11.26 23:43:20.773010 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18253 2024.11.26 23:43:20.773127 [ 268 ] {e78fa583-678a-45ac-af91-c199cefe6490} <Debug> TCPHandler: Processed in 0.00205357 sec.
18254 2024.11.26 23:43:20.773266 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
18255 2024.11.26 23:43:20.773354 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18256 2024.11.26 23:43:20.773469 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18257 2024.11.26 23:43:20.773514 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 60 rows starting from the beginning of the part
18258 2024.11.26 23:43:20.773829 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part
18259 2024.11.26 23:43:20.773937 [ 270 ] {f282d894-7e11-441d-b435-fdfafd0f0aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18260 2024.11.26 23:43:20.774089 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part
18261 2024.11.26 23:43:20.774366 [ 270 ] {f282d894-7e11-441d-b435-fdfafd0f0aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18262 2024.11.26 23:43:20.774405 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part
18263 2024.11.26 23:43:20.774721 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part
18264 2024.11.26 23:43:20.775065 [ 187 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part
18265 2024.11.26 23:43:20.776779 [ 270 ] {f282d894-7e11-441d-b435-fdfafd0f0aee} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18266 2024.11.26 23:43:20.776855 [ 270 ] {f282d894-7e11-441d-b435-fdfafd0f0aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18267 2024.11.26 23:43:20.777897 [ 270 ] {f282d894-7e11-441d-b435-fdfafd0f0aee} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
18268 2024.11.26 23:43:20.778018 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 4 columns (4 merged, 0 gathered) in 0.004893466 sec., 13283.018621157275 rows/sec., 895.05 KiB/sec.
18269 2024.11.26 23:43:20.778237 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary)
18270 2024.11.26 23:43:20.778369 [ 270 ] {f282d894-7e11-441d-b435-fdfafd0f0aee} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18271 2024.11.26 23:43:20.778826 [ 270 ] {f282d894-7e11-441d-b435-fdfafd0f0aee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005174 sec., 15848.473134905296 rows/sec., 1.01 MiB/sec.
18272 2024.11.26 23:43:20.778891 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18273 2024.11.26 23:43:20.778985 [ 270 ] {f282d894-7e11-441d-b435-fdfafd0f0aee} <Debug> TCPHandler: Processed in 0.005750614 sec.
18274 2024.11.26 23:43:20.779094 [ 195 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_65_13} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13
18275 2024.11.26 23:43:20.779189 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
18276 2024.11.26 23:43:21.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.74 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 274.92 MiB (RSS), difference: 3.18 MiB
18277 2024.11.26 23:43:21.274479 [ 223 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
18278 2024.11.26 23:43:21.274563 [ 223 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
18279 2024.11.26 23:43:21.276036 [ 223 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
18280 2024.11.26 23:43:21.498515 [ 219 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
18281 2024.11.26 23:43:21.498578 [ 219 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
18282 2024.11.26 23:43:21.500291 [ 219 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
18283 2024.11.26 23:43:22.663257 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679
18284 2024.11.26 23:43:22.686458 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18285 2024.11.26 23:43:22.686525 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18286 2024.11.26 23:43:22.694342 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
18287 2024.11.26 23:43:22.695160 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18288 2024.11.26 23:43:22.699647 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679
18289 2024.11.26 23:43:23.155485 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18290 2024.11.26 23:43:23.155718 [ 268 ] {2caee195-3562-47b4-9080-101ddd9dc400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18291 2024.11.26 23:43:23.155799 [ 268 ] {2caee195-3562-47b4-9080-101ddd9dc400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18292 2024.11.26 23:43:23.156674 [ 268 ] {2caee195-3562-47b4-9080-101ddd9dc400} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18293 2024.11.26 23:43:23.156720 [ 268 ] {2caee195-3562-47b4-9080-101ddd9dc400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18294 2024.11.26 23:43:23.157156 [ 268 ] {2caee195-3562-47b4-9080-101ddd9dc400} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
18295 2024.11.26 23:43:23.157432 [ 268 ] {2caee195-3562-47b4-9080-101ddd9dc400} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18296 2024.11.26 23:43:23.157672 [ 268 ] {2caee195-3562-47b4-9080-101ddd9dc400} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002012 sec., 6958.250497017893 rows/sec., 567.40 KiB/sec.
18297 2024.11.26 23:43:23.157754 [ 268 ] {2caee195-3562-47b4-9080-101ddd9dc400} <Debug> TCPHandler: Processed in 0.002430423 sec.
18298 2024.11.26 23:43:23.158103 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18299 2024.11.26 23:43:23.158414 [ 270 ] {9e07ac01-971b-4ded-b47d-c75d90705fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18300 2024.11.26 23:43:23.158493 [ 270 ] {9e07ac01-971b-4ded-b47d-c75d90705fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18301 2024.11.26 23:43:23.159975 [ 270 ] {9e07ac01-971b-4ded-b47d-c75d90705fce} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18302 2024.11.26 23:43:23.160019 [ 270 ] {9e07ac01-971b-4ded-b47d-c75d90705fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18303 2024.11.26 23:43:23.160558 [ 270 ] {9e07ac01-971b-4ded-b47d-c75d90705fce} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
18304 2024.11.26 23:43:23.160836 [ 270 ] {9e07ac01-971b-4ded-b47d-c75d90705fce} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18305 2024.11.26 23:43:23.161047 [ 270 ] {9e07ac01-971b-4ded-b47d-c75d90705fce} <Debug> executeQuery: Read 1285 rows, 109.28 KiB in 0.002724 sec., 471732.7459618209 rows/sec., 39.18 MiB/sec.
18306 2024.11.26 23:43:23.161116 [ 270 ] {9e07ac01-971b-4ded-b47d-c75d90705fce} <Debug> TCPHandler: Processed in 0.003204489 sec.
18307 2024.11.26 23:43:23.161275 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18308 2024.11.26 23:43:23.161411 [ 268 ] {9cc28d00-02b7-4d6f-8076-677bf8dba849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18309 2024.11.26 23:43:23.161475 [ 268 ] {9cc28d00-02b7-4d6f-8076-677bf8dba849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18310 2024.11.26 23:43:23.162238 [ 268 ] {9cc28d00-02b7-4d6f-8076-677bf8dba849} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18311 2024.11.26 23:43:23.162286 [ 268 ] {9cc28d00-02b7-4d6f-8076-677bf8dba849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18312 2024.11.26 23:43:23.162681 [ 268 ] {9cc28d00-02b7-4d6f-8076-677bf8dba849} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
18313 2024.11.26 23:43:23.162926 [ 268 ] {9cc28d00-02b7-4d6f-8076-677bf8dba849} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18314 2024.11.26 23:43:23.163140 [ 268 ] {9cc28d00-02b7-4d6f-8076-677bf8dba849} <Debug> executeQuery: Read 55 rows, 4.06 KiB in 0.001764 sec., 31179.138321995466 rows/sec., 2.25 MiB/sec.
18315 2024.11.26 23:43:23.163196 [ 268 ] {9cc28d00-02b7-4d6f-8076-677bf8dba849} <Debug> TCPHandler: Processed in 0.001980459 sec.
18316 2024.11.26 23:43:23.163348 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18317 2024.11.26 23:43:23.163494 [ 270 ] {aa5c0b31-49a2-40ad-8180-c8995c091091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18318 2024.11.26 23:43:23.163555 [ 270 ] {aa5c0b31-49a2-40ad-8180-c8995c091091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18319 2024.11.26 23:43:23.164331 [ 270 ] {aa5c0b31-49a2-40ad-8180-c8995c091091} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18320 2024.11.26 23:43:23.164377 [ 270 ] {aa5c0b31-49a2-40ad-8180-c8995c091091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18321 2024.11.26 23:43:23.164760 [ 270 ] {aa5c0b31-49a2-40ad-8180-c8995c091091} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
18322 2024.11.26 23:43:23.165001 [ 270 ] {aa5c0b31-49a2-40ad-8180-c8995c091091} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18323 2024.11.26 23:43:23.165193 [ 270 ] {aa5c0b31-49a2-40ad-8180-c8995c091091} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001732 sec., 131639.72286374134 rows/sec., 8.91 MiB/sec.
18324 2024.11.26 23:43:23.165299 [ 270 ] {aa5c0b31-49a2-40ad-8180-c8995c091091} <Debug> TCPHandler: Processed in 0.002010599 sec.
18325 2024.11.26 23:43:23.165522 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18326 2024.11.26 23:43:23.165692 [ 268 ] {123b017d-a2f0-45e1-a448-476bc1b8dd7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18327 2024.11.26 23:43:23.165752 [ 268 ] {123b017d-a2f0-45e1-a448-476bc1b8dd7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18328 2024.11.26 23:43:23.166719 [ 268 ] {123b017d-a2f0-45e1-a448-476bc1b8dd7f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18329 2024.11.26 23:43:23.166759 [ 268 ] {123b017d-a2f0-45e1-a448-476bc1b8dd7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18330 2024.11.26 23:43:23.167155 [ 268 ] {123b017d-a2f0-45e1-a448-476bc1b8dd7f} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
18331 2024.11.26 23:43:23.167408 [ 268 ] {123b017d-a2f0-45e1-a448-476bc1b8dd7f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18332 2024.11.26 23:43:23.167639 [ 268 ] {123b017d-a2f0-45e1-a448-476bc1b8dd7f} <Debug> executeQuery: Read 575 rows, 43.83 KiB in 0.001969 sec., 292026.4093448451 rows/sec., 21.74 MiB/sec.
18333 2024.11.26 23:43:23.167701 [ 268 ] {123b017d-a2f0-45e1-a448-476bc1b8dd7f} <Debug> TCPHandler: Processed in 0.002308582 sec.
18334 2024.11.26 23:43:23.167932 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18335 2024.11.26 23:43:23.168237 [ 270 ] {df637d24-534d-44ef-9cb2-5b9b5dfe4756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18336 2024.11.26 23:43:23.168335 [ 270 ] {df637d24-534d-44ef-9cb2-5b9b5dfe4756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18337 2024.11.26 23:43:23.169134 [ 270 ] {df637d24-534d-44ef-9cb2-5b9b5dfe4756} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18338 2024.11.26 23:43:23.169172 [ 270 ] {df637d24-534d-44ef-9cb2-5b9b5dfe4756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18339 2024.11.26 23:43:23.169626 [ 270 ] {df637d24-534d-44ef-9cb2-5b9b5dfe4756} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
18340 2024.11.26 23:43:23.169869 [ 270 ] {df637d24-534d-44ef-9cb2-5b9b5dfe4756} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18341 2024.11.26 23:43:23.170015 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_150_31 to all_155_155_0
18342 2024.11.26 23:43:23.170053 [ 270 ] {df637d24-534d-44ef-9cb2-5b9b5dfe4756} <Debug> executeQuery: Read 929 rows, 63.75 KiB in 0.001874 sec., 495731.05656350055 rows/sec., 33.22 MiB/sec.
18343 2024.11.26 23:43:23.170059 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18344 2024.11.26 23:43:23.170100 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18345 2024.11.26 23:43:23.170121 [ 270 ] {df637d24-534d-44ef-9cb2-5b9b5dfe4756} <Debug> TCPHandler: Processed in 0.002329492 sec.
18346 2024.11.26 23:43:23.170351 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_150_31 to all_155_155_0 into Compact with storage Full
18347 2024.11.26 23:43:23.170354 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18348 2024.11.26 23:43:23.170827 [ 268 ] {922d79d1-19ad-42af-b309-6aa8eb08b2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18349 2024.11.26 23:43:23.170884 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18350 2024.11.26 23:43:23.171056 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_150_31, total 44643 rows starting from the beginning of the part
18351 2024.11.26 23:43:23.171302 [ 268 ] {922d79d1-19ad-42af-b309-6aa8eb08b2bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18352 2024.11.26 23:43:23.171407 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part
18353 2024.11.26 23:43:23.171828 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 237 rows starting from the beginning of the part
18354 2024.11.26 23:43:23.172164 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part
18355 2024.11.26 23:43:23.172670 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 237 rows starting from the beginning of the part
18356 2024.11.26 23:43:23.173152 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 929 rows starting from the beginning of the part
18357 2024.11.26 23:43:23.178433 [ 268 ] {922d79d1-19ad-42af-b309-6aa8eb08b2bb} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18358 2024.11.26 23:43:23.178489 [ 268 ] {922d79d1-19ad-42af-b309-6aa8eb08b2bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18359 2024.11.26 23:43:23.179384 [ 268 ] {922d79d1-19ad-42af-b309-6aa8eb08b2bb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
18360 2024.11.26 23:43:23.179724 [ 268 ] {922d79d1-19ad-42af-b309-6aa8eb08b2bb} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18361 2024.11.26 23:43:23.180028 [ 268 ] {922d79d1-19ad-42af-b309-6aa8eb08b2bb} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.0094 sec., 4361.702127659574 rows/sec., 7.82 MiB/sec.
18362 2024.11.26 23:43:23.180570 [ 268 ] {922d79d1-19ad-42af-b309-6aa8eb08b2bb} <Debug> TCPHandler: Processed in 0.010336516 sec.
18363 2024.11.26 23:43:23.180772 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18364 2024.11.26 23:43:23.180892 [ 270 ] {256dbd32-439c-43ff-b450-09b79dfb0552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18365 2024.11.26 23:43:23.180943 [ 270 ] {256dbd32-439c-43ff-b450-09b79dfb0552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18366 2024.11.26 23:43:23.181425 [ 270 ] {256dbd32-439c-43ff-b450-09b79dfb0552} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18367 2024.11.26 23:43:23.181467 [ 270 ] {256dbd32-439c-43ff-b450-09b79dfb0552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18368 2024.11.26 23:43:23.181849 [ 270 ] {256dbd32-439c-43ff-b450-09b79dfb0552} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
18369 2024.11.26 23:43:23.182143 [ 270 ] {256dbd32-439c-43ff-b450-09b79dfb0552} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18370 2024.11.26 23:43:23.182360 [ 270 ] {256dbd32-439c-43ff-b450-09b79dfb0552} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001488 sec., 20161.290322580644 rows/sec., 1.35 MiB/sec.
18371 2024.11.26 23:43:23.182414 [ 270 ] {256dbd32-439c-43ff-b450-09b79dfb0552} <Debug> TCPHandler: Processed in 0.001729596 sec.
18372 2024.11.26 23:43:23.187937 [ 195 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46366 rows, containing 5 columns (5 merged, 0 gathered) in 0.017753626 sec., 2611635.504769561 rows/sec., 176.35 MiB/sec.
18373 2024.11.26 23:43:23.188520 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Trace> MergedBlockOutputStream: filled checksums all_1_155_32 (state Temporary)
18374 2024.11.26 23:43:23.188886 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_155_32 to all_1_155_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18375 2024.11.26 23:43:23.188971 [ 194 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_155_32} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_150_31, all_155_155_0] -> all_1_155_32
18376 2024.11.26 23:43:23.189079 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB.
18377 2024.11.26 23:43:24.665443 [ 218 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
18378 2024.11.26 23:43:24.665518 [ 218 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
18379 2024.11.26 23:43:24.667119 [ 218 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
18380 2024.11.26 23:43:24.973784 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2580
18381 2024.11.26 23:43:24.977197 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18382 2024.11.26 23:43:24.977247 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18383 2024.11.26 23:43:24.978768 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
18384 2024.11.26 23:43:24.979156 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18385 2024.11.26 23:43:24.981072 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2580
18386 2024.11.26 23:43:25.730407 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18387 2024.11.26 23:43:25.730654 [ 268 ] {0f904be6-549d-4a83-8b2e-a8250d990921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18388 2024.11.26 23:43:25.730747 [ 268 ] {0f904be6-549d-4a83-8b2e-a8250d990921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18389 2024.11.26 23:43:25.731750 [ 268 ] {0f904be6-549d-4a83-8b2e-a8250d990921} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18390 2024.11.26 23:43:25.731792 [ 268 ] {0f904be6-549d-4a83-8b2e-a8250d990921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18391 2024.11.26 23:43:25.732227 [ 268 ] {0f904be6-549d-4a83-8b2e-a8250d990921} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
18392 2024.11.26 23:43:25.732483 [ 268 ] {0f904be6-549d-4a83-8b2e-a8250d990921} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18393 2024.11.26 23:43:25.732655 [ 65 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
18394 2024.11.26 23:43:25.732685 [ 268 ] {0f904be6-549d-4a83-8b2e-a8250d990921} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0021 sec., 26666.666666666668 rows/sec., 2.05 MiB/sec.
18395 2024.11.26 23:43:25.732704 [ 65 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18396 2024.11.26 23:43:25.732744 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18397 2024.11.26 23:43:25.732763 [ 268 ] {0f904be6-549d-4a83-8b2e-a8250d990921} <Debug> TCPHandler: Processed in 0.002515174 sec.
18398 2024.11.26 23:43:25.732980 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
18399 2024.11.26 23:43:25.733045 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18400 2024.11.26 23:43:25.733259 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18401 2024.11.26 23:43:25.733348 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1434 rows starting from the beginning of the part
18402 2024.11.26 23:43:25.733354 [ 270 ] {15685e4a-deda-4145-ad39-17c3abe0f8ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18403 2024.11.26 23:43:25.733536 [ 270 ] {15685e4a-deda-4145-ad39-17c3abe0f8ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18404 2024.11.26 23:43:25.733602 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 203 rows starting from the beginning of the part
18405 2024.11.26 23:43:25.734033 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 138 rows starting from the beginning of the part
18406 2024.11.26 23:43:25.734526 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 203 rows starting from the beginning of the part
18407 2024.11.26 23:43:25.734933 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 1285 rows starting from the beginning of the part
18408 2024.11.26 23:43:25.735439 [ 191 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 56 rows starting from the beginning of the part
18409 2024.11.26 23:43:25.738041 [ 270 ] {15685e4a-deda-4145-ad39-17c3abe0f8ca} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18410 2024.11.26 23:43:25.738135 [ 270 ] {15685e4a-deda-4145-ad39-17c3abe0f8ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18411 2024.11.26 23:43:25.739194 [ 270 ] {15685e4a-deda-4145-ad39-17c3abe0f8ca} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
18412 2024.11.26 23:43:25.739709 [ 270 ] {15685e4a-deda-4145-ad39-17c3abe0f8ca} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18413 2024.11.26 23:43:25.739936 [ 65 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
18414 2024.11.26 23:43:25.739997 [ 65 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18415 2024.11.26 23:43:25.740031 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18416 2024.11.26 23:43:25.740086 [ 270 ] {15685e4a-deda-4145-ad39-17c3abe0f8ca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006801 sec., 9410.380826349066 rows/sec., 752.13 KiB/sec.
18417 2024.11.26 23:43:25.740418 [ 270 ] {15685e4a-deda-4145-ad39-17c3abe0f8ca} <Debug> TCPHandler: Processed in 0.007525721 sec.
18418 2024.11.26 23:43:25.740501 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
18419 2024.11.26 23:43:25.740708 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18420 2024.11.26 23:43:25.741117 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18421 2024.11.26 23:43:25.741148 [ 268 ] {9772d770-91f4-4d39-90d5-14ebf65d6e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18422 2024.11.26 23:43:25.741236 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 915 rows starting from the beginning of the part
18423 2024.11.26 23:43:25.741293 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.008428699 sec., 393773.70101838966 rows/sec., 34.51 MiB/sec.
18424 2024.11.26 23:43:25.741342 [ 268 ] {9772d770-91f4-4d39-90d5-14ebf65d6e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18425 2024.11.26 23:43:25.741671 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 382 rows starting from the beginning of the part
18426 2024.11.26 23:43:25.741780 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
18427 2024.11.26 23:43:25.742387 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 105 rows starting from the beginning of the part
18428 2024.11.26 23:43:25.743054 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 382 rows starting from the beginning of the part
18429 2024.11.26 23:43:25.743720 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 575 rows starting from the beginning of the part
18430 2024.11.26 23:43:25.743817 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18431 2024.11.26 23:43:25.744110 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part
18432 2024.11.26 23:43:25.744288 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_156_31} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
18433 2024.11.26 23:43:25.744584 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
18434 2024.11.26 23:43:25.745483 [ 268 ] {9772d770-91f4-4d39-90d5-14ebf65d6e9c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18435 2024.11.26 23:43:25.745553 [ 268 ] {9772d770-91f4-4d39-90d5-14ebf65d6e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18436 2024.11.26 23:43:25.746676 [ 268 ] {9772d770-91f4-4d39-90d5-14ebf65d6e9c} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
18437 2024.11.26 23:43:25.747122 [ 268 ] {9772d770-91f4-4d39-90d5-14ebf65d6e9c} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18438 2024.11.26 23:43:25.747410 [ 268 ] {9772d770-91f4-4d39-90d5-14ebf65d6e9c} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.006399 sec., 13127.051101734645 rows/sec., 935.20 KiB/sec.
18439 2024.11.26 23:43:25.747771 [ 268 ] {9772d770-91f4-4d39-90d5-14ebf65d6e9c} <Debug> TCPHandler: Processed in 0.007212597 sec.
18440 2024.11.26 23:43:25.747890 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.007704022 sec., 314511.0437119728 rows/sec., 24.13 MiB/sec.
18441 2024.11.26 23:43:25.748011 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18442 2024.11.26 23:43:25.748118 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
18443 2024.11.26 23:43:25.748263 [ 270 ] {db47f37a-67f9-4e75-8726-a9b94190c27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18444 2024.11.26 23:43:25.748371 [ 270 ] {db47f37a-67f9-4e75-8726-a9b94190c27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18445 2024.11.26 23:43:25.748771 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18446 2024.11.26 23:43:25.748958 [ 202 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_156_31} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
18447 2024.11.26 23:43:25.749093 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
18448 2024.11.26 23:43:25.749329 [ 270 ] {db47f37a-67f9-4e75-8726-a9b94190c27f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18449 2024.11.26 23:43:25.749374 [ 270 ] {db47f37a-67f9-4e75-8726-a9b94190c27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18450 2024.11.26 23:43:25.749773 [ 270 ] {db47f37a-67f9-4e75-8726-a9b94190c27f} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
18451 2024.11.26 23:43:25.750020 [ 270 ] {db47f37a-67f9-4e75-8726-a9b94190c27f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18452 2024.11.26 23:43:25.750201 [ 65 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
18453 2024.11.26 23:43:25.750256 [ 270 ] {db47f37a-67f9-4e75-8726-a9b94190c27f} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.002103 sec., 14265.335235378032 rows/sec., 987.71 KiB/sec.
18454 2024.11.26 23:43:25.750264 [ 65 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18455 2024.11.26 23:43:25.750346 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18456 2024.11.26 23:43:25.750401 [ 270 ] {db47f37a-67f9-4e75-8726-a9b94190c27f} <Debug> TCPHandler: Processed in 0.002464673 sec.
18457 2024.11.26 23:43:25.750607 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
18458 2024.11.26 23:43:25.750733 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18459 2024.11.26 23:43:25.750769 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9126 rows starting from the beginning of the part
18460 2024.11.26 23:43:25.750893 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 82 rows starting from the beginning of the part
18461 2024.11.26 23:43:25.751066 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part
18462 2024.11.26 23:43:25.751348 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 82 rows starting from the beginning of the part
18463 2024.11.26 23:43:25.751556 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 30 rows starting from the beginning of the part
18464 2024.11.26 23:43:25.751699 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 30 rows starting from the beginning of the part
18465 2024.11.26 23:43:25.754406 [ 202 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9410 rows, containing 4 columns (4 merged, 0 gathered) in 0.003951227 sec., 2381538.6967137046 rows/sec., 155.26 MiB/sec.
18466 2024.11.26 23:43:25.754610 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
18467 2024.11.26 23:43:25.754954 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18468 2024.11.26 23:43:25.755047 [ 190 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_156_31} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
18469 2024.11.26 23:43:25.755130 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB.
18470 2024.11.26 23:43:27.196293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724
18471 2024.11.26 23:43:27.197323 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18472 2024.11.26 23:43:27.197399 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18473 2024.11.26 23:43:27.198248 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
18474 2024.11.26 23:43:27.198657 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18475 2024.11.26 23:43:27.198978 [ 63 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
18476 2024.11.26 23:43:27.199021 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724
18477 2024.11.26 23:43:27.199095 [ 63 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18478 2024.11.26 23:43:27.199149 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
18479 2024.11.26 23:43:27.199411 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
18480 2024.11.26 23:43:27.199876 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18481 2024.11.26 23:43:27.200036 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
18482 2024.11.26 23:43:27.200392 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part
18483 2024.11.26 23:43:27.200879 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part
18484 2024.11.26 23:43:27.201295 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part
18485 2024.11.26 23:43:27.201519 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part
18486 2024.11.26 23:43:27.201770 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part
18487 2024.11.26 23:43:27.206352 [ 198 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.007092936 sec., 5882472.364053475 rows/sec., 84.15 MiB/sec.
18488 2024.11.26 23:43:27.206830 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
18489 2024.11.26 23:43:27.207381 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_91_18} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18490 2024.11.26 23:43:27.207524 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_91_18} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
18491 2024.11.26 23:43:27.207721 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
18492 2024.11.26 23:43:30.199838 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686
18493 2024.11.26 23:43:30.223810 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18494 2024.11.26 23:43:30.223878 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18495 2024.11.26 23:43:30.231664 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
18496 2024.11.26 23:43:30.232527 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18497 2024.11.26 23:43:30.233001 [ 56 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
18498 2024.11.26 23:43:30.233145 [ 56 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18499 2024.11.26 23:43:30.233228 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18500 2024.11.26 23:43:30.233681 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
18501 2024.11.26 23:43:30.248825 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686
18502 2024.11.26 23:43:30.250516 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18503 2024.11.26 23:43:30.252065 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
18504 2024.11.26 23:43:30.257797 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
18505 2024.11.26 23:43:30.263674 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
18506 2024.11.26 23:43:30.269455 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
18507 2024.11.26 23:43:30.275493 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
18508 2024.11.26 23:43:30.284282 [ 198 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
18509 2024.11.26 23:43:30.353013 [ 193 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.119604637 sec., 5735.5635801979815 rows/sec., 29.66 MiB/sec.
18510 2024.11.26 23:43:30.356464 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
18511 2024.11.26 23:43:30.359378 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_91_18} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18512 2024.11.26 23:43:30.359486 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_91_18} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
18513 2024.11.26 23:43:30.361641 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
18514 2024.11.26 23:43:30.739460 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18515 2024.11.26 23:43:30.739771 [ 268 ] {af449377-8060-489b-9afb-ebdcf6f5d60c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18516 2024.11.26 23:43:30.739847 [ 268 ] {af449377-8060-489b-9afb-ebdcf6f5d60c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18517 2024.11.26 23:43:30.740617 [ 268 ] {af449377-8060-489b-9afb-ebdcf6f5d60c} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18518 2024.11.26 23:43:30.740666 [ 268 ] {af449377-8060-489b-9afb-ebdcf6f5d60c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18519 2024.11.26 23:43:30.741082 [ 268 ] {af449377-8060-489b-9afb-ebdcf6f5d60c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
18520 2024.11.26 23:43:30.741328 [ 268 ] {af449377-8060-489b-9afb-ebdcf6f5d60c} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18521 2024.11.26 23:43:30.741615 [ 268 ] {af449377-8060-489b-9afb-ebdcf6f5d60c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001928 sec., 7261.410788381742 rows/sec., 522.72 KiB/sec.
18522 2024.11.26 23:43:30.741671 [ 268 ] {af449377-8060-489b-9afb-ebdcf6f5d60c} <Debug> TCPHandler: Processed in 0.002403302 sec.
18523 2024.11.26 23:43:30.741932 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18524 2024.11.26 23:43:30.742151 [ 270 ] {8aa12d10-cabc-474f-81bc-e721fb251bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18525 2024.11.26 23:43:30.742236 [ 270 ] {8aa12d10-cabc-474f-81bc-e721fb251bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18526 2024.11.26 23:43:30.743186 [ 270 ] {8aa12d10-cabc-474f-81bc-e721fb251bf4} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18527 2024.11.26 23:43:30.743233 [ 270 ] {8aa12d10-cabc-474f-81bc-e721fb251bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18528 2024.11.26 23:43:30.743706 [ 270 ] {8aa12d10-cabc-474f-81bc-e721fb251bf4} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
18529 2024.11.26 23:43:30.744002 [ 270 ] {8aa12d10-cabc-474f-81bc-e721fb251bf4} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18530 2024.11.26 23:43:30.744278 [ 270 ] {8aa12d10-cabc-474f-81bc-e721fb251bf4} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002185 sec., 92906.17848970252 rows/sec., 8.04 MiB/sec.
18531 2024.11.26 23:43:30.744373 [ 270 ] {8aa12d10-cabc-474f-81bc-e721fb251bf4} <Debug> TCPHandler: Processed in 0.002576653 sec.
18532 2024.11.26 23:43:30.744540 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18533 2024.11.26 23:43:30.744717 [ 268 ] {30988935-cf09-4763-83d3-d4d0474af4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18534 2024.11.26 23:43:30.744797 [ 268 ] {30988935-cf09-4763-83d3-d4d0474af4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18535 2024.11.26 23:43:30.745486 [ 268 ] {30988935-cf09-4763-83d3-d4d0474af4d4} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18536 2024.11.26 23:43:30.745533 [ 268 ] {30988935-cf09-4763-83d3-d4d0474af4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18537 2024.11.26 23:43:30.745922 [ 268 ] {30988935-cf09-4763-83d3-d4d0474af4d4} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
18538 2024.11.26 23:43:30.746166 [ 268 ] {30988935-cf09-4763-83d3-d4d0474af4d4} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18539 2024.11.26 23:43:30.746409 [ 268 ] {30988935-cf09-4763-83d3-d4d0474af4d4} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001743 sec., 4016.0642570281125 rows/sec., 261.65 KiB/sec.
18540 2024.11.26 23:43:30.746475 [ 268 ] {30988935-cf09-4763-83d3-d4d0474af4d4} <Debug> TCPHandler: Processed in 0.001996669 sec.
18541 2024.11.26 23:43:30.746714 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18542 2024.11.26 23:43:30.746996 [ 270 ] {7b4d3eb3-b8dd-4234-925b-e78d22abf798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18543 2024.11.26 23:43:30.747092 [ 270 ] {7b4d3eb3-b8dd-4234-925b-e78d22abf798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18544 2024.11.26 23:43:30.747969 [ 270 ] {7b4d3eb3-b8dd-4234-925b-e78d22abf798} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18545 2024.11.26 23:43:30.748010 [ 270 ] {7b4d3eb3-b8dd-4234-925b-e78d22abf798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18546 2024.11.26 23:43:30.748391 [ 270 ] {7b4d3eb3-b8dd-4234-925b-e78d22abf798} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
18547 2024.11.26 23:43:30.748637 [ 270 ] {7b4d3eb3-b8dd-4234-925b-e78d22abf798} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18548 2024.11.26 23:43:30.748878 [ 270 ] {7b4d3eb3-b8dd-4234-925b-e78d22abf798} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001937 sec., 7227.671657201859 rows/sec., 506.18 KiB/sec.
18549 2024.11.26 23:43:30.748983 [ 270 ] {7b4d3eb3-b8dd-4234-925b-e78d22abf798} <Debug> TCPHandler: Processed in 0.002416693 sec.
18550 2024.11.26 23:43:30.749197 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18551 2024.11.26 23:43:30.749395 [ 268 ] {b973a5c0-132a-4fb2-9306-15c3a07f2ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18552 2024.11.26 23:43:30.749452 [ 268 ] {b973a5c0-132a-4fb2-9306-15c3a07f2ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18553 2024.11.26 23:43:30.750063 [ 268 ] {b973a5c0-132a-4fb2-9306-15c3a07f2ba8} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18554 2024.11.26 23:43:30.750102 [ 268 ] {b973a5c0-132a-4fb2-9306-15c3a07f2ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18555 2024.11.26 23:43:30.750470 [ 268 ] {b973a5c0-132a-4fb2-9306-15c3a07f2ba8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
18556 2024.11.26 23:43:30.750738 [ 268 ] {b973a5c0-132a-4fb2-9306-15c3a07f2ba8} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18557 2024.11.26 23:43:30.750991 [ 268 ] {b973a5c0-132a-4fb2-9306-15c3a07f2ba8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec.
18558 2024.11.26 23:43:30.751148 [ 268 ] {b973a5c0-132a-4fb2-9306-15c3a07f2ba8} <Debug> TCPHandler: Processed in 0.00207359 sec.
18559 2024.11.26 23:43:30.751456 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18560 2024.11.26 23:43:30.751683 [ 270 ] {515a40e8-e427-41dc-a070-b975f5fc1c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18561 2024.11.26 23:43:30.751741 [ 270 ] {515a40e8-e427-41dc-a070-b975f5fc1c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18562 2024.11.26 23:43:30.752478 [ 270 ] {515a40e8-e427-41dc-a070-b975f5fc1c5f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18563 2024.11.26 23:43:30.752518 [ 270 ] {515a40e8-e427-41dc-a070-b975f5fc1c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18564 2024.11.26 23:43:30.752923 [ 270 ] {515a40e8-e427-41dc-a070-b975f5fc1c5f} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
18565 2024.11.26 23:43:30.753172 [ 270 ] {515a40e8-e427-41dc-a070-b975f5fc1c5f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18566 2024.11.26 23:43:30.753385 [ 270 ] {515a40e8-e427-41dc-a070-b975f5fc1c5f} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00176 sec., 217045.45454545453 rows/sec., 15.36 MiB/sec.
18567 2024.11.26 23:43:30.753440 [ 270 ] {515a40e8-e427-41dc-a070-b975f5fc1c5f} <Debug> TCPHandler: Processed in 0.00216991 sec.
18568 2024.11.26 23:43:30.753588 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18569 2024.11.26 23:43:30.753718 [ 268 ] {9df68f02-86a3-41c4-a0c8-94b99584b84b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
18570 2024.11.26 23:43:30.753777 [ 268 ] {9df68f02-86a3-41c4-a0c8-94b99584b84b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18571 2024.11.26 23:43:30.754350 [ 268 ] {9df68f02-86a3-41c4-a0c8-94b99584b84b} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18572 2024.11.26 23:43:30.754396 [ 268 ] {9df68f02-86a3-41c4-a0c8-94b99584b84b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18573 2024.11.26 23:43:30.754845 [ 268 ] {9df68f02-86a3-41c4-a0c8-94b99584b84b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
18574 2024.11.26 23:43:30.755087 [ 268 ] {9df68f02-86a3-41c4-a0c8-94b99584b84b} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18575 2024.11.26 23:43:30.755258 [ 59 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
18576 2024.11.26 23:43:30.755327 [ 268 ] {9df68f02-86a3-41c4-a0c8-94b99584b84b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001637 sec., 3665.241295051924 rows/sec., 191.49 KiB/sec.
18577 2024.11.26 23:43:30.755334 [ 59 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18578 2024.11.26 23:43:30.755405 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18579 2024.11.26 23:43:30.755449 [ 268 ] {9df68f02-86a3-41c4-a0c8-94b99584b84b} <Debug> TCPHandler: Processed in 0.001914368 sec.
18580 2024.11.26 23:43:30.755630 [ 193 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
18581 2024.11.26 23:43:30.755650 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18582 2024.11.26 23:43:30.755871 [ 193 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18583 2024.11.26 23:43:30.755895 [ 270 ] {4b5be32f-2261-4d00-815d-00fd82e77bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18584 2024.11.26 23:43:30.755947 [ 193 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 366 rows starting from the beginning of the part
18585 2024.11.26 23:43:30.756006 [ 270 ] {4b5be32f-2261-4d00-815d-00fd82e77bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18586 2024.11.26 23:43:30.756252 [ 193 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part
18587 2024.11.26 23:43:30.756717 [ 193 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part
18588 2024.11.26 23:43:30.757016 [ 193 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part
18589 2024.11.26 23:43:30.757422 [ 193 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part
18590 2024.11.26 23:43:30.757672 [ 193 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part
18591 2024.11.26 23:43:30.759019 [ 270 ] {4b5be32f-2261-4d00-815d-00fd82e77bee} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18592 2024.11.26 23:43:30.759099 [ 270 ] {4b5be32f-2261-4d00-815d-00fd82e77bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18593 2024.11.26 23:43:30.760291 [ 270 ] {4b5be32f-2261-4d00-815d-00fd82e77bee} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
18594 2024.11.26 23:43:30.760428 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 4 columns (4 merged, 0 gathered) in 0.004919566 sec., 80494.9054449112 rows/sec., 4.11 MiB/sec.
18595 2024.11.26 23:43:30.760673 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
18596 2024.11.26 23:43:30.760848 [ 270 ] {4b5be32f-2261-4d00-815d-00fd82e77bee} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18597 2024.11.26 23:43:30.761323 [ 270 ] {4b5be32f-2261-4d00-815d-00fd82e77bee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005501 sec., 43083.0758043992 rows/sec., 2.89 MiB/sec.
18598 2024.11.26 23:43:30.761512 [ 270 ] {4b5be32f-2261-4d00-815d-00fd82e77bee} <Debug> TCPHandler: Processed in 0.005956745 sec.
18599 2024.11.26 23:43:30.761511 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18600 2024.11.26 23:43:30.761710 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_66_13} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
18601 2024.11.26 23:43:30.761717 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18602 2024.11.26 23:43:30.761794 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
18603 2024.11.26 23:43:30.761868 [ 268 ] {73c43f59-f1ff-4340-99d9-f3c2ff498e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
18604 2024.11.26 23:43:30.761927 [ 268 ] {73c43f59-f1ff-4340-99d9-f3c2ff498e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18605 2024.11.26 23:43:30.762458 [ 268 ] {73c43f59-f1ff-4340-99d9-f3c2ff498e84} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18606 2024.11.26 23:43:30.762506 [ 268 ] {73c43f59-f1ff-4340-99d9-f3c2ff498e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18607 2024.11.26 23:43:30.762897 [ 268 ] {73c43f59-f1ff-4340-99d9-f3c2ff498e84} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
18608 2024.11.26 23:43:30.763143 [ 268 ] {73c43f59-f1ff-4340-99d9-f3c2ff498e84} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18609 2024.11.26 23:43:30.763355 [ 268 ] {73c43f59-f1ff-4340-99d9-f3c2ff498e84} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001516 sec., 659.6306068601583 rows/sec., 44.45 KiB/sec.
18610 2024.11.26 23:43:30.763405 [ 268 ] {73c43f59-f1ff-4340-99d9-f3c2ff498e84} <Debug> TCPHandler: Processed in 0.001789307 sec.
18611 2024.11.26 23:43:30.763556 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18612 2024.11.26 23:43:30.763685 [ 270 ] {d887d21b-4eb5-4e52-a8e7-86a1155fc3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18613 2024.11.26 23:43:30.763783 [ 270 ] {d887d21b-4eb5-4e52-a8e7-86a1155fc3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18614 2024.11.26 23:43:30.764672 [ 270 ] {d887d21b-4eb5-4e52-a8e7-86a1155fc3c3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18615 2024.11.26 23:43:30.764729 [ 270 ] {d887d21b-4eb5-4e52-a8e7-86a1155fc3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
18616 2024.11.26 23:43:30.765156 [ 270 ] {d887d21b-4eb5-4e52-a8e7-86a1155fc3c3} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
18617 2024.11.26 23:43:30.765403 [ 270 ] {d887d21b-4eb5-4e52-a8e7-86a1155fc3c3} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18618 2024.11.26 23:43:30.765646 [ 270 ] {d887d21b-4eb5-4e52-a8e7-86a1155fc3c3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001994 sec., 41123.370110330994 rows/sec., 2.61 MiB/sec.
18619 2024.11.26 23:43:30.765700 [ 270 ] {d887d21b-4eb5-4e52-a8e7-86a1155fc3c3} <Debug> TCPHandler: Processed in 0.002203171 sec.
18620 2024.11.26 23:43:31.000208 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.75 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 274.94 MiB (RSS), difference: -1.81 MiB
18621 2024.11.26 23:43:34.461901 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache
18622 2024.11.26 23:43:34.461966 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache
18623 2024.11.26 23:43:34.699309 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151
18624 2024.11.26 23:43:34.699979 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18625 2024.11.26 23:43:34.700021 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
18626 2024.11.26 23:43:34.700571 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
18627 2024.11.26 23:43:34.700837 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18628 2024.11.26 23:43:34.701074 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151
18629 2024.11.26 23:43:34.757248 [ 221 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
18630 2024.11.26 23:43:34.757308 [ 221 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
18631 2024.11.26 23:43:34.759531 [ 221 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
18632 2024.11.26 23:43:34.981474 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2608
18633 2024.11.26 23:43:34.984523 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18634 2024.11.26 23:43:34.984599 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
18635 2024.11.26 23:43:34.986174 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
18636 2024.11.26 23:43:34.986558 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18637 2024.11.26 23:43:34.987278 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2608
18638 2024.11.26 23:43:35.436629 [ 223 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
18639 2024.11.26 23:43:35.436684 [ 223 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
18640 2024.11.26 23:43:35.438739 [ 223 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
18641 2024.11.26 23:43:35.712607 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
18642 2024.11.26 23:43:35.712670 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
18643 2024.11.26 23:43:35.714717 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
18644 2024.11.26 23:43:35.736737 [ 218 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
18645 2024.11.26 23:43:35.736785 [ 218 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
18646 2024.11.26 23:43:35.736826 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18647 2024.11.26 23:43:35.737086 [ 268 ] {6d9fc9fe-2bdd-4cb2-8903-747610b54a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18648 2024.11.26 23:43:35.737160 [ 268 ] {6d9fc9fe-2bdd-4cb2-8903-747610b54a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18649 2024.11.26 23:43:35.738726 [ 268 ] {6d9fc9fe-2bdd-4cb2-8903-747610b54a0b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18650 2024.11.26 23:43:35.738803 [ 268 ] {6d9fc9fe-2bdd-4cb2-8903-747610b54a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
18651 2024.11.26 23:43:35.739636 [ 268 ] {6d9fc9fe-2bdd-4cb2-8903-747610b54a0b} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
18652 2024.11.26 23:43:35.740148 [ 268 ] {6d9fc9fe-2bdd-4cb2-8903-747610b54a0b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18653 2024.11.26 23:43:35.740533 [ 268 ] {6d9fc9fe-2bdd-4cb2-8903-747610b54a0b} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.003463 sec., 39849.84117816922 rows/sec., 3.44 MiB/sec.
18654 2024.11.26 23:43:35.740583 [ 220 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
18655 2024.11.26 23:43:35.740666 [ 220 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
18656 2024.11.26 23:43:35.740776 [ 268 ] {6d9fc9fe-2bdd-4cb2-8903-747610b54a0b} <Debug> TCPHandler: Processed in 0.004069738 sec.
18657 2024.11.26 23:43:35.740826 [ 218 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
18658 2024.11.26 23:43:35.741138 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18659 2024.11.26 23:43:35.741467 [ 270 ] {90abe419-a013-4c5b-8cc9-154b58f3743b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18660 2024.11.26 23:43:35.741680 [ 270 ] {90abe419-a013-4c5b-8cc9-154b58f3743b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18661 2024.11.26 23:43:35.743900 [ 270 ] {90abe419-a013-4c5b-8cc9-154b58f3743b} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18662 2024.11.26 23:43:35.743944 [ 270 ] {90abe419-a013-4c5b-8cc9-154b58f3743b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
18663 2024.11.26 23:43:35.744456 [ 270 ] {90abe419-a013-4c5b-8cc9-154b58f3743b} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
18664 2024.11.26 23:43:35.744769 [ 270 ] {90abe419-a013-4c5b-8cc9-154b58f3743b} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18665 2024.11.26 23:43:35.745042 [ 270 ] {90abe419-a013-4c5b-8cc9-154b58f3743b} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.003734 sec., 10980.18211033744 rows/sec., 825.66 KiB/sec.
18666 2024.11.26 23:43:35.745059 [ 220 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
18667 2024.11.26 23:43:35.745150 [ 270 ] {90abe419-a013-4c5b-8cc9-154b58f3743b} <Debug> TCPHandler: Processed in 0.004215669 sec.
18668 2024.11.26 23:43:35.745361 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18669 2024.11.26 23:43:35.745660 [ 268 ] {98196afb-5566-4f06-9ef5-719f1d042f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18670 2024.11.26 23:43:35.745786 [ 268 ] {98196afb-5566-4f06-9ef5-719f1d042f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18671 2024.11.26 23:43:35.746732 [ 268 ] {98196afb-5566-4f06-9ef5-719f1d042f8f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18672 2024.11.26 23:43:35.746774 [ 268 ] {98196afb-5566-4f06-9ef5-719f1d042f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
18673 2024.11.26 23:43:35.747186 [ 268 ] {98196afb-5566-4f06-9ef5-719f1d042f8f} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
18674 2024.11.26 23:43:35.747450 [ 268 ] {98196afb-5566-4f06-9ef5-719f1d042f8f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18675 2024.11.26 23:43:35.747671 [ 268 ] {98196afb-5566-4f06-9ef5-719f1d042f8f} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.002125 sec., 49411.76470588235 rows/sec., 3.86 MiB/sec.
18676 2024.11.26 23:43:35.747731 [ 268 ] {98196afb-5566-4f06-9ef5-719f1d042f8f} <Debug> TCPHandler: Processed in 0.002459453 sec.
18677 2024.11.26 23:43:35.747887 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18678 2024.11.26 23:43:35.748004 [ 270 ] {bc573bb1-31bc-4a4a-bff6-475a5410f12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18679 2024.11.26 23:43:35.748060 [ 270 ] {bc573bb1-31bc-4a4a-bff6-475a5410f12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18680 2024.11.26 23:43:35.748643 [ 270 ] {bc573bb1-31bc-4a4a-bff6-475a5410f12a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18681 2024.11.26 23:43:35.748683 [ 270 ] {bc573bb1-31bc-4a4a-bff6-475a5410f12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
18682 2024.11.26 23:43:35.749073 [ 270 ] {bc573bb1-31bc-4a4a-bff6-475a5410f12a} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
18683 2024.11.26 23:43:35.749314 [ 270 ] {bc573bb1-31bc-4a4a-bff6-475a5410f12a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18684 2024.11.26 23:43:35.749517 [ 270 ] {bc573bb1-31bc-4a4a-bff6-475a5410f12a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec.
18685 2024.11.26 23:43:35.749570 [ 270 ] {bc573bb1-31bc-4a4a-bff6-475a5410f12a} <Debug> TCPHandler: Processed in 0.001746966 sec.
18686 2024.11.26 23:43:35.749723 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18687 2024.11.26 23:43:35.749844 [ 268 ] {462ef8d6-4b8a-46f2-921e-597027aac6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18688 2024.11.26 23:43:35.749931 [ 268 ] {462ef8d6-4b8a-46f2-921e-597027aac6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18689 2024.11.26 23:43:35.751177 [ 268 ] {462ef8d6-4b8a-46f2-921e-597027aac6fe} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18690 2024.11.26 23:43:35.751218 [ 268 ] {462ef8d6-4b8a-46f2-921e-597027aac6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
18691 2024.11.26 23:43:35.751941 [ 268 ] {462ef8d6-4b8a-46f2-921e-597027aac6fe} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
18692 2024.11.26 23:43:35.752213 [ 268 ] {462ef8d6-4b8a-46f2-921e-597027aac6fe} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18693 2024.11.26 23:43:35.752457 [ 268 ] {462ef8d6-4b8a-46f2-921e-597027aac6fe} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00264 sec., 15530.30303030303 rows/sec., 27.83 MiB/sec.
18694 2024.11.26 23:43:35.752572 [ 268 ] {462ef8d6-4b8a-46f2-921e-597027aac6fe} <Debug> TCPHandler: Processed in 0.002908157 sec.
18695 2024.11.26 23:43:35.752727 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18696 2024.11.26 23:43:35.752865 [ 270 ] {21364f47-dce0-4727-80ec-73a1d35c540e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18697 2024.11.26 23:43:35.752926 [ 270 ] {21364f47-dce0-4727-80ec-73a1d35c540e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18698 2024.11.26 23:43:35.753514 [ 270 ] {21364f47-dce0-4727-80ec-73a1d35c540e} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18699 2024.11.26 23:43:35.753567 [ 270 ] {21364f47-dce0-4727-80ec-73a1d35c540e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
18700 2024.11.26 23:43:35.753989 [ 270 ] {21364f47-dce0-4727-80ec-73a1d35c540e} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
18701 2024.11.26 23:43:35.754229 [ 270 ] {21364f47-dce0-4727-80ec-73a1d35c540e} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18702 2024.11.26 23:43:35.754439 [ 270 ] {21364f47-dce0-4727-80ec-73a1d35c540e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec.
18703 2024.11.26 23:43:35.754488 [ 270 ] {21364f47-dce0-4727-80ec-73a1d35c540e} <Debug> TCPHandler: Processed in 0.001827547 sec.
18704 2024.11.26 23:43:37.749038 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694
18705 2024.11.26 23:43:37.773902 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18706 2024.11.26 23:43:37.773966 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB.
18707 2024.11.26 23:43:37.781626 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
18708 2024.11.26 23:43:37.782481 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18709 2024.11.26 23:43:37.786505 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694
18710 2024.11.26 23:43:40.718526 [ 222 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
18711 2024.11.26 23:43:40.718588 [ 222 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
18712 2024.11.26 23:43:40.720615 [ 222 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
18713 2024.11.26 23:43:40.738587 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18714 2024.11.26 23:43:40.738811 [ 268 ] {b1397834-d8f8-447b-86ba-eba69c49f2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18715 2024.11.26 23:43:40.738902 [ 268 ] {b1397834-d8f8-447b-86ba-eba69c49f2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18716 2024.11.26 23:43:40.739725 [ 268 ] {b1397834-d8f8-447b-86ba-eba69c49f2a9} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18717 2024.11.26 23:43:40.739776 [ 268 ] {b1397834-d8f8-447b-86ba-eba69c49f2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18718 2024.11.26 23:43:40.740221 [ 268 ] {b1397834-d8f8-447b-86ba-eba69c49f2a9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
18719 2024.11.26 23:43:40.740479 [ 268 ] {b1397834-d8f8-447b-86ba-eba69c49f2a9} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18720 2024.11.26 23:43:40.740729 [ 268 ] {b1397834-d8f8-447b-86ba-eba69c49f2a9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001961 sec., 7139.214686384497 rows/sec., 513.93 KiB/sec.
18721 2024.11.26 23:43:40.740846 [ 268 ] {b1397834-d8f8-447b-86ba-eba69c49f2a9} <Debug> TCPHandler: Processed in 0.002395502 sec.
18722 2024.11.26 23:43:40.741224 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18723 2024.11.26 23:43:40.741467 [ 270 ] {a10156eb-746b-4b99-b7ef-7b3eb795602a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18724 2024.11.26 23:43:40.741559 [ 270 ] {a10156eb-746b-4b99-b7ef-7b3eb795602a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18725 2024.11.26 23:43:40.742473 [ 270 ] {a10156eb-746b-4b99-b7ef-7b3eb795602a} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18726 2024.11.26 23:43:40.742521 [ 270 ] {a10156eb-746b-4b99-b7ef-7b3eb795602a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18727 2024.11.26 23:43:40.743087 [ 270 ] {a10156eb-746b-4b99-b7ef-7b3eb795602a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
18728 2024.11.26 23:43:40.743414 [ 270 ] {a10156eb-746b-4b99-b7ef-7b3eb795602a} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18729 2024.11.26 23:43:40.743677 [ 270 ] {a10156eb-746b-4b99-b7ef-7b3eb795602a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002269 sec., 881.445570736007 rows/sec., 71.88 KiB/sec.
18730 2024.11.26 23:43:40.743815 [ 270 ] {a10156eb-746b-4b99-b7ef-7b3eb795602a} <Debug> TCPHandler: Processed in 0.002792276 sec.
18731 2024.11.26 23:43:40.744116 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18732 2024.11.26 23:43:40.744253 [ 268 ] {427cd6ef-7ca7-4dee-99ab-a4030ae92822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18733 2024.11.26 23:43:40.744308 [ 268 ] {427cd6ef-7ca7-4dee-99ab-a4030ae92822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18734 2024.11.26 23:43:40.745060 [ 268 ] {427cd6ef-7ca7-4dee-99ab-a4030ae92822} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18735 2024.11.26 23:43:40.745100 [ 268 ] {427cd6ef-7ca7-4dee-99ab-a4030ae92822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18736 2024.11.26 23:43:40.745508 [ 268 ] {427cd6ef-7ca7-4dee-99ab-a4030ae92822} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
18737 2024.11.26 23:43:40.745755 [ 268 ] {427cd6ef-7ca7-4dee-99ab-a4030ae92822} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18738 2024.11.26 23:43:40.745983 [ 268 ] {427cd6ef-7ca7-4dee-99ab-a4030ae92822} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001761 sec., 115843.27086882453 rows/sec., 10.02 MiB/sec.
18739 2024.11.26 23:43:40.746087 [ 268 ] {427cd6ef-7ca7-4dee-99ab-a4030ae92822} <Debug> TCPHandler: Processed in 0.002047669 sec.
18740 2024.11.26 23:43:40.746250 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18741 2024.11.26 23:43:40.746393 [ 270 ] {1bdf97d8-e3d4-4495-8b5a-6c897b0793d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18742 2024.11.26 23:43:40.746449 [ 270 ] {1bdf97d8-e3d4-4495-8b5a-6c897b0793d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18743 2024.11.26 23:43:40.747043 [ 270 ] {1bdf97d8-e3d4-4495-8b5a-6c897b0793d8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18744 2024.11.26 23:43:40.747081 [ 270 ] {1bdf97d8-e3d4-4495-8b5a-6c897b0793d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18745 2024.11.26 23:43:40.747459 [ 270 ] {1bdf97d8-e3d4-4495-8b5a-6c897b0793d8} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
18746 2024.11.26 23:43:40.747737 [ 270 ] {1bdf97d8-e3d4-4495-8b5a-6c897b0793d8} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18747 2024.11.26 23:43:40.747932 [ 270 ] {1bdf97d8-e3d4-4495-8b5a-6c897b0793d8} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001565 sec., 5750.7987220447285 rows/sec., 380.64 KiB/sec.
18748 2024.11.26 23:43:40.748021 [ 270 ] {1bdf97d8-e3d4-4495-8b5a-6c897b0793d8} <Debug> TCPHandler: Processed in 0.001843717 sec.
18749 2024.11.26 23:43:40.748238 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18750 2024.11.26 23:43:40.748422 [ 268 ] {7e7d05b1-3f12-44e6-aee8-dde5805699ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18751 2024.11.26 23:43:40.748481 [ 268 ] {7e7d05b1-3f12-44e6-aee8-dde5805699ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18752 2024.11.26 23:43:40.749158 [ 268 ] {7e7d05b1-3f12-44e6-aee8-dde5805699ec} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18753 2024.11.26 23:43:40.749197 [ 268 ] {7e7d05b1-3f12-44e6-aee8-dde5805699ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18754 2024.11.26 23:43:40.749600 [ 268 ] {7e7d05b1-3f12-44e6-aee8-dde5805699ec} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
18755 2024.11.26 23:43:40.749843 [ 268 ] {7e7d05b1-3f12-44e6-aee8-dde5805699ec} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18756 2024.11.26 23:43:40.750054 [ 268 ] {7e7d05b1-3f12-44e6-aee8-dde5805699ec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001663 sec., 8418.52074564041 rows/sec., 589.58 KiB/sec.
18757 2024.11.26 23:43:40.750106 [ 268 ] {7e7d05b1-3f12-44e6-aee8-dde5805699ec} <Debug> TCPHandler: Processed in 0.001981198 sec.
18758 2024.11.26 23:43:40.750286 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18759 2024.11.26 23:43:40.750428 [ 270 ] {689413e1-97de-49bf-b1e8-88c3afd7e007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18760 2024.11.26 23:43:40.750486 [ 270 ] {689413e1-97de-49bf-b1e8-88c3afd7e007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18761 2024.11.26 23:43:40.751166 [ 270 ] {689413e1-97de-49bf-b1e8-88c3afd7e007} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18762 2024.11.26 23:43:40.751203 [ 270 ] {689413e1-97de-49bf-b1e8-88c3afd7e007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18763 2024.11.26 23:43:40.751588 [ 270 ] {689413e1-97de-49bf-b1e8-88c3afd7e007} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
18764 2024.11.26 23:43:40.751844 [ 270 ] {689413e1-97de-49bf-b1e8-88c3afd7e007} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18765 2024.11.26 23:43:40.752037 [ 270 ] {689413e1-97de-49bf-b1e8-88c3afd7e007} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00164 sec., 7926.829268292683 rows/sec., 494.24 KiB/sec.
18766 2024.11.26 23:43:40.752158 [ 270 ] {689413e1-97de-49bf-b1e8-88c3afd7e007} <Debug> TCPHandler: Processed in 0.001941027 sec.
18767 2024.11.26 23:43:40.752342 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18768 2024.11.26 23:43:40.752478 [ 268 ] {06a1e189-f08a-4cad-8e3e-a4c928fbc644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18769 2024.11.26 23:43:40.752536 [ 268 ] {06a1e189-f08a-4cad-8e3e-a4c928fbc644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18770 2024.11.26 23:43:40.753345 [ 268 ] {06a1e189-f08a-4cad-8e3e-a4c928fbc644} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18771 2024.11.26 23:43:40.753385 [ 268 ] {06a1e189-f08a-4cad-8e3e-a4c928fbc644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18772 2024.11.26 23:43:40.753773 [ 268 ] {06a1e189-f08a-4cad-8e3e-a4c928fbc644} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
18773 2024.11.26 23:43:40.754009 [ 268 ] {06a1e189-f08a-4cad-8e3e-a4c928fbc644} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18774 2024.11.26 23:43:40.754228 [ 268 ] {06a1e189-f08a-4cad-8e3e-a4c928fbc644} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001779 sec., 215851.60202360878 rows/sec., 15.29 MiB/sec.
18775 2024.11.26 23:43:40.754280 [ 268 ] {06a1e189-f08a-4cad-8e3e-a4c928fbc644} <Debug> TCPHandler: Processed in 0.002019209 sec.
18776 2024.11.26 23:43:40.754433 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18777 2024.11.26 23:43:40.754575 [ 270 ] {7f2b3482-fc15-432b-9907-0251b725a123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
18778 2024.11.26 23:43:40.754637 [ 270 ] {7f2b3482-fc15-432b-9907-0251b725a123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
18779 2024.11.26 23:43:40.755196 [ 270 ] {7f2b3482-fc15-432b-9907-0251b725a123} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18780 2024.11.26 23:43:40.755232 [ 270 ] {7f2b3482-fc15-432b-9907-0251b725a123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18781 2024.11.26 23:43:40.755607 [ 270 ] {7f2b3482-fc15-432b-9907-0251b725a123} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
18782 2024.11.26 23:43:40.755859 [ 270 ] {7f2b3482-fc15-432b-9907-0251b725a123} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18783 2024.11.26 23:43:40.756067 [ 270 ] {7f2b3482-fc15-432b-9907-0251b725a123} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec.
18784 2024.11.26 23:43:40.756137 [ 270 ] {7f2b3482-fc15-432b-9907-0251b725a123} <Debug> TCPHandler: Processed in 0.001772287 sec.
18785 2024.11.26 23:43:40.756380 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18786 2024.11.26 23:43:40.756510 [ 268 ] {474a68f3-276d-4399-a966-bd6f0732f035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18787 2024.11.26 23:43:40.756564 [ 268 ] {474a68f3-276d-4399-a966-bd6f0732f035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18788 2024.11.26 23:43:40.757164 [ 268 ] {474a68f3-276d-4399-a966-bd6f0732f035} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18789 2024.11.26 23:43:40.757202 [ 268 ] {474a68f3-276d-4399-a966-bd6f0732f035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18790 2024.11.26 23:43:40.757603 [ 268 ] {474a68f3-276d-4399-a966-bd6f0732f035} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
18791 2024.11.26 23:43:40.757870 [ 268 ] {474a68f3-276d-4399-a966-bd6f0732f035} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18792 2024.11.26 23:43:40.758090 [ 268 ] {474a68f3-276d-4399-a966-bd6f0732f035} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001603 sec., 148471.61572052402 rows/sec., 9.95 MiB/sec.
18793 2024.11.26 23:43:40.758141 [ 268 ] {474a68f3-276d-4399-a966-bd6f0732f035} <Debug> TCPHandler: Processed in 0.001889488 sec.
18794 2024.11.26 23:43:40.758294 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18795 2024.11.26 23:43:40.758432 [ 270 ] {17dbdec0-ffeb-462f-a55b-5e52d2127ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
18796 2024.11.26 23:43:40.758493 [ 270 ] {17dbdec0-ffeb-462f-a55b-5e52d2127ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
18797 2024.11.26 23:43:40.759039 [ 270 ] {17dbdec0-ffeb-462f-a55b-5e52d2127ba5} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18798 2024.11.26 23:43:40.759078 [ 270 ] {17dbdec0-ffeb-462f-a55b-5e52d2127ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18799 2024.11.26 23:43:40.759499 [ 270 ] {17dbdec0-ffeb-462f-a55b-5e52d2127ba5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
18800 2024.11.26 23:43:40.759787 [ 270 ] {17dbdec0-ffeb-462f-a55b-5e52d2127ba5} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18801 2024.11.26 23:43:40.759964 [ 270 ] {17dbdec0-ffeb-462f-a55b-5e52d2127ba5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001563 sec., 639.7952655150352 rows/sec., 43.11 KiB/sec.
18802 2024.11.26 23:43:40.760011 [ 270 ] {17dbdec0-ffeb-462f-a55b-5e52d2127ba5} <Debug> TCPHandler: Processed in 0.001783927 sec.
18803 2024.11.26 23:43:40.760143 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18804 2024.11.26 23:43:40.760260 [ 268 ] {74d062a4-95e4-4627-a943-edc0da8066aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18805 2024.11.26 23:43:40.760311 [ 268 ] {74d062a4-95e4-4627-a943-edc0da8066aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18806 2024.11.26 23:43:40.760815 [ 268 ] {74d062a4-95e4-4627-a943-edc0da8066aa} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18807 2024.11.26 23:43:40.760853 [ 268 ] {74d062a4-95e4-4627-a943-edc0da8066aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18808 2024.11.26 23:43:40.761229 [ 268 ] {74d062a4-95e4-4627-a943-edc0da8066aa} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
18809 2024.11.26 23:43:40.761465 [ 268 ] {74d062a4-95e4-4627-a943-edc0da8066aa} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18810 2024.11.26 23:43:40.761677 [ 268 ] {74d062a4-95e4-4627-a943-edc0da8066aa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001436 sec., 57103.06406685237 rows/sec., 3.63 MiB/sec.
18811 2024.11.26 23:43:40.761754 [ 268 ] {74d062a4-95e4-4627-a943-edc0da8066aa} <Debug> TCPHandler: Processed in 0.001656425 sec.
18812 2024.11.26 23:43:42.201287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639
18813 2024.11.26 23:43:42.202023 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18814 2024.11.26 23:43:42.202071 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18815 2024.11.26 23:43:42.202614 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
18816 2024.11.26 23:43:42.202876 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18817 2024.11.26 23:43:42.203121 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639
18818 2024.11.26 23:43:44.987620 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2642
18819 2024.11.26 23:43:44.990746 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18820 2024.11.26 23:43:44.990792 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18821 2024.11.26 23:43:44.992300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
18822 2024.11.26 23:43:44.992608 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18823 2024.11.26 23:43:44.994138 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2642
18824 2024.11.26 23:43:45.286706 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701
18825 2024.11.26 23:43:45.321354 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18826 2024.11.26 23:43:45.321439 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.59 GiB.
18827 2024.11.26 23:43:45.333069 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
18828 2024.11.26 23:43:45.334338 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18829 2024.11.26 23:43:45.340916 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701
18830 2024.11.26 23:43:45.742115 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18831 2024.11.26 23:43:45.742422 [ 268 ] {900f61ac-883d-40a4-8972-da80907eafc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18832 2024.11.26 23:43:45.742530 [ 268 ] {900f61ac-883d-40a4-8972-da80907eafc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18833 2024.11.26 23:43:45.743764 [ 268 ] {900f61ac-883d-40a4-8972-da80907eafc8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18834 2024.11.26 23:43:45.743835 [ 268 ] {900f61ac-883d-40a4-8972-da80907eafc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.24 GiB.
18835 2024.11.26 23:43:45.744555 [ 268 ] {900f61ac-883d-40a4-8972-da80907eafc8} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
18836 2024.11.26 23:43:45.744974 [ 268 ] {900f61ac-883d-40a4-8972-da80907eafc8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18837 2024.11.26 23:43:45.745329 [ 268 ] {900f61ac-883d-40a4-8972-da80907eafc8} <Debug> executeQuery: Read 156 rows, 13.90 KiB in 0.002984 sec., 52278.82037533512 rows/sec., 4.55 MiB/sec.
18838 2024.11.26 23:43:45.745430 [ 268 ] {900f61ac-883d-40a4-8972-da80907eafc8} <Debug> TCPHandler: Processed in 0.003526393 sec.
18839 2024.11.26 23:43:45.745826 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18840 2024.11.26 23:43:45.746164 [ 270 ] {991abbc5-e231-4e0e-b054-0188f3bdf080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18841 2024.11.26 23:43:45.746289 [ 270 ] {991abbc5-e231-4e0e-b054-0188f3bdf080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18842 2024.11.26 23:43:45.747451 [ 270 ] {991abbc5-e231-4e0e-b054-0188f3bdf080} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18843 2024.11.26 23:43:45.747517 [ 270 ] {991abbc5-e231-4e0e-b054-0188f3bdf080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.24 GiB.
18844 2024.11.26 23:43:45.748192 [ 270 ] {991abbc5-e231-4e0e-b054-0188f3bdf080} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
18845 2024.11.26 23:43:45.748628 [ 270 ] {991abbc5-e231-4e0e-b054-0188f3bdf080} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18846 2024.11.26 23:43:45.748930 [ 30 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
18847 2024.11.26 23:43:45.749017 [ 270 ] {991abbc5-e231-4e0e-b054-0188f3bdf080} <Debug> executeQuery: Read 50 rows, 3.76 KiB in 0.002949 sec., 16954.8999660902 rows/sec., 1.25 MiB/sec.
18848 2024.11.26 23:43:45.749045 [ 30 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18849 2024.11.26 23:43:45.749145 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.24 GiB.
18850 2024.11.26 23:43:45.749221 [ 270 ] {991abbc5-e231-4e0e-b054-0188f3bdf080} <Debug> TCPHandler: Processed in 0.003606633 sec.
18851 2024.11.26 23:43:45.749525 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
18852 2024.11.26 23:43:45.749546 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18853 2024.11.26 23:43:45.749875 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18854 2024.11.26 23:43:45.749925 [ 268 ] {ed06bfcf-4050-4244-8a02-c65399895a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18855 2024.11.26 23:43:45.749958 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 66 rows starting from the beginning of the part
18856 2024.11.26 23:43:45.750064 [ 268 ] {ed06bfcf-4050-4244-8a02-c65399895a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18857 2024.11.26 23:43:45.750258 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 55 rows starting from the beginning of the part
18858 2024.11.26 23:43:45.750756 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 7 rows starting from the beginning of the part
18859 2024.11.26 23:43:45.751233 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 41 rows starting from the beginning of the part
18860 2024.11.26 23:43:45.751596 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 9 rows starting from the beginning of the part
18861 2024.11.26 23:43:45.752112 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 50 rows starting from the beginning of the part
18862 2024.11.26 23:43:45.754382 [ 268 ] {ed06bfcf-4050-4244-8a02-c65399895a5d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18863 2024.11.26 23:43:45.754486 [ 268 ] {ed06bfcf-4050-4244-8a02-c65399895a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.24 GiB.
18864 2024.11.26 23:43:45.755475 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.006175948 sec., 36917.40927870507 rows/sec., 2.79 MiB/sec.
18865 2024.11.26 23:43:45.755743 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
18866 2024.11.26 23:43:45.755985 [ 268 ] {ed06bfcf-4050-4244-8a02-c65399895a5d} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
18867 2024.11.26 23:43:45.756350 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18868 2024.11.26 23:43:45.756546 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_136_27} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
18869 2024.11.26 23:43:45.756704 [ 268 ] {ed06bfcf-4050-4244-8a02-c65399895a5d} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18870 2024.11.26 23:43:45.756760 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
18871 2024.11.26 23:43:45.757136 [ 268 ] {ed06bfcf-4050-4244-8a02-c65399895a5d} <Debug> executeQuery: Read 120 rows, 9.63 KiB in 0.007327 sec., 16377.78081070015 rows/sec., 1.28 MiB/sec.
18872 2024.11.26 23:43:45.757273 [ 268 ] {ed06bfcf-4050-4244-8a02-c65399895a5d} <Debug> TCPHandler: Processed in 0.007892243 sec.
18873 2024.11.26 23:43:45.757497 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18874 2024.11.26 23:43:45.757645 [ 270 ] {177cbe75-3639-4fb5-b0b6-aa7bfd0b44ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18875 2024.11.26 23:43:45.757715 [ 270 ] {177cbe75-3639-4fb5-b0b6-aa7bfd0b44ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18876 2024.11.26 23:43:45.758550 [ 270 ] {177cbe75-3639-4fb5-b0b6-aa7bfd0b44ed} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18877 2024.11.26 23:43:45.758603 [ 270 ] {177cbe75-3639-4fb5-b0b6-aa7bfd0b44ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.24 GiB.
18878 2024.11.26 23:43:45.759172 [ 270 ] {177cbe75-3639-4fb5-b0b6-aa7bfd0b44ed} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
18879 2024.11.26 23:43:45.759517 [ 270 ] {177cbe75-3639-4fb5-b0b6-aa7bfd0b44ed} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18880 2024.11.26 23:43:45.759776 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 5 parts from all_1_155_32 to all_159_159_0
18881 2024.11.26 23:43:45.759802 [ 270 ] {177cbe75-3639-4fb5-b0b6-aa7bfd0b44ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002188 sec., 73126.14259597806 rows/sec., 5.09 MiB/sec.
18882 2024.11.26 23:43:45.759869 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18883 2024.11.26 23:43:45.759973 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.24 GiB.
18884 2024.11.26 23:43:45.759973 [ 270 ] {177cbe75-3639-4fb5-b0b6-aa7bfd0b44ed} <Debug> TCPHandler: Processed in 0.002541164 sec.
18885 2024.11.26 23:43:45.760293 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18886 2024.11.26 23:43:45.760308 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_155_32 to all_159_159_0 into Compact with storage Full
18887 2024.11.26 23:43:45.760512 [ 268 ] {e977d227-099d-4fe2-ad1b-d3eb772595b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18888 2024.11.26 23:43:45.760536 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18889 2024.11.26 23:43:45.760597 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_155_32, total 46366 rows starting from the beginning of the part
18890 2024.11.26 23:43:45.760668 [ 268 ] {e977d227-099d-4fe2-ad1b-d3eb772595b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
18891 2024.11.26 23:43:45.760965 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 84 rows starting from the beginning of the part
18892 2024.11.26 23:43:45.761557 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 237 rows starting from the beginning of the part
18893 2024.11.26 23:43:45.762002 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part
18894 2024.11.26 23:43:45.762492 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 238 rows starting from the beginning of the part
18895 2024.11.26 23:43:45.765371 [ 268 ] {e977d227-099d-4fe2-ad1b-d3eb772595b2} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18896 2024.11.26 23:43:45.765435 [ 268 ] {e977d227-099d-4fe2-ad1b-d3eb772595b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.24 GiB.
18897 2024.11.26 23:43:45.766850 [ 268 ] {e977d227-099d-4fe2-ad1b-d3eb772595b2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
18898 2024.11.26 23:43:45.767245 [ 268 ] {e977d227-099d-4fe2-ad1b-d3eb772595b2} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18899 2024.11.26 23:43:45.767684 [ 268 ] {e977d227-099d-4fe2-ad1b-d3eb772595b2} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.007228 sec., 6917.54288876591 rows/sec., 12.40 MiB/sec.
18900 2024.11.26 23:43:45.767894 [ 268 ] {e977d227-099d-4fe2-ad1b-d3eb772595b2} <Debug> TCPHandler: Processed in 0.007742853 sec.
18901 2024.11.26 23:43:45.768128 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18902 2024.11.26 23:43:45.768361 [ 270 ] {74ae06ec-1cd4-4bae-95f1-45a87f3cfbd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
18903 2024.11.26 23:43:45.768479 [ 270 ] {74ae06ec-1cd4-4bae-95f1-45a87f3cfbd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
18904 2024.11.26 23:43:45.769594 [ 270 ] {74ae06ec-1cd4-4bae-95f1-45a87f3cfbd6} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18905 2024.11.26 23:43:45.769680 [ 270 ] {74ae06ec-1cd4-4bae-95f1-45a87f3cfbd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.24 GiB.
18906 2024.11.26 23:43:45.770336 [ 270 ] {74ae06ec-1cd4-4bae-95f1-45a87f3cfbd6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
18907 2024.11.26 23:43:45.770756 [ 270 ] {74ae06ec-1cd4-4bae-95f1-45a87f3cfbd6} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18908 2024.11.26 23:43:45.771450 [ 270 ] {74ae06ec-1cd4-4bae-95f1-45a87f3cfbd6} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.003101 sec., 2902.2895840051597 rows/sec., 223.28 KiB/sec.
18909 2024.11.26 23:43:45.771814 [ 270 ] {74ae06ec-1cd4-4bae-95f1-45a87f3cfbd6} <Debug> TCPHandler: Processed in 0.003772775 sec.
18910 2024.11.26 23:43:45.772070 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18911 2024.11.26 23:43:45.772287 [ 268 ] {0b19c316-7fca-4b1c-852d-6041b5a1ca82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18912 2024.11.26 23:43:45.772370 [ 268 ] {0b19c316-7fca-4b1c-852d-6041b5a1ca82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18913 2024.11.26 23:43:45.773213 [ 268 ] {0b19c316-7fca-4b1c-852d-6041b5a1ca82} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18914 2024.11.26 23:43:45.773272 [ 268 ] {0b19c316-7fca-4b1c-852d-6041b5a1ca82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.24 GiB.
18915 2024.11.26 23:43:45.773887 [ 268 ] {0b19c316-7fca-4b1c-852d-6041b5a1ca82} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
18916 2024.11.26 23:43:45.774270 [ 268 ] {0b19c316-7fca-4b1c-852d-6041b5a1ca82} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18917 2024.11.26 23:43:45.774630 [ 268 ] {0b19c316-7fca-4b1c-852d-6041b5a1ca82} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002397 sec., 25031.28911138924 rows/sec., 1.69 MiB/sec.
18918 2024.11.26 23:43:45.774725 [ 268 ] {0b19c316-7fca-4b1c-852d-6041b5a1ca82} <Debug> TCPHandler: Processed in 0.002758245 sec.
18919 2024.11.26 23:43:45.775555 [ 188 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47085 rows, containing 5 columns (5 merged, 0 gathered) in 0.015438664 sec., 3049810.527646693 rows/sec., 205.95 MiB/sec.
18920 2024.11.26 23:43:45.776466 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Trace> MergedBlockOutputStream: filled checksums all_1_159_33 (state Temporary)
18921 2024.11.26 23:43:45.776956 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_159_33 to all_1_159_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18922 2024.11.26 23:43:45.777084 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_159_33} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 5 parts: [all_1_155_32, all_159_159_0] -> all_1_159_33
18923 2024.11.26 23:43:45.777242 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB.
18924 2024.11.26 23:43:46.000187 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.04 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 274.95 MiB (RSS), difference: -1.09 MiB
18925 2024.11.26 23:43:46.633783 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
18926 2024.11.26 23:43:46.633862 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
18927 2024.11.26 23:43:46.636633 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
18928 2024.11.26 23:43:49.462008 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache
18929 2024.11.26 23:43:49.462066 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache
18930 2024.11.26 23:43:49.703375 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066
18931 2024.11.26 23:43:49.704120 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18932 2024.11.26 23:43:49.704176 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.24 GiB.
18933 2024.11.26 23:43:49.704756 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
18934 2024.11.26 23:43:49.705018 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18935 2024.11.26 23:43:49.705265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066
18936 2024.11.26 23:43:50.011255 [ 223 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
18937 2024.11.26 23:43:50.011310 [ 223 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
18938 2024.11.26 23:43:50.013257 [ 223 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
18939 2024.11.26 23:43:50.740046 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18940 2024.11.26 23:43:50.740278 [ 268 ] {60515374-7792-49c3-80c4-327e932a4479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18941 2024.11.26 23:43:50.740363 [ 268 ] {60515374-7792-49c3-80c4-327e932a4479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18942 2024.11.26 23:43:50.741148 [ 268 ] {60515374-7792-49c3-80c4-327e932a4479} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18943 2024.11.26 23:43:50.741198 [ 268 ] {60515374-7792-49c3-80c4-327e932a4479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
18944 2024.11.26 23:43:50.741637 [ 268 ] {60515374-7792-49c3-80c4-327e932a4479} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
18945 2024.11.26 23:43:50.741926 [ 268 ] {60515374-7792-49c3-80c4-327e932a4479} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18946 2024.11.26 23:43:50.742180 [ 268 ] {60515374-7792-49c3-80c4-327e932a4479} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001956 sec., 7157.464212678937 rows/sec., 515.24 KiB/sec.
18947 2024.11.26 23:43:50.742266 [ 268 ] {60515374-7792-49c3-80c4-327e932a4479} <Debug> TCPHandler: Processed in 0.002363212 sec.
18948 2024.11.26 23:43:50.742587 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18949 2024.11.26 23:43:50.742801 [ 270 ] {c91201a3-8e6d-432e-b638-6c70653abcf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18950 2024.11.26 23:43:50.742884 [ 270 ] {c91201a3-8e6d-432e-b638-6c70653abcf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18951 2024.11.26 23:43:50.743802 [ 270 ] {c91201a3-8e6d-432e-b638-6c70653abcf8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18952 2024.11.26 23:43:50.743853 [ 270 ] {c91201a3-8e6d-432e-b638-6c70653abcf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
18953 2024.11.26 23:43:50.744318 [ 270 ] {c91201a3-8e6d-432e-b638-6c70653abcf8} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
18954 2024.11.26 23:43:50.744592 [ 270 ] {c91201a3-8e6d-432e-b638-6c70653abcf8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18955 2024.11.26 23:43:50.744799 [ 26 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
18956 2024.11.26 23:43:50.744872 [ 270 ] {c91201a3-8e6d-432e-b638-6c70653abcf8} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002126 sec., 95484.47789275636 rows/sec., 8.26 MiB/sec.
18957 2024.11.26 23:43:50.744891 [ 26 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18958 2024.11.26 23:43:50.744952 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
18959 2024.11.26 23:43:50.745030 [ 270 ] {c91201a3-8e6d-432e-b638-6c70653abcf8} <Debug> TCPHandler: Processed in 0.002623004 sec.
18960 2024.11.26 23:43:50.745241 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
18961 2024.11.26 23:43:50.745263 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18962 2024.11.26 23:43:50.745530 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18963 2024.11.26 23:43:50.745537 [ 268 ] {a261088f-48a8-4b41-8108-be957c2a064d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18964 2024.11.26 23:43:50.745601 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1434 rows starting from the beginning of the part
18965 2024.11.26 23:43:50.745641 [ 268 ] {a261088f-48a8-4b41-8108-be957c2a064d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18966 2024.11.26 23:43:50.745915 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 203 rows starting from the beginning of the part
18967 2024.11.26 23:43:50.746253 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 138 rows starting from the beginning of the part
18968 2024.11.26 23:43:50.746619 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 204 rows starting from the beginning of the part
18969 2024.11.26 23:43:50.747193 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 156 rows starting from the beginning of the part
18970 2024.11.26 23:43:50.747566 [ 195 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 203 rows starting from the beginning of the part
18971 2024.11.26 23:43:50.748695 [ 268 ] {a261088f-48a8-4b41-8108-be957c2a064d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18972 2024.11.26 23:43:50.748778 [ 268 ] {a261088f-48a8-4b41-8108-be957c2a064d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
18973 2024.11.26 23:43:50.749809 [ 268 ] {a261088f-48a8-4b41-8108-be957c2a064d} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
18974 2024.11.26 23:43:50.750263 [ 268 ] {a261088f-48a8-4b41-8108-be957c2a064d} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18975 2024.11.26 23:43:50.750608 [ 268 ] {a261088f-48a8-4b41-8108-be957c2a064d} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005152 sec., 1358.695652173913 rows/sec., 88.52 KiB/sec.
18976 2024.11.26 23:43:50.750916 [ 268 ] {a261088f-48a8-4b41-8108-be957c2a064d} <Debug> TCPHandler: Processed in 0.005744913 sec.
18977 2024.11.26 23:43:50.751096 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2338 rows, containing 5 columns (5 merged, 0 gathered) in 0.006024666 sec., 388071.30552963435 rows/sec., 34.41 MiB/sec.
18978 2024.11.26 23:43:50.751146 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18979 2024.11.26 23:43:50.751308 [ 270 ] {2bf1b2d3-b9a4-40c1-a462-5c0dfe2d5334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18980 2024.11.26 23:43:50.751374 [ 270 ] {2bf1b2d3-b9a4-40c1-a462-5c0dfe2d5334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18981 2024.11.26 23:43:50.751381 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
18982 2024.11.26 23:43:50.751843 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18983 2024.11.26 23:43:50.751942 [ 188 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_161_32} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
18984 2024.11.26 23:43:50.752058 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.
18985 2024.11.26 23:43:50.752235 [ 270 ] {2bf1b2d3-b9a4-40c1-a462-5c0dfe2d5334} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18986 2024.11.26 23:43:50.752276 [ 270 ] {2bf1b2d3-b9a4-40c1-a462-5c0dfe2d5334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
18987 2024.11.26 23:43:50.752647 [ 270 ] {2bf1b2d3-b9a4-40c1-a462-5c0dfe2d5334} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
18988 2024.11.26 23:43:50.752900 [ 270 ] {2bf1b2d3-b9a4-40c1-a462-5c0dfe2d5334} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18989 2024.11.26 23:43:50.753069 [ 26 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
18990 2024.11.26 23:43:50.753134 [ 26 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18991 2024.11.26 23:43:50.753151 [ 270 ] {2bf1b2d3-b9a4-40c1-a462-5c0dfe2d5334} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001878 sec., 7454.739084132056 rows/sec., 522.08 KiB/sec.
18992 2024.11.26 23:43:50.753169 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
18993 2024.11.26 23:43:50.753344 [ 270 ] {2bf1b2d3-b9a4-40c1-a462-5c0dfe2d5334} <Debug> TCPHandler: Processed in 0.002293821 sec.
18994 2024.11.26 23:43:50.753650 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18995 2024.11.26 23:43:50.753712 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
18996 2024.11.26 23:43:50.754020 [ 268 ] {6ce1f11b-1e3c-4e0d-b99b-ebad65272d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18997 2024.11.26 23:43:50.754204 [ 268 ] {6ce1f11b-1e3c-4e0d-b99b-ebad65272d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18998 2024.11.26 23:43:50.754589 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18999 2024.11.26 23:43:50.754676 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 242 rows starting from the beginning of the part
19000 2024.11.26 23:43:50.754992 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 14 rows starting from the beginning of the part
19001 2024.11.26 23:43:50.755402 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 228 rows starting from the beginning of the part
19002 2024.11.26 23:43:50.755762 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 14 rows starting from the beginning of the part
19003 2024.11.26 23:43:50.756089 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 14 rows starting from the beginning of the part
19004 2024.11.26 23:43:50.756365 [ 194 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 14 rows starting from the beginning of the part
19005 2024.11.26 23:43:50.757411 [ 268 ] {6ce1f11b-1e3c-4e0d-b99b-ebad65272d62} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19006 2024.11.26 23:43:50.757490 [ 268 ] {6ce1f11b-1e3c-4e0d-b99b-ebad65272d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19007 2024.11.26 23:43:50.758548 [ 268 ] {6ce1f11b-1e3c-4e0d-b99b-ebad65272d62} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
19008 2024.11.26 23:43:50.759229 [ 268 ] {6ce1f11b-1e3c-4e0d-b99b-ebad65272d62} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19009 2024.11.26 23:43:50.759275 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005975275 sec., 88029.4212400266 rows/sec., 6.30 MiB/sec.
19010 2024.11.26 23:43:50.759556 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
19011 2024.11.26 23:43:50.759716 [ 268 ] {6ce1f11b-1e3c-4e0d-b99b-ebad65272d62} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005826 sec., 2231.3765877102646 rows/sec., 139.13 KiB/sec.
19012 2024.11.26 23:43:50.759993 [ 268 ] {6ce1f11b-1e3c-4e0d-b99b-ebad65272d62} <Debug> TCPHandler: Processed in 0.006506891 sec.
19013 2024.11.26 23:43:50.760287 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19014 2024.11.26 23:43:50.760443 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19015 2024.11.26 23:43:50.760715 [ 270 ] {6a8a80fb-9738-49ac-8a7c-83cdbeb87f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19016 2024.11.26 23:43:50.760802 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_91_18} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
19017 2024.11.26 23:43:50.760856 [ 270 ] {6a8a80fb-9738-49ac-8a7c-83cdbeb87f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19018 2024.11.26 23:43:50.760986 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
19019 2024.11.26 23:43:50.761665 [ 270 ] {6a8a80fb-9738-49ac-8a7c-83cdbeb87f16} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19020 2024.11.26 23:43:50.761705 [ 270 ] {6a8a80fb-9738-49ac-8a7c-83cdbeb87f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19021 2024.11.26 23:43:50.762089 [ 270 ] {6a8a80fb-9738-49ac-8a7c-83cdbeb87f16} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
19022 2024.11.26 23:43:50.762333 [ 270 ] {6a8a80fb-9738-49ac-8a7c-83cdbeb87f16} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19023 2024.11.26 23:43:50.762505 [ 26 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
19024 2024.11.26 23:43:50.762570 [ 26 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19025 2024.11.26 23:43:50.762575 [ 270 ] {6a8a80fb-9738-49ac-8a7c-83cdbeb87f16} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00199 sec., 191959.79899497487 rows/sec., 13.58 MiB/sec.
19026 2024.11.26 23:43:50.762609 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19027 2024.11.26 23:43:50.762732 [ 270 ] {6a8a80fb-9738-49ac-8a7c-83cdbeb87f16} <Debug> TCPHandler: Processed in 0.002603035 sec.
19028 2024.11.26 23:43:50.762839 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
19029 2024.11.26 23:43:50.762943 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19030 2024.11.26 23:43:50.763020 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19031 2024.11.26 23:43:50.763096 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 915 rows starting from the beginning of the part
19032 2024.11.26 23:43:50.763172 [ 268 ] {6072d09c-5f51-411d-a5df-3b5c4a0378bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19033 2024.11.26 23:43:50.763301 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 382 rows starting from the beginning of the part
19034 2024.11.26 23:43:50.763372 [ 268 ] {6072d09c-5f51-411d-a5df-3b5c4a0378bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19035 2024.11.26 23:43:50.763604 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 105 rows starting from the beginning of the part
19036 2024.11.26 23:43:50.764042 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 384 rows starting from the beginning of the part
19037 2024.11.26 23:43:50.764365 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 120 rows starting from the beginning of the part
19038 2024.11.26 23:43:50.764720 [ 194 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 382 rows starting from the beginning of the part
19039 2024.11.26 23:43:50.766020 [ 268 ] {6072d09c-5f51-411d-a5df-3b5c4a0378bf} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19040 2024.11.26 23:43:50.766082 [ 268 ] {6072d09c-5f51-411d-a5df-3b5c4a0378bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19041 2024.11.26 23:43:50.767216 [ 268 ] {6072d09c-5f51-411d-a5df-3b5c4a0378bf} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
19042 2024.11.26 23:43:50.767580 [ 268 ] {6072d09c-5f51-411d-a5df-3b5c4a0378bf} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19043 2024.11.26 23:43:50.768125 [ 268 ] {6072d09c-5f51-411d-a5df-3b5c4a0378bf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005017 sec., 1195.933824995017 rows/sec., 62.48 KiB/sec.
19044 2024.11.26 23:43:50.768163 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2288 rows, containing 5 columns (5 merged, 0 gathered) in 0.00544179 sec., 420449.8887314652 rows/sec., 32.00 MiB/sec.
19045 2024.11.26 23:43:50.768209 [ 268 ] {6072d09c-5f51-411d-a5df-3b5c4a0378bf} <Debug> TCPHandler: Processed in 0.00534191 sec.
19046 2024.11.26 23:43:50.768471 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19047 2024.11.26 23:43:50.768478 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
19048 2024.11.26 23:43:50.768614 [ 270 ] {8f971c2c-0c4d-4c79-a153-612c0c869c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19049 2024.11.26 23:43:50.768691 [ 270 ] {8f971c2c-0c4d-4c79-a153-612c0c869c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19050 2024.11.26 23:43:50.768831 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19051 2024.11.26 23:43:50.768975 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_161_32} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
19052 2024.11.26 23:43:50.769090 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
19053 2024.11.26 23:43:50.769520 [ 270 ] {8f971c2c-0c4d-4c79-a153-612c0c869c43} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19054 2024.11.26 23:43:50.769558 [ 270 ] {8f971c2c-0c4d-4c79-a153-612c0c869c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19055 2024.11.26 23:43:50.769955 [ 270 ] {8f971c2c-0c4d-4c79-a153-612c0c869c43} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
19056 2024.11.26 23:43:50.770198 [ 270 ] {8f971c2c-0c4d-4c79-a153-612c0c869c43} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19057 2024.11.26 23:43:50.770380 [ 270 ] {8f971c2c-0c4d-4c79-a153-612c0c869c43} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001804 sec., 131374.72283813747 rows/sec., 8.81 MiB/sec.
19058 2024.11.26 23:43:50.770431 [ 270 ] {8f971c2c-0c4d-4c79-a153-612c0c869c43} <Debug> TCPHandler: Processed in 0.002067959 sec.
19059 2024.11.26 23:43:50.770580 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19060 2024.11.26 23:43:50.770699 [ 268 ] {02fece21-f50a-4f62-935a-32f2d9823298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19061 2024.11.26 23:43:50.770750 [ 268 ] {02fece21-f50a-4f62-935a-32f2d9823298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19062 2024.11.26 23:43:50.771229 [ 268 ] {02fece21-f50a-4f62-935a-32f2d9823298} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19063 2024.11.26 23:43:50.771268 [ 268 ] {02fece21-f50a-4f62-935a-32f2d9823298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19064 2024.11.26 23:43:50.771629 [ 268 ] {02fece21-f50a-4f62-935a-32f2d9823298} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
19065 2024.11.26 23:43:50.771884 [ 268 ] {02fece21-f50a-4f62-935a-32f2d9823298} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19066 2024.11.26 23:43:50.772112 [ 268 ] {02fece21-f50a-4f62-935a-32f2d9823298} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec.
19067 2024.11.26 23:43:50.772125 [ 218 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
19068 2024.11.26 23:43:50.772186 [ 268 ] {02fece21-f50a-4f62-935a-32f2d9823298} <Debug> TCPHandler: Processed in 0.001660156 sec.
19069 2024.11.26 23:43:50.772195 [ 218 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
19070 2024.11.26 23:43:50.772387 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19071 2024.11.26 23:43:50.772558 [ 270 ] {dc9d6942-bb7e-4331-b6b5-a7d21ef790ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19072 2024.11.26 23:43:50.772652 [ 270 ] {dc9d6942-bb7e-4331-b6b5-a7d21ef790ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19073 2024.11.26 23:43:50.774882 [ 270 ] {dc9d6942-bb7e-4331-b6b5-a7d21ef790ff} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19074 2024.11.26 23:43:50.774982 [ 270 ] {dc9d6942-bb7e-4331-b6b5-a7d21ef790ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19075 2024.11.26 23:43:50.775721 [ 270 ] {dc9d6942-bb7e-4331-b6b5-a7d21ef790ff} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
19076 2024.11.26 23:43:50.776201 [ 270 ] {dc9d6942-bb7e-4331-b6b5-a7d21ef790ff} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19077 2024.11.26 23:43:50.776383 [ 24 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
19078 2024.11.26 23:43:50.776469 [ 24 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19079 2024.11.26 23:43:50.776491 [ 270 ] {dc9d6942-bb7e-4331-b6b5-a7d21ef790ff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003948 sec., 20770.010131712257 rows/sec., 1.32 MiB/sec.
19080 2024.11.26 23:43:50.776519 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19081 2024.11.26 23:43:50.776799 [ 270 ] {dc9d6942-bb7e-4331-b6b5-a7d21ef790ff} <Debug> TCPHandler: Processed in 0.004503692 sec.
19082 2024.11.26 23:43:50.776918 [ 196 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
19083 2024.11.26 23:43:50.776939 [ 218 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
19084 2024.11.26 23:43:50.777274 [ 196 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19085 2024.11.26 23:43:50.777363 [ 196 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9410 rows starting from the beginning of the part
19086 2024.11.26 23:43:50.777675 [ 196 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 82 rows starting from the beginning of the part
19087 2024.11.26 23:43:50.778057 [ 196 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part
19088 2024.11.26 23:43:50.778373 [ 196 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 82 rows starting from the beginning of the part
19089 2024.11.26 23:43:50.778559 [ 196 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part
19090 2024.11.26 23:43:50.778702 [ 196 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 82 rows starting from the beginning of the part
19091 2024.11.26 23:43:50.781504 [ 186 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9776 rows, containing 4 columns (4 merged, 0 gathered) in 0.004842485 sec., 2018798.1996846662 rows/sec., 131.58 MiB/sec.
19092 2024.11.26 23:43:50.781865 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
19093 2024.11.26 23:43:50.782381 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19094 2024.11.26 23:43:50.782535 [ 193 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_161_32} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
19095 2024.11.26 23:43:50.782640 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB.
19096 2024.11.26 23:43:52.841113 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709
19097 2024.11.26 23:43:52.864769 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19098 2024.11.26 23:43:52.864834 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19099 2024.11.26 23:43:52.872443 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
19100 2024.11.26 23:43:52.873279 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19101 2024.11.26 23:43:52.877956 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709
19102 2024.11.26 23:43:53.159357 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19103 2024.11.26 23:43:53.159562 [ 268 ] {ed894ad0-c2e0-4a18-a908-02c6734de5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
19104 2024.11.26 23:43:53.159642 [ 268 ] {ed894ad0-c2e0-4a18-a908-02c6734de5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
19105 2024.11.26 23:43:53.160450 [ 268 ] {ed894ad0-c2e0-4a18-a908-02c6734de5d9} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19106 2024.11.26 23:43:53.160500 [ 268 ] {ed894ad0-c2e0-4a18-a908-02c6734de5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19107 2024.11.26 23:43:53.160946 [ 268 ] {ed894ad0-c2e0-4a18-a908-02c6734de5d9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
19108 2024.11.26 23:43:53.161217 [ 268 ] {ed894ad0-c2e0-4a18-a908-02c6734de5d9} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19109 2024.11.26 23:43:53.161541 [ 268 ] {ed894ad0-c2e0-4a18-a908-02c6734de5d9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00203 sec., 985.2216748768473 rows/sec., 80.34 KiB/sec.
19110 2024.11.26 23:43:53.161789 [ 268 ] {ed894ad0-c2e0-4a18-a908-02c6734de5d9} <Debug> TCPHandler: Processed in 0.002561164 sec.
19111 2024.11.26 23:43:53.162073 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19112 2024.11.26 23:43:53.162286 [ 270 ] {2846fac0-4401-4b5f-8ee6-035ea82dd63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19113 2024.11.26 23:43:53.162366 [ 270 ] {2846fac0-4401-4b5f-8ee6-035ea82dd63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19114 2024.11.26 23:43:53.163671 [ 270 ] {2846fac0-4401-4b5f-8ee6-035ea82dd63c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19115 2024.11.26 23:43:53.163711 [ 270 ] {2846fac0-4401-4b5f-8ee6-035ea82dd63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19116 2024.11.26 23:43:53.164227 [ 270 ] {2846fac0-4401-4b5f-8ee6-035ea82dd63c} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
19117 2024.11.26 23:43:53.164483 [ 270 ] {2846fac0-4401-4b5f-8ee6-035ea82dd63c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19118 2024.11.26 23:43:53.164703 [ 270 ] {2846fac0-4401-4b5f-8ee6-035ea82dd63c} <Debug> executeQuery: Read 1303 rows, 111.10 KiB in 0.002471 sec., 527316.875758802 rows/sec., 43.91 MiB/sec.
19119 2024.11.26 23:43:53.164767 [ 270 ] {2846fac0-4401-4b5f-8ee6-035ea82dd63c} <Debug> TCPHandler: Processed in 0.002831337 sec.
19120 2024.11.26 23:43:53.165022 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19121 2024.11.26 23:43:53.165536 [ 268 ] {4d21450a-c1f0-4746-bed0-1831e8547b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19122 2024.11.26 23:43:53.165692 [ 268 ] {4d21450a-c1f0-4746-bed0-1831e8547b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19123 2024.11.26 23:43:53.166618 [ 268 ] {4d21450a-c1f0-4746-bed0-1831e8547b7f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19124 2024.11.26 23:43:53.166659 [ 268 ] {4d21450a-c1f0-4746-bed0-1831e8547b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19125 2024.11.26 23:43:53.167053 [ 268 ] {4d21450a-c1f0-4746-bed0-1831e8547b7f} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
19126 2024.11.26 23:43:53.167305 [ 268 ] {4d21450a-c1f0-4746-bed0-1831e8547b7f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19127 2024.11.26 23:43:53.167521 [ 268 ] {4d21450a-c1f0-4746-bed0-1831e8547b7f} <Debug> executeQuery: Read 55 rows, 4.13 KiB in 0.002166 sec., 25392.428439519852 rows/sec., 1.86 MiB/sec.
19128 2024.11.26 23:43:53.167580 [ 268 ] {4d21450a-c1f0-4746-bed0-1831e8547b7f} <Debug> TCPHandler: Processed in 0.002718326 sec.
19129 2024.11.26 23:43:53.167743 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19130 2024.11.26 23:43:53.167861 [ 270 ] {dc7447a2-4aaa-4cf3-a328-1c20b1cd6883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19131 2024.11.26 23:43:53.167912 [ 270 ] {dc7447a2-4aaa-4cf3-a328-1c20b1cd6883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19132 2024.11.26 23:43:53.168566 [ 270 ] {dc7447a2-4aaa-4cf3-a328-1c20b1cd6883} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19133 2024.11.26 23:43:53.168604 [ 270 ] {dc7447a2-4aaa-4cf3-a328-1c20b1cd6883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19134 2024.11.26 23:43:53.168972 [ 270 ] {dc7447a2-4aaa-4cf3-a328-1c20b1cd6883} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
19135 2024.11.26 23:43:53.169207 [ 270 ] {dc7447a2-4aaa-4cf3-a328-1c20b1cd6883} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19136 2024.11.26 23:43:53.169379 [ 270 ] {dc7447a2-4aaa-4cf3-a328-1c20b1cd6883} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001542 sec., 147859.92217898832 rows/sec., 10.01 MiB/sec.
19137 2024.11.26 23:43:53.169430 [ 270 ] {dc7447a2-4aaa-4cf3-a328-1c20b1cd6883} <Debug> TCPHandler: Processed in 0.001745936 sec.
19138 2024.11.26 23:43:53.169572 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19139 2024.11.26 23:43:53.169691 [ 268 ] {ae461cd8-8554-4122-a65a-0a3f31589ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19140 2024.11.26 23:43:53.169742 [ 268 ] {ae461cd8-8554-4122-a65a-0a3f31589ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19141 2024.11.26 23:43:53.170664 [ 268 ] {ae461cd8-8554-4122-a65a-0a3f31589ffe} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19142 2024.11.26 23:43:53.170705 [ 268 ] {ae461cd8-8554-4122-a65a-0a3f31589ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19143 2024.11.26 23:43:53.171111 [ 268 ] {ae461cd8-8554-4122-a65a-0a3f31589ffe} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
19144 2024.11.26 23:43:53.171370 [ 268 ] {ae461cd8-8554-4122-a65a-0a3f31589ffe} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19145 2024.11.26 23:43:53.171547 [ 268 ] {ae461cd8-8554-4122-a65a-0a3f31589ffe} <Debug> executeQuery: Read 581 rows, 44.27 KiB in 0.001882 sec., 308714.13390010624 rows/sec., 22.97 MiB/sec.
19146 2024.11.26 23:43:53.171608 [ 268 ] {ae461cd8-8554-4122-a65a-0a3f31589ffe} <Debug> TCPHandler: Processed in 0.00209392 sec.
19147 2024.11.26 23:43:53.171751 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19148 2024.11.26 23:43:53.171868 [ 270 ] {a6794355-3ef5-41b5-ae35-2de20a04b774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19149 2024.11.26 23:43:53.171920 [ 270 ] {a6794355-3ef5-41b5-ae35-2de20a04b774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19150 2024.11.26 23:43:53.172693 [ 270 ] {a6794355-3ef5-41b5-ae35-2de20a04b774} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19151 2024.11.26 23:43:53.172732 [ 270 ] {a6794355-3ef5-41b5-ae35-2de20a04b774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19152 2024.11.26 23:43:53.173177 [ 270 ] {a6794355-3ef5-41b5-ae35-2de20a04b774} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
19153 2024.11.26 23:43:53.173424 [ 270 ] {a6794355-3ef5-41b5-ae35-2de20a04b774} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19154 2024.11.26 23:43:53.173663 [ 270 ] {a6794355-3ef5-41b5-ae35-2de20a04b774} <Debug> executeQuery: Read 923 rows, 63.33 KiB in 0.001817 sec., 507980.1871216291 rows/sec., 34.04 MiB/sec.
19155 2024.11.26 23:43:53.173721 [ 270 ] {a6794355-3ef5-41b5-ae35-2de20a04b774} <Debug> TCPHandler: Processed in 0.002024639 sec.
19156 2024.11.26 23:43:53.173887 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19157 2024.11.26 23:43:53.174221 [ 268 ] {34043f25-e6ab-415d-85bc-12d75ed20057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19158 2024.11.26 23:43:53.174560 [ 268 ] {34043f25-e6ab-415d-85bc-12d75ed20057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19159 2024.11.26 23:43:53.176213 [ 268 ] {34043f25-e6ab-415d-85bc-12d75ed20057} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19160 2024.11.26 23:43:53.176252 [ 268 ] {34043f25-e6ab-415d-85bc-12d75ed20057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19161 2024.11.26 23:43:53.176983 [ 268 ] {34043f25-e6ab-415d-85bc-12d75ed20057} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
19162 2024.11.26 23:43:53.177257 [ 268 ] {34043f25-e6ab-415d-85bc-12d75ed20057} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19163 2024.11.26 23:43:53.177501 [ 268 ] {34043f25-e6ab-415d-85bc-12d75ed20057} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.003382 sec., 15671.200473092844 rows/sec., 28.08 MiB/sec.
19164 2024.11.26 23:43:53.177986 [ 268 ] {34043f25-e6ab-415d-85bc-12d75ed20057} <Debug> TCPHandler: Processed in 0.004173339 sec.
19165 2024.11.26 23:43:53.178216 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19166 2024.11.26 23:43:53.178363 [ 270 ] {f70dde8f-810f-4a68-8b51-08c323a89c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
19167 2024.11.26 23:43:53.178421 [ 270 ] {f70dde8f-810f-4a68-8b51-08c323a89c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
19168 2024.11.26 23:43:53.178888 [ 270 ] {f70dde8f-810f-4a68-8b51-08c323a89c8f} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19169 2024.11.26 23:43:53.178926 [ 270 ] {f70dde8f-810f-4a68-8b51-08c323a89c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19170 2024.11.26 23:43:53.179284 [ 270 ] {f70dde8f-810f-4a68-8b51-08c323a89c8f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
19171 2024.11.26 23:43:53.179520 [ 270 ] {f70dde8f-810f-4a68-8b51-08c323a89c8f} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19172 2024.11.26 23:43:53.179825 [ 270 ] {f70dde8f-810f-4a68-8b51-08c323a89c8f} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 269.60 KiB/sec.
19173 2024.11.26 23:43:53.179922 [ 270 ] {f70dde8f-810f-4a68-8b51-08c323a89c8f} <Debug> TCPHandler: Processed in 0.001830547 sec.
19174 2024.11.26 23:43:53.180062 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19175 2024.11.26 23:43:53.180180 [ 268 ] {c1f3be00-9a60-415d-8bf5-fa55ab253f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19176 2024.11.26 23:43:53.180230 [ 268 ] {c1f3be00-9a60-415d-8bf5-fa55ab253f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19177 2024.11.26 23:43:53.180724 [ 268 ] {c1f3be00-9a60-415d-8bf5-fa55ab253f47} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19178 2024.11.26 23:43:53.180761 [ 268 ] {c1f3be00-9a60-415d-8bf5-fa55ab253f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19179 2024.11.26 23:43:53.181140 [ 268 ] {c1f3be00-9a60-415d-8bf5-fa55ab253f47} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
19180 2024.11.26 23:43:53.181376 [ 268 ] {c1f3be00-9a60-415d-8bf5-fa55ab253f47} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19181 2024.11.26 23:43:53.181550 [ 268 ] {c1f3be00-9a60-415d-8bf5-fa55ab253f47} <Debug> executeQuery: Read 30 rows, 2.06 KiB in 0.001396 sec., 21489.971346704868 rows/sec., 1.44 MiB/sec.
19182 2024.11.26 23:43:53.181599 [ 268 ] {c1f3be00-9a60-415d-8bf5-fa55ab253f47} <Debug> TCPHandler: Processed in 0.001596095 sec.
19183 2024.11.26 23:43:54.994498 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 2694
19184 2024.11.26 23:43:54.998027 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19185 2024.11.26 23:43:54.998074 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19186 2024.11.26 23:43:54.999610 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
19187 2024.11.26 23:43:54.999960 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19188 2024.11.26 23:43:55.000281 [ 36 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
19189 2024.11.26 23:43:55.000446 [ 36 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19190 2024.11.26 23:43:55.000577 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19191 2024.11.26 23:43:55.001437 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
19192 2024.11.26 23:43:55.002008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2694
19193 2024.11.26 23:43:55.002541 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19194 2024.11.26 23:43:55.002747 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2500 rows starting from the beginning of the part
19195 2024.11.26 23:43:55.003320 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part
19196 2024.11.26 23:43:55.003850 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part
19197 2024.11.26 23:43:55.004349 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 28 rows starting from the beginning of the part
19198 2024.11.26 23:43:55.004840 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part
19199 2024.11.26 23:43:55.005392 [ 187 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 52 rows starting from the beginning of the part
19200 2024.11.26 23:43:55.015333 [ 186 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2694 rows, containing 72 columns (72 merged, 0 gathered) in 0.014458715 sec., 186323.61174558042 rows/sec., 138.54 MiB/sec.
19201 2024.11.26 23:43:55.017907 [ 186 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
19202 2024.11.26 23:43:55.018856 [ 186 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19203 2024.11.26 23:43:55.018969 [ 186 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_71_14} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
19204 2024.11.26 23:43:55.019360 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB.
19205 2024.11.26 23:43:55.220157 [ 222 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
19206 2024.11.26 23:43:55.220214 [ 222 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
19207 2024.11.26 23:43:55.222174 [ 222 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
19208 2024.11.26 23:43:55.625226 [ 221 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
19209 2024.11.26 23:43:55.625294 [ 221 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
19210 2024.11.26 23:43:55.626957 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
19211 2024.11.26 23:43:55.627028 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
19212 2024.11.26 23:43:55.627461 [ 221 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
19213 2024.11.26 23:43:55.629432 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
19214 2024.11.26 23:43:55.732199 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19215 2024.11.26 23:43:55.732391 [ 268 ] {81dddc80-821b-4bc5-b023-de70bf857697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19216 2024.11.26 23:43:55.732467 [ 268 ] {81dddc80-821b-4bc5-b023-de70bf857697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19217 2024.11.26 23:43:55.733283 [ 268 ] {81dddc80-821b-4bc5-b023-de70bf857697} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19218 2024.11.26 23:43:55.733337 [ 268 ] {81dddc80-821b-4bc5-b023-de70bf857697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19219 2024.11.26 23:43:55.733789 [ 268 ] {81dddc80-821b-4bc5-b023-de70bf857697} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
19220 2024.11.26 23:43:55.734055 [ 268 ] {81dddc80-821b-4bc5-b023-de70bf857697} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19221 2024.11.26 23:43:55.734290 [ 268 ] {81dddc80-821b-4bc5-b023-de70bf857697} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.21 MiB/sec.
19222 2024.11.26 23:43:55.734359 [ 268 ] {81dddc80-821b-4bc5-b023-de70bf857697} <Debug> TCPHandler: Processed in 0.002290422 sec.
19223 2024.11.26 23:43:55.734607 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19224 2024.11.26 23:43:55.734820 [ 270 ] {7dd5a5df-dac6-443f-92ea-c72d11851a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19225 2024.11.26 23:43:55.734904 [ 270 ] {7dd5a5df-dac6-443f-92ea-c72d11851a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19226 2024.11.26 23:43:55.735795 [ 270 ] {7dd5a5df-dac6-443f-92ea-c72d11851a3f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19227 2024.11.26 23:43:55.735857 [ 270 ] {7dd5a5df-dac6-443f-92ea-c72d11851a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19228 2024.11.26 23:43:55.736344 [ 270 ] {7dd5a5df-dac6-443f-92ea-c72d11851a3f} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
19229 2024.11.26 23:43:55.736634 [ 270 ] {7dd5a5df-dac6-443f-92ea-c72d11851a3f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19230 2024.11.26 23:43:55.736852 [ 270 ] {7dd5a5df-dac6-443f-92ea-c72d11851a3f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002088 sec., 30651.340996168583 rows/sec., 2.39 MiB/sec.
19231 2024.11.26 23:43:55.736938 [ 270 ] {7dd5a5df-dac6-443f-92ea-c72d11851a3f} <Debug> TCPHandler: Processed in 0.002461403 sec.
19232 2024.11.26 23:43:55.737102 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19233 2024.11.26 23:43:55.737229 [ 268 ] {5644fcc9-0f78-4cc7-9477-75e9758eb016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19234 2024.11.26 23:43:55.737288 [ 268 ] {5644fcc9-0f78-4cc7-9477-75e9758eb016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19235 2024.11.26 23:43:55.737868 [ 268 ] {5644fcc9-0f78-4cc7-9477-75e9758eb016} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19236 2024.11.26 23:43:55.737909 [ 268 ] {5644fcc9-0f78-4cc7-9477-75e9758eb016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19237 2024.11.26 23:43:55.738325 [ 268 ] {5644fcc9-0f78-4cc7-9477-75e9758eb016} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
19238 2024.11.26 23:43:55.738590 [ 268 ] {5644fcc9-0f78-4cc7-9477-75e9758eb016} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19239 2024.11.26 23:43:55.738804 [ 268 ] {5644fcc9-0f78-4cc7-9477-75e9758eb016} <Debug> executeQuery: Read 84 rows, 5.98 KiB in 0.001605 sec., 52336.44859813084 rows/sec., 3.64 MiB/sec.
19240 2024.11.26 23:43:55.738859 [ 268 ] {5644fcc9-0f78-4cc7-9477-75e9758eb016} <Debug> TCPHandler: Processed in 0.001813217 sec.
19241 2024.11.26 23:43:55.739008 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19242 2024.11.26 23:43:55.739130 [ 270 ] {e35f470e-c2d3-4d00-af00-86fa89372e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19243 2024.11.26 23:43:55.739183 [ 270 ] {e35f470e-c2d3-4d00-af00-86fa89372e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19244 2024.11.26 23:43:55.739686 [ 270 ] {e35f470e-c2d3-4d00-af00-86fa89372e46} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19245 2024.11.26 23:43:55.739725 [ 270 ] {e35f470e-c2d3-4d00-af00-86fa89372e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19246 2024.11.26 23:43:55.740196 [ 270 ] {e35f470e-c2d3-4d00-af00-86fa89372e46} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
19247 2024.11.26 23:43:55.740445 [ 270 ] {e35f470e-c2d3-4d00-af00-86fa89372e46} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19248 2024.11.26 23:43:55.740662 [ 270 ] {e35f470e-c2d3-4d00-af00-86fa89372e46} <Debug> executeQuery: Read 30 rows, 2.08 KiB in 0.001547 sec., 19392.372333548803 rows/sec., 1.31 MiB/sec.
19249 2024.11.26 23:43:55.740722 [ 270 ] {e35f470e-c2d3-4d00-af00-86fa89372e46} <Debug> TCPHandler: Processed in 0.001767546 sec.
19250 2024.11.26 23:43:56.070021 [ 223 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
19251 2024.11.26 23:43:56.070076 [ 223 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
19252 2024.11.26 23:43:56.072057 [ 223 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
19253 2024.11.26 23:43:57.111681 [ 222 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
19254 2024.11.26 23:43:57.111732 [ 222 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
19255 2024.11.26 23:43:57.113729 [ 222 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
19256 2024.11.26 23:43:57.205525 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554
19257 2024.11.26 23:43:57.206268 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19258 2024.11.26 23:43:57.206320 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19259 2024.11.26 23:43:57.206861 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
19260 2024.11.26 23:43:57.207123 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19261 2024.11.26 23:43:57.207376 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554
19262 2024.11.26 23:43:58.397601 [ 221 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
19263 2024.11.26 23:43:58.397664 [ 221 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
19264 2024.11.26 23:43:58.399659 [ 221 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
19265 2024.11.26 23:43:59.000195 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.95 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 274.95 MiB (RSS), difference: 4.00 MiB
19266 2024.11.26 23:44:00.354020 [ 222 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
19267 2024.11.26 23:44:00.354147 [ 222 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
19268 2024.11.26 23:44:00.357986 [ 222 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
19269 2024.11.26 23:44:00.378150 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716
19270 2024.11.26 23:44:00.401026 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19271 2024.11.26 23:44:00.401084 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19272 2024.11.26 23:44:00.408701 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
19273 2024.11.26 23:44:00.409538 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19274 2024.11.26 23:44:00.412404 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716
19275 2024.11.26 23:44:00.739384 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19276 2024.11.26 23:44:00.739602 [ 268 ] {2bfedf1e-e12c-4ece-a526-77d0d82be3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
19277 2024.11.26 23:44:00.739684 [ 268 ] {2bfedf1e-e12c-4ece-a526-77d0d82be3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
19278 2024.11.26 23:44:00.740483 [ 268 ] {2bfedf1e-e12c-4ece-a526-77d0d82be3b0} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19279 2024.11.26 23:44:00.740535 [ 268 ] {2bfedf1e-e12c-4ece-a526-77d0d82be3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19280 2024.11.26 23:44:00.740977 [ 268 ] {2bfedf1e-e12c-4ece-a526-77d0d82be3b0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
19281 2024.11.26 23:44:00.741237 [ 268 ] {2bfedf1e-e12c-4ece-a526-77d0d82be3b0} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19282 2024.11.26 23:44:00.741451 [ 151 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0
19283 2024.11.26 23:44:00.741477 [ 268 ] {2bfedf1e-e12c-4ece-a526-77d0d82be3b0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec.
19284 2024.11.26 23:44:00.741539 [ 151 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19285 2024.11.26 23:44:00.741608 [ 268 ] {2bfedf1e-e12c-4ece-a526-77d0d82be3b0} <Debug> TCPHandler: Processed in 0.002362562 sec.
19286 2024.11.26 23:44:00.741616 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19287 2024.11.26 23:44:00.741852 [ 225 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
19288 2024.11.26 23:44:00.741909 [ 198 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
19289 2024.11.26 23:44:00.741948 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19290 2024.11.26 23:44:00.741920 [ 225 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
19291 2024.11.26 23:44:00.742407 [ 270 ] {170bdc5e-c6a6-4616-a62b-b37affc43944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19292 2024.11.26 23:44:00.742471 [ 198 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19293 2024.11.26 23:44:00.742559 [ 198 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
19294 2024.11.26 23:44:00.742573 [ 270 ] {170bdc5e-c6a6-4616-a62b-b37affc43944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19295 2024.11.26 23:44:00.743033 [ 198 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
19296 2024.11.26 23:44:00.744287 [ 198 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
19297 2024.11.26 23:44:00.744889 [ 198 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
19298 2024.11.26 23:44:00.745490 [ 198 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
19299 2024.11.26 23:44:00.747051 [ 270 ] {170bdc5e-c6a6-4616-a62b-b37affc43944} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19300 2024.11.26 23:44:00.747130 [ 270 ] {170bdc5e-c6a6-4616-a62b-b37affc43944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19301 2024.11.26 23:44:00.747563 [ 225 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
19302 2024.11.26 23:44:00.748813 [ 270 ] {170bdc5e-c6a6-4616-a62b-b37affc43944} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
19303 2024.11.26 23:44:00.749510 [ 270 ] {170bdc5e-c6a6-4616-a62b-b37affc43944} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19304 2024.11.26 23:44:00.750083 [ 270 ] {170bdc5e-c6a6-4616-a62b-b37affc43944} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.007847 sec., 25869.759143621766 rows/sec., 2.24 MiB/sec.
19305 2024.11.26 23:44:00.750351 [ 270 ] {170bdc5e-c6a6-4616-a62b-b37affc43944} <Debug> TCPHandler: Processed in 0.00860481 sec.
19306 2024.11.26 23:44:00.750400 [ 198 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00864148 sec., 8100.464272323722 rows/sec., 614.77 KiB/sec.
19307 2024.11.26 23:44:00.750573 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19308 2024.11.26 23:44:00.750596 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary)
19309 2024.11.26 23:44:00.750771 [ 268 ] {cbd1e0f9-2e5b-4fa7-8586-ac9356b79cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19310 2024.11.26 23:44:00.750877 [ 268 ] {cbd1e0f9-2e5b-4fa7-8586-ac9356b79cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19311 2024.11.26 23:44:00.751149 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_69_17} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19312 2024.11.26 23:44:00.751372 [ 192 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_69_17} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17
19313 2024.11.26 23:44:00.751566 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
19314 2024.11.26 23:44:00.752020 [ 268 ] {cbd1e0f9-2e5b-4fa7-8586-ac9356b79cf0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19315 2024.11.26 23:44:00.752066 [ 268 ] {cbd1e0f9-2e5b-4fa7-8586-ac9356b79cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19316 2024.11.26 23:44:00.752436 [ 268 ] {cbd1e0f9-2e5b-4fa7-8586-ac9356b79cf0} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
19317 2024.11.26 23:44:00.752682 [ 268 ] {cbd1e0f9-2e5b-4fa7-8586-ac9356b79cf0} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19318 2024.11.26 23:44:00.752866 [ 268 ] {cbd1e0f9-2e5b-4fa7-8586-ac9356b79cf0} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.002146 sec., 3261.8825722274 rows/sec., 212.51 KiB/sec.
19319 2024.11.26 23:44:00.752929 [ 268 ] {cbd1e0f9-2e5b-4fa7-8586-ac9356b79cf0} <Debug> TCPHandler: Processed in 0.002452913 sec.
19320 2024.11.26 23:44:00.753110 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19321 2024.11.26 23:44:00.753249 [ 270 ] {17efc5bf-e282-4939-8fc2-62d9e8f6d0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19322 2024.11.26 23:44:00.753305 [ 270 ] {17efc5bf-e282-4939-8fc2-62d9e8f6d0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19323 2024.11.26 23:44:00.753953 [ 270 ] {17efc5bf-e282-4939-8fc2-62d9e8f6d0cd} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19324 2024.11.26 23:44:00.753992 [ 270 ] {17efc5bf-e282-4939-8fc2-62d9e8f6d0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19325 2024.11.26 23:44:00.754354 [ 270 ] {17efc5bf-e282-4939-8fc2-62d9e8f6d0cd} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
19326 2024.11.26 23:44:00.754586 [ 270 ] {17efc5bf-e282-4939-8fc2-62d9e8f6d0cd} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19327 2024.11.26 23:44:00.754782 [ 270 ] {17efc5bf-e282-4939-8fc2-62d9e8f6d0cd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001564 sec., 8951.406649616369 rows/sec., 626.90 KiB/sec.
19328 2024.11.26 23:44:00.754833 [ 270 ] {17efc5bf-e282-4939-8fc2-62d9e8f6d0cd} <Debug> TCPHandler: Processed in 0.001793757 sec.
19329 2024.11.26 23:44:00.754998 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19330 2024.11.26 23:44:00.755220 [ 268 ] {2446dd42-57dc-4cf0-bcd3-28d219b815e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19331 2024.11.26 23:44:00.755281 [ 268 ] {2446dd42-57dc-4cf0-bcd3-28d219b815e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19332 2024.11.26 23:44:00.755947 [ 268 ] {2446dd42-57dc-4cf0-bcd3-28d219b815e5} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19333 2024.11.26 23:44:00.755985 [ 268 ] {2446dd42-57dc-4cf0-bcd3-28d219b815e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19334 2024.11.26 23:44:00.756354 [ 268 ] {2446dd42-57dc-4cf0-bcd3-28d219b815e5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
19335 2024.11.26 23:44:00.756603 [ 268 ] {2446dd42-57dc-4cf0-bcd3-28d219b815e5} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19336 2024.11.26 23:44:00.756729 [ 97 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0
19337 2024.11.26 23:44:00.756773 [ 97 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19338 2024.11.26 23:44:00.756788 [ 268 ] {2446dd42-57dc-4cf0-bcd3-28d219b815e5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec.
19339 2024.11.26 23:44:00.756801 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19340 2024.11.26 23:44:00.756912 [ 268 ] {2446dd42-57dc-4cf0-bcd3-28d219b815e5} <Debug> TCPHandler: Processed in 0.001973438 sec.
19341 2024.11.26 23:44:00.757000 [ 224 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
19342 2024.11.26 23:44:00.757087 [ 224 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
19343 2024.11.26 23:44:00.757103 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
19344 2024.11.26 23:44:00.757159 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19345 2024.11.26 23:44:00.757595 [ 270 ] {45574d38-4a41-4ec8-8ed5-cb51e0c36cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19346 2024.11.26 23:44:00.757614 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19347 2024.11.26 23:44:00.757706 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
19348 2024.11.26 23:44:00.757713 [ 270 ] {45574d38-4a41-4ec8-8ed5-cb51e0c36cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19349 2024.11.26 23:44:00.758196 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
19350 2024.11.26 23:44:00.758742 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
19351 2024.11.26 23:44:00.759317 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
19352 2024.11.26 23:44:00.759901 [ 197 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
19353 2024.11.26 23:44:00.762902 [ 270 ] {45574d38-4a41-4ec8-8ed5-cb51e0c36cb7} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19354 2024.11.26 23:44:00.763002 [ 270 ] {45574d38-4a41-4ec8-8ed5-cb51e0c36cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19355 2024.11.26 23:44:00.763742 [ 224 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
19356 2024.11.26 23:44:00.764693 [ 270 ] {45574d38-4a41-4ec8-8ed5-cb51e0c36cb7} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
19357 2024.11.26 23:44:00.765269 [ 192 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008391558 sec., 7745.8798473418165 rows/sec., 513.21 KiB/sec.
19358 2024.11.26 23:44:00.765423 [ 270 ] {45574d38-4a41-4ec8-8ed5-cb51e0c36cb7} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19359 2024.11.26 23:44:00.765487 [ 192 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary)
19360 2024.11.26 23:44:00.765705 [ 270 ] {45574d38-4a41-4ec8-8ed5-cb51e0c36cb7} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.008271 sec., 46185.46729536936 rows/sec., 3.27 MiB/sec.
19361 2024.11.26 23:44:00.765784 [ 270 ] {45574d38-4a41-4ec8-8ed5-cb51e0c36cb7} <Debug> TCPHandler: Processed in 0.008751072 sec.
19362 2024.11.26 23:44:00.765916 [ 192 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_69_17} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19363 2024.11.26 23:44:00.765977 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19364 2024.11.26 23:44:00.766036 [ 192 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_69_17} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17
19365 2024.11.26 23:44:00.766186 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
19366 2024.11.26 23:44:00.766196 [ 268 ] {a2a76f2d-c82c-4b9f-93f7-b594199e500f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19367 2024.11.26 23:44:00.766268 [ 268 ] {a2a76f2d-c82c-4b9f-93f7-b594199e500f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19368 2024.11.26 23:44:00.766773 [ 268 ] {a2a76f2d-c82c-4b9f-93f7-b594199e500f} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19369 2024.11.26 23:44:00.766813 [ 268 ] {a2a76f2d-c82c-4b9f-93f7-b594199e500f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19370 2024.11.26 23:44:00.767188 [ 268 ] {a2a76f2d-c82c-4b9f-93f7-b594199e500f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
19371 2024.11.26 23:44:00.767428 [ 268 ] {a2a76f2d-c82c-4b9f-93f7-b594199e500f} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19372 2024.11.26 23:44:00.767602 [ 268 ] {a2a76f2d-c82c-4b9f-93f7-b594199e500f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec.
19373 2024.11.26 23:44:00.767655 [ 268 ] {a2a76f2d-c82c-4b9f-93f7-b594199e500f} <Debug> TCPHandler: Processed in 0.001759837 sec.
19374 2024.11.26 23:44:00.767826 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19375 2024.11.26 23:44:00.768030 [ 270 ] {856f18ad-2bf4-4ac2-a444-b99490e26004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19376 2024.11.26 23:44:00.768122 [ 270 ] {856f18ad-2bf4-4ac2-a444-b99490e26004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19377 2024.11.26 23:44:00.768971 [ 270 ] {856f18ad-2bf4-4ac2-a444-b99490e26004} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19378 2024.11.26 23:44:00.769016 [ 270 ] {856f18ad-2bf4-4ac2-a444-b99490e26004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19379 2024.11.26 23:44:00.769447 [ 270 ] {856f18ad-2bf4-4ac2-a444-b99490e26004} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
19380 2024.11.26 23:44:00.769687 [ 270 ] {856f18ad-2bf4-4ac2-a444-b99490e26004} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19381 2024.11.26 23:44:00.769855 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_159_33 to all_164_164_0
19382 2024.11.26 23:44:00.769921 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19383 2024.11.26 23:44:00.769929 [ 270 ] {856f18ad-2bf4-4ac2-a444-b99490e26004} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001938 sec., 122291.02167182662 rows/sec., 8.20 MiB/sec.
19384 2024.11.26 23:44:00.769960 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19385 2024.11.26 23:44:00.770092 [ 270 ] {856f18ad-2bf4-4ac2-a444-b99490e26004} <Debug> TCPHandler: Processed in 0.002335882 sec.
19386 2024.11.26 23:44:00.770370 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19387 2024.11.26 23:44:00.770380 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_159_33 to all_164_164_0 into Compact with storage Full
19388 2024.11.26 23:44:00.770697 [ 268 ] {398ee1fb-5acf-49da-99c4-983e453afb51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19389 2024.11.26 23:44:00.770884 [ 268 ] {398ee1fb-5acf-49da-99c4-983e453afb51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19390 2024.11.26 23:44:00.770953 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19391 2024.11.26 23:44:00.771087 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_159_33, total 47085 rows starting from the beginning of the part
19392 2024.11.26 23:44:00.771535 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 160 rows starting from the beginning of the part
19393 2024.11.26 23:44:00.771946 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 237 rows starting from the beginning of the part
19394 2024.11.26 23:44:00.772428 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 923 rows starting from the beginning of the part
19395 2024.11.26 23:44:00.772856 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 84 rows starting from the beginning of the part
19396 2024.11.26 23:44:00.773415 [ 189 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 237 rows starting from the beginning of the part
19397 2024.11.26 23:44:00.775452 [ 268 ] {398ee1fb-5acf-49da-99c4-983e453afb51} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19398 2024.11.26 23:44:00.775514 [ 268 ] {398ee1fb-5acf-49da-99c4-983e453afb51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19399 2024.11.26 23:44:00.775994 [ 268 ] {398ee1fb-5acf-49da-99c4-983e453afb51} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
19400 2024.11.26 23:44:00.776287 [ 268 ] {398ee1fb-5acf-49da-99c4-983e453afb51} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19401 2024.11.26 23:44:00.776536 [ 268 ] {398ee1fb-5acf-49da-99c4-983e453afb51} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006006 sec., 166.5001665001665 rows/sec., 11.22 KiB/sec.
19402 2024.11.26 23:44:00.776622 [ 268 ] {398ee1fb-5acf-49da-99c4-983e453afb51} <Debug> TCPHandler: Processed in 0.00644386 sec.
19403 2024.11.26 23:44:00.776810 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19404 2024.11.26 23:44:00.777137 [ 270 ] {8095e92a-73ee-49b7-8e22-c63671b0906a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19405 2024.11.26 23:44:00.777244 [ 270 ] {8095e92a-73ee-49b7-8e22-c63671b0906a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19406 2024.11.26 23:44:00.778040 [ 270 ] {8095e92a-73ee-49b7-8e22-c63671b0906a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19407 2024.11.26 23:44:00.778080 [ 270 ] {8095e92a-73ee-49b7-8e22-c63671b0906a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19408 2024.11.26 23:44:00.778521 [ 270 ] {8095e92a-73ee-49b7-8e22-c63671b0906a} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
19409 2024.11.26 23:44:00.778846 [ 270 ] {8095e92a-73ee-49b7-8e22-c63671b0906a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19410 2024.11.26 23:44:00.779095 [ 270 ] {8095e92a-73ee-49b7-8e22-c63671b0906a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002058 sec., 39844.50923226433 rows/sec., 2.53 MiB/sec.
19411 2024.11.26 23:44:00.779170 [ 270 ] {8095e92a-73ee-49b7-8e22-c63671b0906a} <Debug> TCPHandler: Processed in 0.002397482 sec.
19412 2024.11.26 23:44:00.784433 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48726 rows, containing 5 columns (5 merged, 0 gathered) in 0.014358814 sec., 3393455.7547719474 rows/sec., 229.14 MiB/sec.
19413 2024.11.26 23:44:00.785256 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Trace> MergedBlockOutputStream: filled checksums all_1_164_34 (state Temporary)
19414 2024.11.26 23:44:00.785588 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_164_34 to all_1_164_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19415 2024.11.26 23:44:00.785678 [ 202 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_164_34} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_159_33, all_164_164_0] -> all_1_164_34
19416 2024.11.26 23:44:00.785784 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB.
19417 2024.11.26 23:44:01.000194 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.24 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 274.95 MiB (RSS), difference: -1.29 MiB
19418 2024.11.26 23:44:04.462116 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
19419 2024.11.26 23:44:04.462173 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
19420 2024.11.26 23:44:04.707635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981
19421 2024.11.26 23:44:04.708298 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19422 2024.11.26 23:44:04.708348 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19423 2024.11.26 23:44:04.708909 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
19424 2024.11.26 23:44:04.709194 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19425 2024.11.26 23:44:04.709419 [ 150 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
19426 2024.11.26 23:44:04.709470 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981
19427 2024.11.26 23:44:04.709511 [ 150 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19428 2024.11.26 23:44:04.709540 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19429 2024.11.26 23:44:04.709742 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
19430 2024.11.26 23:44:04.709851 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19431 2024.11.26 23:44:04.709885 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part
19432 2024.11.26 23:44:04.709951 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part
19433 2024.11.26 23:44:04.710155 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part
19434 2024.11.26 23:44:04.710471 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part
19435 2024.11.26 23:44:04.710706 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part
19436 2024.11.26 23:44:04.710817 [ 200 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part
19437 2024.11.26 23:44:04.714239 [ 190 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004549173 sec., 9667911.068671163 rows/sec., 138.30 MiB/sec.
19438 2024.11.26 23:44:04.714493 [ 196 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
19439 2024.11.26 23:44:04.714783 [ 196 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19440 2024.11.26 23:44:04.714858 [ 196 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_96_19} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
19441 2024.11.26 23:44:04.714944 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
19442 2024.11.26 23:44:05.002431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2722
19443 2024.11.26 23:44:05.005673 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19444 2024.11.26 23:44:05.005714 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19445 2024.11.26 23:44:05.007241 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
19446 2024.11.26 23:44:05.007562 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19447 2024.11.26 23:44:05.008985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2722
19448 2024.11.26 23:44:05.018532 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.01814313 sec.
19449 2024.11.26 23:44:05.556803 [ 150 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
19450 2024.11.26 23:44:05.556863 [ 150 ] {} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19451 2024.11.26 23:44:05.556887 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19452 2024.11.26 23:44:05.557012 [ 223 ] {} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): 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]
19453 2024.11.26 23:44:05.557049 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
19454 2024.11.26 23:44:05.557079 [ 223 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): 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]
19455 2024.11.26 23:44:05.557315 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19456 2024.11.26 23:44:05.557381 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part
19457 2024.11.26 23:44:05.557468 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part
19458 2024.11.26 23:44:05.557806 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::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
19459 2024.11.26 23:44:05.558106 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part
19460 2024.11.26 23:44:05.558431 [ 194 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part
19461 2024.11.26 23:44:05.560658 [ 190 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.003709995 sec., 10242.601405123189 rows/sec., 875.22 KiB/sec.
19462 2024.11.26 23:44:05.560855 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
19463 2024.11.26 23:44:05.560965 [ 223 ] {} <Debug> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): 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]
19464 2024.11.26 23:44:05.561365 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_33_8} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19465 2024.11.26 23:44:05.561448 [ 191 ] {0bace3c2-6593-4053-8ce7-42d93ec2fd83::all_1_33_8} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
19466 2024.11.26 23:44:05.561551 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
19467 2024.11.26 23:44:05.731314 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19468 2024.11.26 23:44:05.731634 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) 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)
19469 2024.11.26 23:44:05.732133 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
19470 2024.11.26 23:44:05.732188 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <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
19471 2024.11.26 23:44:05.732571 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
19472 2024.11.26 23:44:05.732664 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
19473 2024.11.26 23:44:05.732854 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
19474 2024.11.26 23:44:05.733232 [ 302 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
19475 2024.11.26 23:44:05.733273 [ 295 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
19476 2024.11.26 23:44:05.733279 [ 301 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
19477 2024.11.26 23:44:05.733310 [ 303 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
19478 2024.11.26 23:44:05.733476 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
19479 2024.11.26 23:44:05.733509 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Spreading mark ranges among streams (default reading)
19480 2024.11.26 23:44:05.733634 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
19481 2024.11.26 23:44:05.733658 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (SelectExecutor): Reading approx. 40 rows with 3 streams
19482 2024.11.26 23:44:05.733710 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> MergeTreeBaseSelectProcessor: 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'))"
19483 2024.11.26 23:44:05.733775 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> MergeTreeBaseSelectProcessor: 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'))"
19484 2024.11.26 23:44:05.733826 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Trace> MergeTreeBaseSelectProcessor: 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'))"
19485 2024.11.26 23:44:05.742246 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.010766 sec., 3715.4003343860304 rows/sec., 141.69 KiB/sec.
19486 2024.11.26 23:44:05.742448 [ 268 ] {409ee90f-4259-4220-8b6b-13c349a82091} <Debug> TCPHandler: Processed in 0.011278456 sec.
19487 2024.11.26 23:44:05.749110 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19488 2024.11.26 23:44:05.749240 [ 268 ] {03820074-e7c7-40ea-ac73-90b1e7b65057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
19489 2024.11.26 23:44:05.749296 [ 268 ] {03820074-e7c7-40ea-ac73-90b1e7b65057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
19490 2024.11.26 23:44:05.750006 [ 268 ] {03820074-e7c7-40ea-ac73-90b1e7b65057} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19491 2024.11.26 23:44:05.750053 [ 268 ] {03820074-e7c7-40ea-ac73-90b1e7b65057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19492 2024.11.26 23:44:05.750563 [ 268 ] {03820074-e7c7-40ea-ac73-90b1e7b65057} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
19493 2024.11.26 23:44:05.750802 [ 268 ] {03820074-e7c7-40ea-ac73-90b1e7b65057} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19494 2024.11.26 23:44:05.751050 [ 268 ] {03820074-e7c7-40ea-ac73-90b1e7b65057} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001834 sec., 545.2562704471102 rows/sec., 56.44 KiB/sec.
19495 2024.11.26 23:44:05.751351 [ 268 ] {03820074-e7c7-40ea-ac73-90b1e7b65057} <Debug> TCPHandler: Processed in 0.002297012 sec.
19496 2024.11.26 23:44:05.751634 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19497 2024.11.26 23:44:05.751839 [ 270 ] {79f1a4b6-e078-41b0-b3b2-92fef83cb9a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19498 2024.11.26 23:44:05.751923 [ 270 ] {79f1a4b6-e078-41b0-b3b2-92fef83cb9a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19499 2024.11.26 23:44:05.752807 [ 270 ] {79f1a4b6-e078-41b0-b3b2-92fef83cb9a8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19500 2024.11.26 23:44:05.752862 [ 270 ] {79f1a4b6-e078-41b0-b3b2-92fef83cb9a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19501 2024.11.26 23:44:05.753328 [ 270 ] {79f1a4b6-e078-41b0-b3b2-92fef83cb9a8} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
19502 2024.11.26 23:44:05.753587 [ 270 ] {79f1a4b6-e078-41b0-b3b2-92fef83cb9a8} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19503 2024.11.26 23:44:05.753826 [ 270 ] {79f1a4b6-e078-41b0-b3b2-92fef83cb9a8} <Debug> executeQuery: Read 171 rows, 15.32 KiB in 0.002045 sec., 83618.58190709047 rows/sec., 7.32 MiB/sec.
19504 2024.11.26 23:44:05.753892 [ 270 ] {79f1a4b6-e078-41b0-b3b2-92fef83cb9a8} <Debug> TCPHandler: Processed in 0.002393502 sec.
19505 2024.11.26 23:44:05.754071 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19506 2024.11.26 23:44:05.754246 [ 268 ] {64f33254-89a6-4c77-82ff-b499a48d0761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19507 2024.11.26 23:44:05.754318 [ 268 ] {64f33254-89a6-4c77-82ff-b499a48d0761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19508 2024.11.26 23:44:05.755175 [ 268 ] {64f33254-89a6-4c77-82ff-b499a48d0761} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19509 2024.11.26 23:44:05.755213 [ 268 ] {64f33254-89a6-4c77-82ff-b499a48d0761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19510 2024.11.26 23:44:05.755591 [ 268 ] {64f33254-89a6-4c77-82ff-b499a48d0761} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
19511 2024.11.26 23:44:05.755838 [ 268 ] {64f33254-89a6-4c77-82ff-b499a48d0761} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19512 2024.11.26 23:44:05.756014 [ 268 ] {64f33254-89a6-4c77-82ff-b499a48d0761} <Debug> executeQuery: Read 57 rows, 4.29 KiB in 0.00181 sec., 31491.71270718232 rows/sec., 2.31 MiB/sec.
19513 2024.11.26 23:44:05.756082 [ 268 ] {64f33254-89a6-4c77-82ff-b499a48d0761} <Debug> TCPHandler: Processed in 0.00209516 sec.
19514 2024.11.26 23:44:05.756280 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19515 2024.11.26 23:44:05.756480 [ 270 ] {84576df3-dd4a-447e-9f5f-a0f37252899d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19516 2024.11.26 23:44:05.756534 [ 270 ] {84576df3-dd4a-447e-9f5f-a0f37252899d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19517 2024.11.26 23:44:05.757130 [ 270 ] {84576df3-dd4a-447e-9f5f-a0f37252899d} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19518 2024.11.26 23:44:05.757169 [ 270 ] {84576df3-dd4a-447e-9f5f-a0f37252899d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19519 2024.11.26 23:44:05.757518 [ 270 ] {84576df3-dd4a-447e-9f5f-a0f37252899d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
19520 2024.11.26 23:44:05.757759 [ 270 ] {84576df3-dd4a-447e-9f5f-a0f37252899d} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19521 2024.11.26 23:44:05.757958 [ 270 ] {84576df3-dd4a-447e-9f5f-a0f37252899d} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.27 KiB/sec.
19522 2024.11.26 23:44:05.758011 [ 270 ] {84576df3-dd4a-447e-9f5f-a0f37252899d} <Debug> TCPHandler: Processed in 0.001903077 sec.
19523 2024.11.26 23:44:05.758220 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19524 2024.11.26 23:44:05.758360 [ 268 ] {3ffa3458-ebc1-41b8-9e9a-297440f424bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19525 2024.11.26 23:44:05.758420 [ 268 ] {3ffa3458-ebc1-41b8-9e9a-297440f424bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19526 2024.11.26 23:44:05.759138 [ 268 ] {3ffa3458-ebc1-41b8-9e9a-297440f424bd} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19527 2024.11.26 23:44:05.759177 [ 268 ] {3ffa3458-ebc1-41b8-9e9a-297440f424bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19528 2024.11.26 23:44:05.759553 [ 268 ] {3ffa3458-ebc1-41b8-9e9a-297440f424bd} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
19529 2024.11.26 23:44:05.759799 [ 268 ] {3ffa3458-ebc1-41b8-9e9a-297440f424bd} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19530 2024.11.26 23:44:05.759973 [ 268 ] {3ffa3458-ebc1-41b8-9e9a-297440f424bd} <Debug> executeQuery: Read 121 rows, 9.68 KiB in 0.001646 sec., 73511.54313487242 rows/sec., 5.74 MiB/sec.
19531 2024.11.26 23:44:05.760028 [ 268 ] {3ffa3458-ebc1-41b8-9e9a-297440f424bd} <Debug> TCPHandler: Processed in 0.001876508 sec.
19532 2024.11.26 23:44:05.760198 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19533 2024.11.26 23:44:05.760340 [ 270 ] {eaa90b39-ae64-49c8-95f9-efa7e627530a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19534 2024.11.26 23:44:05.760404 [ 270 ] {eaa90b39-ae64-49c8-95f9-efa7e627530a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19535 2024.11.26 23:44:05.761073 [ 270 ] {eaa90b39-ae64-49c8-95f9-efa7e627530a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19536 2024.11.26 23:44:05.761114 [ 270 ] {eaa90b39-ae64-49c8-95f9-efa7e627530a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19537 2024.11.26 23:44:05.761515 [ 270 ] {eaa90b39-ae64-49c8-95f9-efa7e627530a} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
19538 2024.11.26 23:44:05.761754 [ 270 ] {eaa90b39-ae64-49c8-95f9-efa7e627530a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19539 2024.11.26 23:44:05.761975 [ 270 ] {eaa90b39-ae64-49c8-95f9-efa7e627530a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec.
19540 2024.11.26 23:44:05.762027 [ 270 ] {eaa90b39-ae64-49c8-95f9-efa7e627530a} <Debug> TCPHandler: Processed in 0.001898987 sec.
19541 2024.11.26 23:44:05.762175 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19542 2024.11.26 23:44:05.762295 [ 268 ] {715fc65f-90d0-4597-a617-9ea6b00e43f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19543 2024.11.26 23:44:05.762347 [ 268 ] {715fc65f-90d0-4597-a617-9ea6b00e43f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19544 2024.11.26 23:44:05.762826 [ 268 ] {715fc65f-90d0-4597-a617-9ea6b00e43f5} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19545 2024.11.26 23:44:05.762865 [ 268 ] {715fc65f-90d0-4597-a617-9ea6b00e43f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19546 2024.11.26 23:44:05.763239 [ 268 ] {715fc65f-90d0-4597-a617-9ea6b00e43f5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
19547 2024.11.26 23:44:05.763491 [ 268 ] {715fc65f-90d0-4597-a617-9ea6b00e43f5} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19548 2024.11.26 23:44:05.763617 [ 149 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0
19549 2024.11.26 23:44:05.763664 [ 149 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19550 2024.11.26 23:44:05.763673 [ 268 ] {715fc65f-90d0-4597-a617-9ea6b00e43f5} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 45.28 KiB/sec.
19551 2024.11.26 23:44:05.763689 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19552 2024.11.26 23:44:05.763776 [ 268 ] {715fc65f-90d0-4597-a617-9ea6b00e43f5} <Debug> TCPHandler: Processed in 0.001660356 sec.
19553 2024.11.26 23:44:05.763968 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
19554 2024.11.26 23:44:05.763985 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19555 2024.11.26 23:44:05.764275 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19556 2024.11.26 23:44:05.764280 [ 270 ] {71467071-5604-42eb-974c-a43c6968c90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19557 2024.11.26 23:44:05.764347 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 65 rows starting from the beginning of the part
19558 2024.11.26 23:44:05.764576 [ 270 ] {71467071-5604-42eb-974c-a43c6968c90f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19559 2024.11.26 23:44:05.764629 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part
19560 2024.11.26 23:44:05.765008 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part
19561 2024.11.26 23:44:05.765539 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part
19562 2024.11.26 23:44:05.765995 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part
19563 2024.11.26 23:44:05.766307 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part
19564 2024.11.26 23:44:05.769581 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 4 columns (4 merged, 0 gathered) in 0.005785034 sec., 12100.188175212108 rows/sec., 814.67 KiB/sec.
19565 2024.11.26 23:44:05.769786 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary)
19566 2024.11.26 23:44:05.770329 [ 270 ] {71467071-5604-42eb-974c-a43c6968c90f} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19567 2024.11.26 23:44:05.770394 [ 270 ] {71467071-5604-42eb-974c-a43c6968c90f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19568 2024.11.26 23:44:05.770429 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19569 2024.11.26 23:44:05.770662 [ 194 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_70_14} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14
19570 2024.11.26 23:44:05.770827 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
19571 2024.11.26 23:44:05.771411 [ 270 ] {71467071-5604-42eb-974c-a43c6968c90f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
19572 2024.11.26 23:44:05.771677 [ 270 ] {71467071-5604-42eb-974c-a43c6968c90f} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19573 2024.11.26 23:44:05.771865 [ 149 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
19574 2024.11.26 23:44:05.771923 [ 149 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19575 2024.11.26 23:44:05.771968 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19576 2024.11.26 23:44:05.771976 [ 270 ] {71467071-5604-42eb-974c-a43c6968c90f} <Debug> executeQuery: Read 57 rows, 104.59 KiB in 0.007789 sec., 7318.012581846194 rows/sec., 13.11 MiB/sec.
19577 2024.11.26 23:44:05.772214 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
19578 2024.11.26 23:44:05.772239 [ 270 ] {71467071-5604-42eb-974c-a43c6968c90f} <Debug> TCPHandler: Processed in 0.008347428 sec.
19579 2024.11.26 23:44:05.772440 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19580 2024.11.26 23:44:05.772664 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19581 2024.11.26 23:44:05.772709 [ 268 ] {4ff6b31d-32c4-4f62-bf96-0acb12e82f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19582 2024.11.26 23:44:05.772781 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2571 rows starting from the beginning of the part
19583 2024.11.26 23:44:05.772829 [ 268 ] {4ff6b31d-32c4-4f62-bf96-0acb12e82f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19584 2024.11.26 23:44:05.773669 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 41 rows starting from the beginning of the part
19585 2024.11.26 23:44:05.774439 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 41 rows starting from the beginning of the part
19586 2024.11.26 23:44:05.775211 [ 268 ] {4ff6b31d-32c4-4f62-bf96-0acb12e82f3f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19587 2024.11.26 23:44:05.775227 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 50 rows starting from the beginning of the part
19588 2024.11.26 23:44:05.775285 [ 268 ] {4ff6b31d-32c4-4f62-bf96-0acb12e82f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.23 GiB.
19589 2024.11.26 23:44:05.775877 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 53 rows starting from the beginning of the part
19590 2024.11.26 23:44:05.776577 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 57 rows starting from the beginning of the part
19591 2024.11.26 23:44:05.776895 [ 268 ] {4ff6b31d-32c4-4f62-bf96-0acb12e82f3f} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
19592 2024.11.26 23:44:05.777634 [ 268 ] {4ff6b31d-32c4-4f62-bf96-0acb12e82f3f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19593 2024.11.26 23:44:05.778162 [ 268 ] {4ff6b31d-32c4-4f62-bf96-0acb12e82f3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005497 sec., 10915.044569765327 rows/sec., 753.25 KiB/sec.
19594 2024.11.26 23:44:05.778468 [ 268 ] {4ff6b31d-32c4-4f62-bf96-0acb12e82f3f} <Debug> TCPHandler: Processed in 0.006124857 sec.
19595 2024.11.26 23:44:05.787424 [ 188 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2813 rows, containing 19 columns (19 merged, 0 gathered) in 0.015360673 sec., 183129.9969734399 rows/sec., 328.16 MiB/sec.
19596 2024.11.26 23:44:05.789936 [ 195 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
19597 2024.11.26 23:44:05.790426 [ 195 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19598 2024.11.26 23:44:05.790524 [ 195 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
19599 2024.11.26 23:44:05.790709 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.77 MiB.
19600 2024.11.26 23:44:07.912597 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 724
19601 2024.11.26 23:44:07.935847 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19602 2024.11.26 23:44:07.935909 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19603 2024.11.26 23:44:07.943592 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
19604 2024.11.26 23:44:07.944430 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19605 2024.11.26 23:44:07.944746 [ 147 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
19606 2024.11.26 23:44:07.944809 [ 147 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19607 2024.11.26 23:44:07.944852 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19608 2024.11.26 23:44:07.945065 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
19609 2024.11.26 23:44:07.954407 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724
19610 2024.11.26 23:44:07.955470 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19611 2024.11.26 23:44:07.956437 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
19612 2024.11.26 23:44:07.961317 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
19613 2024.11.26 23:44:07.966239 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
19614 2024.11.26 23:44:07.971463 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
19615 2024.11.26 23:44:07.977093 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
19616 2024.11.26 23:44:07.982924 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
19617 2024.11.26 23:44:08.000203 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 285.55 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 275.06 MiB (RSS), difference: -10.49 MiB
19618 2024.11.26 23:44:08.050227 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.105290103 sec., 6876.239830442563 rows/sec., 35.56 MiB/sec.
19619 2024.11.26 23:44:08.052838 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
19620 2024.11.26 23:44:08.055351 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_96_19} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19621 2024.11.26 23:44:08.055454 [ 199 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_96_19} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
19622 2024.11.26 23:44:08.057006 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
19623 2024.11.26 23:44:09.001201 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.63 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 275.06 MiB (RSS), difference: 9.43 MiB
19624 2024.11.26 23:44:10.740342 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19625 2024.11.26 23:44:10.740562 [ 268 ] {26e8cd76-1344-4275-8953-3abaf4df0543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
19626 2024.11.26 23:44:10.740646 [ 268 ] {26e8cd76-1344-4275-8953-3abaf4df0543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
19627 2024.11.26 23:44:10.741520 [ 268 ] {26e8cd76-1344-4275-8953-3abaf4df0543} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19628 2024.11.26 23:44:10.741570 [ 268 ] {26e8cd76-1344-4275-8953-3abaf4df0543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19629 2024.11.26 23:44:10.742039 [ 268 ] {26e8cd76-1344-4275-8953-3abaf4df0543} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
19630 2024.11.26 23:44:10.742323 [ 268 ] {26e8cd76-1344-4275-8953-3abaf4df0543} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19631 2024.11.26 23:44:10.742577 [ 268 ] {26e8cd76-1344-4275-8953-3abaf4df0543} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002071 sec., 6760.019314340899 rows/sec., 486.63 KiB/sec.
19632 2024.11.26 23:44:10.742687 [ 268 ] {26e8cd76-1344-4275-8953-3abaf4df0543} <Debug> TCPHandler: Processed in 0.002482953 sec.
19633 2024.11.26 23:44:10.742951 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19634 2024.11.26 23:44:10.743138 [ 270 ] {2f9dd02c-b00c-420b-85d0-ded4177962ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19635 2024.11.26 23:44:10.743215 [ 270 ] {2f9dd02c-b00c-420b-85d0-ded4177962ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19636 2024.11.26 23:44:10.744134 [ 270 ] {2f9dd02c-b00c-420b-85d0-ded4177962ba} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19637 2024.11.26 23:44:10.744176 [ 270 ] {2f9dd02c-b00c-420b-85d0-ded4177962ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19638 2024.11.26 23:44:10.744635 [ 270 ] {2f9dd02c-b00c-420b-85d0-ded4177962ba} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
19639 2024.11.26 23:44:10.744903 [ 270 ] {2f9dd02c-b00c-420b-85d0-ded4177962ba} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19640 2024.11.26 23:44:10.745068 [ 140 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
19641 2024.11.26 23:44:10.745107 [ 140 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19642 2024.11.26 23:44:10.745107 [ 270 ] {2f9dd02c-b00c-420b-85d0-ded4177962ba} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00202 sec., 100495.0495049505 rows/sec., 8.70 MiB/sec.
19643 2024.11.26 23:44:10.745132 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19644 2024.11.26 23:44:10.745196 [ 270 ] {2f9dd02c-b00c-420b-85d0-ded4177962ba} <Debug> TCPHandler: Processed in 0.002383753 sec.
19645 2024.11.26 23:44:10.745455 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19646 2024.11.26 23:44:10.745465 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
19647 2024.11.26 23:44:10.745958 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19648 2024.11.26 23:44:10.745961 [ 268 ] {d53aee2e-d608-4d3e-ad44-f24174819ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19649 2024.11.26 23:44:10.746065 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1452 rows starting from the beginning of the part
19650 2024.11.26 23:44:10.746204 [ 268 ] {d53aee2e-d608-4d3e-ad44-f24174819ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19651 2024.11.26 23:44:10.746458 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 1303 rows starting from the beginning of the part
19652 2024.11.26 23:44:10.747017 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 56 rows starting from the beginning of the part
19653 2024.11.26 23:44:10.747693 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 203 rows starting from the beginning of the part
19654 2024.11.26 23:44:10.748345 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 171 rows starting from the beginning of the part
19655 2024.11.26 23:44:10.748848 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 203 rows starting from the beginning of the part
19656 2024.11.26 23:44:10.750752 [ 268 ] {d53aee2e-d608-4d3e-ad44-f24174819ac3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19657 2024.11.26 23:44:10.750828 [ 268 ] {d53aee2e-d608-4d3e-ad44-f24174819ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19658 2024.11.26 23:44:10.751898 [ 268 ] {d53aee2e-d608-4d3e-ad44-f24174819ac3} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
19659 2024.11.26 23:44:10.752247 [ 268 ] {d53aee2e-d608-4d3e-ad44-f24174819ac3} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19660 2024.11.26 23:44:10.752453 [ 140 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
19661 2024.11.26 23:44:10.752522 [ 140 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19662 2024.11.26 23:44:10.752584 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19663 2024.11.26 23:44:10.752607 [ 268 ] {d53aee2e-d608-4d3e-ad44-f24174819ac3} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.006859 sec., 1020.5569324974487 rows/sec., 66.49 KiB/sec.
19664 2024.11.26 23:44:10.753009 [ 268 ] {d53aee2e-d608-4d3e-ad44-f24174819ac3} <Debug> TCPHandler: Processed in 0.007675431 sec.
19665 2024.11.26 23:44:10.753354 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19666 2024.11.26 23:44:10.753782 [ 270 ] {99a0d73f-5183-4a45-a1f4-100d2c9ec700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19667 2024.11.26 23:44:10.753948 [ 270 ] {99a0d73f-5183-4a45-a1f4-100d2c9ec700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19668 2024.11.26 23:44:10.754562 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3388 rows, containing 5 columns (5 merged, 0 gathered) in 0.009313427 sec., 363775.86896853324 rows/sec., 31.95 MiB/sec.
19669 2024.11.26 23:44:10.755002 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
19670 2024.11.26 23:44:10.755165 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
19671 2024.11.26 23:44:10.755642 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19672 2024.11.26 23:44:10.755760 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 75 rows starting from the beginning of the part
19673 2024.11.26 23:44:10.756270 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 7 rows starting from the beginning of the part
19674 2024.11.26 23:44:10.756316 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19675 2024.11.26 23:44:10.756817 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 55 rows starting from the beginning of the part
19676 2024.11.26 23:44:10.756891 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_166_33} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
19677 2024.11.26 23:44:10.757153 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 7 rows starting from the beginning of the part
19678 2024.11.26 23:44:10.757314 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
19679 2024.11.26 23:44:10.757590 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 57 rows starting from the beginning of the part
19680 2024.11.26 23:44:10.757954 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 7 rows starting from the beginning of the part
19681 2024.11.26 23:44:10.758716 [ 270 ] {99a0d73f-5183-4a45-a1f4-100d2c9ec700} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19682 2024.11.26 23:44:10.758778 [ 270 ] {99a0d73f-5183-4a45-a1f4-100d2c9ec700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19683 2024.11.26 23:44:10.759750 [ 270 ] {99a0d73f-5183-4a45-a1f4-100d2c9ec700} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
19684 2024.11.26 23:44:10.760283 [ 270 ] {99a0d73f-5183-4a45-a1f4-100d2c9ec700} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19685 2024.11.26 23:44:10.760787 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.007963424 sec., 26119.417978999987 rows/sec., 1.97 MiB/sec.
19686 2024.11.26 23:44:10.760815 [ 270 ] {99a0d73f-5183-4a45-a1f4-100d2c9ec700} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007209 sec., 1942.0169232903315 rows/sec., 136.01 KiB/sec.
19687 2024.11.26 23:44:10.760942 [ 270 ] {99a0d73f-5183-4a45-a1f4-100d2c9ec700} <Debug> TCPHandler: Processed in 0.007794373 sec.
19688 2024.11.26 23:44:10.761064 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
19689 2024.11.26 23:44:10.761166 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19690 2024.11.26 23:44:10.761377 [ 268 ] {c424f255-7c23-4943-8238-d004ea9ba05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19691 2024.11.26 23:44:10.761463 [ 268 ] {c424f255-7c23-4943-8238-d004ea9ba05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19692 2024.11.26 23:44:10.761599 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19693 2024.11.26 23:44:10.761817 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_141_28} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
19694 2024.11.26 23:44:10.762023 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
19695 2024.11.26 23:44:10.762474 [ 268 ] {c424f255-7c23-4943-8238-d004ea9ba05f} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19696 2024.11.26 23:44:10.762521 [ 268 ] {c424f255-7c23-4943-8238-d004ea9ba05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19697 2024.11.26 23:44:10.762910 [ 268 ] {c424f255-7c23-4943-8238-d004ea9ba05f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
19698 2024.11.26 23:44:10.763159 [ 268 ] {c424f255-7c23-4943-8238-d004ea9ba05f} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19699 2024.11.26 23:44:10.763379 [ 268 ] {c424f255-7c23-4943-8238-d004ea9ba05f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00207 sec., 6280.193236714977 rows/sec., 391.57 KiB/sec.
19700 2024.11.26 23:44:10.763435 [ 268 ] {c424f255-7c23-4943-8238-d004ea9ba05f} <Debug> TCPHandler: Processed in 0.002369362 sec.
19701 2024.11.26 23:44:10.763600 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19702 2024.11.26 23:44:10.763743 [ 270 ] {18566cf0-ee4e-42ff-af93-6e3997349eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19703 2024.11.26 23:44:10.763800 [ 270 ] {18566cf0-ee4e-42ff-af93-6e3997349eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19704 2024.11.26 23:44:10.764607 [ 270 ] {18566cf0-ee4e-42ff-af93-6e3997349eee} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19705 2024.11.26 23:44:10.764644 [ 270 ] {18566cf0-ee4e-42ff-af93-6e3997349eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19706 2024.11.26 23:44:10.765038 [ 270 ] {18566cf0-ee4e-42ff-af93-6e3997349eee} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
19707 2024.11.26 23:44:10.765317 [ 270 ] {18566cf0-ee4e-42ff-af93-6e3997349eee} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19708 2024.11.26 23:44:10.765468 [ 140 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
19709 2024.11.26 23:44:10.765510 [ 140 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19710 2024.11.26 23:44:10.765510 [ 270 ] {18566cf0-ee4e-42ff-af93-6e3997349eee} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001796 sec., 212694.8775055679 rows/sec., 15.05 MiB/sec.
19711 2024.11.26 23:44:10.765535 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19712 2024.11.26 23:44:10.765621 [ 270 ] {18566cf0-ee4e-42ff-af93-6e3997349eee} <Debug> TCPHandler: Processed in 0.002088579 sec.
19713 2024.11.26 23:44:10.765794 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
19714 2024.11.26 23:44:10.765805 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19715 2024.11.26 23:44:10.765971 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19716 2024.11.26 23:44:10.765988 [ 268 ] {ff1a048f-5bd3-43d8-ac6a-cf2eefb7162b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19717 2024.11.26 23:44:10.766018 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 927 rows starting from the beginning of the part
19718 2024.11.26 23:44:10.766062 [ 268 ] {ff1a048f-5bd3-43d8-ac6a-cf2eefb7162b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19719 2024.11.26 23:44:10.766278 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 581 rows starting from the beginning of the part
19720 2024.11.26 23:44:10.766730 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 64 rows starting from the beginning of the part
19721 2024.11.26 23:44:10.767061 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 382 rows starting from the beginning of the part
19722 2024.11.26 23:44:10.767407 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 121 rows starting from the beginning of the part
19723 2024.11.26 23:44:10.767744 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 382 rows starting from the beginning of the part
19724 2024.11.26 23:44:10.768377 [ 268 ] {ff1a048f-5bd3-43d8-ac6a-cf2eefb7162b} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19725 2024.11.26 23:44:10.768418 [ 268 ] {ff1a048f-5bd3-43d8-ac6a-cf2eefb7162b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19726 2024.11.26 23:44:10.768958 [ 268 ] {ff1a048f-5bd3-43d8-ac6a-cf2eefb7162b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
19727 2024.11.26 23:44:10.769280 [ 268 ] {ff1a048f-5bd3-43d8-ac6a-cf2eefb7162b} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19728 2024.11.26 23:44:10.769522 [ 268 ] {ff1a048f-5bd3-43d8-ac6a-cf2eefb7162b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003581 sec., 1675.5096341803965 rows/sec., 87.54 KiB/sec.
19729 2024.11.26 23:44:10.769601 [ 268 ] {ff1a048f-5bd3-43d8-ac6a-cf2eefb7162b} <Debug> TCPHandler: Processed in 0.003871656 sec.
19730 2024.11.26 23:44:10.769841 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19731 2024.11.26 23:44:10.769863 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2457 rows, containing 5 columns (5 merged, 0 gathered) in 0.00422816 sec., 581103.8371300992 rows/sec., 44.61 MiB/sec.
19732 2024.11.26 23:44:10.770028 [ 270 ] {69705780-4d52-4b38-b626-cd836c8e732d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19733 2024.11.26 23:44:10.770060 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
19734 2024.11.26 23:44:10.770159 [ 270 ] {69705780-4d52-4b38-b626-cd836c8e732d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19735 2024.11.26 23:44:10.770684 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19736 2024.11.26 23:44:10.770785 [ 197 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_166_33} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
19737 2024.11.26 23:44:10.770912 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
19738 2024.11.26 23:44:10.771175 [ 270 ] {69705780-4d52-4b38-b626-cd836c8e732d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19739 2024.11.26 23:44:10.771219 [ 270 ] {69705780-4d52-4b38-b626-cd836c8e732d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19740 2024.11.26 23:44:10.771625 [ 270 ] {69705780-4d52-4b38-b626-cd836c8e732d} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
19741 2024.11.26 23:44:10.771876 [ 270 ] {69705780-4d52-4b38-b626-cd836c8e732d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19742 2024.11.26 23:44:10.772108 [ 270 ] {69705780-4d52-4b38-b626-cd836c8e732d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00214 sec., 110747.66355140187 rows/sec., 7.42 MiB/sec.
19743 2024.11.26 23:44:10.772368 [ 270 ] {69705780-4d52-4b38-b626-cd836c8e732d} <Debug> TCPHandler: Processed in 0.002665255 sec.
19744 2024.11.26 23:44:10.772660 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19745 2024.11.26 23:44:10.772998 [ 268 ] {ec607f33-bed5-443e-aed7-cf65a62c8bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
19746 2024.11.26 23:44:10.773136 [ 268 ] {ec607f33-bed5-443e-aed7-cf65a62c8bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
19747 2024.11.26 23:44:10.774718 [ 268 ] {ec607f33-bed5-443e-aed7-cf65a62c8bda} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19748 2024.11.26 23:44:10.774757 [ 268 ] {ec607f33-bed5-443e-aed7-cf65a62c8bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19749 2024.11.26 23:44:10.775120 [ 268 ] {ec607f33-bed5-443e-aed7-cf65a62c8bda} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
19750 2024.11.26 23:44:10.775423 [ 268 ] {ec607f33-bed5-443e-aed7-cf65a62c8bda} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19751 2024.11.26 23:44:10.775703 [ 268 ] {ec607f33-bed5-443e-aed7-cf65a62c8bda} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002792 sec., 358.1661891117478 rows/sec., 24.13 KiB/sec.
19752 2024.11.26 23:44:10.775776 [ 268 ] {ec607f33-bed5-443e-aed7-cf65a62c8bda} <Debug> TCPHandler: Processed in 0.003279591 sec.
19753 2024.11.26 23:44:10.775993 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19754 2024.11.26 23:44:10.776146 [ 270 ] {df2ed99d-d16e-4421-8e20-4f200fec0da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19755 2024.11.26 23:44:10.776214 [ 270 ] {df2ed99d-d16e-4421-8e20-4f200fec0da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19756 2024.11.26 23:44:10.776815 [ 270 ] {df2ed99d-d16e-4421-8e20-4f200fec0da9} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19757 2024.11.26 23:44:10.776853 [ 270 ] {df2ed99d-d16e-4421-8e20-4f200fec0da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19758 2024.11.26 23:44:10.777228 [ 270 ] {df2ed99d-d16e-4421-8e20-4f200fec0da9} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
19759 2024.11.26 23:44:10.777467 [ 270 ] {df2ed99d-d16e-4421-8e20-4f200fec0da9} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19760 2024.11.26 23:44:10.777610 [ 140 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
19761 2024.11.26 23:44:10.777655 [ 140 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19762 2024.11.26 23:44:10.777657 [ 270 ] {df2ed99d-d16e-4421-8e20-4f200fec0da9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001542 sec., 53177.69130998703 rows/sec., 3.38 MiB/sec.
19763 2024.11.26 23:44:10.777680 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19764 2024.11.26 23:44:10.777762 [ 270 ] {df2ed99d-d16e-4421-8e20-4f200fec0da9} <Debug> TCPHandler: Processed in 0.001880568 sec.
19765 2024.11.26 23:44:10.777971 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
19766 2024.11.26 23:44:10.778404 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19767 2024.11.26 23:44:10.778500 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9776 rows starting from the beginning of the part
19768 2024.11.26 23:44:10.778872 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 30 rows starting from the beginning of the part
19769 2024.11.26 23:44:10.779209 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 30 rows starting from the beginning of the part
19770 2024.11.26 23:44:10.779412 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 82 rows starting from the beginning of the part
19771 2024.11.26 23:44:10.779582 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part
19772 2024.11.26 23:44:10.779742 [ 189 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 82 rows starting from the beginning of the part
19773 2024.11.26 23:44:10.782436 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10060 rows, containing 4 columns (4 merged, 0 gathered) in 0.004677263 sec., 2150830.517762204 rows/sec., 140.19 MiB/sec.
19774 2024.11.26 23:44:10.782671 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
19775 2024.11.26 23:44:10.783005 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19776 2024.11.26 23:44:10.783090 [ 192 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_166_33} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
19777 2024.11.26 23:44:10.783246 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB.
19778 2024.11.26 23:44:12.209752 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469
19779 2024.11.26 23:44:12.210668 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19780 2024.11.26 23:44:12.210713 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19781 2024.11.26 23:44:12.211259 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
19782 2024.11.26 23:44:12.211512 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19783 2024.11.26 23:44:12.211799 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469
19784 2024.11.26 23:44:15.009357 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2762
19785 2024.11.26 23:44:15.012780 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19786 2024.11.26 23:44:15.012833 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19787 2024.11.26 23:44:15.014388 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
19788 2024.11.26 23:44:15.014718 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19789 2024.11.26 23:44:15.016303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2762
19790 2024.11.26 23:44:15.348811 [ 223 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
19791 2024.11.26 23:44:15.348860 [ 223 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
19792 2024.11.26 23:44:15.350862 [ 223 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
19793 2024.11.26 23:44:15.454593 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 731
19794 2024.11.26 23:44:15.480040 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19795 2024.11.26 23:44:15.480092 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19796 2024.11.26 23:44:15.487981 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
19797 2024.11.26 23:44:15.488844 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19798 2024.11.26 23:44:15.494092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 731
19799 2024.11.26 23:44:15.739211 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19800 2024.11.26 23:44:15.739487 [ 268 ] {6d93ad18-71c6-435b-bf4e-067e41ec09db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19801 2024.11.26 23:44:15.739562 [ 268 ] {6d93ad18-71c6-435b-bf4e-067e41ec09db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19802 2024.11.26 23:44:15.740407 [ 268 ] {6d93ad18-71c6-435b-bf4e-067e41ec09db} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19803 2024.11.26 23:44:15.740456 [ 268 ] {6d93ad18-71c6-435b-bf4e-067e41ec09db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19804 2024.11.26 23:44:15.740929 [ 268 ] {6d93ad18-71c6-435b-bf4e-067e41ec09db} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
19805 2024.11.26 23:44:15.741193 [ 268 ] {6d93ad18-71c6-435b-bf4e-067e41ec09db} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19806 2024.11.26 23:44:15.741394 [ 268 ] {6d93ad18-71c6-435b-bf4e-067e41ec09db} <Debug> executeQuery: Read 180 rows, 16.14 KiB in 0.001962 sec., 91743.11926605503 rows/sec., 8.04 MiB/sec.
19807 2024.11.26 23:44:15.741459 [ 268 ] {6d93ad18-71c6-435b-bf4e-067e41ec09db} <Debug> TCPHandler: Processed in 0.002436313 sec.
19808 2024.11.26 23:44:15.741698 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19809 2024.11.26 23:44:15.741912 [ 270 ] {6041a4cb-ff4b-4893-b21b-89f1e48a6a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19810 2024.11.26 23:44:15.741997 [ 270 ] {6041a4cb-ff4b-4893-b21b-89f1e48a6a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19811 2024.11.26 23:44:15.742837 [ 270 ] {6041a4cb-ff4b-4893-b21b-89f1e48a6a22} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19812 2024.11.26 23:44:15.742882 [ 270 ] {6041a4cb-ff4b-4893-b21b-89f1e48a6a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19813 2024.11.26 23:44:15.743324 [ 270 ] {6041a4cb-ff4b-4893-b21b-89f1e48a6a22} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
19814 2024.11.26 23:44:15.743564 [ 270 ] {6041a4cb-ff4b-4893-b21b-89f1e48a6a22} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19815 2024.11.26 23:44:15.743777 [ 270 ] {6041a4cb-ff4b-4893-b21b-89f1e48a6a22} <Debug> executeQuery: Read 62 rows, 4.66 KiB in 0.001958 sec., 31664.96424923391 rows/sec., 2.33 MiB/sec.
19816 2024.11.26 23:44:15.743839 [ 270 ] {6041a4cb-ff4b-4893-b21b-89f1e48a6a22} <Debug> TCPHandler: Processed in 0.002318001 sec.
19817 2024.11.26 23:44:15.744000 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19818 2024.11.26 23:44:15.744135 [ 268 ] {48d08a83-d75a-41ac-9510-263936ef7099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19819 2024.11.26 23:44:15.744191 [ 268 ] {48d08a83-d75a-41ac-9510-263936ef7099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19820 2024.11.26 23:44:15.744938 [ 268 ] {48d08a83-d75a-41ac-9510-263936ef7099} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19821 2024.11.26 23:44:15.744978 [ 268 ] {48d08a83-d75a-41ac-9510-263936ef7099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19822 2024.11.26 23:44:15.745370 [ 268 ] {48d08a83-d75a-41ac-9510-263936ef7099} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
19823 2024.11.26 23:44:15.745622 [ 268 ] {48d08a83-d75a-41ac-9510-263936ef7099} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19824 2024.11.26 23:44:15.745800 [ 268 ] {48d08a83-d75a-41ac-9510-263936ef7099} <Debug> executeQuery: Read 135 rows, 10.80 KiB in 0.001642 sec., 82216.80876979293 rows/sec., 6.43 MiB/sec.
19825 2024.11.26 23:44:15.745856 [ 268 ] {48d08a83-d75a-41ac-9510-263936ef7099} <Debug> TCPHandler: Processed in 0.001878538 sec.
19826 2024.11.26 23:44:15.746019 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19827 2024.11.26 23:44:15.746167 [ 270 ] {3cc2f602-9f3f-4c45-b93f-d44e70a507f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19828 2024.11.26 23:44:15.746236 [ 270 ] {3cc2f602-9f3f-4c45-b93f-d44e70a507f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19829 2024.11.26 23:44:15.746847 [ 270 ] {3cc2f602-9f3f-4c45-b93f-d44e70a507f8} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19830 2024.11.26 23:44:15.746887 [ 270 ] {3cc2f602-9f3f-4c45-b93f-d44e70a507f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19831 2024.11.26 23:44:15.747336 [ 270 ] {3cc2f602-9f3f-4c45-b93f-d44e70a507f8} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
19832 2024.11.26 23:44:15.747582 [ 270 ] {3cc2f602-9f3f-4c45-b93f-d44e70a507f8} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19833 2024.11.26 23:44:15.747823 [ 270 ] {3cc2f602-9f3f-4c45-b93f-d44e70a507f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001687 sec., 94842.91641967991 rows/sec., 6.61 MiB/sec.
19834 2024.11.26 23:44:15.747914 [ 270 ] {3cc2f602-9f3f-4c45-b93f-d44e70a507f8} <Debug> TCPHandler: Processed in 0.001964778 sec.
19835 2024.11.26 23:44:15.748100 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19836 2024.11.26 23:44:15.748451 [ 268 ] {5e8fcc7c-4c80-4d44-b2ac-e522119f07ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
19837 2024.11.26 23:44:15.748730 [ 268 ] {5e8fcc7c-4c80-4d44-b2ac-e522119f07ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
19838 2024.11.26 23:44:15.750160 [ 268 ] {5e8fcc7c-4c80-4d44-b2ac-e522119f07ca} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19839 2024.11.26 23:44:15.750199 [ 268 ] {5e8fcc7c-4c80-4d44-b2ac-e522119f07ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19840 2024.11.26 23:44:15.750970 [ 268 ] {5e8fcc7c-4c80-4d44-b2ac-e522119f07ca} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
19841 2024.11.26 23:44:15.751248 [ 268 ] {5e8fcc7c-4c80-4d44-b2ac-e522119f07ca} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19842 2024.11.26 23:44:15.751450 [ 268 ] {5e8fcc7c-4c80-4d44-b2ac-e522119f07ca} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.003114 sec., 19910.083493898524 rows/sec., 35.68 MiB/sec.
19843 2024.11.26 23:44:15.751568 [ 268 ] {5e8fcc7c-4c80-4d44-b2ac-e522119f07ca} <Debug> TCPHandler: Processed in 0.003559443 sec.
19844 2024.11.26 23:44:15.751738 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19845 2024.11.26 23:44:15.751879 [ 270 ] {5f4208bc-1d09-49f2-a341-2a2f21b9e6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
19846 2024.11.26 23:44:15.751942 [ 270 ] {5f4208bc-1d09-49f2-a341-2a2f21b9e6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
19847 2024.11.26 23:44:15.752494 [ 270 ] {5f4208bc-1d09-49f2-a341-2a2f21b9e6df} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19848 2024.11.26 23:44:15.752533 [ 270 ] {5f4208bc-1d09-49f2-a341-2a2f21b9e6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19849 2024.11.26 23:44:15.752906 [ 270 ] {5f4208bc-1d09-49f2-a341-2a2f21b9e6df} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
19850 2024.11.26 23:44:15.753144 [ 270 ] {5f4208bc-1d09-49f2-a341-2a2f21b9e6df} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19851 2024.11.26 23:44:15.753438 [ 270 ] {5f4208bc-1d09-49f2-a341-2a2f21b9e6df} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001575 sec., 5714.285714285715 rows/sec., 403.65 KiB/sec.
19852 2024.11.26 23:44:15.753505 [ 270 ] {5f4208bc-1d09-49f2-a341-2a2f21b9e6df} <Debug> TCPHandler: Processed in 0.001835677 sec.
19853 2024.11.26 23:44:15.753660 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19854 2024.11.26 23:44:15.753799 [ 268 ] {be46ca58-5dc1-436d-a5f3-8907fd468c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
19855 2024.11.26 23:44:15.753862 [ 268 ] {be46ca58-5dc1-436d-a5f3-8907fd468c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
19856 2024.11.26 23:44:15.754438 [ 268 ] {be46ca58-5dc1-436d-a5f3-8907fd468c77} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19857 2024.11.26 23:44:15.754477 [ 268 ] {be46ca58-5dc1-436d-a5f3-8907fd468c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19858 2024.11.26 23:44:15.754863 [ 268 ] {be46ca58-5dc1-436d-a5f3-8907fd468c77} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
19859 2024.11.26 23:44:15.755110 [ 268 ] {be46ca58-5dc1-436d-a5f3-8907fd468c77} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19860 2024.11.26 23:44:15.755283 [ 268 ] {be46ca58-5dc1-436d-a5f3-8907fd468c77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec.
19861 2024.11.26 23:44:15.755342 [ 268 ] {be46ca58-5dc1-436d-a5f3-8907fd468c77} <Debug> TCPHandler: Processed in 0.001748217 sec.
19862 2024.11.26 23:44:16.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.08 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 275.07 MiB (RSS), difference: -1.01 MiB
19863 2024.11.26 23:44:18.785063 [ 132 ] {} <Debug> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
19864 2024.11.26 23:44:18.785142 [ 132 ] {} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19865 2024.11.26 23:44:18.785165 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19866 2024.11.26 23:44:18.785358 [ 196 ] {97835b15-a261-487a-94da-0514abb37611::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
19867 2024.11.26 23:44:18.785736 [ 196 ] {97835b15-a261-487a-94da-0514abb37611::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19868 2024.11.26 23:44:18.785789 [ 196 ] {97835b15-a261-487a-94da-0514abb37611::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 25 rows starting from the beginning of the part
19869 2024.11.26 23:44:18.785913 [ 196 ] {97835b15-a261-487a-94da-0514abb37611::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
19870 2024.11.26 23:44:18.786068 [ 196 ] {97835b15-a261-487a-94da-0514abb37611::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
19871 2024.11.26 23:44:18.786191 [ 196 ] {97835b15-a261-487a-94da-0514abb37611::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
19872 2024.11.26 23:44:18.786335 [ 196 ] {97835b15-a261-487a-94da-0514abb37611::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
19873 2024.11.26 23:44:18.789161 [ 200 ] {97835b15-a261-487a-94da-0514abb37611::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003934837 sec., 10673.885601868642 rows/sec., 1.76 MiB/sec.
19874 2024.11.26 23:44:18.789389 [ 190 ] {97835b15-a261-487a-94da-0514abb37611::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
19875 2024.11.26 23:44:18.789914 [ 190 ] {97835b15-a261-487a-94da-0514abb37611::all_1_5_1} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19876 2024.11.26 23:44:18.790005 [ 190 ] {97835b15-a261-487a-94da-0514abb37611::all_1_5_1} <Trace> oximeter.timeseries_schema (97835b15-a261-487a-94da-0514abb37611) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
19877 2024.11.26 23:44:18.790120 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
19878 2024.11.26 23:44:19.462231 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache
19879 2024.11.26 23:44:19.462293 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache
19880 2024.11.26 23:44:19.712097 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896
19881 2024.11.26 23:44:19.713099 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19882 2024.11.26 23:44:19.713144 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19883 2024.11.26 23:44:19.713676 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
19884 2024.11.26 23:44:19.713931 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19885 2024.11.26 23:44:19.714182 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896
19886 2024.11.26 23:44:20.305251 [ 222 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
19887 2024.11.26 23:44:20.305306 [ 222 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
19888 2024.11.26 23:44:20.307322 [ 222 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
19889 2024.11.26 23:44:20.673151 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
19890 2024.11.26 23:44:20.673205 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
19891 2024.11.26 23:44:20.675361 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
19892 2024.11.26 23:44:20.715498 [ 220 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
19893 2024.11.26 23:44:20.715605 [ 220 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
19894 2024.11.26 23:44:20.718072 [ 220 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
19895 2024.11.26 23:44:20.739533 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19896 2024.11.26 23:44:20.739747 [ 268 ] {f749e9b8-9512-478c-a486-76f519fdeecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
19897 2024.11.26 23:44:20.739831 [ 268 ] {f749e9b8-9512-478c-a486-76f519fdeecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
19898 2024.11.26 23:44:20.740720 [ 268 ] {f749e9b8-9512-478c-a486-76f519fdeecf} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19899 2024.11.26 23:44:20.740765 [ 268 ] {f749e9b8-9512-478c-a486-76f519fdeecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19900 2024.11.26 23:44:20.741218 [ 268 ] {f749e9b8-9512-478c-a486-76f519fdeecf} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
19901 2024.11.26 23:44:20.741489 [ 268 ] {f749e9b8-9512-478c-a486-76f519fdeecf} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19902 2024.11.26 23:44:20.741689 [ 268 ] {f749e9b8-9512-478c-a486-76f519fdeecf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002002 sec., 6993.006993006993 rows/sec., 503.40 KiB/sec.
19903 2024.11.26 23:44:20.741760 [ 268 ] {f749e9b8-9512-478c-a486-76f519fdeecf} <Debug> TCPHandler: Processed in 0.002367293 sec.
19904 2024.11.26 23:44:20.742002 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19905 2024.11.26 23:44:20.742173 [ 270 ] {f3f77fc0-56ec-4561-afdd-19d1fdbac948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
19906 2024.11.26 23:44:20.742245 [ 270 ] {f3f77fc0-56ec-4561-afdd-19d1fdbac948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
19907 2024.11.26 23:44:20.743114 [ 270 ] {f3f77fc0-56ec-4561-afdd-19d1fdbac948} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19908 2024.11.26 23:44:20.743158 [ 270 ] {f3f77fc0-56ec-4561-afdd-19d1fdbac948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19909 2024.11.26 23:44:20.743612 [ 270 ] {f3f77fc0-56ec-4561-afdd-19d1fdbac948} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
19910 2024.11.26 23:44:20.743865 [ 270 ] {f3f77fc0-56ec-4561-afdd-19d1fdbac948} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19911 2024.11.26 23:44:20.744097 [ 270 ] {f3f77fc0-56ec-4561-afdd-19d1fdbac948} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001978 sec., 102628.91809908998 rows/sec., 8.88 MiB/sec.
19912 2024.11.26 23:44:20.744162 [ 270 ] {f3f77fc0-56ec-4561-afdd-19d1fdbac948} <Debug> TCPHandler: Processed in 0.002283191 sec.
19913 2024.11.26 23:44:20.744341 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19914 2024.11.26 23:44:20.744490 [ 268 ] {d3561646-da9f-4877-b6b0-6dbf045b71ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
19915 2024.11.26 23:44:20.744552 [ 268 ] {d3561646-da9f-4877-b6b0-6dbf045b71ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
19916 2024.11.26 23:44:20.745438 [ 268 ] {d3561646-da9f-4877-b6b0-6dbf045b71ca} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19917 2024.11.26 23:44:20.745486 [ 268 ] {d3561646-da9f-4877-b6b0-6dbf045b71ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19918 2024.11.26 23:44:20.745867 [ 268 ] {d3561646-da9f-4877-b6b0-6dbf045b71ca} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
19919 2024.11.26 23:44:20.746115 [ 268 ] {d3561646-da9f-4877-b6b0-6dbf045b71ca} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19920 2024.11.26 23:44:20.746292 [ 268 ] {d3561646-da9f-4877-b6b0-6dbf045b71ca} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001839 sec., 3806.4165307232192 rows/sec., 247.99 KiB/sec.
19921 2024.11.26 23:44:20.746347 [ 268 ] {d3561646-da9f-4877-b6b0-6dbf045b71ca} <Debug> TCPHandler: Processed in 0.0020764 sec.
19922 2024.11.26 23:44:20.746506 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19923 2024.11.26 23:44:20.746633 [ 270 ] {5a055471-9f1a-4ca1-bda8-1f5cbf62fe84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
19924 2024.11.26 23:44:20.746688 [ 270 ] {5a055471-9f1a-4ca1-bda8-1f5cbf62fe84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
19925 2024.11.26 23:44:20.747291 [ 270 ] {5a055471-9f1a-4ca1-bda8-1f5cbf62fe84} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19926 2024.11.26 23:44:20.747330 [ 270 ] {5a055471-9f1a-4ca1-bda8-1f5cbf62fe84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19927 2024.11.26 23:44:20.747722 [ 270 ] {5a055471-9f1a-4ca1-bda8-1f5cbf62fe84} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
19928 2024.11.26 23:44:20.747955 [ 270 ] {5a055471-9f1a-4ca1-bda8-1f5cbf62fe84} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19929 2024.11.26 23:44:20.748111 [ 124 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
19930 2024.11.26 23:44:20.748134 [ 270 ] {5a055471-9f1a-4ca1-bda8-1f5cbf62fe84} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00153 sec., 9150.326797385622 rows/sec., 640.83 KiB/sec.
19931 2024.11.26 23:44:20.748160 [ 124 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19932 2024.11.26 23:44:20.748206 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19933 2024.11.26 23:44:20.748217 [ 270 ] {5a055471-9f1a-4ca1-bda8-1f5cbf62fe84} <Debug> TCPHandler: Processed in 0.001768387 sec.
19934 2024.11.26 23:44:20.748402 [ 220 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
19935 2024.11.26 23:44:20.748439 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19936 2024.11.26 23:44:20.748466 [ 220 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
19937 2024.11.26 23:44:20.748571 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
19938 2024.11.26 23:44:20.748707 [ 268 ] {8f558bb8-c25d-4837-88da-fe829966c993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
19939 2024.11.26 23:44:20.748899 [ 268 ] {8f558bb8-c25d-4837-88da-fe829966c993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
19940 2024.11.26 23:44:20.749058 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19941 2024.11.26 23:44:20.749148 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 242 rows starting from the beginning of the part
19942 2024.11.26 23:44:20.749597 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 228 rows starting from the beginning of the part
19943 2024.11.26 23:44:20.750027 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 14 rows starting from the beginning of the part
19944 2024.11.26 23:44:20.750540 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1 rows starting from the beginning of the part
19945 2024.11.26 23:44:20.751232 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 14 rows starting from the beginning of the part
19946 2024.11.26 23:44:20.751796 [ 193 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 14 rows starting from the beginning of the part
19947 2024.11.26 23:44:20.753466 [ 268 ] {8f558bb8-c25d-4837-88da-fe829966c993} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19948 2024.11.26 23:44:20.753537 [ 268 ] {8f558bb8-c25d-4837-88da-fe829966c993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
19949 2024.11.26 23:44:20.754955 [ 268 ] {8f558bb8-c25d-4837-88da-fe829966c993} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
19950 2024.11.26 23:44:20.755719 [ 268 ] {8f558bb8-c25d-4837-88da-fe829966c993} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19951 2024.11.26 23:44:20.756058 [ 220 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
19952 2024.11.26 23:44:20.756137 [ 200 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 5 columns (5 merged, 0 gathered) in 0.007796903 sec., 65795.35489924654 rows/sec., 4.71 MiB/sec.
19953 2024.11.26 23:44:20.756654 [ 268 ] {8f558bb8-c25d-4837-88da-fe829966c993} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.008026 sec., 1619.735858460005 rows/sec., 100.99 KiB/sec.
19954 2024.11.26 23:44:20.756889 [ 268 ] {8f558bb8-c25d-4837-88da-fe829966c993} <Debug> TCPHandler: Processed in 0.00855693 sec.
19955 2024.11.26 23:44:20.756882 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
19956 2024.11.26 23:44:20.757170 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19957 2024.11.26 23:44:20.757499 [ 270 ] {4775acdf-c8f8-426b-b032-791284992b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
19958 2024.11.26 23:44:20.757618 [ 270 ] {4775acdf-c8f8-426b-b032-791284992b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
19959 2024.11.26 23:44:20.758000 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19960 2024.11.26 23:44:20.758268 [ 195 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_96_19} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
19961 2024.11.26 23:44:20.758449 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
19962 2024.11.26 23:44:20.758864 [ 270 ] {4775acdf-c8f8-426b-b032-791284992b24} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19963 2024.11.26 23:44:20.758907 [ 270 ] {4775acdf-c8f8-426b-b032-791284992b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19964 2024.11.26 23:44:20.759302 [ 270 ] {4775acdf-c8f8-426b-b032-791284992b24} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
19965 2024.11.26 23:44:20.759542 [ 270 ] {4775acdf-c8f8-426b-b032-791284992b24} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19966 2024.11.26 23:44:20.759736 [ 270 ] {4775acdf-c8f8-426b-b032-791284992b24} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002303 sec., 165870.60356057316 rows/sec., 11.74 MiB/sec.
19967 2024.11.26 23:44:20.759817 [ 270 ] {4775acdf-c8f8-426b-b032-791284992b24} <Debug> TCPHandler: Processed in 0.002780816 sec.
19968 2024.11.26 23:44:20.759824 [ 225 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
19969 2024.11.26 23:44:20.759877 [ 225 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
19970 2024.11.26 23:44:20.759991 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19971 2024.11.26 23:44:20.760139 [ 268 ] {a14f2c17-66ae-4aa3-9f13-ab8c1a92b78c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
19972 2024.11.26 23:44:20.760207 [ 268 ] {a14f2c17-66ae-4aa3-9f13-ab8c1a92b78c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
19973 2024.11.26 23:44:20.761006 [ 268 ] {a14f2c17-66ae-4aa3-9f13-ab8c1a92b78c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19974 2024.11.26 23:44:20.761047 [ 268 ] {a14f2c17-66ae-4aa3-9f13-ab8c1a92b78c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19975 2024.11.26 23:44:20.761542 [ 268 ] {a14f2c17-66ae-4aa3-9f13-ab8c1a92b78c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
19976 2024.11.26 23:44:20.761846 [ 268 ] {a14f2c17-66ae-4aa3-9f13-ab8c1a92b78c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19977 2024.11.26 23:44:20.762047 [ 124 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
19978 2024.11.26 23:44:20.762156 [ 124 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19979 2024.11.26 23:44:20.762228 [ 268 ] {a14f2c17-66ae-4aa3-9f13-ab8c1a92b78c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002096 sec., 2862.595419847328 rows/sec., 149.56 KiB/sec.
19980 2024.11.26 23:44:20.762236 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
19981 2024.11.26 23:44:20.762573 [ 268 ] {a14f2c17-66ae-4aa3-9f13-ab8c1a92b78c} <Debug> TCPHandler: Processed in 0.002653985 sec.
19982 2024.11.26 23:44:20.762872 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
19983 2024.11.26 23:44:20.763263 [ 270 ] {0ccb9bf4-83ee-4436-bccb-49ec7ad9d55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
19984 2024.11.26 23:44:20.763464 [ 270 ] {0ccb9bf4-83ee-4436-bccb-49ec7ad9d55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
19985 2024.11.26 23:44:20.763521 [ 225 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
19986 2024.11.26 23:44:20.763584 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
19987 2024.11.26 23:44:20.764990 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
19988 2024.11.26 23:44:20.765138 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 396 rows starting from the beginning of the part
19989 2024.11.26 23:44:20.765872 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part
19990 2024.11.26 23:44:20.766605 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part
19991 2024.11.26 23:44:20.766980 [ 270 ] {0ccb9bf4-83ee-4436-bccb-49ec7ad9d55f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
19992 2024.11.26 23:44:20.767072 [ 270 ] {0ccb9bf4-83ee-4436-bccb-49ec7ad9d55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
19993 2024.11.26 23:44:20.767323 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part
19994 2024.11.26 23:44:20.767634 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part
19995 2024.11.26 23:44:20.767895 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part
19996 2024.11.26 23:44:20.768741 [ 270 ] {0ccb9bf4-83ee-4436-bccb-49ec7ad9d55f} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
19997 2024.11.26 23:44:20.769278 [ 270 ] {0ccb9bf4-83ee-4436-bccb-49ec7ad9d55f} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
19998 2024.11.26 23:44:20.769793 [ 270 ] {0ccb9bf4-83ee-4436-bccb-49ec7ad9d55f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006631 sec., 35741.21550294074 rows/sec., 2.40 MiB/sec.
19999 2024.11.26 23:44:20.769972 [ 270 ] {0ccb9bf4-83ee-4436-bccb-49ec7ad9d55f} <Debug> TCPHandler: Processed in 0.007273478 sec.
20000 2024.11.26 23:44:20.770271 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20001 2024.11.26 23:44:20.770542 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 4 columns (4 merged, 0 gathered) in 0.007926494 sec., 53743.8115767198 rows/sec., 2.74 MiB/sec.
20002 2024.11.26 23:44:20.770622 [ 268 ] {a58e609b-96e7-421a-bef8-b1287aefa64e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
20003 2024.11.26 23:44:20.770700 [ 268 ] {a58e609b-96e7-421a-bef8-b1287aefa64e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
20004 2024.11.26 23:44:20.770735 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
20005 2024.11.26 23:44:20.771413 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20006 2024.11.26 23:44:20.771626 [ 194 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_71_14} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
20007 2024.11.26 23:44:20.771793 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
20008 2024.11.26 23:44:20.771881 [ 268 ] {a58e609b-96e7-421a-bef8-b1287aefa64e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20009 2024.11.26 23:44:20.771926 [ 268 ] {a58e609b-96e7-421a-bef8-b1287aefa64e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20010 2024.11.26 23:44:20.772295 [ 268 ] {a58e609b-96e7-421a-bef8-b1287aefa64e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
20011 2024.11.26 23:44:20.772638 [ 268 ] {a58e609b-96e7-421a-bef8-b1287aefa64e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20012 2024.11.26 23:44:20.773373 [ 268 ] {a58e609b-96e7-421a-bef8-b1287aefa64e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002806 sec., 356.3791874554526 rows/sec., 24.01 KiB/sec.
20013 2024.11.26 23:44:20.773579 [ 268 ] {a58e609b-96e7-421a-bef8-b1287aefa64e} <Debug> TCPHandler: Processed in 0.003478103 sec.
20014 2024.11.26 23:44:20.773778 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20015 2024.11.26 23:44:20.773915 [ 270 ] {f212f247-7862-4dac-8825-8ad0a304af73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20016 2024.11.26 23:44:20.773977 [ 270 ] {f212f247-7862-4dac-8825-8ad0a304af73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20017 2024.11.26 23:44:20.774563 [ 270 ] {f212f247-7862-4dac-8825-8ad0a304af73} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20018 2024.11.26 23:44:20.774600 [ 270 ] {f212f247-7862-4dac-8825-8ad0a304af73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20019 2024.11.26 23:44:20.774971 [ 270 ] {f212f247-7862-4dac-8825-8ad0a304af73} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
20020 2024.11.26 23:44:20.775233 [ 270 ] {f212f247-7862-4dac-8825-8ad0a304af73} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20021 2024.11.26 23:44:20.775412 [ 270 ] {f212f247-7862-4dac-8825-8ad0a304af73} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001528 sec., 53664.92146596858 rows/sec., 3.41 MiB/sec.
20022 2024.11.26 23:44:20.775462 [ 270 ] {f212f247-7862-4dac-8825-8ad0a304af73} <Debug> TCPHandler: Processed in 0.001769016 sec.
20023 2024.11.26 23:44:22.158152 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20024 2024.11.26 23:44:22.158403 [ 268 ] {4c8288f9-b85f-4718-a3c6-6922499d280e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
20025 2024.11.26 23:44:22.158487 [ 268 ] {4c8288f9-b85f-4718-a3c6-6922499d280e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
20026 2024.11.26 23:44:22.159304 [ 268 ] {4c8288f9-b85f-4718-a3c6-6922499d280e} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20027 2024.11.26 23:44:22.159355 [ 268 ] {4c8288f9-b85f-4718-a3c6-6922499d280e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20028 2024.11.26 23:44:22.159803 [ 268 ] {4c8288f9-b85f-4718-a3c6-6922499d280e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
20029 2024.11.26 23:44:22.160064 [ 268 ] {4c8288f9-b85f-4718-a3c6-6922499d280e} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20030 2024.11.26 23:44:22.160307 [ 268 ] {4c8288f9-b85f-4718-a3c6-6922499d280e} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001968 sec., 7113.821138211381 rows/sec., 580.08 KiB/sec.
20031 2024.11.26 23:44:22.160443 [ 268 ] {4c8288f9-b85f-4718-a3c6-6922499d280e} <Debug> TCPHandler: Processed in 0.002433242 sec.
20032 2024.11.26 23:44:22.160700 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20033 2024.11.26 23:44:22.160885 [ 270 ] {32af76f6-a477-4645-b6f9-cf661f61905f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20034 2024.11.26 23:44:22.160961 [ 270 ] {32af76f6-a477-4645-b6f9-cf661f61905f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20035 2024.11.26 23:44:22.162438 [ 270 ] {32af76f6-a477-4645-b6f9-cf661f61905f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20036 2024.11.26 23:44:22.162483 [ 270 ] {32af76f6-a477-4645-b6f9-cf661f61905f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20037 2024.11.26 23:44:22.163004 [ 270 ] {32af76f6-a477-4645-b6f9-cf661f61905f} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
20038 2024.11.26 23:44:22.163266 [ 270 ] {32af76f6-a477-4645-b6f9-cf661f61905f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20039 2024.11.26 23:44:22.163483 [ 270 ] {32af76f6-a477-4645-b6f9-cf661f61905f} <Debug> executeQuery: Read 1327 rows, 113.22 KiB in 0.002646 sec., 501511.7157974301 rows/sec., 41.79 MiB/sec.
20040 2024.11.26 23:44:22.163552 [ 270 ] {32af76f6-a477-4645-b6f9-cf661f61905f} <Debug> TCPHandler: Processed in 0.002978178 sec.
20041 2024.11.26 23:44:22.163769 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20042 2024.11.26 23:44:22.164003 [ 268 ] {0fd0aa93-f44a-4cf7-b77e-b1557a5dc066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
20043 2024.11.26 23:44:22.164099 [ 268 ] {0fd0aa93-f44a-4cf7-b77e-b1557a5dc066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20044 2024.11.26 23:44:22.164981 [ 268 ] {0fd0aa93-f44a-4cf7-b77e-b1557a5dc066} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20045 2024.11.26 23:44:22.165022 [ 268 ] {0fd0aa93-f44a-4cf7-b77e-b1557a5dc066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20046 2024.11.26 23:44:22.165411 [ 268 ] {0fd0aa93-f44a-4cf7-b77e-b1557a5dc066} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
20047 2024.11.26 23:44:22.165678 [ 268 ] {0fd0aa93-f44a-4cf7-b77e-b1557a5dc066} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20048 2024.11.26 23:44:22.165900 [ 268 ] {0fd0aa93-f44a-4cf7-b77e-b1557a5dc066} <Debug> executeQuery: Read 76 rows, 5.64 KiB in 0.001959 sec., 38795.30372639102 rows/sec., 2.81 MiB/sec.
20049 2024.11.26 23:44:22.165968 [ 268 ] {0fd0aa93-f44a-4cf7-b77e-b1557a5dc066} <Debug> TCPHandler: Processed in 0.002311082 sec.
20050 2024.11.26 23:44:22.166192 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20051 2024.11.26 23:44:22.166384 [ 270 ] {f3d979e1-aacc-47e2-bf9a-17814914dc52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
20052 2024.11.26 23:44:22.166447 [ 270 ] {f3d979e1-aacc-47e2-bf9a-17814914dc52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
20053 2024.11.26 23:44:22.167152 [ 270 ] {f3d979e1-aacc-47e2-bf9a-17814914dc52} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20054 2024.11.26 23:44:22.167192 [ 270 ] {f3d979e1-aacc-47e2-bf9a-17814914dc52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20055 2024.11.26 23:44:22.167575 [ 270 ] {f3d979e1-aacc-47e2-bf9a-17814914dc52} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
20056 2024.11.26 23:44:22.167902 [ 270 ] {f3d979e1-aacc-47e2-bf9a-17814914dc52} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20057 2024.11.26 23:44:22.168102 [ 270 ] {f3d979e1-aacc-47e2-bf9a-17814914dc52} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001752 sec., 130136.98630136986 rows/sec., 8.81 MiB/sec.
20058 2024.11.26 23:44:22.168168 [ 270 ] {f3d979e1-aacc-47e2-bf9a-17814914dc52} <Debug> TCPHandler: Processed in 0.00210015 sec.
20059 2024.11.26 23:44:22.168369 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20060 2024.11.26 23:44:22.168521 [ 268 ] {ffa7e633-b7fe-4da2-a480-9835d03ac7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20061 2024.11.26 23:44:22.168579 [ 268 ] {ffa7e633-b7fe-4da2-a480-9835d03ac7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20062 2024.11.26 23:44:22.169436 [ 268 ] {ffa7e633-b7fe-4da2-a480-9835d03ac7d5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20063 2024.11.26 23:44:22.169476 [ 268 ] {ffa7e633-b7fe-4da2-a480-9835d03ac7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20064 2024.11.26 23:44:22.169946 [ 268 ] {ffa7e633-b7fe-4da2-a480-9835d03ac7d5} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
20065 2024.11.26 23:44:22.170197 [ 268 ] {ffa7e633-b7fe-4da2-a480-9835d03ac7d5} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20066 2024.11.26 23:44:22.170421 [ 268 ] {ffa7e633-b7fe-4da2-a480-9835d03ac7d5} <Debug> executeQuery: Read 596 rows, 45.51 KiB in 0.001931 sec., 308648.36872087 rows/sec., 23.02 MiB/sec.
20067 2024.11.26 23:44:22.170478 [ 268 ] {ffa7e633-b7fe-4da2-a480-9835d03ac7d5} <Debug> TCPHandler: Processed in 0.002226221 sec.
20068 2024.11.26 23:44:22.170632 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20069 2024.11.26 23:44:22.170752 [ 270 ] {7a0d13df-df12-4006-a48c-583a2f4b54ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20070 2024.11.26 23:44:22.170808 [ 270 ] {7a0d13df-df12-4006-a48c-583a2f4b54ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20071 2024.11.26 23:44:22.171662 [ 270 ] {7a0d13df-df12-4006-a48c-583a2f4b54ac} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20072 2024.11.26 23:44:22.171699 [ 270 ] {7a0d13df-df12-4006-a48c-583a2f4b54ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20073 2024.11.26 23:44:22.172182 [ 270 ] {7a0d13df-df12-4006-a48c-583a2f4b54ac} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
20074 2024.11.26 23:44:22.172425 [ 270 ] {7a0d13df-df12-4006-a48c-583a2f4b54ac} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20075 2024.11.26 23:44:22.172565 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_164_34 to all_169_169_0
20076 2024.11.26 23:44:22.172603 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20077 2024.11.26 23:44:22.172612 [ 270 ] {7a0d13df-df12-4006-a48c-583a2f4b54ac} <Debug> executeQuery: Read 917 rows, 62.89 KiB in 0.001883 sec., 486988.84758364316 rows/sec., 32.62 MiB/sec.
20078 2024.11.26 23:44:22.172628 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20079 2024.11.26 23:44:22.172717 [ 270 ] {7a0d13df-df12-4006-a48c-583a2f4b54ac} <Debug> TCPHandler: Processed in 0.00214079 sec.
20080 2024.11.26 23:44:22.172957 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_164_34 to all_169_169_0 into Compact with storage Full
20081 2024.11.26 23:44:22.172967 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20082 2024.11.26 23:44:22.173290 [ 268 ] {58b49b7a-57b8-481b-a7d8-b55e85ff9488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
20083 2024.11.26 23:44:22.173290 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20084 2024.11.26 23:44:22.173407 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_164_34, total 48726 rows starting from the beginning of the part
20085 2024.11.26 23:44:22.173497 [ 268 ] {58b49b7a-57b8-481b-a7d8-b55e85ff9488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
20086 2024.11.26 23:44:22.173747 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 160 rows starting from the beginning of the part
20087 2024.11.26 23:44:22.174426 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 237 rows starting from the beginning of the part
20088 2024.11.26 23:44:22.174805 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 160 rows starting from the beginning of the part
20089 2024.11.26 23:44:22.175190 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 237 rows starting from the beginning of the part
20090 2024.11.26 23:44:22.175670 [ 191 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 917 rows starting from the beginning of the part
20091 2024.11.26 23:44:22.178548 [ 268 ] {58b49b7a-57b8-481b-a7d8-b55e85ff9488} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20092 2024.11.26 23:44:22.178629 [ 268 ] {58b49b7a-57b8-481b-a7d8-b55e85ff9488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20093 2024.11.26 23:44:22.180292 [ 268 ] {58b49b7a-57b8-481b-a7d8-b55e85ff9488} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
20094 2024.11.26 23:44:22.180649 [ 268 ] {58b49b7a-57b8-481b-a7d8-b55e85ff9488} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20095 2024.11.26 23:44:22.181012 [ 268 ] {58b49b7a-57b8-481b-a7d8-b55e85ff9488} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.007824 sec., 7924.335378323109 rows/sec., 14.20 MiB/sec.
20096 2024.11.26 23:44:22.181311 [ 268 ] {58b49b7a-57b8-481b-a7d8-b55e85ff9488} <Debug> TCPHandler: Processed in 0.008496629 sec.
20097 2024.11.26 23:44:22.181559 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20098 2024.11.26 23:44:22.181730 [ 270 ] {85fc8840-f7a0-4a00-937f-5b542ed6f567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20099 2024.11.26 23:44:22.181794 [ 270 ] {85fc8840-f7a0-4a00-937f-5b542ed6f567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20100 2024.11.26 23:44:22.182496 [ 270 ] {85fc8840-f7a0-4a00-937f-5b542ed6f567} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20101 2024.11.26 23:44:22.182568 [ 270 ] {85fc8840-f7a0-4a00-937f-5b542ed6f567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20102 2024.11.26 23:44:22.183218 [ 270 ] {85fc8840-f7a0-4a00-937f-5b542ed6f567} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
20103 2024.11.26 23:44:22.183462 [ 270 ] {85fc8840-f7a0-4a00-937f-5b542ed6f567} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20104 2024.11.26 23:44:22.183757 [ 270 ] {85fc8840-f7a0-4a00-937f-5b542ed6f567} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00205 sec., 11707.31707317073 rows/sec., 807.93 KiB/sec.
20105 2024.11.26 23:44:22.183849 [ 270 ] {85fc8840-f7a0-4a00-937f-5b542ed6f567} <Debug> TCPHandler: Processed in 0.002428633 sec.
20106 2024.11.26 23:44:22.188257 [ 198 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50437 rows, containing 5 columns (5 merged, 0 gathered) in 0.015512415 sec., 3251395.7368984777 rows/sec., 219.55 MiB/sec.
20107 2024.11.26 23:44:22.188724 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Trace> MergedBlockOutputStream: filled checksums all_1_169_35 (state Temporary)
20108 2024.11.26 23:44:22.189079 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_169_35 to all_1_169_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20109 2024.11.26 23:44:22.189171 [ 187 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_169_35} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_164_34, all_169_169_0] -> all_1_169_35
20110 2024.11.26 23:44:22.189273 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB.
20111 2024.11.26 23:44:22.994298 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 739
20112 2024.11.26 23:44:23.018681 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20113 2024.11.26 23:44:23.018741 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20114 2024.11.26 23:44:23.026518 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
20115 2024.11.26 23:44:23.027362 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20116 2024.11.26 23:44:23.031593 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739
20117 2024.11.26 23:44:24.535770 [ 218 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
20118 2024.11.26 23:44:24.535826 [ 218 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
20119 2024.11.26 23:44:24.537746 [ 218 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): 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]
20120 2024.11.26 23:44:25.016715 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 2812
20121 2024.11.26 23:44:25.020165 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20122 2024.11.26 23:44:25.020235 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20123 2024.11.26 23:44:25.021810 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
20124 2024.11.26 23:44:25.022150 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20125 2024.11.26 23:44:25.022657 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2812
20126 2024.11.26 23:44:25.731833 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20127 2024.11.26 23:44:25.732150 [ 268 ] {1cf61fa9-62e1-4fc1-8da3-3897545b5d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20128 2024.11.26 23:44:25.732268 [ 268 ] {1cf61fa9-62e1-4fc1-8da3-3897545b5d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20129 2024.11.26 23:44:25.733294 [ 268 ] {1cf61fa9-62e1-4fc1-8da3-3897545b5d7b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20130 2024.11.26 23:44:25.733340 [ 268 ] {1cf61fa9-62e1-4fc1-8da3-3897545b5d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20131 2024.11.26 23:44:25.733794 [ 268 ] {1cf61fa9-62e1-4fc1-8da3-3897545b5d7b} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
20132 2024.11.26 23:44:25.734118 [ 268 ] {1cf61fa9-62e1-4fc1-8da3-3897545b5d7b} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20133 2024.11.26 23:44:25.734342 [ 268 ] {1cf61fa9-62e1-4fc1-8da3-3897545b5d7b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002272 sec., 24647.88732394366 rows/sec., 1.89 MiB/sec.
20134 2024.11.26 23:44:25.734416 [ 268 ] {1cf61fa9-62e1-4fc1-8da3-3897545b5d7b} <Debug> TCPHandler: Processed in 0.002772706 sec.
20135 2024.11.26 23:44:25.734704 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20136 2024.11.26 23:44:25.734896 [ 270 ] {b60eded6-1fd0-4391-b39b-f89f49bb9b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20137 2024.11.26 23:44:25.734969 [ 270 ] {b60eded6-1fd0-4391-b39b-f89f49bb9b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20138 2024.11.26 23:44:25.735774 [ 270 ] {b60eded6-1fd0-4391-b39b-f89f49bb9b17} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20139 2024.11.26 23:44:25.735820 [ 270 ] {b60eded6-1fd0-4391-b39b-f89f49bb9b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20140 2024.11.26 23:44:25.736253 [ 270 ] {b60eded6-1fd0-4391-b39b-f89f49bb9b17} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
20141 2024.11.26 23:44:25.736506 [ 270 ] {b60eded6-1fd0-4391-b39b-f89f49bb9b17} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20142 2024.11.26 23:44:25.736742 [ 270 ] {b60eded6-1fd0-4391-b39b-f89f49bb9b17} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001899 sec., 33701.94839389152 rows/sec., 2.63 MiB/sec.
20143 2024.11.26 23:44:25.736808 [ 270 ] {b60eded6-1fd0-4391-b39b-f89f49bb9b17} <Debug> TCPHandler: Processed in 0.002251061 sec.
20144 2024.11.26 23:44:25.736976 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20145 2024.11.26 23:44:25.737118 [ 268 ] {1867c1a2-7308-484f-9c09-8ae17895739d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20146 2024.11.26 23:44:25.737183 [ 268 ] {1867c1a2-7308-484f-9c09-8ae17895739d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20147 2024.11.26 23:44:25.737826 [ 268 ] {1867c1a2-7308-484f-9c09-8ae17895739d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20148 2024.11.26 23:44:25.737864 [ 268 ] {1867c1a2-7308-484f-9c09-8ae17895739d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20149 2024.11.26 23:44:25.738267 [ 268 ] {1867c1a2-7308-484f-9c09-8ae17895739d} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
20150 2024.11.26 23:44:25.738514 [ 268 ] {1867c1a2-7308-484f-9c09-8ae17895739d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20151 2024.11.26 23:44:25.738707 [ 268 ] {1867c1a2-7308-484f-9c09-8ae17895739d} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001623 sec., 59149.72273567467 rows/sec., 4.12 MiB/sec.
20152 2024.11.26 23:44:25.738767 [ 268 ] {1867c1a2-7308-484f-9c09-8ae17895739d} <Debug> TCPHandler: Processed in 0.001860157 sec.
20153 2024.11.26 23:44:25.738988 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20154 2024.11.26 23:44:25.739166 [ 270 ] {b12ddf4a-9773-412f-a5cc-4b26604fe29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20155 2024.11.26 23:44:25.739232 [ 270 ] {b12ddf4a-9773-412f-a5cc-4b26604fe29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20156 2024.11.26 23:44:25.739823 [ 270 ] {b12ddf4a-9773-412f-a5cc-4b26604fe29a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20157 2024.11.26 23:44:25.739865 [ 270 ] {b12ddf4a-9773-412f-a5cc-4b26604fe29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB.
20158 2024.11.26 23:44:25.740246 [ 270 ] {b12ddf4a-9773-412f-a5cc-4b26604fe29a} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
20159 2024.11.26 23:44:25.740496 [ 270 ] {b12ddf4a-9773-412f-a5cc-4b26604fe29a} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20160 2024.11.26 23:44:25.740731 [ 270 ] {b12ddf4a-9773-412f-a5cc-4b26604fe29a} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001595 sec., 22570.5329153605 rows/sec., 1.52 MiB/sec.
20161 2024.11.26 23:44:25.740819 [ 270 ] {b12ddf4a-9773-412f-a5cc-4b26604fe29a} <Debug> TCPHandler: Processed in 0.001961398 sec.
20162 2024.11.26 23:44:27.214457 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384
20163 2024.11.26 23:44:27.215313 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20164 2024.11.26 23:44:27.215365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20165 2024.11.26 23:44:27.215925 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
20166 2024.11.26 23:44:27.216195 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20167 2024.11.26 23:44:27.216471 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384
20168 2024.11.26 23:44:28.322516 [ 116 ] {} <Debug> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
20169 2024.11.26 23:44:28.322582 [ 116 ] {} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20170 2024.11.26 23:44:28.322610 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20171 2024.11.26 23:44:28.322823 [ 187 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::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
20172 2024.11.26 23:44:28.323008 [ 187 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20173 2024.11.26 23:44:28.323048 [ 187 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::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
20174 2024.11.26 23:44:28.323128 [ 187 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part
20175 2024.11.26 23:44:28.323326 [ 187 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part
20176 2024.11.26 23:44:28.323457 [ 187 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
20177 2024.11.26 23:44:28.323543 [ 187 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::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
20178 2024.11.26 23:44:28.325715 [ 198 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.003020238 sec., 16886.086460735874 rows/sec., 1.20 MiB/sec.
20179 2024.11.26 23:44:28.325893 [ 199 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
20180 2024.11.26 23:44:28.326195 [ 199 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::all_1_5_1} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20181 2024.11.26 23:44:28.326276 [ 199 ] {928c0721-c9c5-4ae4-a33a-02cdc9f97cc8::all_1_5_1} <Trace> oximeter.measurements_i64 (928c0721-c9c5-4ae4-a33a-02cdc9f97cc8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
20182 2024.11.26 23:44:28.326356 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
20183 2024.11.26 23:44:30.531795 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747
20184 2024.11.26 23:44:30.555826 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20185 2024.11.26 23:44:30.555886 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20186 2024.11.26 23:44:30.563553 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
20187 2024.11.26 23:44:30.564370 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20188 2024.11.26 23:44:30.567501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747
20189 2024.11.26 23:44:30.740743 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20190 2024.11.26 23:44:30.740952 [ 268 ] {c574a9c1-5567-4baa-a4ee-d3853aef41ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
20191 2024.11.26 23:44:30.741024 [ 268 ] {c574a9c1-5567-4baa-a4ee-d3853aef41ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
20192 2024.11.26 23:44:30.741810 [ 268 ] {c574a9c1-5567-4baa-a4ee-d3853aef41ee} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20193 2024.11.26 23:44:30.741855 [ 268 ] {c574a9c1-5567-4baa-a4ee-d3853aef41ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20194 2024.11.26 23:44:30.742305 [ 268 ] {c574a9c1-5567-4baa-a4ee-d3853aef41ee} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
20195 2024.11.26 23:44:30.742563 [ 268 ] {c574a9c1-5567-4baa-a4ee-d3853aef41ee} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20196 2024.11.26 23:44:30.742817 [ 268 ] {c574a9c1-5567-4baa-a4ee-d3853aef41ee} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 525.72 KiB/sec.
20197 2024.11.26 23:44:30.742916 [ 268 ] {c574a9c1-5567-4baa-a4ee-d3853aef41ee} <Debug> TCPHandler: Processed in 0.002309332 sec.
20198 2024.11.26 23:44:30.743231 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20199 2024.11.26 23:44:30.743445 [ 270 ] {3f53f12b-4585-48c7-951e-e55af850b1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20200 2024.11.26 23:44:30.743527 [ 270 ] {3f53f12b-4585-48c7-951e-e55af850b1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20201 2024.11.26 23:44:30.744441 [ 270 ] {3f53f12b-4585-48c7-951e-e55af850b1bd} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20202 2024.11.26 23:44:30.744486 [ 270 ] {3f53f12b-4585-48c7-951e-e55af850b1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20203 2024.11.26 23:44:30.744945 [ 270 ] {3f53f12b-4585-48c7-951e-e55af850b1bd} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
20204 2024.11.26 23:44:30.745200 [ 270 ] {3f53f12b-4585-48c7-951e-e55af850b1bd} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20205 2024.11.26 23:44:30.745418 [ 111 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
20206 2024.11.26 23:44:30.745473 [ 270 ] {3f53f12b-4585-48c7-951e-e55af850b1bd} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002083 sec., 97455.59289486316 rows/sec., 8.44 MiB/sec.
20207 2024.11.26 23:44:30.745532 [ 111 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20208 2024.11.26 23:44:30.745618 [ 270 ] {3f53f12b-4585-48c7-951e-e55af850b1bd} <Debug> TCPHandler: Processed in 0.002572814 sec.
20209 2024.11.26 23:44:30.745623 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20210 2024.11.26 23:44:30.745886 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20211 2024.11.26 23:44:30.746039 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
20212 2024.11.26 23:44:30.746190 [ 268 ] {de7da6df-d4f8-4f1c-99d7-cac996f8820f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
20213 2024.11.26 23:44:30.746387 [ 268 ] {de7da6df-d4f8-4f1c-99d7-cac996f8820f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20214 2024.11.26 23:44:30.746722 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20215 2024.11.26 23:44:30.746916 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1467 rows starting from the beginning of the part
20216 2024.11.26 23:44:30.747401 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 180 rows starting from the beginning of the part
20217 2024.11.26 23:44:30.748037 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 203 rows starting from the beginning of the part
20218 2024.11.26 23:44:30.748622 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 1327 rows starting from the beginning of the part
20219 2024.11.26 23:44:30.749557 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 56 rows starting from the beginning of the part
20220 2024.11.26 23:44:30.750108 [ 187 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 203 rows starting from the beginning of the part
20221 2024.11.26 23:44:30.750891 [ 268 ] {de7da6df-d4f8-4f1c-99d7-cac996f8820f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20222 2024.11.26 23:44:30.750954 [ 268 ] {de7da6df-d4f8-4f1c-99d7-cac996f8820f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20223 2024.11.26 23:44:30.751970 [ 268 ] {de7da6df-d4f8-4f1c-99d7-cac996f8820f} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
20224 2024.11.26 23:44:30.752536 [ 268 ] {de7da6df-d4f8-4f1c-99d7-cac996f8820f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20225 2024.11.26 23:44:30.752836 [ 268 ] {de7da6df-d4f8-4f1c-99d7-cac996f8820f} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.006759 sec., 1035.6561621541648 rows/sec., 67.47 KiB/sec.
20226 2024.11.26 23:44:30.752900 [ 268 ] {de7da6df-d4f8-4f1c-99d7-cac996f8820f} <Debug> TCPHandler: Processed in 0.007166287 sec.
20227 2024.11.26 23:44:30.753175 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20228 2024.11.26 23:44:30.753526 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3436 rows, containing 5 columns (5 merged, 0 gathered) in 0.007734062 sec., 444268.4840126702 rows/sec., 39.05 MiB/sec.
20229 2024.11.26 23:44:30.753596 [ 270 ] {5dec2ac7-a381-4b5e-bac6-ecacaf753570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
20230 2024.11.26 23:44:30.753711 [ 270 ] {5dec2ac7-a381-4b5e-bac6-ecacaf753570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
20231 2024.11.26 23:44:30.753868 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
20232 2024.11.26 23:44:30.754517 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20233 2024.11.26 23:44:30.754661 [ 199 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_171_34} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
20234 2024.11.26 23:44:30.754807 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
20235 2024.11.26 23:44:30.755034 [ 270 ] {5dec2ac7-a381-4b5e-bac6-ecacaf753570} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20236 2024.11.26 23:44:30.755079 [ 270 ] {5dec2ac7-a381-4b5e-bac6-ecacaf753570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20237 2024.11.26 23:44:30.755446 [ 270 ] {5dec2ac7-a381-4b5e-bac6-ecacaf753570} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
20238 2024.11.26 23:44:30.755711 [ 270 ] {5dec2ac7-a381-4b5e-bac6-ecacaf753570} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20239 2024.11.26 23:44:30.755930 [ 270 ] {5dec2ac7-a381-4b5e-bac6-ecacaf753570} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00243 sec., 5761.316872427984 rows/sec., 403.49 KiB/sec.
20240 2024.11.26 23:44:30.755992 [ 270 ] {5dec2ac7-a381-4b5e-bac6-ecacaf753570} <Debug> TCPHandler: Processed in 0.002974088 sec.
20241 2024.11.26 23:44:30.756143 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20242 2024.11.26 23:44:30.756262 [ 268 ] {c89fde83-cc09-4598-a4d8-75a5b7391c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
20243 2024.11.26 23:44:30.756311 [ 268 ] {c89fde83-cc09-4598-a4d8-75a5b7391c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
20244 2024.11.26 23:44:30.756898 [ 268 ] {c89fde83-cc09-4598-a4d8-75a5b7391c30} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20245 2024.11.26 23:44:30.756938 [ 268 ] {c89fde83-cc09-4598-a4d8-75a5b7391c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20246 2024.11.26 23:44:30.757297 [ 268 ] {c89fde83-cc09-4598-a4d8-75a5b7391c30} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
20247 2024.11.26 23:44:30.757539 [ 268 ] {c89fde83-cc09-4598-a4d8-75a5b7391c30} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20248 2024.11.26 23:44:30.757751 [ 268 ] {c89fde83-cc09-4598-a4d8-75a5b7391c30} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001514 sec., 8586.525759577278 rows/sec., 535.37 KiB/sec.
20249 2024.11.26 23:44:30.757803 [ 268 ] {c89fde83-cc09-4598-a4d8-75a5b7391c30} <Debug> TCPHandler: Processed in 0.001717266 sec.
20250 2024.11.26 23:44:30.757967 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20251 2024.11.26 23:44:30.758107 [ 270 ] {3c7e19d1-726a-4784-a679-433cdb85ad52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20252 2024.11.26 23:44:30.758167 [ 270 ] {3c7e19d1-726a-4784-a679-433cdb85ad52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20253 2024.11.26 23:44:30.759032 [ 270 ] {3c7e19d1-726a-4784-a679-433cdb85ad52} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20254 2024.11.26 23:44:30.759071 [ 270 ] {3c7e19d1-726a-4784-a679-433cdb85ad52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20255 2024.11.26 23:44:30.759455 [ 270 ] {3c7e19d1-726a-4784-a679-433cdb85ad52} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
20256 2024.11.26 23:44:30.759713 [ 270 ] {3c7e19d1-726a-4784-a679-433cdb85ad52} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20257 2024.11.26 23:44:30.759876 [ 111 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
20258 2024.11.26 23:44:30.759935 [ 111 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20259 2024.11.26 23:44:30.759949 [ 270 ] {3c7e19d1-726a-4784-a679-433cdb85ad52} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001859 sec., 205486.82087143627 rows/sec., 14.54 MiB/sec.
20260 2024.11.26 23:44:30.759988 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20261 2024.11.26 23:44:30.760069 [ 270 ] {3c7e19d1-726a-4784-a679-433cdb85ad52} <Debug> TCPHandler: Processed in 0.00217085 sec.
20262 2024.11.26 23:44:30.760320 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
20263 2024.11.26 23:44:30.760325 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20264 2024.11.26 23:44:30.760615 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20265 2024.11.26 23:44:30.760627 [ 268 ] {744be0ec-8221-47f6-b526-84ae977cb4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
20266 2024.11.26 23:44:30.760673 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 934 rows starting from the beginning of the part
20267 2024.11.26 23:44:30.760744 [ 268 ] {744be0ec-8221-47f6-b526-84ae977cb4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
20268 2024.11.26 23:44:30.760977 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 135 rows starting from the beginning of the part
20269 2024.11.26 23:44:30.761359 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 382 rows starting from the beginning of the part
20270 2024.11.26 23:44:30.761724 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 596 rows starting from the beginning of the part
20271 2024.11.26 23:44:30.762108 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 64 rows starting from the beginning of the part
20272 2024.11.26 23:44:30.762398 [ 198 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 382 rows starting from the beginning of the part
20273 2024.11.26 23:44:30.763361 [ 268 ] {744be0ec-8221-47f6-b526-84ae977cb4a2} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20274 2024.11.26 23:44:30.763441 [ 268 ] {744be0ec-8221-47f6-b526-84ae977cb4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20275 2024.11.26 23:44:30.764425 [ 268 ] {744be0ec-8221-47f6-b526-84ae977cb4a2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
20276 2024.11.26 23:44:30.764950 [ 268 ] {744be0ec-8221-47f6-b526-84ae977cb4a2} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20277 2024.11.26 23:44:30.765247 [ 268 ] {744be0ec-8221-47f6-b526-84ae977cb4a2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004716 sec., 1272.2646310432572 rows/sec., 66.47 KiB/sec.
20278 2024.11.26 23:44:30.765327 [ 268 ] {744be0ec-8221-47f6-b526-84ae977cb4a2} <Debug> TCPHandler: Processed in 0.005133878 sec.
20279 2024.11.26 23:44:30.765668 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20280 2024.11.26 23:44:30.765737 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2493 rows, containing 5 columns (5 merged, 0 gathered) in 0.005601642 sec., 445048.0769745728 rows/sec., 34.21 MiB/sec.
20281 2024.11.26 23:44:30.765935 [ 270 ] {462fc061-fa50-4c45-aae7-d3451b7ed30a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20282 2024.11.26 23:44:30.766042 [ 270 ] {462fc061-fa50-4c45-aae7-d3451b7ed30a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20283 2024.11.26 23:44:30.766090 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
20284 2024.11.26 23:44:30.766777 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20285 2024.11.26 23:44:30.767024 [ 199 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_171_34} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
20286 2024.11.26 23:44:30.767187 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
20287 2024.11.26 23:44:30.767321 [ 270 ] {462fc061-fa50-4c45-aae7-d3451b7ed30a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20288 2024.11.26 23:44:30.767365 [ 270 ] {462fc061-fa50-4c45-aae7-d3451b7ed30a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20289 2024.11.26 23:44:30.767766 [ 270 ] {462fc061-fa50-4c45-aae7-d3451b7ed30a} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
20290 2024.11.26 23:44:30.768007 [ 270 ] {462fc061-fa50-4c45-aae7-d3451b7ed30a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20291 2024.11.26 23:44:30.768211 [ 270 ] {462fc061-fa50-4c45-aae7-d3451b7ed30a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002339 sec., 101325.3527148354 rows/sec., 6.79 MiB/sec.
20292 2024.11.26 23:44:30.768268 [ 270 ] {462fc061-fa50-4c45-aae7-d3451b7ed30a} <Debug> TCPHandler: Processed in 0.002813487 sec.
20293 2024.11.26 23:44:30.768428 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20294 2024.11.26 23:44:30.768568 [ 268 ] {8899917d-e0b0-485a-8d6a-ca7bb8458a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
20295 2024.11.26 23:44:30.768629 [ 268 ] {8899917d-e0b0-485a-8d6a-ca7bb8458a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
20296 2024.11.26 23:44:30.769142 [ 268 ] {8899917d-e0b0-485a-8d6a-ca7bb8458a70} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20297 2024.11.26 23:44:30.769180 [ 268 ] {8899917d-e0b0-485a-8d6a-ca7bb8458a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20298 2024.11.26 23:44:30.769538 [ 268 ] {8899917d-e0b0-485a-8d6a-ca7bb8458a70} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
20299 2024.11.26 23:44:30.769780 [ 268 ] {8899917d-e0b0-485a-8d6a-ca7bb8458a70} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20300 2024.11.26 23:44:30.769992 [ 268 ] {8899917d-e0b0-485a-8d6a-ca7bb8458a70} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001456 sec., 686.8131868131868 rows/sec., 46.28 KiB/sec.
20301 2024.11.26 23:44:30.770041 [ 268 ] {8899917d-e0b0-485a-8d6a-ca7bb8458a70} <Debug> TCPHandler: Processed in 0.001680685 sec.
20302 2024.11.26 23:44:30.770250 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20303 2024.11.26 23:44:30.770472 [ 270 ] {d5c5a292-91e6-4c5a-bc7c-f99734ec0d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20304 2024.11.26 23:44:30.770569 [ 270 ] {d5c5a292-91e6-4c5a-bc7c-f99734ec0d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20305 2024.11.26 23:44:30.771237 [ 270 ] {d5c5a292-91e6-4c5a-bc7c-f99734ec0d8f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20306 2024.11.26 23:44:30.771276 [ 270 ] {d5c5a292-91e6-4c5a-bc7c-f99734ec0d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20307 2024.11.26 23:44:30.771645 [ 270 ] {d5c5a292-91e6-4c5a-bc7c-f99734ec0d8f} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
20308 2024.11.26 23:44:30.771875 [ 270 ] {d5c5a292-91e6-4c5a-bc7c-f99734ec0d8f} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20309 2024.11.26 23:44:30.772070 [ 111 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
20310 2024.11.26 23:44:30.772133 [ 270 ] {d5c5a292-91e6-4c5a-bc7c-f99734ec0d8f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001712 sec., 47897.19626168224 rows/sec., 3.04 MiB/sec.
20311 2024.11.26 23:44:30.772157 [ 111 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20312 2024.11.26 23:44:30.772257 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20313 2024.11.26 23:44:30.772265 [ 270 ] {d5c5a292-91e6-4c5a-bc7c-f99734ec0d8f} <Debug> TCPHandler: Processed in 0.00211836 sec.
20314 2024.11.26 23:44:30.772489 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
20315 2024.11.26 23:44:30.772621 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20316 2024.11.26 23:44:30.772652 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 10060 rows starting from the beginning of the part
20317 2024.11.26 23:44:30.772734 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 60 rows starting from the beginning of the part
20318 2024.11.26 23:44:30.772815 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 82 rows starting from the beginning of the part
20319 2024.11.26 23:44:30.773065 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 24 rows starting from the beginning of the part
20320 2024.11.26 23:44:30.773273 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 36 rows starting from the beginning of the part
20321 2024.11.26 23:44:30.773407 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 82 rows starting from the beginning of the part
20322 2024.11.26 23:44:30.776349 [ 199 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10344 rows, containing 4 columns (4 merged, 0 gathered) in 0.003968627 sec., 2606442.9839337384 rows/sec., 169.88 MiB/sec.
20323 2024.11.26 23:44:30.776561 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
20324 2024.11.26 23:44:30.776857 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20325 2024.11.26 23:44:30.776944 [ 198 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_171_34} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
20326 2024.11.26 23:44:30.777028 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB.
20327 2024.11.26 23:44:31.000258 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.42 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 275.12 MiB (RSS), difference: -1.30 MiB
20328 2024.11.26 23:44:34.455703 [ 219 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
20329 2024.11.26 23:44:34.455805 [ 219 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
20330 2024.11.26 23:44:34.457955 [ 219 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): 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]
20331 2024.11.26 23:44:34.463350 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
20332 2024.11.26 23:44:34.463383 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
20333 2024.11.26 23:44:34.716739 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811
20334 2024.11.26 23:44:34.717429 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20335 2024.11.26 23:44:34.717476 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20336 2024.11.26 23:44:34.718017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
20337 2024.11.26 23:44:34.718289 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20338 2024.11.26 23:44:34.718564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811
20339 2024.11.26 23:44:35.023122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2840
20340 2024.11.26 23:44:35.026858 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20341 2024.11.26 23:44:35.026913 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20342 2024.11.26 23:44:35.028465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
20343 2024.11.26 23:44:35.028795 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20344 2024.11.26 23:44:35.029413 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2840
20345 2024.11.26 23:44:35.738599 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20346 2024.11.26 23:44:35.738814 [ 268 ] {ec805bfd-d9d6-4864-9c3a-43904e5a06fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20347 2024.11.26 23:44:35.738896 [ 268 ] {ec805bfd-d9d6-4864-9c3a-43904e5a06fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20348 2024.11.26 23:44:35.739784 [ 268 ] {ec805bfd-d9d6-4864-9c3a-43904e5a06fe} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20349 2024.11.26 23:44:35.739830 [ 268 ] {ec805bfd-d9d6-4864-9c3a-43904e5a06fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20350 2024.11.26 23:44:35.740299 [ 268 ] {ec805bfd-d9d6-4864-9c3a-43904e5a06fe} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
20351 2024.11.26 23:44:35.740557 [ 268 ] {ec805bfd-d9d6-4864-9c3a-43904e5a06fe} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20352 2024.11.26 23:44:35.740787 [ 268 ] {ec805bfd-d9d6-4864-9c3a-43904e5a06fe} <Debug> executeQuery: Read 180 rows, 16.14 KiB in 0.002033 sec., 88539.10477127398 rows/sec., 7.75 MiB/sec.
20353 2024.11.26 23:44:35.740845 [ 268 ] {ec805bfd-d9d6-4864-9c3a-43904e5a06fe} <Debug> TCPHandler: Processed in 0.002386953 sec.
20354 2024.11.26 23:44:35.741087 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20355 2024.11.26 23:44:35.741297 [ 270 ] {17f63487-a318-405c-800f-a858e1c00716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
20356 2024.11.26 23:44:35.741378 [ 270 ] {17f63487-a318-405c-800f-a858e1c00716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20357 2024.11.26 23:44:35.742229 [ 270 ] {17f63487-a318-405c-800f-a858e1c00716} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20358 2024.11.26 23:44:35.742278 [ 270 ] {17f63487-a318-405c-800f-a858e1c00716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20359 2024.11.26 23:44:35.742714 [ 270 ] {17f63487-a318-405c-800f-a858e1c00716} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
20360 2024.11.26 23:44:35.742976 [ 270 ] {17f63487-a318-405c-800f-a858e1c00716} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20361 2024.11.26 23:44:35.743173 [ 103 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
20362 2024.11.26 23:44:35.743240 [ 270 ] {17f63487-a318-405c-800f-a858e1c00716} <Debug> executeQuery: Read 62 rows, 4.66 KiB in 0.002002 sec., 30969.03096903097 rows/sec., 2.27 MiB/sec.
20363 2024.11.26 23:44:35.743268 [ 103 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20364 2024.11.26 23:44:35.743336 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20365 2024.11.26 23:44:35.743387 [ 270 ] {17f63487-a318-405c-800f-a858e1c00716} <Debug> TCPHandler: Processed in 0.002430362 sec.
20366 2024.11.26 23:44:35.743633 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20367 2024.11.26 23:44:35.743685 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
20368 2024.11.26 23:44:35.743851 [ 268 ] {b269a1c6-f54c-43b9-b43f-f920a00e2255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20369 2024.11.26 23:44:35.743962 [ 268 ] {b269a1c6-f54c-43b9-b43f-f920a00e2255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20370 2024.11.26 23:44:35.744101 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20371 2024.11.26 23:44:35.744191 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 82 rows starting from the beginning of the part
20372 2024.11.26 23:44:35.744690 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 62 rows starting from the beginning of the part
20373 2024.11.26 23:44:35.745439 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 7 rows starting from the beginning of the part
20374 2024.11.26 23:44:35.746089 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 76 rows starting from the beginning of the part
20375 2024.11.26 23:44:35.746628 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 7 rows starting from the beginning of the part
20376 2024.11.26 23:44:35.747127 [ 197 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 62 rows starting from the beginning of the part
20377 2024.11.26 23:44:35.747845 [ 268 ] {b269a1c6-f54c-43b9-b43f-f920a00e2255} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20378 2024.11.26 23:44:35.747893 [ 268 ] {b269a1c6-f54c-43b9-b43f-f920a00e2255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20379 2024.11.26 23:44:35.748469 [ 268 ] {b269a1c6-f54c-43b9-b43f-f920a00e2255} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
20380 2024.11.26 23:44:35.748774 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.00530207 sec., 55827.2523750158 rows/sec., 4.24 MiB/sec.
20381 2024.11.26 23:44:35.748844 [ 268 ] {b269a1c6-f54c-43b9-b43f-f920a00e2255} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20382 2024.11.26 23:44:35.749058 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
20383 2024.11.26 23:44:35.749294 [ 268 ] {b269a1c6-f54c-43b9-b43f-f920a00e2255} <Debug> executeQuery: Read 126 rows, 10.08 KiB in 0.005515 sec., 22846.7815049864 rows/sec., 1.78 MiB/sec.
20384 2024.11.26 23:44:35.749591 [ 268 ] {b269a1c6-f54c-43b9-b43f-f920a00e2255} <Debug> TCPHandler: Processed in 0.006078177 sec.
20385 2024.11.26 23:44:35.750066 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20386 2024.11.26 23:44:35.750092 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20387 2024.11.26 23:44:35.750457 [ 270 ] {521203ee-2269-40f1-bb4e-ff00bc950b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20388 2024.11.26 23:44:35.750615 [ 270 ] {521203ee-2269-40f1-bb4e-ff00bc950b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20389 2024.11.26 23:44:35.750799 [ 199 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_146_29} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
20390 2024.11.26 23:44:35.751278 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
20391 2024.11.26 23:44:35.751818 [ 270 ] {521203ee-2269-40f1-bb4e-ff00bc950b07} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20392 2024.11.26 23:44:35.751863 [ 270 ] {521203ee-2269-40f1-bb4e-ff00bc950b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20393 2024.11.26 23:44:35.752275 [ 270 ] {521203ee-2269-40f1-bb4e-ff00bc950b07} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
20394 2024.11.26 23:44:35.752513 [ 270 ] {521203ee-2269-40f1-bb4e-ff00bc950b07} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20395 2024.11.26 23:44:35.752748 [ 270 ] {521203ee-2269-40f1-bb4e-ff00bc950b07} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00245 sec., 65306.12244897959 rows/sec., 4.55 MiB/sec.
20396 2024.11.26 23:44:35.752808 [ 270 ] {521203ee-2269-40f1-bb4e-ff00bc950b07} <Debug> TCPHandler: Processed in 0.003047138 sec.
20397 2024.11.26 23:44:35.752958 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20398 2024.11.26 23:44:35.753076 [ 268 ] {7cad32f7-2294-4639-90e3-da63af600994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
20399 2024.11.26 23:44:35.753173 [ 268 ] {7cad32f7-2294-4639-90e3-da63af600994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
20400 2024.11.26 23:44:35.754585 [ 268 ] {7cad32f7-2294-4639-90e3-da63af600994} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20401 2024.11.26 23:44:35.754625 [ 268 ] {7cad32f7-2294-4639-90e3-da63af600994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20402 2024.11.26 23:44:35.755355 [ 268 ] {7cad32f7-2294-4639-90e3-da63af600994} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
20403 2024.11.26 23:44:35.755625 [ 268 ] {7cad32f7-2294-4639-90e3-da63af600994} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20404 2024.11.26 23:44:35.755889 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
20405 2024.11.26 23:44:35.755910 [ 268 ] {7cad32f7-2294-4639-90e3-da63af600994} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.002858 sec., 21693.491952414275 rows/sec., 38.87 MiB/sec.
20406 2024.11.26 23:44:35.755942 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
20407 2024.11.26 23:44:35.756151 [ 268 ] {7cad32f7-2294-4639-90e3-da63af600994} <Debug> TCPHandler: Processed in 0.003250351 sec.
20408 2024.11.26 23:44:35.756337 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20409 2024.11.26 23:44:35.756556 [ 270 ] {ef9336d3-8b04-41d6-938d-8b0e1426a7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20410 2024.11.26 23:44:35.756694 [ 270 ] {ef9336d3-8b04-41d6-938d-8b0e1426a7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20411 2024.11.26 23:44:35.757837 [ 270 ] {ef9336d3-8b04-41d6-938d-8b0e1426a7a1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20412 2024.11.26 23:44:35.757896 [ 270 ] {ef9336d3-8b04-41d6-938d-8b0e1426a7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20413 2024.11.26 23:44:35.758717 [ 270 ] {ef9336d3-8b04-41d6-938d-8b0e1426a7a1} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
20414 2024.11.26 23:44:35.759187 [ 270 ] {ef9336d3-8b04-41d6-938d-8b0e1426a7a1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20415 2024.11.26 23:44:35.759541 [ 270 ] {ef9336d3-8b04-41d6-938d-8b0e1426a7a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00304 sec., 19736.842105263157 rows/sec., 1.33 MiB/sec.
20416 2024.11.26 23:44:35.759674 [ 270 ] {ef9336d3-8b04-41d6-938d-8b0e1426a7a1} <Debug> TCPHandler: Processed in 0.003392521 sec.
20417 2024.11.26 23:44:35.759905 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): 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]
20418 2024.11.26 23:44:36.401861 [ 220 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
20419 2024.11.26 23:44:36.401944 [ 220 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
20420 2024.11.26 23:44:36.404158 [ 220 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): 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]
20421 2024.11.26 23:44:37.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.12 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 275.12 MiB (RSS), difference: 4.00 MiB
20422 2024.11.26 23:44:38.067703 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754
20423 2024.11.26 23:44:38.091327 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20424 2024.11.26 23:44:38.091395 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20425 2024.11.26 23:44:38.099302 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
20426 2024.11.26 23:44:38.100112 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20427 2024.11.26 23:44:38.103685 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754
20428 2024.11.26 23:44:40.136280 [ 225 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
20429 2024.11.26 23:44:40.136350 [ 225 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
20430 2024.11.26 23:44:40.138502 [ 225 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
20431 2024.11.26 23:44:40.145947 [ 223 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
20432 2024.11.26 23:44:40.146009 [ 223 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
20433 2024.11.26 23:44:40.148044 [ 223 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): 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]
20434 2024.11.26 23:44:40.559179 [ 223 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
20435 2024.11.26 23:44:40.559240 [ 223 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
20436 2024.11.26 23:44:40.561369 [ 223 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): 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]
20437 2024.11.26 23:44:40.687115 [ 222 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
20438 2024.11.26 23:44:40.687174 [ 222 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
20439 2024.11.26 23:44:40.689262 [ 222 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): 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]
20440 2024.11.26 23:44:40.740361 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20441 2024.11.26 23:44:40.740560 [ 268 ] {e9b5b303-c507-46b0-ba49-0d10efbced07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
20442 2024.11.26 23:44:40.740636 [ 268 ] {e9b5b303-c507-46b0-ba49-0d10efbced07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
20443 2024.11.26 23:44:40.741454 [ 268 ] {e9b5b303-c507-46b0-ba49-0d10efbced07} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20444 2024.11.26 23:44:40.741506 [ 268 ] {e9b5b303-c507-46b0-ba49-0d10efbced07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20445 2024.11.26 23:44:40.741952 [ 268 ] {e9b5b303-c507-46b0-ba49-0d10efbced07} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
20446 2024.11.26 23:44:40.742213 [ 268 ] {e9b5b303-c507-46b0-ba49-0d10efbced07} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20447 2024.11.26 23:44:40.742416 [ 96 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0
20448 2024.11.26 23:44:40.742485 [ 268 ] {e9b5b303-c507-46b0-ba49-0d10efbced07} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001976 sec., 7085.02024291498 rows/sec., 510.03 KiB/sec.
20449 2024.11.26 23:44:40.742511 [ 96 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20450 2024.11.26 23:44:40.742576 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20451 2024.11.26 23:44:40.742631 [ 268 ] {e9b5b303-c507-46b0-ba49-0d10efbced07} <Debug> TCPHandler: Processed in 0.002403593 sec.
20452 2024.11.26 23:44:40.742812 [ 218 ] {} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
20453 2024.11.26 23:44:40.742895 [ 218 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
20454 2024.11.26 23:44:40.742942 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
20455 2024.11.26 23:44:40.743006 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20456 2024.11.26 23:44:40.743297 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20457 2024.11.26 23:44:40.743380 [ 270 ] {2b306013-a410-4c43-bac2-5aa41a629e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
20458 2024.11.26 23:44:40.743397 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
20459 2024.11.26 23:44:40.743583 [ 270 ] {2b306013-a410-4c43-bac2-5aa41a629e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
20460 2024.11.26 23:44:40.743776 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
20461 2024.11.26 23:44:40.744518 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
20462 2024.11.26 23:44:40.745096 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
20463 2024.11.26 23:44:40.745807 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::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
20464 2024.11.26 23:44:40.749086 [ 270 ] {2b306013-a410-4c43-bac2-5aa41a629e3f} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20465 2024.11.26 23:44:40.749168 [ 270 ] {2b306013-a410-4c43-bac2-5aa41a629e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20466 2024.11.26 23:44:40.749728 [ 218 ] {} <Debug> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): 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]
20467 2024.11.26 23:44:40.750157 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00746303 sec., 9379.568352264429 rows/sec., 711.84 KiB/sec.
20468 2024.11.26 23:44:40.750402 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary)
20469 2024.11.26 23:44:40.751359 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_73_18} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20470 2024.11.26 23:44:40.751417 [ 270 ] {2b306013-a410-4c43-bac2-5aa41a629e3f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
20471 2024.11.26 23:44:40.751553 [ 202 ] {38052873-5ced-44a8-bcc6-b623a08fab0e::all_1_73_18} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18
20472 2024.11.26 23:44:40.751718 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
20473 2024.11.26 23:44:40.751871 [ 270 ] {2b306013-a410-4c43-bac2-5aa41a629e3f} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20474 2024.11.26 23:44:40.752075 [ 270 ] {2b306013-a410-4c43-bac2-5aa41a629e3f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.008841 sec., 226.21875353466802 rows/sec., 18.45 KiB/sec.
20475 2024.11.26 23:44:40.752140 [ 270 ] {2b306013-a410-4c43-bac2-5aa41a629e3f} <Debug> TCPHandler: Processed in 0.009352997 sec.
20476 2024.11.26 23:44:40.752305 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20477 2024.11.26 23:44:40.752439 [ 268 ] {07f1b758-a3fb-4a8d-affb-576e21403e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20478 2024.11.26 23:44:40.752491 [ 268 ] {07f1b758-a3fb-4a8d-affb-576e21403e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20479 2024.11.26 23:44:40.753259 [ 268 ] {07f1b758-a3fb-4a8d-affb-576e21403e17} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20480 2024.11.26 23:44:40.753302 [ 268 ] {07f1b758-a3fb-4a8d-affb-576e21403e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20481 2024.11.26 23:44:40.753698 [ 268 ] {07f1b758-a3fb-4a8d-affb-576e21403e17} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
20482 2024.11.26 23:44:40.753944 [ 268 ] {07f1b758-a3fb-4a8d-affb-576e21403e17} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20483 2024.11.26 23:44:40.754185 [ 268 ] {07f1b758-a3fb-4a8d-affb-576e21403e17} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001766 sec., 115515.28878822197 rows/sec., 9.99 MiB/sec.
20484 2024.11.26 23:44:40.754262 [ 268 ] {07f1b758-a3fb-4a8d-affb-576e21403e17} <Debug> TCPHandler: Processed in 0.002011899 sec.
20485 2024.11.26 23:44:40.754278 [ 222 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
20486 2024.11.26 23:44:40.754340 [ 222 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
20487 2024.11.26 23:44:40.754484 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20488 2024.11.26 23:44:40.754654 [ 270 ] {78510ff5-e823-43b9-a0cc-1181d487415c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
20489 2024.11.26 23:44:40.754751 [ 270 ] {78510ff5-e823-43b9-a0cc-1181d487415c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20490 2024.11.26 23:44:40.756127 [ 270 ] {78510ff5-e823-43b9-a0cc-1181d487415c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20491 2024.11.26 23:44:40.756181 [ 270 ] {78510ff5-e823-43b9-a0cc-1181d487415c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20492 2024.11.26 23:44:40.756861 [ 270 ] {78510ff5-e823-43b9-a0cc-1181d487415c} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
20493 2024.11.26 23:44:40.757284 [ 270 ] {78510ff5-e823-43b9-a0cc-1181d487415c} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20494 2024.11.26 23:44:40.757709 [ 270 ] {78510ff5-e823-43b9-a0cc-1181d487415c} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.003092 sec., 2910.737386804657 rows/sec., 192.66 KiB/sec.
20495 2024.11.26 23:44:40.757766 [ 270 ] {78510ff5-e823-43b9-a0cc-1181d487415c} <Debug> TCPHandler: Processed in 0.003395082 sec.
20496 2024.11.26 23:44:40.757982 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20497 2024.11.26 23:44:40.758057 [ 222 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): 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]
20498 2024.11.26 23:44:40.758288 [ 268 ] {ef065b9b-91de-4e6c-8236-e5bce682239e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
20499 2024.11.26 23:44:40.758378 [ 268 ] {ef065b9b-91de-4e6c-8236-e5bce682239e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
20500 2024.11.26 23:44:40.760231 [ 268 ] {ef065b9b-91de-4e6c-8236-e5bce682239e} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20501 2024.11.26 23:44:40.760275 [ 268 ] {ef065b9b-91de-4e6c-8236-e5bce682239e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20502 2024.11.26 23:44:40.760655 [ 268 ] {ef065b9b-91de-4e6c-8236-e5bce682239e} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
20503 2024.11.26 23:44:40.760915 [ 268 ] {ef065b9b-91de-4e6c-8236-e5bce682239e} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20504 2024.11.26 23:44:40.761136 [ 268 ] {ef065b9b-91de-4e6c-8236-e5bce682239e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002994 sec., 4676.018704074816 rows/sec., 327.48 KiB/sec.
20505 2024.11.26 23:44:40.761197 [ 268 ] {ef065b9b-91de-4e6c-8236-e5bce682239e} <Debug> TCPHandler: Processed in 0.003306941 sec.
20506 2024.11.26 23:44:40.761355 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20507 2024.11.26 23:44:40.761474 [ 270 ] {5be5164f-f3dd-4fda-a3f3-75a9d009952c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
20508 2024.11.26 23:44:40.761524 [ 270 ] {5be5164f-f3dd-4fda-a3f3-75a9d009952c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
20509 2024.11.26 23:44:40.762107 [ 270 ] {5be5164f-f3dd-4fda-a3f3-75a9d009952c} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20510 2024.11.26 23:44:40.762145 [ 270 ] {5be5164f-f3dd-4fda-a3f3-75a9d009952c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20511 2024.11.26 23:44:40.762504 [ 270 ] {5be5164f-f3dd-4fda-a3f3-75a9d009952c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
20512 2024.11.26 23:44:40.762740 [ 270 ] {5be5164f-f3dd-4fda-a3f3-75a9d009952c} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20513 2024.11.26 23:44:40.762871 [ 96 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0
20514 2024.11.26 23:44:40.762916 [ 96 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20515 2024.11.26 23:44:40.762921 [ 270 ] {5be5164f-f3dd-4fda-a3f3-75a9d009952c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001471 sec., 8837.525492861998 rows/sec., 551.02 KiB/sec.
20516 2024.11.26 23:44:40.762942 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20517 2024.11.26 23:44:40.763012 [ 270 ] {5be5164f-f3dd-4fda-a3f3-75a9d009952c} <Debug> TCPHandler: Processed in 0.001714786 sec.
20518 2024.11.26 23:44:40.763179 [ 219 ] {} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
20519 2024.11.26 23:44:40.763245 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
20520 2024.11.26 23:44:40.763276 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20521 2024.11.26 23:44:40.763290 [ 219 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
20522 2024.11.26 23:44:40.763640 [ 268 ] {fd24ca85-decc-4fe0-8cf9-b56a8fb7c8f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20523 2024.11.26 23:44:40.763654 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20524 2024.11.26 23:44:40.763804 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
20525 2024.11.26 23:44:40.763834 [ 268 ] {fd24ca85-decc-4fe0-8cf9-b56a8fb7c8f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20526 2024.11.26 23:44:40.764220 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
20527 2024.11.26 23:44:40.764639 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
20528 2024.11.26 23:44:40.765000 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
20529 2024.11.26 23:44:40.765374 [ 196 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::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
20530 2024.11.26 23:44:40.768641 [ 268 ] {fd24ca85-decc-4fe0-8cf9-b56a8fb7c8f4} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20531 2024.11.26 23:44:40.768727 [ 268 ] {fd24ca85-decc-4fe0-8cf9-b56a8fb7c8f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20532 2024.11.26 23:44:40.769970 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006946355 sec., 9357.425585073033 rows/sec., 619.99 KiB/sec.
20533 2024.11.26 23:44:40.770340 [ 268 ] {fd24ca85-decc-4fe0-8cf9-b56a8fb7c8f4} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
20534 2024.11.26 23:44:40.770348 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary)
20535 2024.11.26 23:44:40.770900 [ 219 ] {} <Debug> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): 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]
20536 2024.11.26 23:44:40.771044 [ 268 ] {fd24ca85-decc-4fe0-8cf9-b56a8fb7c8f4} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20537 2024.11.26 23:44:40.771179 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_73_18} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20538 2024.11.26 23:44:40.771543 [ 200 ] {2a71f6af-2440-4d2f-82f6-85908f0701d3::all_1_73_18} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18
20539 2024.11.26 23:44:40.771809 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
20540 2024.11.26 23:44:40.771813 [ 268 ] {fd24ca85-decc-4fe0-8cf9-b56a8fb7c8f4} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.00828 sec., 46376.8115942029 rows/sec., 3.28 MiB/sec.
20541 2024.11.26 23:44:40.772074 [ 268 ] {fd24ca85-decc-4fe0-8cf9-b56a8fb7c8f4} <Debug> TCPHandler: Processed in 0.008938273 sec.
20542 2024.11.26 23:44:40.772287 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20543 2024.11.26 23:44:40.772413 [ 270 ] {84a807af-7bca-4041-9ff3-118e45edd89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
20544 2024.11.26 23:44:40.772466 [ 270 ] {84a807af-7bca-4041-9ff3-118e45edd89d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
20545 2024.11.26 23:44:40.772960 [ 270 ] {84a807af-7bca-4041-9ff3-118e45edd89d} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20546 2024.11.26 23:44:40.772998 [ 270 ] {84a807af-7bca-4041-9ff3-118e45edd89d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20547 2024.11.26 23:44:40.773364 [ 270 ] {84a807af-7bca-4041-9ff3-118e45edd89d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
20548 2024.11.26 23:44:40.773596 [ 270 ] {84a807af-7bca-4041-9ff3-118e45edd89d} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20549 2024.11.26 23:44:40.773864 [ 270 ] {84a807af-7bca-4041-9ff3-118e45edd89d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec.
20550 2024.11.26 23:44:40.773924 [ 270 ] {84a807af-7bca-4041-9ff3-118e45edd89d} <Debug> TCPHandler: Processed in 0.001730707 sec.
20551 2024.11.26 23:44:40.774081 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20552 2024.11.26 23:44:40.774204 [ 268 ] {7f35bc5b-1acd-49a2-a6f3-cba432fcde13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20553 2024.11.26 23:44:40.774258 [ 268 ] {7f35bc5b-1acd-49a2-a6f3-cba432fcde13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20554 2024.11.26 23:44:40.774970 [ 268 ] {7f35bc5b-1acd-49a2-a6f3-cba432fcde13} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20555 2024.11.26 23:44:40.775018 [ 268 ] {7f35bc5b-1acd-49a2-a6f3-cba432fcde13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20556 2024.11.26 23:44:40.775478 [ 268 ] {7f35bc5b-1acd-49a2-a6f3-cba432fcde13} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
20557 2024.11.26 23:44:40.775739 [ 268 ] {7f35bc5b-1acd-49a2-a6f3-cba432fcde13} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20558 2024.11.26 23:44:40.775973 [ 268 ] {7f35bc5b-1acd-49a2-a6f3-cba432fcde13} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001791 sec., 132886.65549972083 rows/sec., 8.91 MiB/sec.
20559 2024.11.26 23:44:40.776044 [ 268 ] {7f35bc5b-1acd-49a2-a6f3-cba432fcde13} <Debug> TCPHandler: Processed in 0.002016529 sec.
20560 2024.11.26 23:44:40.776058 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
20561 2024.11.26 23:44:40.776121 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
20562 2024.11.26 23:44:40.776195 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20563 2024.11.26 23:44:40.776323 [ 270 ] {a3219dbd-3c07-4365-b785-c1fb16d64a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
20564 2024.11.26 23:44:40.776388 [ 270 ] {a3219dbd-3c07-4365-b785-c1fb16d64a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
20565 2024.11.26 23:44:40.777256 [ 270 ] {a3219dbd-3c07-4365-b785-c1fb16d64a75} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20566 2024.11.26 23:44:40.777301 [ 270 ] {a3219dbd-3c07-4365-b785-c1fb16d64a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20567 2024.11.26 23:44:40.777737 [ 270 ] {a3219dbd-3c07-4365-b785-c1fb16d64a75} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
20568 2024.11.26 23:44:40.778057 [ 270 ] {a3219dbd-3c07-4365-b785-c1fb16d64a75} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20569 2024.11.26 23:44:40.778317 [ 270 ] {a3219dbd-3c07-4365-b785-c1fb16d64a75} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002023 sec., 494.31537320810673 rows/sec., 33.31 KiB/sec.
20570 2024.11.26 23:44:40.778394 [ 270 ] {a3219dbd-3c07-4365-b785-c1fb16d64a75} <Debug> TCPHandler: Processed in 0.002260811 sec.
20571 2024.11.26 23:44:40.778591 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20572 2024.11.26 23:44:40.778775 [ 268 ] {58eb0f01-6440-40d5-bfb3-ad5b7a096c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20573 2024.11.26 23:44:40.778870 [ 268 ] {58eb0f01-6440-40d5-bfb3-ad5b7a096c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20574 2024.11.26 23:44:40.778890 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): 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]
20575 2024.11.26 23:44:40.780274 [ 268 ] {58eb0f01-6440-40d5-bfb3-ad5b7a096c97} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20576 2024.11.26 23:44:40.780319 [ 268 ] {58eb0f01-6440-40d5-bfb3-ad5b7a096c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20577 2024.11.26 23:44:40.780703 [ 268 ] {58eb0f01-6440-40d5-bfb3-ad5b7a096c97} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
20578 2024.11.26 23:44:40.780948 [ 268 ] {58eb0f01-6440-40d5-bfb3-ad5b7a096c97} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20579 2024.11.26 23:44:40.781160 [ 268 ] {58eb0f01-6440-40d5-bfb3-ad5b7a096c97} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00243 sec., 33744.85596707819 rows/sec., 2.14 MiB/sec.
20580 2024.11.26 23:44:40.781215 [ 268 ] {58eb0f01-6440-40d5-bfb3-ad5b7a096c97} <Debug> TCPHandler: Processed in 0.002726436 sec.
20581 2024.11.26 23:44:42.218815 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46299
20582 2024.11.26 23:44:42.219559 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20583 2024.11.26 23:44:42.219602 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20584 2024.11.26 23:44:42.220137 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
20585 2024.11.26 23:44:42.220392 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20586 2024.11.26 23:44:42.220609 [ 94 ] {} <Debug> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
20587 2024.11.26 23:44:42.220630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299
20588 2024.11.26 23:44:42.220700 [ 94 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20589 2024.11.26 23:44:42.220730 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20590 2024.11.26 23:44:42.220846 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
20591 2024.11.26 23:44:42.220980 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20592 2024.11.26 23:44:42.221022 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::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
20593 2024.11.26 23:44:42.221103 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part
20594 2024.11.26 23:44:42.221305 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part
20595 2024.11.26 23:44:42.221577 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part
20596 2024.11.26 23:44:42.221768 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 427 rows starting from the beginning of the part
20597 2024.11.26 23:44:42.221978 [ 194 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 488 rows starting from the beginning of the part
20598 2024.11.26 23:44:42.225355 [ 195 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.004562273 sec., 10148230.936640574 rows/sec., 145.17 MiB/sec.
20599 2024.11.26 23:44:42.226008 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
20600 2024.11.26 23:44:42.226506 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_101_20} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20601 2024.11.26 23:44:42.226596 [ 193 ] {b5a7d648-c51b-4952-9e03-a7a79091139c::all_1_101_20} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
20602 2024.11.26 23:44:42.226714 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB.
20603 2024.11.26 23:44:45.029797 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2874
20604 2024.11.26 23:44:45.033169 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20605 2024.11.26 23:44:45.033240 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20606 2024.11.26 23:44:45.034849 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
20607 2024.11.26 23:44:45.035168 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20608 2024.11.26 23:44:45.035386 [ 92 ] {} <Debug> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
20609 2024.11.26 23:44:45.035515 [ 92 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20610 2024.11.26 23:44:45.035585 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20611 2024.11.26 23:44:45.036022 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::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
20612 2024.11.26 23:44:45.038149 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2874
20613 2024.11.26 23:44:45.038447 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20614 2024.11.26 23:44:45.038637 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2694 rows starting from the beginning of the part
20615 2024.11.26 23:44:45.039285 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 28 rows starting from the beginning of the part
20616 2024.11.26 23:44:45.039884 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part
20617 2024.11.26 23:44:45.040501 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 50 rows starting from the beginning of the part
20618 2024.11.26 23:44:45.041111 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 28 rows starting from the beginning of the part
20619 2024.11.26 23:44:45.041879 [ 188 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 34 rows starting from the beginning of the part
20620 2024.11.26 23:44:45.052271 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2874 rows, containing 72 columns (72 merged, 0 gathered) in 0.016499994 sec., 174181.8815206842 rows/sec., 129.29 MiB/sec.
20621 2024.11.26 23:44:45.054979 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
20622 2024.11.26 23:44:45.055823 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20623 2024.11.26 23:44:45.055921 [ 191 ] {a57ad0c3-5d51-4cac-a905-d94f70819e9b::all_1_76_15} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
20624 2024.11.26 23:44:45.056308 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB.
20625 2024.11.26 23:44:45.603880 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762
20626 2024.11.26 23:44:45.629534 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20627 2024.11.26 23:44:45.629582 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20628 2024.11.26 23:44:45.637626 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
20629 2024.11.26 23:44:45.638496 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20630 2024.11.26 23:44:45.639000 [ 92 ] {} <Debug> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
20631 2024.11.26 23:44:45.639179 [ 92 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20632 2024.11.26 23:44:45.639279 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20633 2024.11.26 23:44:45.639770 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
20634 2024.11.26 23:44:45.650962 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762
20635 2024.11.26 23:44:45.652340 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20636 2024.11.26 23:44:45.653306 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
20637 2024.11.26 23:44:45.658008 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 7 rows starting from the beginning of the part
20638 2024.11.26 23:44:45.662819 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 8 rows starting from the beginning of the part
20639 2024.11.26 23:44:45.668160 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
20640 2024.11.26 23:44:45.673920 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
20641 2024.11.26 23:44:45.679841 [ 187 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::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
20642 2024.11.26 23:44:45.739688 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20643 2024.11.26 23:44:45.740256 [ 268 ] {91649b83-c4ad-4786-b75d-e255e2706bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20644 2024.11.26 23:44:45.740459 [ 268 ] {91649b83-c4ad-4786-b75d-e255e2706bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20645 2024.11.26 23:44:45.741911 [ 268 ] {91649b83-c4ad-4786-b75d-e255e2706bba} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20646 2024.11.26 23:44:45.741967 [ 268 ] {91649b83-c4ad-4786-b75d-e255e2706bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20647 2024.11.26 23:44:45.742609 [ 268 ] {91649b83-c4ad-4786-b75d-e255e2706bba} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
20648 2024.11.26 23:44:45.743457 [ 268 ] {91649b83-c4ad-4786-b75d-e255e2706bba} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20649 2024.11.26 23:44:45.744264 [ 268 ] {91649b83-c4ad-4786-b75d-e255e2706bba} <Debug> executeQuery: Read 180 rows, 16.14 KiB in 0.004141 sec., 43467.76141028737 rows/sec., 3.81 MiB/sec.
20650 2024.11.26 23:44:45.744642 [ 268 ] {91649b83-c4ad-4786-b75d-e255e2706bba} <Debug> TCPHandler: Processed in 0.005316949 sec.
20651 2024.11.26 23:44:45.745054 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20652 2024.11.26 23:44:45.745472 [ 270 ] {aaac7b7d-0462-4a71-9325-08b86018a319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
20653 2024.11.26 23:44:45.745650 [ 270 ] {aaac7b7d-0462-4a71-9325-08b86018a319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20654 2024.11.26 23:44:45.749578 [ 270 ] {aaac7b7d-0462-4a71-9325-08b86018a319} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20655 2024.11.26 23:44:45.749683 [ 270 ] {aaac7b7d-0462-4a71-9325-08b86018a319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20656 2024.11.26 23:44:45.751438 [ 270 ] {aaac7b7d-0462-4a71-9325-08b86018a319} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
20657 2024.11.26 23:44:45.752330 [ 270 ] {aaac7b7d-0462-4a71-9325-08b86018a319} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20658 2024.11.26 23:44:45.753242 [ 270 ] {aaac7b7d-0462-4a71-9325-08b86018a319} <Debug> executeQuery: Read 62 rows, 4.66 KiB in 0.007879 sec., 7869.018911029318 rows/sec., 591.71 KiB/sec.
20659 2024.11.26 23:44:45.753753 [ 270 ] {aaac7b7d-0462-4a71-9325-08b86018a319} <Debug> TCPHandler: Processed in 0.008951773 sec.
20660 2024.11.26 23:44:45.754139 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20661 2024.11.26 23:44:45.754647 [ 268 ] {6ef8df17-8de5-4e78-a3f2-2831b47008af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20662 2024.11.26 23:44:45.754929 [ 268 ] {6ef8df17-8de5-4e78-a3f2-2831b47008af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20663 2024.11.26 23:44:45.758660 [ 268 ] {6ef8df17-8de5-4e78-a3f2-2831b47008af} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20664 2024.11.26 23:44:45.758755 [ 268 ] {6ef8df17-8de5-4e78-a3f2-2831b47008af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20665 2024.11.26 23:44:45.760264 [ 268 ] {6ef8df17-8de5-4e78-a3f2-2831b47008af} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
20666 2024.11.26 23:44:45.760986 [ 268 ] {6ef8df17-8de5-4e78-a3f2-2831b47008af} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20667 2024.11.26 23:44:45.761725 [ 268 ] {6ef8df17-8de5-4e78-a3f2-2831b47008af} <Debug> executeQuery: Read 126 rows, 10.08 KiB in 0.007194 sec., 17514.59549624687 rows/sec., 1.37 MiB/sec.
20668 2024.11.26 23:44:45.762012 [ 268 ] {6ef8df17-8de5-4e78-a3f2-2831b47008af} <Debug> TCPHandler: Processed in 0.008087786 sec.
20669 2024.11.26 23:44:45.762381 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20670 2024.11.26 23:44:45.762728 [ 270 ] {0954e374-b2b3-498b-9b26-55cfc104948a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20671 2024.11.26 23:44:45.762952 [ 270 ] {0954e374-b2b3-498b-9b26-55cfc104948a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20672 2024.11.26 23:44:45.766361 [ 270 ] {0954e374-b2b3-498b-9b26-55cfc104948a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20673 2024.11.26 23:44:45.766450 [ 270 ] {0954e374-b2b3-498b-9b26-55cfc104948a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20674 2024.11.26 23:44:45.766985 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.12753172 sec., 5974.984105914984 rows/sec., 30.90 MiB/sec.
20675 2024.11.26 23:44:45.767720 [ 270 ] {0954e374-b2b3-498b-9b26-55cfc104948a} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
20676 2024.11.26 23:44:45.768264 [ 270 ] {0954e374-b2b3-498b-9b26-55cfc104948a} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20677 2024.11.26 23:44:45.768504 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 5 parts from all_1_169_35 to all_173_173_0
20678 2024.11.26 23:44:45.768618 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20679 2024.11.26 23:44:45.768677 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20680 2024.11.26 23:44:45.768686 [ 270 ] {0954e374-b2b3-498b-9b26-55cfc104948a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006065 sec., 26380.873866446826 rows/sec., 1.84 MiB/sec.
20681 2024.11.26 23:44:45.769153 [ 270 ] {0954e374-b2b3-498b-9b26-55cfc104948a} <Debug> TCPHandler: Processed in 0.006972255 sec.
20682 2024.11.26 23:44:45.769258 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_169_35 to all_173_173_0 into Compact with storage Full
20683 2024.11.26 23:44:45.769707 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20684 2024.11.26 23:44:45.769969 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20685 2024.11.26 23:44:45.770136 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_169_35, total 50437 rows starting from the beginning of the part
20686 2024.11.26 23:44:45.770415 [ 268 ] {642fcbc6-83df-45dd-800a-d0c6be5dffee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
20687 2024.11.26 23:44:45.770649 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 96 rows starting from the beginning of the part
20688 2024.11.26 23:44:45.771115 [ 268 ] {642fcbc6-83df-45dd-800a-d0c6be5dffee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
20689 2024.11.26 23:44:45.771159 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 237 rows starting from the beginning of the part
20690 2024.11.26 23:44:45.771627 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 160 rows starting from the beginning of the part
20691 2024.11.26 23:44:45.772182 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 238 rows starting from the beginning of the part
20692 2024.11.26 23:44:45.778965 [ 268 ] {642fcbc6-83df-45dd-800a-d0c6be5dffee} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20693 2024.11.26 23:44:45.779032 [ 268 ] {642fcbc6-83df-45dd-800a-d0c6be5dffee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20694 2024.11.26 23:44:45.781490 [ 268 ] {642fcbc6-83df-45dd-800a-d0c6be5dffee} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
20695 2024.11.26 23:44:45.782139 [ 268 ] {642fcbc6-83df-45dd-800a-d0c6be5dffee} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20696 2024.11.26 23:44:45.783046 [ 268 ] {642fcbc6-83df-45dd-800a-d0c6be5dffee} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.012857 sec., 4822.275803064478 rows/sec., 8.64 MiB/sec.
20697 2024.11.26 23:44:45.784358 [ 268 ] {642fcbc6-83df-45dd-800a-d0c6be5dffee} <Debug> TCPHandler: Processed in 0.01501784 sec.
20698 2024.11.26 23:44:45.784565 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20699 2024.11.26 23:44:45.784578 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
20700 2024.11.26 23:44:45.784977 [ 270 ] {81b91b0a-a51c-4240-9054-68839f4508a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20701 2024.11.26 23:44:45.785230 [ 270 ] {81b91b0a-a51c-4240-9054-68839f4508a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20702 2024.11.26 23:44:45.788064 [ 270 ] {81b91b0a-a51c-4240-9054-68839f4508a1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20703 2024.11.26 23:44:45.788160 [ 270 ] {81b91b0a-a51c-4240-9054-68839f4508a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20704 2024.11.26 23:44:45.790042 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51168 rows, containing 5 columns (5 merged, 0 gathered) in 0.021229478 sec., 2410233.5441314196 rows/sec., 162.76 MiB/sec.
20705 2024.11.26 23:44:45.790071 [ 270 ] {81b91b0a-a51c-4240-9054-68839f4508a1} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
20706 2024.11.26 23:44:45.790697 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Trace> MergedBlockOutputStream: filled checksums all_1_173_36 (state Temporary)
20707 2024.11.26 23:44:45.791073 [ 270 ] {81b91b0a-a51c-4240-9054-68839f4508a1} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20708 2024.11.26 23:44:45.791922 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_173_36 to all_1_173_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20709 2024.11.26 23:44:45.791973 [ 270 ] {81b91b0a-a51c-4240-9054-68839f4508a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007194 sec., 8340.283569641368 rows/sec., 575.57 KiB/sec.
20710 2024.11.26 23:44:45.792269 [ 192 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_173_36} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 5 parts: [all_1_169_35, all_173_173_0] -> all_1_173_36
20711 2024.11.26 23:44:45.792319 [ 270 ] {81b91b0a-a51c-4240-9054-68839f4508a1} <Debug> TCPHandler: Processed in 0.007842023 sec.
20712 2024.11.26 23:44:45.792571 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB.
20713 2024.11.26 23:44:45.794766 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_101_20} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20714 2024.11.26 23:44:45.794891 [ 186 ] {dfaf990b-e911-45be-b8bf-217cf73f9305::all_1_101_20} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
20715 2024.11.26 23:44:45.797704 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
20716 2024.11.26 23:44:46.000213 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.79 MiB, peak 294.35 MiB, free memory in arenas 0.00 B, will set to 275.12 MiB (RSS), difference: -1.67 MiB
20717 2024.11.26 23:44:49.463422 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
20718 2024.11.26 23:44:49.463498 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
20719 2024.11.26 23:44:49.720927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46726
20720 2024.11.26 23:44:49.721569 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20721 2024.11.26 23:44:49.721614 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20722 2024.11.26 23:44:49.722153 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
20723 2024.11.26 23:44:49.722421 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20724 2024.11.26 23:44:49.722723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726
20725 2024.11.26 23:44:50.740220 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20726 2024.11.26 23:44:50.740480 [ 268 ] {92763de7-b17d-486a-8393-90badfa5c6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
20727 2024.11.26 23:44:50.740534 [ 219 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
20728 2024.11.26 23:44:50.740587 [ 268 ] {92763de7-b17d-486a-8393-90badfa5c6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
20729 2024.11.26 23:44:50.740601 [ 219 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
20730 2024.11.26 23:44:50.742007 [ 268 ] {92763de7-b17d-486a-8393-90badfa5c6b5} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20731 2024.11.26 23:44:50.742096 [ 268 ] {92763de7-b17d-486a-8393-90badfa5c6b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20732 2024.11.26 23:44:50.742848 [ 268 ] {92763de7-b17d-486a-8393-90badfa5c6b5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
20733 2024.11.26 23:44:50.743311 [ 268 ] {92763de7-b17d-486a-8393-90badfa5c6b5} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20734 2024.11.26 23:44:50.743917 [ 268 ] {92763de7-b17d-486a-8393-90badfa5c6b5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003514 sec., 3984.06374501992 rows/sec., 286.80 KiB/sec.
20735 2024.11.26 23:44:50.744176 [ 268 ] {92763de7-b17d-486a-8393-90badfa5c6b5} <Debug> TCPHandler: Processed in 0.004090548 sec.
20736 2024.11.26 23:44:50.744515 [ 219 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): 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]
20737 2024.11.26 23:44:50.744528 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20738 2024.11.26 23:44:50.744895 [ 270 ] {b1fdb096-1f63-4400-847d-fdb44a5fd66c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20739 2024.11.26 23:44:50.745054 [ 270 ] {b1fdb096-1f63-4400-847d-fdb44a5fd66c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20740 2024.11.26 23:44:50.745962 [ 270 ] {b1fdb096-1f63-4400-847d-fdb44a5fd66c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20741 2024.11.26 23:44:50.746005 [ 270 ] {b1fdb096-1f63-4400-847d-fdb44a5fd66c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20742 2024.11.26 23:44:50.746442 [ 270 ] {b1fdb096-1f63-4400-847d-fdb44a5fd66c} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
20743 2024.11.26 23:44:50.746696 [ 270 ] {b1fdb096-1f63-4400-847d-fdb44a5fd66c} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20744 2024.11.26 23:44:50.746896 [ 270 ] {b1fdb096-1f63-4400-847d-fdb44a5fd66c} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002112 sec., 96117.42424242424 rows/sec., 8.32 MiB/sec.
20745 2024.11.26 23:44:50.746957 [ 270 ] {b1fdb096-1f63-4400-847d-fdb44a5fd66c} <Debug> TCPHandler: Processed in 0.002627764 sec.
20746 2024.11.26 23:44:50.747129 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20747 2024.11.26 23:44:50.747267 [ 268 ] {f4f38bb4-2ed9-4e3b-a37c-ddbb4f7c9806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
20748 2024.11.26 23:44:50.747326 [ 268 ] {f4f38bb4-2ed9-4e3b-a37c-ddbb4f7c9806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20749 2024.11.26 23:44:50.747961 [ 268 ] {f4f38bb4-2ed9-4e3b-a37c-ddbb4f7c9806} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20750 2024.11.26 23:44:50.748004 [ 268 ] {f4f38bb4-2ed9-4e3b-a37c-ddbb4f7c9806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20751 2024.11.26 23:44:50.748401 [ 268 ] {f4f38bb4-2ed9-4e3b-a37c-ddbb4f7c9806} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
20752 2024.11.26 23:44:50.748650 [ 268 ] {f4f38bb4-2ed9-4e3b-a37c-ddbb4f7c9806} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20753 2024.11.26 23:44:50.748883 [ 268 ] {f4f38bb4-2ed9-4e3b-a37c-ddbb4f7c9806} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001646 sec., 4252.73390036452 rows/sec., 277.07 KiB/sec.
20754 2024.11.26 23:44:50.748950 [ 268 ] {f4f38bb4-2ed9-4e3b-a37c-ddbb4f7c9806} <Debug> TCPHandler: Processed in 0.001880498 sec.
20755 2024.11.26 23:44:50.749171 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20756 2024.11.26 23:44:50.749350 [ 270 ] {f3aa1097-3ded-4332-b6e5-75e6ece03141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
20757 2024.11.26 23:44:50.749409 [ 270 ] {f3aa1097-3ded-4332-b6e5-75e6ece03141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
20758 2024.11.26 23:44:50.750044 [ 270 ] {f3aa1097-3ded-4332-b6e5-75e6ece03141} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20759 2024.11.26 23:44:50.750083 [ 270 ] {f3aa1097-3ded-4332-b6e5-75e6ece03141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20760 2024.11.26 23:44:50.750462 [ 270 ] {f3aa1097-3ded-4332-b6e5-75e6ece03141} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
20761 2024.11.26 23:44:50.750703 [ 270 ] {f3aa1097-3ded-4332-b6e5-75e6ece03141} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20762 2024.11.26 23:44:50.750900 [ 270 ] {f3aa1097-3ded-4332-b6e5-75e6ece03141} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001584 sec., 8838.38383838384 rows/sec., 618.98 KiB/sec.
20763 2024.11.26 23:44:50.750989 [ 270 ] {f3aa1097-3ded-4332-b6e5-75e6ece03141} <Debug> TCPHandler: Processed in 0.001941248 sec.
20764 2024.11.26 23:44:50.751237 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20765 2024.11.26 23:44:50.751406 [ 268 ] {be0b623c-3215-41a0-8352-6cb9663a29f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
20766 2024.11.26 23:44:50.751467 [ 268 ] {be0b623c-3215-41a0-8352-6cb9663a29f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
20767 2024.11.26 23:44:50.752099 [ 268 ] {be0b623c-3215-41a0-8352-6cb9663a29f1} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20768 2024.11.26 23:44:50.752140 [ 268 ] {be0b623c-3215-41a0-8352-6cb9663a29f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20769 2024.11.26 23:44:50.752513 [ 268 ] {be0b623c-3215-41a0-8352-6cb9663a29f1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
20770 2024.11.26 23:44:50.752757 [ 268 ] {be0b623c-3215-41a0-8352-6cb9663a29f1} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20771 2024.11.26 23:44:50.752983 [ 268 ] {be0b623c-3215-41a0-8352-6cb9663a29f1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00161 sec., 8074.534161490683 rows/sec., 503.45 KiB/sec.
20772 2024.11.26 23:44:50.753040 [ 268 ] {be0b623c-3215-41a0-8352-6cb9663a29f1} <Debug> TCPHandler: Processed in 0.001955018 sec.
20773 2024.11.26 23:44:50.753244 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20774 2024.11.26 23:44:50.753469 [ 270 ] {e7b9c77b-24ab-4c7d-8360-2f3be507da34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20775 2024.11.26 23:44:50.753561 [ 270 ] {e7b9c77b-24ab-4c7d-8360-2f3be507da34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20776 2024.11.26 23:44:50.754335 [ 270 ] {e7b9c77b-24ab-4c7d-8360-2f3be507da34} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20777 2024.11.26 23:44:50.754373 [ 270 ] {e7b9c77b-24ab-4c7d-8360-2f3be507da34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20778 2024.11.26 23:44:50.754766 [ 270 ] {e7b9c77b-24ab-4c7d-8360-2f3be507da34} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
20779 2024.11.26 23:44:50.755010 [ 270 ] {e7b9c77b-24ab-4c7d-8360-2f3be507da34} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20780 2024.11.26 23:44:50.755196 [ 270 ] {e7b9c77b-24ab-4c7d-8360-2f3be507da34} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001784 sec., 214125.56053811658 rows/sec., 15.15 MiB/sec.
20781 2024.11.26 23:44:50.755250 [ 270 ] {e7b9c77b-24ab-4c7d-8360-2f3be507da34} <Debug> TCPHandler: Processed in 0.00211643 sec.
20782 2024.11.26 23:44:50.755394 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20783 2024.11.26 23:44:50.755518 [ 268 ] {eec353fa-3957-4956-8e5a-efbd96a049dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
20784 2024.11.26 23:44:50.755572 [ 268 ] {eec353fa-3957-4956-8e5a-efbd96a049dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
20785 2024.11.26 23:44:50.756085 [ 268 ] {eec353fa-3957-4956-8e5a-efbd96a049dd} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20786 2024.11.26 23:44:50.756125 [ 268 ] {eec353fa-3957-4956-8e5a-efbd96a049dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20787 2024.11.26 23:44:50.756498 [ 268 ] {eec353fa-3957-4956-8e5a-efbd96a049dd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
20788 2024.11.26 23:44:50.756738 [ 268 ] {eec353fa-3957-4956-8e5a-efbd96a049dd} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20789 2024.11.26 23:44:50.756961 [ 268 ] {eec353fa-3957-4956-8e5a-efbd96a049dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec.
20790 2024.11.26 23:44:50.757014 [ 268 ] {eec353fa-3957-4956-8e5a-efbd96a049dd} <Debug> TCPHandler: Processed in 0.001676646 sec.
20791 2024.11.26 23:44:50.757158 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20792 2024.11.26 23:44:50.757277 [ 270 ] {4a4809a2-94ca-4fff-aa0d-d3edf6f7c73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20793 2024.11.26 23:44:50.757333 [ 270 ] {4a4809a2-94ca-4fff-aa0d-d3edf6f7c73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20794 2024.11.26 23:44:50.757919 [ 270 ] {4a4809a2-94ca-4fff-aa0d-d3edf6f7c73d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20795 2024.11.26 23:44:50.757957 [ 270 ] {4a4809a2-94ca-4fff-aa0d-d3edf6f7c73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20796 2024.11.26 23:44:50.758367 [ 270 ] {4a4809a2-94ca-4fff-aa0d-d3edf6f7c73d} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
20797 2024.11.26 23:44:50.758605 [ 270 ] {4a4809a2-94ca-4fff-aa0d-d3edf6f7c73d} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20798 2024.11.26 23:44:50.758800 [ 270 ] {4a4809a2-94ca-4fff-aa0d-d3edf6f7c73d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001544 sec., 153497.40932642488 rows/sec., 10.29 MiB/sec.
20799 2024.11.26 23:44:50.758886 [ 270 ] {4a4809a2-94ca-4fff-aa0d-d3edf6f7c73d} <Debug> TCPHandler: Processed in 0.001779947 sec.
20800 2024.11.26 23:44:50.759057 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20801 2024.11.26 23:44:50.759385 [ 268 ] {12b817fa-4468-4d8b-aa94-9e0afad2c68a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
20802 2024.11.26 23:44:50.759536 [ 268 ] {12b817fa-4468-4d8b-aa94-9e0afad2c68a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
20803 2024.11.26 23:44:50.760397 [ 268 ] {12b817fa-4468-4d8b-aa94-9e0afad2c68a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20804 2024.11.26 23:44:50.760437 [ 268 ] {12b817fa-4468-4d8b-aa94-9e0afad2c68a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20805 2024.11.26 23:44:50.760825 [ 268 ] {12b817fa-4468-4d8b-aa94-9e0afad2c68a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
20806 2024.11.26 23:44:50.761075 [ 268 ] {12b817fa-4468-4d8b-aa94-9e0afad2c68a} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20807 2024.11.26 23:44:50.761274 [ 84 ] {} <Debug> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0
20808 2024.11.26 23:44:50.761328 [ 268 ] {12b817fa-4468-4d8b-aa94-9e0afad2c68a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002066 sec., 484.027105517909 rows/sec., 32.62 KiB/sec.
20809 2024.11.26 23:44:50.761359 [ 84 ] {} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20810 2024.11.26 23:44:50.761453 [ 268 ] {12b817fa-4468-4d8b-aa94-9e0afad2c68a} <Debug> TCPHandler: Processed in 0.002473733 sec.
20811 2024.11.26 23:44:50.761453 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20812 2024.11.26 23:44:50.761705 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::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
20813 2024.11.26 23:44:50.761717 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20814 2024.11.26 23:44:50.762004 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20815 2024.11.26 23:44:50.762014 [ 270 ] {3e59494d-9776-4580-90ea-00950ece5609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20816 2024.11.26 23:44:50.762076 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 70 rows starting from the beginning of the part
20817 2024.11.26 23:44:50.762133 [ 270 ] {3e59494d-9776-4580-90ea-00950ece5609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20818 2024.11.26 23:44:50.762402 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part
20819 2024.11.26 23:44:50.762765 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part
20820 2024.11.26 23:44:50.763132 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part
20821 2024.11.26 23:44:50.763485 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1 rows starting from the beginning of the part
20822 2024.11.26 23:44:50.763787 [ 199 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1 rows starting from the beginning of the part
20823 2024.11.26 23:44:50.764805 [ 270 ] {3e59494d-9776-4580-90ea-00950ece5609} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20824 2024.11.26 23:44:50.764886 [ 270 ] {3e59494d-9776-4580-90ea-00950ece5609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20825 2024.11.26 23:44:50.766094 [ 270 ] {3e59494d-9776-4580-90ea-00950ece5609} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
20826 2024.11.26 23:44:50.766651 [ 189 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 4 columns (4 merged, 0 gathered) in 0.005023797 sec., 14928.947168844601 rows/sec., 1005.18 KiB/sec.
20827 2024.11.26 23:44:50.766663 [ 270 ] {3e59494d-9776-4580-90ea-00950ece5609} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20828 2024.11.26 23:44:50.766883 [ 189 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary)
20829 2024.11.26 23:44:50.767121 [ 270 ] {3e59494d-9776-4580-90ea-00950ece5609} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005196 sec., 15781.370284834487 rows/sec., 1.00 MiB/sec.
20830 2024.11.26 23:44:50.767298 [ 270 ] {3e59494d-9776-4580-90ea-00950ece5609} <Debug> TCPHandler: Processed in 0.005709314 sec.
20831 2024.11.26 23:44:50.767692 [ 189 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20832 2024.11.26 23:44:50.767848 [ 189 ] {cc6a962d-0d7b-4b8f-847c-de83ee07ce5e::all_1_75_15} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15
20833 2024.11.26 23:44:50.767942 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
20834 2024.11.26 23:44:53.151161 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769
20835 2024.11.26 23:44:53.157803 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20836 2024.11.26 23:44:53.158169 [ 268 ] {b2e52049-9851-4737-b00b-6ce6f07dbcbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
20837 2024.11.26 23:44:53.158329 [ 268 ] {b2e52049-9851-4737-b00b-6ce6f07dbcbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
20838 2024.11.26 23:44:53.160995 [ 268 ] {b2e52049-9851-4737-b00b-6ce6f07dbcbe} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20839 2024.11.26 23:44:53.161104 [ 268 ] {b2e52049-9851-4737-b00b-6ce6f07dbcbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20840 2024.11.26 23:44:53.162454 [ 268 ] {b2e52049-9851-4737-b00b-6ce6f07dbcbe} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
20841 2024.11.26 23:44:53.163206 [ 268 ] {b2e52049-9851-4737-b00b-6ce6f07dbcbe} <Trace> oximeter.fields_ipaddr (0bace3c2-6593-4053-8ce7-42d93ec2fd83): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20842 2024.11.26 23:44:53.163901 [ 268 ] {b2e52049-9851-4737-b00b-6ce6f07dbcbe} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005841 sec., 342.407122068139 rows/sec., 27.92 KiB/sec.
20843 2024.11.26 23:44:53.164126 [ 268 ] {b2e52049-9851-4737-b00b-6ce6f07dbcbe} <Debug> TCPHandler: Processed in 0.006550191 sec.
20844 2024.11.26 23:44:53.164574 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20845 2024.11.26 23:44:53.165121 [ 270 ] {186669b8-db81-4a15-bad9-b5745c1973d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
20846 2024.11.26 23:44:53.165327 [ 270 ] {186669b8-db81-4a15-bad9-b5745c1973d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
20847 2024.11.26 23:44:53.170421 [ 270 ] {186669b8-db81-4a15-bad9-b5745c1973d2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20848 2024.11.26 23:44:53.170510 [ 270 ] {186669b8-db81-4a15-bad9-b5745c1973d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20849 2024.11.26 23:44:53.171771 [ 270 ] {186669b8-db81-4a15-bad9-b5745c1973d2} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
20850 2024.11.26 23:44:53.172369 [ 270 ] {186669b8-db81-4a15-bad9-b5745c1973d2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20851 2024.11.26 23:44:53.172717 [ 83 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
20852 2024.11.26 23:44:53.172844 [ 83 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20853 2024.11.26 23:44:53.172924 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20854 2024.11.26 23:44:53.173050 [ 270 ] {186669b8-db81-4a15-bad9-b5745c1973d2} <Debug> executeQuery: Read 1321 rows, 112.78 KiB in 0.00808 sec., 163490.099009901 rows/sec., 13.63 MiB/sec.
20855 2024.11.26 23:44:53.173428 [ 270 ] {186669b8-db81-4a15-bad9-b5745c1973d2} <Debug> TCPHandler: Processed in 0.009113485 sec.
20856 2024.11.26 23:44:53.173473 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::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
20857 2024.11.26 23:44:53.173751 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20858 2024.11.26 23:44:53.174178 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20859 2024.11.26 23:44:53.174268 [ 268 ] {db7eaa69-21a6-4cc0-8b4c-cb0cd8cc2e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
20860 2024.11.26 23:44:53.174378 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1477 rows starting from the beginning of the part
20861 2024.11.26 23:44:53.174558 [ 268 ] {db7eaa69-21a6-4cc0-8b4c-cb0cd8cc2e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
20862 2024.11.26 23:44:53.175022 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 180 rows starting from the beginning of the part
20863 2024.11.26 23:44:53.175658 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 204 rows starting from the beginning of the part
20864 2024.11.26 23:44:53.176168 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 180 rows starting from the beginning of the part
20865 2024.11.26 23:44:53.177372 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 203 rows starting from the beginning of the part
20866 2024.11.26 23:44:53.178273 [ 189 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 1321 rows starting from the beginning of the part
20867 2024.11.26 23:44:53.181629 [ 268 ] {db7eaa69-21a6-4cc0-8b4c-cb0cd8cc2e0f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20868 2024.11.26 23:44:53.181752 [ 268 ] {db7eaa69-21a6-4cc0-8b4c-cb0cd8cc2e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
20869 2024.11.26 23:44:53.183637 [ 268 ] {db7eaa69-21a6-4cc0-8b4c-cb0cd8cc2e0f} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
20870 2024.11.26 23:44:53.185580 [ 268 ] {db7eaa69-21a6-4cc0-8b4c-cb0cd8cc2e0f} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20871 2024.11.26 23:44:53.186468 [ 268 ] {db7eaa69-21a6-4cc0-8b4c-cb0cd8cc2e0f} <Debug> executeQuery: Read 64 rows, 4.80 KiB in 0.012355 sec., 5180.089032780251 rows/sec., 388.65 KiB/sec.
20872 2024.11.26 23:44:53.186968 [ 268 ] {db7eaa69-21a6-4cc0-8b4c-cb0cd8cc2e0f} <Debug> TCPHandler: Processed in 0.013394065 sec.
20873 2024.11.26 23:44:53.187164 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3565 rows, containing 5 columns (5 merged, 0 gathered) in 0.014100381 sec., 252830.04764197505 rows/sec., 22.31 MiB/sec.
20874 2024.11.26 23:44:53.187300 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20875 2024.11.26 23:44:53.187720 [ 270 ] {80e5be86-29d8-400e-9fde-0be126304706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
20876 2024.11.26 23:44:53.187936 [ 270 ] {80e5be86-29d8-400e-9fde-0be126304706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
20877 2024.11.26 23:44:53.187995 [ 202 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
20878 2024.11.26 23:44:53.189847 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20879 2024.11.26 23:44:53.190336 [ 196 ] {ab2bcd31-95cc-46ac-bef0-5430317aebc9::all_1_176_35} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
20880 2024.11.26 23:44:53.190696 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
20881 2024.11.26 23:44:53.192044 [ 270 ] {80e5be86-29d8-400e-9fde-0be126304706} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20882 2024.11.26 23:44:53.192115 [ 270 ] {80e5be86-29d8-400e-9fde-0be126304706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20883 2024.11.26 23:44:53.193321 [ 270 ] {80e5be86-29d8-400e-9fde-0be126304706} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
20884 2024.11.26 23:44:53.193971 [ 270 ] {80e5be86-29d8-400e-9fde-0be126304706} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20885 2024.11.26 23:44:53.194305 [ 83 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
20886 2024.11.26 23:44:53.194430 [ 83 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20887 2024.11.26 23:44:53.194516 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20888 2024.11.26 23:44:53.194722 [ 270 ] {80e5be86-29d8-400e-9fde-0be126304706} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.007137 sec., 31946.19588062211 rows/sec., 2.16 MiB/sec.
20889 2024.11.26 23:44:53.194820 [ 223 ] {} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
20890 2024.11.26 23:44:53.194944 [ 223 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
20891 2024.11.26 23:44:53.195173 [ 270 ] {80e5be86-29d8-400e-9fde-0be126304706} <Debug> TCPHandler: Processed in 0.008023775 sec.
20892 2024.11.26 23:44:53.195287 [ 202 ] {06ccd013-a6b8-4906-8f56-d4c267639519::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
20893 2024.11.26 23:44:53.195581 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20894 2024.11.26 23:44:53.196058 [ 268 ] {535507b9-57a3-452a-979a-4ecdb81f4a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
20895 2024.11.26 23:44:53.196274 [ 268 ] {535507b9-57a3-452a-979a-4ecdb81f4a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
20896 2024.11.26 23:44:53.196320 [ 202 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20897 2024.11.26 23:44:53.196630 [ 202 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 243 rows starting from the beginning of the part
20898 2024.11.26 23:44:53.197297 [ 202 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 228 rows starting from the beginning of the part
20899 2024.11.26 23:44:53.197841 [ 202 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 14 rows starting from the beginning of the part
20900 2024.11.26 23:44:53.198185 [ 202 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 14 rows starting from the beginning of the part
20901 2024.11.26 23:44:53.198597 [ 202 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 14 rows starting from the beginning of the part
20902 2024.11.26 23:44:53.199080 [ 202 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 228 rows starting from the beginning of the part
20903 2024.11.26 23:44:53.201571 [ 268 ] {535507b9-57a3-452a-979a-4ecdb81f4a0b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20904 2024.11.26 23:44:53.201715 [ 268 ] {535507b9-57a3-452a-979a-4ecdb81f4a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
20905 2024.11.26 23:44:53.204082 [ 268 ] {535507b9-57a3-452a-979a-4ecdb81f4a0b} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
20906 2024.11.26 23:44:53.205370 [ 268 ] {535507b9-57a3-452a-979a-4ecdb81f4a0b} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20907 2024.11.26 23:44:53.205950 [ 83 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
20908 2024.11.26 23:44:53.206142 [ 223 ] {} <Debug> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): 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]
20909 2024.11.26 23:44:53.206156 [ 83 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20910 2024.11.26 23:44:53.206194 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.011502467 sec., 64420.96291169537 rows/sec., 4.61 MiB/sec.
20911 2024.11.26 23:44:53.206297 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20912 2024.11.26 23:44:53.206780 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
20913 2024.11.26 23:44:53.206830 [ 268 ] {535507b9-57a3-452a-979a-4ecdb81f4a0b} <Debug> executeQuery: Read 584 rows, 44.53 KiB in 0.010826 sec., 53944.20838721596 rows/sec., 4.02 MiB/sec.
20914 2024.11.26 23:44:53.207241 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::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
20915 2024.11.26 23:44:53.207294 [ 268 ] {535507b9-57a3-452a-979a-4ecdb81f4a0b} <Debug> TCPHandler: Processed in 0.011951051 sec.
20916 2024.11.26 23:44:53.207731 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20917 2024.11.26 23:44:53.208712 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20918 2024.11.26 23:44:53.208909 [ 270 ] {4e41f381-f353-4100-af20-180bc0e93232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
20919 2024.11.26 23:44:53.208989 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 939 rows starting from the beginning of the part
20920 2024.11.26 23:44:53.209413 [ 270 ] {4e41f381-f353-4100-af20-180bc0e93232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
20921 2024.11.26 23:44:53.210145 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 126 rows starting from the beginning of the part
20922 2024.11.26 23:44:53.211088 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 384 rows starting from the beginning of the part
20923 2024.11.26 23:44:53.212002 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 126 rows starting from the beginning of the part
20924 2024.11.26 23:44:53.212910 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 382 rows starting from the beginning of the part
20925 2024.11.26 23:44:53.213936 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20926 2024.11.26 23:44:53.214251 [ 200 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 584 rows starting from the beginning of the part
20927 2024.11.26 23:44:53.214597 [ 196 ] {06ccd013-a6b8-4906-8f56-d4c267639519::all_1_101_20} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
20928 2024.11.26 23:44:53.215197 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
20929 2024.11.26 23:44:53.217177 [ 270 ] {4e41f381-f353-4100-af20-180bc0e93232} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20930 2024.11.26 23:44:53.217294 [ 270 ] {4e41f381-f353-4100-af20-180bc0e93232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
20931 2024.11.26 23:44:53.222620 [ 193 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2541 rows, containing 5 columns (5 merged, 0 gathered) in 0.015823948 sec., 160579.39523057078 rows/sec., 12.36 MiB/sec.
20932 2024.11.26 23:44:53.222736 [ 270 ] {4e41f381-f353-4100-af20-180bc0e93232} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
20933 2024.11.26 23:44:53.222996 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
20934 2024.11.26 23:44:53.223799 [ 270 ] {4e41f381-f353-4100-af20-180bc0e93232} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20935 2024.11.26 23:44:53.224062 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20936 2024.11.26 23:44:53.224538 [ 196 ] {ad6e76ae-e06d-425d-b9d7-1ed3593e6527::all_1_176_35} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
20937 2024.11.26 23:44:53.224825 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
20938 2024.11.26 23:44:53.224876 [ 270 ] {4e41f381-f353-4100-af20-180bc0e93232} <Debug> executeQuery: Read 913 rows, 62.62 KiB in 0.016283 sec., 56070.74863354419 rows/sec., 3.76 MiB/sec.
20939 2024.11.26 23:44:53.225185 [ 270 ] {4e41f381-f353-4100-af20-180bc0e93232} <Debug> TCPHandler: Processed in 0.017704105 sec.
20940 2024.11.26 23:44:53.225597 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20941 2024.11.26 23:44:53.226167 [ 268 ] {ebd2ad56-5cb8-4ff0-8369-3086ccde303d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
20942 2024.11.26 23:44:53.227009 [ 268 ] {ebd2ad56-5cb8-4ff0-8369-3086ccde303d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
20943 2024.11.26 23:44:53.239282 [ 268 ] {ebd2ad56-5cb8-4ff0-8369-3086ccde303d} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20944 2024.11.26 23:44:53.239375 [ 268 ] {ebd2ad56-5cb8-4ff0-8369-3086ccde303d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20945 2024.11.26 23:44:53.242265 [ 268 ] {ebd2ad56-5cb8-4ff0-8369-3086ccde303d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
20946 2024.11.26 23:44:53.243096 [ 268 ] {ebd2ad56-5cb8-4ff0-8369-3086ccde303d} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20947 2024.11.26 23:44:53.243306 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
20948 2024.11.26 23:44:53.243408 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20949 2024.11.26 23:44:53.243504 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20950 2024.11.26 23:44:53.243818 [ 268 ] {ebd2ad56-5cb8-4ff0-8369-3086ccde303d} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.017808 sec., 3481.581311769991 rows/sec., 6.24 MiB/sec.
20951 2024.11.26 23:44:53.244671 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::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
20952 2024.11.26 23:44:53.244994 [ 268 ] {ebd2ad56-5cb8-4ff0-8369-3086ccde303d} <Debug> TCPHandler: Processed in 0.019679743 sec.
20953 2024.11.26 23:44:53.245279 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
20954 2024.11.26 23:44:53.245899 [ 270 ] {9d7544ce-4a89-4945-8ab8-867ec40db08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
20955 2024.11.26 23:44:53.246185 [ 270 ] {9d7544ce-4a89-4945-8ab8-867ec40db08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
20956 2024.11.26 23:44:53.247068 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20957 2024.11.26 23:44:53.247445 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2813 rows starting from the beginning of the part
20958 2024.11.26 23:44:53.248678 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 62 rows starting from the beginning of the part
20959 2024.11.26 23:44:53.249219 [ 270 ] {9d7544ce-4a89-4945-8ab8-867ec40db08b} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20960 2024.11.26 23:44:53.249354 [ 270 ] {9d7544ce-4a89-4945-8ab8-867ec40db08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
20961 2024.11.26 23:44:53.249934 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 62 rows starting from the beginning of the part
20962 2024.11.26 23:44:53.250998 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 62 rows starting from the beginning of the part
20963 2024.11.26 23:44:53.251213 [ 270 ] {9d7544ce-4a89-4945-8ab8-867ec40db08b} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
20964 2024.11.26 23:44:53.251746 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 62 rows starting from the beginning of the part
20965 2024.11.26 23:44:53.252063 [ 270 ] {9d7544ce-4a89-4945-8ab8-867ec40db08b} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20966 2024.11.26 23:44:53.252702 [ 83 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
20967 2024.11.26 23:44:53.252845 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 62 rows starting from the beginning of the part
20968 2024.11.26 23:44:53.252871 [ 83 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20969 2024.11.26 23:44:53.252935 [ 270 ] {9d7544ce-4a89-4945-8ab8-867ec40db08b} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.007254 sec., 3584.2293906810037 rows/sec., 245.69 KiB/sec.
20970 2024.11.26 23:44:53.252983 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
20971 2024.11.26 23:44:53.253298 [ 270 ] {9d7544ce-4a89-4945-8ab8-867ec40db08b} <Debug> TCPHandler: Processed in 0.008163456 sec.
20972 2024.11.26 23:44:53.253990 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::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
20973 2024.11.26 23:44:53.254479 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
20974 2024.11.26 23:44:53.254637 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 10344 rows starting from the beginning of the part
20975 2024.11.26 23:44:53.255249 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 60 rows starting from the beginning of the part
20976 2024.11.26 23:44:53.255857 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 82 rows starting from the beginning of the part
20977 2024.11.26 23:44:53.256383 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 60 rows starting from the beginning of the part
20978 2024.11.26 23:44:53.256991 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 82 rows starting from the beginning of the part
20979 2024.11.26 23:44:53.257491 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 26 rows starting from the beginning of the part
20980 2024.11.26 23:44:53.263441 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10654 rows, containing 4 columns (4 merged, 0 gathered) in 0.010128295 sec., 1051904.590061802 rows/sec., 68.56 MiB/sec.
20981 2024.11.26 23:44:53.263758 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
20982 2024.11.26 23:44:53.264777 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20983 2024.11.26 23:44:53.265099 [ 195 ] {d7383a6a-e761-41cd-b1a8-74ff3daf44ca::all_1_176_35} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
20984 2024.11.26 23:44:53.265373 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB.
20985 2024.11.26 23:44:53.275458 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20986 2024.11.26 23:44:53.275498 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
20987 2024.11.26 23:44:53.285527 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3123 rows, containing 19 columns (19 merged, 0 gathered) in 0.04181141 sec., 74692.53010123313 rows/sec., 133.85 MiB/sec.
20988 2024.11.26 23:44:53.287286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
20989 2024.11.26 23:44:53.288523 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
20990 2024.11.26 23:44:53.288547 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20991 2024.11.26 23:44:53.289680 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
20992 2024.11.26 23:44:53.289962 [ 194 ] {c552aa5c-3e39-486f-9447-c4e62397f951::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
20993 2024.11.26 23:44:53.290525 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.18 MiB.
20994 2024.11.26 23:44:53.295279 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769
20995 2024.11.26 23:44:54.000232 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.36 MiB, peak 298.49 MiB, free memory in arenas 0.00 B, will set to 278.03 MiB (RSS), difference: 1.66 MiB
20996 2024.11.26 23:44:55.038549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2922
20997 2024.11.26 23:44:55.042221 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
20998 2024.11.26 23:44:55.042287 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
20999 2024.11.26 23:44:55.043913 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
21000 2024.11.26 23:44:55.044251 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21001 2024.11.26 23:44:55.045335 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2922
21002 2024.11.26 23:44:55.732894 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21003 2024.11.26 23:44:55.733209 [ 268 ] {477b93c0-fbff-49d9-a9cc-f03aab32da87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
21004 2024.11.26 23:44:55.733332 [ 268 ] {477b93c0-fbff-49d9-a9cc-f03aab32da87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
21005 2024.11.26 23:44:55.734446 [ 268 ] {477b93c0-fbff-49d9-a9cc-f03aab32da87} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21006 2024.11.26 23:44:55.734497 [ 268 ] {477b93c0-fbff-49d9-a9cc-f03aab32da87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
21007 2024.11.26 23:44:55.734946 [ 268 ] {477b93c0-fbff-49d9-a9cc-f03aab32da87} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
21008 2024.11.26 23:44:55.735200 [ 268 ] {477b93c0-fbff-49d9-a9cc-f03aab32da87} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21009 2024.11.26 23:44:55.735439 [ 268 ] {477b93c0-fbff-49d9-a9cc-f03aab32da87} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002321 sec., 24127.531236535975 rows/sec., 1.85 MiB/sec.
21010 2024.11.26 23:44:55.735508 [ 268 ] {477b93c0-fbff-49d9-a9cc-f03aab32da87} <Debug> TCPHandler: Processed in 0.002806627 sec.
21011 2024.11.26 23:44:55.735750 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21012 2024.11.26 23:44:55.735957 [ 270 ] {0e960d82-c2b4-4a12-b6eb-26d3181e687c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
21013 2024.11.26 23:44:55.736039 [ 270 ] {0e960d82-c2b4-4a12-b6eb-26d3181e687c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
21014 2024.11.26 23:44:55.736914 [ 270 ] {0e960d82-c2b4-4a12-b6eb-26d3181e687c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21015 2024.11.26 23:44:55.736961 [ 270 ] {0e960d82-c2b4-4a12-b6eb-26d3181e687c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
21016 2024.11.26 23:44:55.737401 [ 270 ] {0e960d82-c2b4-4a12-b6eb-26d3181e687c} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
21017 2024.11.26 23:44:55.737670 [ 270 ] {0e960d82-c2b4-4a12-b6eb-26d3181e687c} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21018 2024.11.26 23:44:55.737902 [ 270 ] {0e960d82-c2b4-4a12-b6eb-26d3181e687c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002004 sec., 31936.127744510977 rows/sec., 2.49 MiB/sec.
21019 2024.11.26 23:44:55.737970 [ 270 ] {0e960d82-c2b4-4a12-b6eb-26d3181e687c} <Debug> TCPHandler: Processed in 0.002345972 sec.
21020 2024.11.26 23:44:55.738128 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21021 2024.11.26 23:44:55.738258 [ 268 ] {23211544-22e8-49ab-baa0-cca773bbe6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
21022 2024.11.26 23:44:55.738316 [ 268 ] {23211544-22e8-49ab-baa0-cca773bbe6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21023 2024.11.26 23:44:55.738898 [ 268 ] {23211544-22e8-49ab-baa0-cca773bbe6cb} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21024 2024.11.26 23:44:55.738938 [ 268 ] {23211544-22e8-49ab-baa0-cca773bbe6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
21025 2024.11.26 23:44:55.739345 [ 268 ] {23211544-22e8-49ab-baa0-cca773bbe6cb} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
21026 2024.11.26 23:44:55.739587 [ 268 ] {23211544-22e8-49ab-baa0-cca773bbe6cb} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21027 2024.11.26 23:44:55.739802 [ 268 ] {23211544-22e8-49ab-baa0-cca773bbe6cb} <Debug> executeQuery: Read 94 rows, 6.69 KiB in 0.001575 sec., 59682.53968253968 rows/sec., 4.15 MiB/sec.
21028 2024.11.26 23:44:55.739860 [ 268 ] {23211544-22e8-49ab-baa0-cca773bbe6cb} <Debug> TCPHandler: Processed in 0.001795687 sec.
21029 2024.11.26 23:44:55.740033 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21030 2024.11.26 23:44:55.740179 [ 270 ] {5aacad61-c35a-4910-b024-8454b3e67eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
21031 2024.11.26 23:44:55.740245 [ 270 ] {5aacad61-c35a-4910-b024-8454b3e67eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21032 2024.11.26 23:44:55.740835 [ 270 ] {5aacad61-c35a-4910-b024-8454b3e67eb0} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21033 2024.11.26 23:44:55.740876 [ 270 ] {5aacad61-c35a-4910-b024-8454b3e67eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB.
21034 2024.11.26 23:44:55.741261 [ 270 ] {5aacad61-c35a-4910-b024-8454b3e67eb0} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
21035 2024.11.26 23:44:55.741502 [ 270 ] {5aacad61-c35a-4910-b024-8454b3e67eb0} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21036 2024.11.26 23:44:55.741721 [ 270 ] {5aacad61-c35a-4910-b024-8454b3e67eb0} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001576 sec., 21573.604060913705 rows/sec., 1.46 MiB/sec.
21037 2024.11.26 23:44:55.741807 [ 270 ] {5aacad61-c35a-4910-b024-8454b3e67eb0} <Debug> TCPHandler: Processed in 0.001844047 sec.
21038 2024.11.26 23:44:57.223026 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47214
21039 2024.11.26 23:44:57.224130 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21040 2024.11.26 23:44:57.224181 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21041 2024.11.26 23:44:57.224731 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
21042 2024.11.26 23:44:57.224995 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21043 2024.11.26 23:44:57.225316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214
21044 2024.11.26 23:44:59.000198 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 282.03 MiB, peak 298.49 MiB, free memory in arenas 0.00 B, will set to 278.03 MiB (RSS), difference: -4.00 MiB
21045 2024.11.26 23:45:00.596586 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21046 2024.11.26 23:45:00.596671 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21047 2024.11.26 23:45:00.598717 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21048 2024.11.26 23:45:00.739559 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21049 2024.11.26 23:45:00.739873 [ 268 ] {464151d8-68d6-4263-a2d2-00f72c01ed67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
21050 2024.11.26 23:45:00.740005 [ 268 ] {464151d8-68d6-4263-a2d2-00f72c01ed67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
21051 2024.11.26 23:45:00.740900 [ 268 ] {464151d8-68d6-4263-a2d2-00f72c01ed67} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21052 2024.11.26 23:45:00.740952 [ 268 ] {464151d8-68d6-4263-a2d2-00f72c01ed67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21053 2024.11.26 23:45:00.741383 [ 268 ] {464151d8-68d6-4263-a2d2-00f72c01ed67} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
21054 2024.11.26 23:45:00.741623 [ 268 ] {464151d8-68d6-4263-a2d2-00f72c01ed67} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21055 2024.11.26 23:45:00.741878 [ 268 ] {464151d8-68d6-4263-a2d2-00f72c01ed67} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002133 sec., 6563.525550867324 rows/sec., 472.49 KiB/sec.
21056 2024.11.26 23:45:00.741985 [ 268 ] {464151d8-68d6-4263-a2d2-00f72c01ed67} <Debug> TCPHandler: Processed in 0.002674435 sec.
21057 2024.11.26 23:45:00.742362 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21058 2024.11.26 23:45:00.742556 [ 270 ] {f66a3ecd-02e0-4883-9d98-d560542f969f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
21059 2024.11.26 23:45:00.742635 [ 270 ] {f66a3ecd-02e0-4883-9d98-d560542f969f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
21060 2024.11.26 23:45:00.743543 [ 270 ] {f66a3ecd-02e0-4883-9d98-d560542f969f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21061 2024.11.26 23:45:00.743587 [ 270 ] {f66a3ecd-02e0-4883-9d98-d560542f969f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21062 2024.11.26 23:45:00.744027 [ 270 ] {f66a3ecd-02e0-4883-9d98-d560542f969f} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
21063 2024.11.26 23:45:00.744294 [ 270 ] {f66a3ecd-02e0-4883-9d98-d560542f969f} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21064 2024.11.26 23:45:00.744562 [ 270 ] {f66a3ecd-02e0-4883-9d98-d560542f969f} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002063 sec., 98400.38778477944 rows/sec., 8.52 MiB/sec.
21065 2024.11.26 23:45:00.744591 [ 223 ] {} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21066 2024.11.26 23:45:00.744653 [ 270 ] {f66a3ecd-02e0-4883-9d98-d560542f969f} <Debug> TCPHandler: Processed in 0.002465793 sec.
21067 2024.11.26 23:45:00.744663 [ 223 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21068 2024.11.26 23:45:00.744889 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21069 2024.11.26 23:45:00.745062 [ 268 ] {2be031fa-2268-427d-962c-961ad1cf1947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
21070 2024.11.26 23:45:00.745147 [ 268 ] {2be031fa-2268-427d-962c-961ad1cf1947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
21071 2024.11.26 23:45:00.746358 [ 268 ] {2be031fa-2268-427d-962c-961ad1cf1947} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21072 2024.11.26 23:45:00.746418 [ 268 ] {2be031fa-2268-427d-962c-961ad1cf1947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21073 2024.11.26 23:45:00.747101 [ 268 ] {2be031fa-2268-427d-962c-961ad1cf1947} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
21074 2024.11.26 23:45:00.747511 [ 268 ] {2be031fa-2268-427d-962c-961ad1cf1947} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21075 2024.11.26 23:45:00.747748 [ 75 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
21076 2024.11.26 23:45:00.747854 [ 75 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21077 2024.11.26 23:45:00.747921 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21078 2024.11.26 23:45:00.748095 [ 268 ] {2be031fa-2268-427d-962c-961ad1cf1947} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.003034 sec., 2307.1852340145024 rows/sec., 150.31 KiB/sec.
21079 2024.11.26 23:45:00.748446 [ 268 ] {2be031fa-2268-427d-962c-961ad1cf1947} <Debug> TCPHandler: Processed in 0.003669675 sec.
21080 2024.11.26 23:45:00.748507 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
21081 2024.11.26 23:45:00.748753 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21082 2024.11.26 23:45:00.749208 [ 270 ] {217e343c-bdee-4a05-ad9f-245ea735eb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
21083 2024.11.26 23:45:00.749293 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
21084 2024.11.26 23:45:00.749415 [ 270 ] {217e343c-bdee-4a05-ad9f-245ea735eb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
21085 2024.11.26 23:45:00.749516 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 87 rows starting from the beginning of the part
21086 2024.11.26 23:45:00.750261 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 9 rows starting from the beginning of the part
21087 2024.11.26 23:45:00.750866 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 62 rows starting from the beginning of the part
21088 2024.11.26 23:45:00.751411 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 7 rows starting from the beginning of the part
21089 2024.11.26 23:45:00.751902 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::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
21090 2024.11.26 23:45:00.752488 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 7 rows starting from the beginning of the part
21091 2024.11.26 23:45:00.753230 [ 223 ] {} <Debug> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21092 2024.11.26 23:45:00.754429 [ 270 ] {217e343c-bdee-4a05-ad9f-245ea735eb3f} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21093 2024.11.26 23:45:00.754529 [ 270 ] {217e343c-bdee-4a05-ad9f-245ea735eb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21094 2024.11.26 23:45:00.756256 [ 270 ] {217e343c-bdee-4a05-ad9f-245ea735eb3f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
21095 2024.11.26 23:45:00.757172 [ 270 ] {217e343c-bdee-4a05-ad9f-245ea735eb3f} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21096 2024.11.26 23:45:00.757781 [ 198 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 236 rows, containing 5 columns (5 merged, 0 gathered) in 0.009689491 sec., 24356.284556123745 rows/sec., 1.84 MiB/sec.
21097 2024.11.26 23:45:00.757964 [ 270 ] {217e343c-bdee-4a05-ad9f-245ea735eb3f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.008869 sec., 1578.5319652722967 rows/sec., 110.55 KiB/sec.
21098 2024.11.26 23:45:00.758118 [ 270 ] {217e343c-bdee-4a05-ad9f-245ea735eb3f} <Debug> TCPHandler: Processed in 0.009546599 sec.
21099 2024.11.26 23:45:00.758122 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
21100 2024.11.26 23:45:00.758283 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21101 2024.11.26 23:45:00.758474 [ 268 ] {dcc14113-76cc-43e0-91f5-de5dfc399df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
21102 2024.11.26 23:45:00.758571 [ 268 ] {dcc14113-76cc-43e0-91f5-de5dfc399df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
21103 2024.11.26 23:45:00.758708 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_151_30} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21104 2024.11.26 23:45:00.758955 [ 192 ] {ce7d171e-5c1b-468e-bae5-9f8388efd8c2::all_1_151_30} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
21105 2024.11.26 23:45:00.759173 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
21106 2024.11.26 23:45:00.759590 [ 268 ] {dcc14113-76cc-43e0-91f5-de5dfc399df0} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21107 2024.11.26 23:45:00.759634 [ 268 ] {dcc14113-76cc-43e0-91f5-de5dfc399df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21108 2024.11.26 23:45:00.759997 [ 268 ] {dcc14113-76cc-43e0-91f5-de5dfc399df0} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
21109 2024.11.26 23:45:00.760232 [ 268 ] {dcc14113-76cc-43e0-91f5-de5dfc399df0} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21110 2024.11.26 23:45:00.760434 [ 268 ] {dcc14113-76cc-43e0-91f5-de5dfc399df0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002018 sec., 6442.021803766105 rows/sec., 401.66 KiB/sec.
21111 2024.11.26 23:45:00.760489 [ 268 ] {dcc14113-76cc-43e0-91f5-de5dfc399df0} <Debug> TCPHandler: Processed in 0.002284421 sec.
21112 2024.11.26 23:45:00.760647 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21113 2024.11.26 23:45:00.760790 [ 270 ] {12b38abe-8677-4ddc-baa0-3c6ea91345c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
21114 2024.11.26 23:45:00.760847 [ 270 ] {12b38abe-8677-4ddc-baa0-3c6ea91345c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
21115 2024.11.26 23:45:00.761611 [ 270 ] {12b38abe-8677-4ddc-baa0-3c6ea91345c9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21116 2024.11.26 23:45:00.761648 [ 270 ] {12b38abe-8677-4ddc-baa0-3c6ea91345c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21117 2024.11.26 23:45:00.762038 [ 270 ] {12b38abe-8677-4ddc-baa0-3c6ea91345c9} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
21118 2024.11.26 23:45:00.762280 [ 270 ] {12b38abe-8677-4ddc-baa0-3c6ea91345c9} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21119 2024.11.26 23:45:00.762486 [ 270 ] {12b38abe-8677-4ddc-baa0-3c6ea91345c9} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001721 sec., 221963.9744334689 rows/sec., 15.71 MiB/sec.
21120 2024.11.26 23:45:00.762553 [ 270 ] {12b38abe-8677-4ddc-baa0-3c6ea91345c9} <Debug> TCPHandler: Processed in 0.001973908 sec.
21121 2024.11.26 23:45:00.762575 [ 225 ] {} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21122 2024.11.26 23:45:00.762627 [ 225 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21123 2024.11.26 23:45:00.762730 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21124 2024.11.26 23:45:00.762880 [ 268 ] {8b0799a9-8177-4c5e-b9dc-e97b5d73e20c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
21125 2024.11.26 23:45:00.762940 [ 268 ] {8b0799a9-8177-4c5e-b9dc-e97b5d73e20c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
21126 2024.11.26 23:45:00.763635 [ 268 ] {8b0799a9-8177-4c5e-b9dc-e97b5d73e20c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21127 2024.11.26 23:45:00.763685 [ 268 ] {8b0799a9-8177-4c5e-b9dc-e97b5d73e20c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21128 2024.11.26 23:45:00.764141 [ 268 ] {8b0799a9-8177-4c5e-b9dc-e97b5d73e20c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
21129 2024.11.26 23:45:00.764413 [ 268 ] {8b0799a9-8177-4c5e-b9dc-e97b5d73e20c} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21130 2024.11.26 23:45:00.764765 [ 268 ] {8b0799a9-8177-4c5e-b9dc-e97b5d73e20c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00189 sec., 3174.6031746031745 rows/sec., 165.86 KiB/sec.
21131 2024.11.26 23:45:00.764982 [ 268 ] {8b0799a9-8177-4c5e-b9dc-e97b5d73e20c} <Debug> TCPHandler: Processed in 0.002328012 sec.
21132 2024.11.26 23:45:00.765271 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21133 2024.11.26 23:45:00.765624 [ 270 ] {455fb700-9558-4663-afeb-8b4288e50586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
21134 2024.11.26 23:45:00.765836 [ 270 ] {455fb700-9558-4663-afeb-8b4288e50586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21135 2024.11.26 23:45:00.766101 [ 225 ] {} <Debug> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21136 2024.11.26 23:45:00.767257 [ 270 ] {455fb700-9558-4663-afeb-8b4288e50586} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21137 2024.11.26 23:45:00.767299 [ 270 ] {455fb700-9558-4663-afeb-8b4288e50586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21138 2024.11.26 23:45:00.767693 [ 270 ] {455fb700-9558-4663-afeb-8b4288e50586} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
21139 2024.11.26 23:45:00.767933 [ 270 ] {455fb700-9558-4663-afeb-8b4288e50586} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21140 2024.11.26 23:45:00.768067 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Selected 6 parts from all_1_173_36 to all_178_178_0
21141 2024.11.26 23:45:00.768103 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21142 2024.11.26 23:45:00.768122 [ 270 ] {455fb700-9558-4663-afeb-8b4288e50586} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002622 sec., 90389.01601830663 rows/sec., 6.06 MiB/sec.
21143 2024.11.26 23:45:00.768129 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21144 2024.11.26 23:45:00.768258 [ 270 ] {455fb700-9558-4663-afeb-8b4288e50586} <Debug> TCPHandler: Processed in 0.003145419 sec.
21145 2024.11.26 23:45:00.768429 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_173_36 to all_178_178_0 into Compact with storage Full
21146 2024.11.26 23:45:00.768471 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21147 2024.11.26 23:45:00.768730 [ 268 ] {46564eb3-8865-4a1b-ba16-41772a859c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
21148 2024.11.26 23:45:00.768731 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
21149 2024.11.26 23:45:00.768831 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_173_36, total 51168 rows starting from the beginning of the part
21150 2024.11.26 23:45:00.768840 [ 268 ] {46564eb3-8865-4a1b-ba16-41772a859c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
21151 2024.11.26 23:45:00.769205 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 160 rows starting from the beginning of the part
21152 2024.11.26 23:45:00.769596 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 237 rows starting from the beginning of the part
21153 2024.11.26 23:45:00.770027 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 913 rows starting from the beginning of the part
21154 2024.11.26 23:45:00.770396 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 94 rows starting from the beginning of the part
21155 2024.11.26 23:45:00.770699 [ 186 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 237 rows starting from the beginning of the part
21156 2024.11.26 23:45:00.771649 [ 268 ] {46564eb3-8865-4a1b-ba16-41772a859c5e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21157 2024.11.26 23:45:00.771727 [ 268 ] {46564eb3-8865-4a1b-ba16-41772a859c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21158 2024.11.26 23:45:00.772490 [ 268 ] {46564eb3-8865-4a1b-ba16-41772a859c5e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
21159 2024.11.26 23:45:00.772863 [ 268 ] {46564eb3-8865-4a1b-ba16-41772a859c5e} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21160 2024.11.26 23:45:00.773252 [ 268 ] {46564eb3-8865-4a1b-ba16-41772a859c5e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004618 sec., 216.54395842355999 rows/sec., 14.59 KiB/sec.
21161 2024.11.26 23:45:00.773468 [ 268 ] {46564eb3-8865-4a1b-ba16-41772a859c5e} <Debug> TCPHandler: Processed in 0.005097118 sec.
21162 2024.11.26 23:45:00.773688 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21163 2024.11.26 23:45:00.773960 [ 270 ] {dc11ddc3-9016-43e9-b519-517eefa9af15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
21164 2024.11.26 23:45:00.774076 [ 270 ] {dc11ddc3-9016-43e9-b519-517eefa9af15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21165 2024.11.26 23:45:00.774824 [ 270 ] {dc11ddc3-9016-43e9-b519-517eefa9af15} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21166 2024.11.26 23:45:00.774863 [ 270 ] {dc11ddc3-9016-43e9-b519-517eefa9af15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21167 2024.11.26 23:45:00.775361 [ 270 ] {dc11ddc3-9016-43e9-b519-517eefa9af15} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
21168 2024.11.26 23:45:00.775645 [ 270 ] {dc11ddc3-9016-43e9-b519-517eefa9af15} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21169 2024.11.26 23:45:00.776003 [ 270 ] {dc11ddc3-9016-43e9-b519-517eefa9af15} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002145 sec., 38228.43822843822 rows/sec., 2.43 MiB/sec.
21170 2024.11.26 23:45:00.776059 [ 221 ] {} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21171 2024.11.26 23:45:00.776097 [ 270 ] {dc11ddc3-9016-43e9-b519-517eefa9af15} <Debug> TCPHandler: Processed in 0.002523693 sec.
21172 2024.11.26 23:45:00.776119 [ 221 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21173 2024.11.26 23:45:00.778705 [ 221 ] {} <Debug> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
21174 2024.11.26 23:45:00.784182 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52809 rows, containing 5 columns (5 merged, 0 gathered) in 0.015930499 sec., 3314962.0736927325 rows/sec., 223.85 MiB/sec.
21175 2024.11.26 23:45:00.784839 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Trace> MergedBlockOutputStream: filled checksums all_1_178_37 (state Temporary)
21176 2024.11.26 23:45:00.785231 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_merge_all_1_178_37 to all_1_178_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21177 2024.11.26 23:45:00.785316 [ 197 ] {83caa10f-9414-4652-bae8-a6a4c07e20d6::all_1_178_37} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6) (MergerMutator): Merged 6 parts: [all_1_173_36, all_178_178_0] -> all_1_178_37
21178 2024.11.26 23:45:00.785414 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB.
21179 2024.11.26 23:45:00.795479 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 777
21180 2024.11.26 23:45:00.822392 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21181 2024.11.26 23:45:00.822443 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21182 2024.11.26 23:45:00.830482 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
21183 2024.11.26 23:45:00.831326 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21184 2024.11.26 23:45:00.836422 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777
21185 2024.11.26 23:45:01.000257 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 279.29 MiB, peak 298.49 MiB, free memory in arenas 0.00 B, will set to 278.03 MiB (RSS), difference: -1.27 MiB
21186 2024.11.26 23:45:04.463764 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
21187 2024.11.26 23:45:04.463866 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
21188 2024.11.26 23:45:04.725621 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47641
21189 2024.11.26 23:45:04.726542 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21190 2024.11.26 23:45:04.726597 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21191 2024.11.26 23:45:04.727264 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
21192 2024.11.26 23:45:04.727574 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21193 2024.11.26 23:45:04.727786 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47641
21194 2024.11.26 23:45:05.045768 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2950
21195 2024.11.26 23:45:05.048825 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21196 2024.11.26 23:45:05.048874 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21197 2024.11.26 23:45:05.050425 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
21198 2024.11.26 23:45:05.050744 [ 242 ] {} <Trace> system.query_log (a57ad0c3-5d51-4cac-a905-d94f70819e9b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21199 2024.11.26 23:45:05.052411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2950
21200 2024.11.26 23:45:05.547248 [ 222 ] {} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
21201 2024.11.26 23:45:05.547330 [ 222 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
21202 2024.11.26 23:45:05.549398 [ 222 ] {} <Debug> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): 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]
21203 2024.11.26 23:45:05.739549 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21204 2024.11.26 23:45:05.739857 [ 268 ] {ee2aa653-f090-457b-a8ac-164788588f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
21205 2024.11.26 23:45:05.739977 [ 268 ] {ee2aa653-f090-457b-a8ac-164788588f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
21206 2024.11.26 23:45:05.740972 [ 268 ] {ee2aa653-f090-457b-a8ac-164788588f5d} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21207 2024.11.26 23:45:05.741021 [ 268 ] {ee2aa653-f090-457b-a8ac-164788588f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21208 2024.11.26 23:45:05.741628 [ 268 ] {ee2aa653-f090-457b-a8ac-164788588f5d} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
21209 2024.11.26 23:45:05.742254 [ 268 ] {ee2aa653-f090-457b-a8ac-164788588f5d} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21210 2024.11.26 23:45:05.742531 [ 268 ] {ee2aa653-f090-457b-a8ac-164788588f5d} <Debug> executeQuery: Read 180 rows, 16.14 KiB in 0.002758 sec., 65264.68455402466 rows/sec., 5.72 MiB/sec.
21211 2024.11.26 23:45:05.742653 [ 268 ] {ee2aa653-f090-457b-a8ac-164788588f5d} <Debug> TCPHandler: Processed in 0.003298821 sec.
21212 2024.11.26 23:45:05.742920 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21213 2024.11.26 23:45:05.743101 [ 270 ] {66b6746e-9408-4b4b-be81-51addd2af588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
21214 2024.11.26 23:45:05.743171 [ 270 ] {66b6746e-9408-4b4b-be81-51addd2af588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
21215 2024.11.26 23:45:05.743928 [ 270 ] {66b6746e-9408-4b4b-be81-51addd2af588} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21216 2024.11.26 23:45:05.743971 [ 270 ] {66b6746e-9408-4b4b-be81-51addd2af588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21217 2024.11.26 23:45:05.744528 [ 270 ] {66b6746e-9408-4b4b-be81-51addd2af588} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
21218 2024.11.26 23:45:05.745051 [ 270 ] {66b6746e-9408-4b4b-be81-51addd2af588} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21219 2024.11.26 23:45:05.745284 [ 270 ] {66b6746e-9408-4b4b-be81-51addd2af588} <Debug> executeQuery: Read 62 rows, 4.66 KiB in 0.002232 sec., 27777.777777777777 rows/sec., 2.04 MiB/sec.
21220 2024.11.26 23:45:05.745348 [ 270 ] {66b6746e-9408-4b4b-be81-51addd2af588} <Debug> TCPHandler: Processed in 0.002569875 sec.
21221 2024.11.26 23:45:05.745590 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21222 2024.11.26 23:45:05.745824 [ 268 ] {4f0d42cc-ec0f-485b-b2e6-34d61582095f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
21223 2024.11.26 23:45:05.745920 [ 268 ] {4f0d42cc-ec0f-485b-b2e6-34d61582095f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
21224 2024.11.26 23:45:05.746747 [ 268 ] {4f0d42cc-ec0f-485b-b2e6-34d61582095f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21225 2024.11.26 23:45:05.746788 [ 268 ] {4f0d42cc-ec0f-485b-b2e6-34d61582095f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21226 2024.11.26 23:45:05.747317 [ 268 ] {4f0d42cc-ec0f-485b-b2e6-34d61582095f} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
21227 2024.11.26 23:45:05.747878 [ 268 ] {4f0d42cc-ec0f-485b-b2e6-34d61582095f} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21228 2024.11.26 23:45:05.748095 [ 268 ] {4f0d42cc-ec0f-485b-b2e6-34d61582095f} <Debug> executeQuery: Read 126 rows, 10.08 KiB in 0.002332 sec., 54030.87478559177 rows/sec., 4.22 MiB/sec.
21229 2024.11.26 23:45:05.748153 [ 268 ] {4f0d42cc-ec0f-485b-b2e6-34d61582095f} <Debug> TCPHandler: Processed in 0.002676305 sec.
21230 2024.11.26 23:45:05.748371 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21231 2024.11.26 23:45:05.748601 [ 270 ] {a76ebdc7-0d52-4629-b1d0-62bcbd16f134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
21232 2024.11.26 23:45:05.748701 [ 270 ] {a76ebdc7-0d52-4629-b1d0-62bcbd16f134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21233 2024.11.26 23:45:05.749520 [ 270 ] {a76ebdc7-0d52-4629-b1d0-62bcbd16f134} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21234 2024.11.26 23:45:05.749560 [ 270 ] {a76ebdc7-0d52-4629-b1d0-62bcbd16f134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21235 2024.11.26 23:45:05.750094 [ 270 ] {a76ebdc7-0d52-4629-b1d0-62bcbd16f134} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
21236 2024.11.26 23:45:05.750668 [ 270 ] {a76ebdc7-0d52-4629-b1d0-62bcbd16f134} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21237 2024.11.26 23:45:05.750876 [ 270 ] {a76ebdc7-0d52-4629-b1d0-62bcbd16f134} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002335 sec., 68522.48394004283 rows/sec., 4.77 MiB/sec.
21238 2024.11.26 23:45:05.750928 [ 270 ] {a76ebdc7-0d52-4629-b1d0-62bcbd16f134} <Debug> TCPHandler: Processed in 0.002669145 sec.
21239 2024.11.26 23:45:05.751089 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21240 2024.11.26 23:45:05.751233 [ 268 ] {16066766-1231-4d5f-92d5-f969bdb12a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
21241 2024.11.26 23:45:05.751331 [ 268 ] {16066766-1231-4d5f-92d5-f969bdb12a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
21242 2024.11.26 23:45:05.752820 [ 268 ] {16066766-1231-4d5f-92d5-f969bdb12a69} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21243 2024.11.26 23:45:05.752862 [ 268 ] {16066766-1231-4d5f-92d5-f969bdb12a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21244 2024.11.26 23:45:05.753800 [ 268 ] {16066766-1231-4d5f-92d5-f969bdb12a69} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
21245 2024.11.26 23:45:05.754383 [ 268 ] {16066766-1231-4d5f-92d5-f969bdb12a69} <Trace> oximeter.measurements_histogramu64 (c552aa5c-3e39-486f-9447-c4e62397f951): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21246 2024.11.26 23:45:05.754684 [ 268 ] {16066766-1231-4d5f-92d5-f969bdb12a69} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.003476 sec., 17836.593785960875 rows/sec., 31.96 MiB/sec.
21247 2024.11.26 23:45:05.755213 [ 268 ] {16066766-1231-4d5f-92d5-f969bdb12a69} <Debug> TCPHandler: Processed in 0.004188219 sec.
21248 2024.11.26 23:45:05.755517 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21249 2024.11.26 23:45:05.755737 [ 270 ] {ff0fdb8c-387c-4f99-8e97-12969c628898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
21250 2024.11.26 23:45:05.755831 [ 270 ] {ff0fdb8c-387c-4f99-8e97-12969c628898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21251 2024.11.26 23:45:05.756505 [ 270 ] {ff0fdb8c-387c-4f99-8e97-12969c628898} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21252 2024.11.26 23:45:05.756544 [ 270 ] {ff0fdb8c-387c-4f99-8e97-12969c628898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21253 2024.11.26 23:45:05.757089 [ 270 ] {ff0fdb8c-387c-4f99-8e97-12969c628898} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
21254 2024.11.26 23:45:05.757599 [ 270 ] {ff0fdb8c-387c-4f99-8e97-12969c628898} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21255 2024.11.26 23:45:05.757809 [ 270 ] {ff0fdb8c-387c-4f99-8e97-12969c628898} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002126 sec., 28222.013170272814 rows/sec., 1.90 MiB/sec.
21256 2024.11.26 23:45:05.757859 [ 270 ] {ff0fdb8c-387c-4f99-8e97-12969c628898} <Debug> TCPHandler: Processed in 0.002529303 sec.
21257 2024.11.26 23:45:08.336609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 784
21258 2024.11.26 23:45:08.363580 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21259 2024.11.26 23:45:08.363641 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21260 2024.11.26 23:45:08.372753 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
21261 2024.11.26 23:45:08.374479 [ 243 ] {} <Trace> system.metric_log (dfaf990b-e911-45be-b8bf-217cf73f9305): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21262 2024.11.26 23:45:08.378667 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 784
21263 2024.11.26 23:45:10.740423 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21264 2024.11.26 23:45:10.740641 [ 268 ] {2edcfca7-6fed-43b9-9978-bf4398de1e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
21265 2024.11.26 23:45:10.740724 [ 268 ] {2edcfca7-6fed-43b9-9978-bf4398de1e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
21266 2024.11.26 23:45:10.741597 [ 268 ] {2edcfca7-6fed-43b9-9978-bf4398de1e2f} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21267 2024.11.26 23:45:10.741649 [ 268 ] {2edcfca7-6fed-43b9-9978-bf4398de1e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21268 2024.11.26 23:45:10.742204 [ 268 ] {2edcfca7-6fed-43b9-9978-bf4398de1e2f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
21269 2024.11.26 23:45:10.742676 [ 268 ] {2edcfca7-6fed-43b9-9978-bf4398de1e2f} <Trace> oximeter.fields_i16 (38052873-5ced-44a8-bcc6-b623a08fab0e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21270 2024.11.26 23:45:10.742936 [ 268 ] {2edcfca7-6fed-43b9-9978-bf4398de1e2f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002347 sec., 5965.061780997017 rows/sec., 429.40 KiB/sec.
21271 2024.11.26 23:45:10.743053 [ 268 ] {2edcfca7-6fed-43b9-9978-bf4398de1e2f} <Debug> TCPHandler: Processed in 0.002773796 sec.
21272 2024.11.26 23:45:10.743368 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21273 2024.11.26 23:45:10.743574 [ 270 ] {3cc88760-de46-43af-b807-f1e6fdbfb1b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
21274 2024.11.26 23:45:10.743656 [ 270 ] {3cc88760-de46-43af-b807-f1e6fdbfb1b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
21275 2024.11.26 23:45:10.744678 [ 270 ] {3cc88760-de46-43af-b807-f1e6fdbfb1b2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21276 2024.11.26 23:45:10.744723 [ 270 ] {3cc88760-de46-43af-b807-f1e6fdbfb1b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21277 2024.11.26 23:45:10.745312 [ 270 ] {3cc88760-de46-43af-b807-f1e6fdbfb1b2} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
21278 2024.11.26 23:45:10.745845 [ 270 ] {3cc88760-de46-43af-b807-f1e6fdbfb1b2} <Trace> oximeter.fields_string (ab2bcd31-95cc-46ac-bef0-5430317aebc9): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21279 2024.11.26 23:45:10.746054 [ 270 ] {3cc88760-de46-43af-b807-f1e6fdbfb1b2} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002541 sec., 79889.80716253445 rows/sec., 6.91 MiB/sec.
21280 2024.11.26 23:45:10.746122 [ 270 ] {3cc88760-de46-43af-b807-f1e6fdbfb1b2} <Debug> TCPHandler: Processed in 0.002943857 sec.
21281 2024.11.26 23:45:10.746294 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21282 2024.11.26 23:45:10.746420 [ 268 ] {520ce7af-9c4d-4607-b42e-e28ee4d287ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
21283 2024.11.26 23:45:10.746479 [ 268 ] {520ce7af-9c4d-4607-b42e-e28ee4d287ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
21284 2024.11.26 23:45:10.747099 [ 268 ] {520ce7af-9c4d-4607-b42e-e28ee4d287ed} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21285 2024.11.26 23:45:10.747141 [ 268 ] {520ce7af-9c4d-4607-b42e-e28ee4d287ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21286 2024.11.26 23:45:10.747620 [ 268 ] {520ce7af-9c4d-4607-b42e-e28ee4d287ed} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
21287 2024.11.26 23:45:10.748105 [ 268 ] {520ce7af-9c4d-4607-b42e-e28ee4d287ed} <Trace> oximeter.fields_u16 (ce7d171e-5c1b-468e-bae5-9f8388efd8c2): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21288 2024.11.26 23:45:10.748328 [ 268 ] {520ce7af-9c4d-4607-b42e-e28ee4d287ed} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001936 sec., 3615.7024793388427 rows/sec., 235.57 KiB/sec.
21289 2024.11.26 23:45:10.748385 [ 268 ] {520ce7af-9c4d-4607-b42e-e28ee4d287ed} <Debug> TCPHandler: Processed in 0.00215371 sec.
21290 2024.11.26 23:45:10.748543 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21291 2024.11.26 23:45:10.748669 [ 270 ] {37fce48f-4525-4b88-9b3e-c372770ed911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
21292 2024.11.26 23:45:10.748721 [ 270 ] {37fce48f-4525-4b88-9b3e-c372770ed911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
21293 2024.11.26 23:45:10.749333 [ 270 ] {37fce48f-4525-4b88-9b3e-c372770ed911} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21294 2024.11.26 23:45:10.749370 [ 270 ] {37fce48f-4525-4b88-9b3e-c372770ed911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21295 2024.11.26 23:45:10.749885 [ 270 ] {37fce48f-4525-4b88-9b3e-c372770ed911} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
21296 2024.11.26 23:45:10.750474 [ 270 ] {37fce48f-4525-4b88-9b3e-c372770ed911} <Trace> oximeter.fields_u32 (06ccd013-a6b8-4906-8f56-d4c267639519): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21297 2024.11.26 23:45:10.750746 [ 270 ] {37fce48f-4525-4b88-9b3e-c372770ed911} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002105 sec., 6650.8313539192395 rows/sec., 465.78 KiB/sec.
21298 2024.11.26 23:45:10.750813 [ 270 ] {37fce48f-4525-4b88-9b3e-c372770ed911} <Debug> TCPHandler: Processed in 0.002330682 sec.
21299 2024.11.26 23:45:10.750981 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21300 2024.11.26 23:45:10.751125 [ 268 ] {6f70ab02-25a8-42b6-8add-1ecec79e7dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
21301 2024.11.26 23:45:10.751184 [ 268 ] {6f70ab02-25a8-42b6-8add-1ecec79e7dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
21302 2024.11.26 23:45:10.751806 [ 268 ] {6f70ab02-25a8-42b6-8add-1ecec79e7dd4} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21303 2024.11.26 23:45:10.751844 [ 268 ] {6f70ab02-25a8-42b6-8add-1ecec79e7dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21304 2024.11.26 23:45:10.752415 [ 268 ] {6f70ab02-25a8-42b6-8add-1ecec79e7dd4} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
21305 2024.11.26 23:45:10.752870 [ 268 ] {6f70ab02-25a8-42b6-8add-1ecec79e7dd4} <Trace> oximeter.fields_u8 (2a71f6af-2440-4d2f-82f6-85908f0701d3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21306 2024.11.26 23:45:10.753091 [ 268 ] {6f70ab02-25a8-42b6-8add-1ecec79e7dd4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001997 sec., 6509.764646970455 rows/sec., 405.88 KiB/sec.
21307 2024.11.26 23:45:10.753148 [ 268 ] {6f70ab02-25a8-42b6-8add-1ecec79e7dd4} <Debug> TCPHandler: Processed in 0.002234371 sec.
21308 2024.11.26 23:45:10.753304 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21309 2024.11.26 23:45:10.753425 [ 270 ] {20075443-be52-4a92-af72-ccf7540d84fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
21310 2024.11.26 23:45:10.753475 [ 270 ] {20075443-be52-4a92-af72-ccf7540d84fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
21311 2024.11.26 23:45:10.754385 [ 270 ] {20075443-be52-4a92-af72-ccf7540d84fd} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21312 2024.11.26 23:45:10.754437 [ 270 ] {20075443-be52-4a92-af72-ccf7540d84fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21313 2024.11.26 23:45:10.755118 [ 270 ] {20075443-be52-4a92-af72-ccf7540d84fd} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
21314 2024.11.26 23:45:10.755635 [ 270 ] {20075443-be52-4a92-af72-ccf7540d84fd} <Trace> oximeter.fields_uuid (ad6e76ae-e06d-425d-b9d7-1ed3593e6527): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21315 2024.11.26 23:45:10.755880 [ 270 ] {20075443-be52-4a92-af72-ccf7540d84fd} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00247 sec., 154655.87044534413 rows/sec., 10.94 MiB/sec.
21316 2024.11.26 23:45:10.755944 [ 270 ] {20075443-be52-4a92-af72-ccf7540d84fd} <Debug> TCPHandler: Processed in 0.002700535 sec.
21317 2024.11.26 23:45:10.756133 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21318 2024.11.26 23:45:10.756309 [ 268 ] {1e87b461-42a7-42d1-ba10-ca53b5976af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
21319 2024.11.26 23:45:10.756395 [ 268 ] {1e87b461-42a7-42d1-ba10-ca53b5976af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
21320 2024.11.26 23:45:10.756922 [ 268 ] {1e87b461-42a7-42d1-ba10-ca53b5976af5} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21321 2024.11.26 23:45:10.756962 [ 268 ] {1e87b461-42a7-42d1-ba10-ca53b5976af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21322 2024.11.26 23:45:10.757494 [ 268 ] {1e87b461-42a7-42d1-ba10-ca53b5976af5} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
21323 2024.11.26 23:45:10.758008 [ 268 ] {1e87b461-42a7-42d1-ba10-ca53b5976af5} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21324 2024.11.26 23:45:10.758187 [ 59 ] {} <Debug> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
21325 2024.11.26 23:45:10.758247 [ 268 ] {1e87b461-42a7-42d1-ba10-ca53b5976af5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001983 sec., 3025.7186081694404 rows/sec., 158.08 KiB/sec.
21326 2024.11.26 23:45:10.758274 [ 59 ] {} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21327 2024.11.26 23:45:10.758349 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21328 2024.11.26 23:45:10.758361 [ 268 ] {1e87b461-42a7-42d1-ba10-ca53b5976af5} <Debug> TCPHandler: Processed in 0.002320661 sec.
21329 2024.11.26 23:45:10.758604 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21330 2024.11.26 23:45:10.758786 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::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
21331 2024.11.26 23:45:10.758968 [ 270 ] {85a10e27-01da-4ed6-a563-15c018d60403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
21332 2024.11.26 23:45:10.759182 [ 270 ] {85a10e27-01da-4ed6-a563-15c018d60403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
21333 2024.11.26 23:45:10.759441 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
21334 2024.11.26 23:45:10.759631 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 426 rows starting from the beginning of the part
21335 2024.11.26 23:45:10.760099 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part
21336 2024.11.26 23:45:10.760638 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part
21337 2024.11.26 23:45:10.760914 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part
21338 2024.11.26 23:45:10.761241 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 6 rows starting from the beginning of the part
21339 2024.11.26 23:45:10.761591 [ 190 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 6 rows starting from the beginning of the part
21340 2024.11.26 23:45:10.762422 [ 270 ] {85a10e27-01da-4ed6-a563-15c018d60403} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21341 2024.11.26 23:45:10.762488 [ 270 ] {85a10e27-01da-4ed6-a563-15c018d60403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21342 2024.11.26 23:45:10.763610 [ 270 ] {85a10e27-01da-4ed6-a563-15c018d60403} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
21343 2024.11.26 23:45:10.764013 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 456 rows, containing 4 columns (4 merged, 0 gathered) in 0.005479801 sec., 83214.70067982396 rows/sec., 4.25 MiB/sec.
21344 2024.11.26 23:45:10.764297 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
21345 2024.11.26 23:45:10.764471 [ 270 ] {85a10e27-01da-4ed6-a563-15c018d60403} <Trace> oximeter.measurements_cumulativeu64 (83caa10f-9414-4652-bae8-a6a4c07e20d6): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21346 2024.11.26 23:45:10.764799 [ 270 ] {85a10e27-01da-4ed6-a563-15c018d60403} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005972 sec., 39685.19758874749 rows/sec., 2.66 MiB/sec.
21347 2024.11.26 23:45:10.764900 [ 270 ] {85a10e27-01da-4ed6-a563-15c018d60403} <Debug> TCPHandler: Processed in 0.00644006 sec.
21348 2024.11.26 23:45:10.765074 [ 268 ] {} <Trace> TCP-Session: 24373442-96a5-453b-a07e-ef96d3202f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21349 2024.11.26 23:45:10.765137 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21350 2024.11.26 23:45:10.765230 [ 268 ] {55e40d59-8931-402f-af91-35fa3b9d2f3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38753) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
21351 2024.11.26 23:45:10.765257 [ 197 ] {b5708737-76fe-4369-b89f-560b4d45a02b::all_1_76_15} <Trace> oximeter.measurements_bool (b5708737-76fe-4369-b89f-560b4d45a02b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
21352 2024.11.26 23:45:10.765288 [ 268 ] {55e40d59-8931-402f-af91-35fa3b9d2f3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
21353 2024.11.26 23:45:10.765377 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
21354 2024.11.26 23:45:10.765825 [ 268 ] {55e40d59-8931-402f-af91-35fa3b9d2f3d} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21355 2024.11.26 23:45:10.765866 [ 268 ] {55e40d59-8931-402f-af91-35fa3b9d2f3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21356 2024.11.26 23:45:10.766483 [ 268 ] {55e40d59-8931-402f-af91-35fa3b9d2f3d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
21357 2024.11.26 23:45:10.766978 [ 268 ] {55e40d59-8931-402f-af91-35fa3b9d2f3d} <Trace> oximeter.measurements_f64 (cc6a962d-0d7b-4b8f-847c-de83ee07ce5e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21358 2024.11.26 23:45:10.767198 [ 268 ] {55e40d59-8931-402f-af91-35fa3b9d2f3d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002012 sec., 497.0178926441352 rows/sec., 33.49 KiB/sec.
21359 2024.11.26 23:45:10.767252 [ 268 ] {55e40d59-8931-402f-af91-35fa3b9d2f3d} <Debug> TCPHandler: Processed in 0.002237801 sec.
21360 2024.11.26 23:45:10.767405 [ 270 ] {} <Trace> TCP-Session: 22e83dec-4411-4546-b601-275fdc5df70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
21361 2024.11.26 23:45:10.767525 [ 270 ] {4b662456-b996-4948-b2cf-93588d8d215d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65169) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
21362 2024.11.26 23:45:10.767577 [ 270 ] {4b662456-b996-4948-b2cf-93588d8d215d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
21363 2024.11.26 23:45:10.768108 [ 270 ] {4b662456-b996-4948-b2cf-93588d8d215d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21364 2024.11.26 23:45:10.768147 [ 270 ] {4b662456-b996-4948-b2cf-93588d8d215d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21365 2024.11.26 23:45:10.768675 [ 270 ] {4b662456-b996-4948-b2cf-93588d8d215d} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
21366 2024.11.26 23:45:10.769185 [ 270 ] {4b662456-b996-4948-b2cf-93588d8d215d} <Trace> oximeter.measurements_u64 (d7383a6a-e761-41cd-b1a8-74ff3daf44ca): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21367 2024.11.26 23:45:10.769418 [ 270 ] {4b662456-b996-4948-b2cf-93588d8d215d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001917 sec., 42775.169535732915 rows/sec., 2.72 MiB/sec.
21368 2024.11.26 23:45:10.769470 [ 270 ] {4b662456-b996-4948-b2cf-93588d8d215d} <Debug> TCPHandler: Processed in 0.00212324 sec.
21369 2024.11.26 23:45:12.228062 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 48129
21370 2024.11.26 23:45:12.228913 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
21371 2024.11.26 23:45:12.228955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
21372 2024.11.26 23:45:12.229624 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
21373 2024.11.26 23:45:12.230223 [ 244 ] {} <Trace> system.asynchronous_metric_log (b5a7d648-c51b-4952-9e03-a7a79091139c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
21374 2024.11.26 23:45:12.230457 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48129